1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 22:32:06 +01:00

Commit graph

  • ec982f65e2 Fix IndexOutOfBoundsException in FormField.getFirstValue() Florian Schmaus 2018-10-14 12:07:51 +0200
  • 89c9a41863 Bump MiniDNS to 0.3.3 Florian Schmaus 2018-10-14 11:57:50 +0200
  • 85731fbe3e
    Merge pull request #275 from spslinger/fix-getPresence-ConcurrentModificationException Florian Schmaus 2018-10-11 14:11:02 +0200
  • 1e21ab763c
    Fix getPresence ConcurrentModificationException spslinger 2018-10-11 12:29:32 +0200
  • a6776e25bb
    Merge pull request #273 from vanitasvitae/omemoMessageCounter Florian Schmaus 2018-10-10 15:01:52 +0200
  • 410c652074
    Add integration test and fix checkstyle issues Paul Schaub 2018-10-10 14:48:22 +0200
  • 378aa4b262 Business logic for handling read-only devices Paul Schaub 2018-10-10 14:05:45 +0200
  • afb432dcee Add store methods for message counters Paul Schaub 2018-10-10 13:00:07 +0200
  • 082540c633 Enable Xwerror for smack-android-extensions Florian Schmaus 2018-10-07 09:55:36 +0200
  • eab5682a03 Improve javadoc of ServerPingWithAlarmManager Florian Schmaus 2018-10-07 09:46:10 +0200
  • b60a772df1 Remove unnecessary getNamespace() call in XmlStringBuilder Florian Schmaus 2018-10-03 20:09:56 +0200
  • 127510692d Remove unnecessary supress "deprecation" warning in ReconnectionManager Florian Schmaus 2018-10-03 20:09:19 +0200
  • e4aacf3e77
    Merge pull request #271 from beedle-/master Florian Schmaus 2018-10-02 20:52:21 +0200
  • 864cc0050c Fix example for Establishing a Connection Bastien Rouiller 2018-10-02 11:13:17 +0200
  • 8702e57f96
    Merge pull request #264 from vanitasvitae/emptyBundle Florian Schmaus 2018-09-16 21:30:06 +0200
  • 2cf23892f6
    Fail on parsing OMEMO bundle with missing prekeys Paul Schaub 2018-09-16 17:40:59 +0200
  • 1aa35bc957 Merge branch '4.3' of github.com:Flowdalic/Smack into 4.3 Florian Schmaus 2018-09-12 20:02:16 +0200
  • 87fac888c6 Improve MultiUserChat's API to query hosted rooms Florian Schmaus 2018-09-12 19:56:46 +0200
  • 09279b8ac0 Add AbstractBlockingQueueWithShutdown.putAll(Collection) Florian Schmaus 2018-09-11 21:53:48 +0200
  • 98c7ba1aa9
    Merge pull request #270 from noctux/patch-2 Florian Schmaus 2018-09-11 10:01:17 +0200
  • c9523f9717
    Merge pull request #269 from noctux/patch-1 Florian Schmaus 2018-09-11 10:00:51 +0200
  • 5097f01b7a Make StreamOpen.toXML(String) 'null' aware Florian Schmaus 2018-09-11 09:42:08 +0200
  • 271ac7ee7a Use PossibleFromTypeFilter for MultiUserChat's presence listener Florian Schmaus 2018-09-10 21:05:47 +0200
  • 77baaa99bc Do not warn on presence from bare MUC JID in MultiUserChat Florian Schmaus 2018-09-10 21:00:49 +0200
  • dcd0fd87b3 Documentation: debugging: The debugging jar is now named smack-debug.jar Simon Schuster 2018-09-10 11:49:51 +0200
  • f23f27aa75 Typo in CarbonManager.java Simon Schuster 2018-09-09 20:49:30 +0200
  • 105192d7e7 Only announce support for ChatMarkers if there is a listener Florian Schmaus 2018-09-06 19:13:50 +0200
  • 0fa6fb946c Remove broken methods in ChatMarkersManager Florian Schmaus 2018-09-06 19:09:12 +0200
  • 0778485243 Deduplicate code ChatMarkersElements Florian Schmaus 2018-09-06 19:04:02 +0200
  • 36bfa060a5 Ensure the ID is given in ChatMarkersElements Florian Schmaus 2018-09-06 18:57:52 +0200
  • 3547fde91c Rename EligibleForChatMarker to EligibleForChatMarkerFilter Florian Schmaus 2018-09-06 18:53:58 +0200
  • 3f1b18636e Use Message.hasStanzaIdSet() in EligibleForChatMarker filter Florian Schmaus 2018-09-06 18:52:55 +0200
  • 0b9cce507d Use asEntityBareJidOrThrow() in ChatMarkersManager listener Florian Schmaus 2018-09-06 18:49:12 +0200
  • b12f5a1591 Make MarkableExtension a singleton Florian Schmaus 2018-09-06 18:45:41 +0200
  • 45736e8ead Remove NORMAL_OR_CHAT_OR_GROUPCHAT MessageTypeFilter Florian Schmaus 2018-09-06 18:42:41 +0200
  • 830f3661e7 Avoid getInstanceOf() in listener as it is a costly operation Florian Schmaus 2018-09-06 18:41:19 +0200
  • 547138b325 Improve ChatMarkersManager Miguel Hincapie 2018-09-06 10:18:48 -0500
  • 33d01bff34 Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2018-09-06 18:32:23 +0200
  • a8b682ae80
    Merge pull request #268 from vanitasvitae/itemNotFoundFix Florian Schmaus 2018-09-04 23:05:53 +0200
  • d50bb1df1d
    OMEMO: properly handle item-not-found in refreshRepublishDeviceList. Paul Schaub 2018-09-02 16:23:42 +0200
  • e7372b05ea
    Merge pull request #266 from jitsi/4.3 Florian Schmaus 2018-08-30 14:36:52 +0200
  • 9839ff034c
    Merge pull request #267 from vanitasvitae/bumpPGP Florian Schmaus 2018-08-30 14:36:11 +0200
  • 512a2375be
    Fix failing JUnit test by bumping PGPainless to 0.0.1-alpha4 Paul Schaub 2018-08-30 13:30:05 +0200
  • 3ffdb9befd Clears bosh client instance on shutdown. Fixes SMACK-829. damencho 2018-08-23 16:22:25 -0500
  • c0b1fee700 Add "rule of thumb" to StanzaFilter javadoc Florian Schmaus 2018-08-25 12:55:51 +0200
  • 24267c532d Improve style of RosterStore Florian Schmaus 2018-08-21 13:33:45 +0200
  • 0e847f34f3 Remove unused method in pubsub.Subscription Florian Schmaus 2018-08-21 12:51:52 +0200
  • 7374caefef Make StringEncoder generic Florian Schmaus 2018-08-21 09:16:11 +0200
  • e91a8336f6 Remove cruft in FileBasedOpenPgpMetadataStore Florian Schmaus 2018-08-17 12:40:36 +0200
  • fb3009adb2 Add FileUtils.maybeCreateFileWithParentDirectories(File) Florian Schmaus 2018-08-17 12:39:28 +0200
  • a70ae7ab8e Add FileUtils.maybeDeleteFileOrThrow(File) Florian Schmaus 2018-08-17 12:27:31 +0200
  • affdcb0557 Add TODO comment to FileBasedOpenPgpMetadataStore Florian Schmaus 2018-08-17 12:23:35 +0200
  • d133f25ca6 Do not mask FileNotFoundException in FileBasedOpenPgpKeyStore Florian Schmaus 2018-08-17 12:23:20 +0200
  • fe9d2daed2 Simplfy code in FileBasedOpenPgpMetadataStore Florian Schmaus 2018-08-17 12:22:58 +0200
  • 97feeb2e2c Improve log message to contain 'line' in FileBasedOpenPgpTrustStore Florian Schmaus 2018-08-17 12:22:37 +0200
  • b36b19d864 Add TODO notes to OX code Florian Schmaus 2018-08-17 12:13:28 +0200
  • 27164f4c06 Do not use a generic return parameter in PubSubManager.getNode() Florian Schmaus 2018-08-16 15:24:43 +0200
  • 158103c918 Add javadoc for MamQueryArgs.Builder.queryLastPage() Florian Schmaus 2018-08-16 15:35:59 +0200
  • a4f1039a06 Fix example in MamManager's javadoc: s/queryRecentPage/queryLastPage/ Florian Schmaus 2018-08-16 15:35:38 +0200
  • 528e170b99 Use pepPubSubManager in PepManager.publish() Florian Schmaus 2018-08-15 20:16:33 +0200
  • 4d4f92ba86 Rename PEP to Pep Florian Schmaus 2018-08-15 20:15:57 +0200
  • 4b3f757ed9 Add a PEP PubSubManager to PEPManager Florian Schmaus 2018-08-15 18:07:42 +0200
  • 5569782113 Fix javadoc in PEPManager Florian Schmaus 2018-08-15 17:58:53 +0200
  • a1d4a91fa0 Make PubSubManager.deleteNode(String) "node did not exists" aware Florian Schmaus 2018-08-15 17:48:54 +0200
  • 3e65cb31c3 Consolidate FileUtils from smack-openpgp into smack-core Florian Schmaus 2018-08-15 17:36:29 +0200
  • a00aa726fe Introduce CloseableUtil Florian Schmaus 2018-08-15 17:25:22 +0200
  • 1136e8a2e9 Log exception in ProviderFileLoader Florian Schmaus 2018-08-13 16:40:16 +0200
  • 6fb95d6226 Close stream in FileUtils.addLines() Florian Schmaus 2018-08-13 16:39:56 +0200
  • 5517d03fae Close stream in UrlInitializer Florian Schmaus 2018-08-13 16:39:28 +0200
  • 384e1852cc Update Readme link in Readme Florian Schmaus 2018-08-06 08:47:30 +0200
  • 9ab7eba46d README: Remove Flattr Florian Schmaus 2018-08-03 14:20:16 +0200
  • a23109af20
    Merge pull request #261 from vanitasvitae/openpgp Florian Schmaus 2018-08-02 20:34:36 +0200
  • 60688b0146
    Bump pgpainless to 0.0.1-alpha3 Paul Schaub 2018-08-02 19:35:38 +0200
  • b530727539
    Add more javadoc Paul Schaub 2018-08-02 17:33:55 +0200
  • 1e376d4ada Link to Manager from javadoc-overview.html Florian Schmaus 2018-08-02 17:14:33 +0200
  • b69691e676 Add javadoc-overview.html Florian Schmaus 2018-08-02 17:02:08 +0200
  • c9fb3cc792 build.gradle: Make javadocAll options use scope Florian Schmaus 2018-08-02 17:01:49 +0200
  • 51e800c034 Merge tag '4.3.0' Florian Schmaus 2018-08-02 16:17:58 +0200
  • 6e4b85a6b7 Smack 4.3.1-SNAPSHOT Florian Schmaus 2018-08-02 16:11:25 +0200
  • 14f4f8eed9 Smack 4.3.0 Florian Schmaus 2018-08-02 15:29:59 +0200
  • b2c0d43a2d Bump MiniDNS to 0.4.0-alpha1 Florian Schmaus 2018-08-02 14:38:44 +0200
  • 50385be964 Bump jxmpp to 0.7.0-alpha1 Florian Schmaus 2018-08-02 14:37:59 +0200
  • 4b5708603f Bump MiniDNS to 0.3.2 Florian Schmaus 2018-08-02 12:56:32 +0200
  • 5a7e656898 Bump JXMPP to 0.6.3 Florian Schmaus 2018-08-02 12:55:51 +0200
  • 9bb724d65d Add Possible(From|To)TypeFilter Florian Schmaus 2018-08-02 11:38:53 +0200
  • 5bf0fd64ac Add ExceptionThrowingCallbackWithHint and javadoc Florian Schmaus 2018-08-02 09:37:26 +0200
  • a3fcbdbf5a Make Stanza.appendErrorIfExists() aware of the enclosing XML namespace Florian Schmaus 2018-08-01 13:16:20 +0200
  • f3b65f3dc8
    Merge pull request #259 from vanitasvitae/fileutils Florian Schmaus 2018-07-30 16:24:02 +0200
  • d78733e23a
    Remove duplicate FileUtils methods Paul Schaub 2018-07-30 16:05:58 +0200
  • 101a0dbc38
    Merge pull request #258 from vanitasvitae/xep373refs Florian Schmaus 2018-07-30 15:57:21 +0200
  • 5d295b260e
    Merge pull request #257 from vanitasvitae/xep373privateNodeName Florian Schmaus 2018-07-30 15:57:14 +0200
  • cf965538e8
    Update references to XEP-0373 Paul Schaub 2018-07-30 15:41:48 +0200
  • eb4bbd583b
    Fix private key node name Paul Schaub 2018-07-30 13:41:14 +0200
  • 9596ca8943 Bump AnimalSniffer to 1.4.5 Florian Schmaus 2018-07-30 11:51:20 +0200
  • 166b8be8a9
    Merge pull request #243 from vanitasvitae/tempDir Florian Schmaus 2018-07-30 10:57:24 +0200
  • 0c2efbd342
    Merge pull request #254 from vanitasvitae/openpgp Florian Schmaus 2018-07-30 10:56:52 +0200
  • f0af00ee43
    XEP-0373, XEP-0374: OpenPGP for XMPP: Instant Messaging Paul Schaub 2018-07-29 18:52:45 +0200
  • f3262c9d58
    Merge pull request #251 from vanitasvitae/bumpBc Florian Schmaus 2018-07-28 12:58:02 +0200
  • 48627bd0fe
    Merge pull request #253 from vanitasvitae/norEmpty Florian Schmaus 2018-07-28 12:57:49 +0200
  • c4c15c3e0a
    Merge pull request #250 from vanitasvitae/fixEmeAdding Florian Schmaus 2018-07-21 14:24:15 +0200