1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-14 11:39:39 +02:00

Commit graph

  • acefc9d324 Smack 4.4.0-alpha2 Florian Schmaus 2019-07-20 10:40:52 +02:00
  • 5ba85aa8a7 gradle: Use gpg-agent for signing Florian Schmaus 2019-07-20 22:34:05 +02:00
  • 2da2633b0f travis: Update cache configuration Florian Schmaus 2019-07-19 23:34:21 +02:00
  • ce0ddcf69c travis: Remove "sudo: false" as recommended by travis Florian Schmaus 2019-07-19 22:43:52 +02:00
  • 8c69048be3 travis: Update the Ubuntu repositories Florian Schmaus 2019-07-19 20:34:27 +02:00
  • fcb95bf549 travis: Remove openjdk8, add openjdk(9|11) Florian Schmaus 2019-07-19 15:12:09 +02:00
  • cd0cb95ce1 checkstyle: Use $config_loc for Java 11 Florian Schmaus 2019-07-20 09:36:14 +02:00
  • 947244b704 Use XMLInputFactory.newInstance() instead of newFactory() Florian Schmaus 2019-07-19 19:22:51 +02:00
  • 91ec6cc955 Javadoc changes for Java 11 compatibility Florian Schmaus 2019-07-19 18:10:36 +02:00
  • 8fa90113c9 Remove finalize() from AbstractXmppNioConnection Florian Schmaus 2019-07-19 15:17:35 +02:00
  • ce57c952ce travis: Use Ubuntu 14.04 (Trusty) Florian Schmaus 2019-07-19 15:06:28 +02:00
  • 346a86dae0 travis: Use apt-get instead apt Florian Schmaus 2019-07-19 14:51:42 +02:00
  • 68e14bd897 travis: Also call 'install' target Florian Schmaus 2019-07-19 14:23:53 +02:00
  • ca9fb36d09 travis: Use gradle 5.5.1 Florian Schmaus 2019-07-19 14:16:19 +02:00
  • 90cbcaebc7 smack-android/build.gradle: Use 'implementation' for smack-xmlparser-xpp3 Florian Schmaus 2019-07-19 14:13:49 +02:00
  • fe85ab3b83 Correcting mini typing error adiaholic 2019-07-09 22:12:26 +05:30
  • 658905e1ba Do not check exception message in PacketParserUtilsTest Florian Schmaus 2019-07-05 17:40:45 +02:00
  • fda9408cf3 Use XmlStringBuilder in PubSub's SubscribeExtension Florian Schmaus 2019-07-05 11:31:12 +02:00
  • 9c0da3ed07 Change SubscribeExtension's jid field type from String to Jid Florian Schmaus 2019-07-05 11:24:02 +02:00
  • 89b64fbf0c Add TODO comment to XmppNioTcpConnection Florian Schmaus 2019-05-29 11:50:25 +02:00
  • 60c7e0ab76 Fix typo in XmppNioTcpConnection: s/Therfore/Therefore/ Florian Schmaus 2019-05-29 11:49:16 +02:00
  • 178ae8abef Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2019-07-04 16:57:07 +02:00
  • aec648c34b Improve PubSubIntegrationTest Florian Schmaus 2019-07-04 16:45:28 +02:00
  • df5899e72b Introduce SmackConfiguration.SMACK_URL(_STRING) Florian Schmaus 2019-07-04 15:51:28 +02:00
  • f3b856c80b Improve shouldFailIfInitiatorCannotConnectToSocks5Proxy() unit test Florian Schmaus 2019-07-04 15:49:47 +02:00
  • 1b5a264d52 Add assert to IQ.initializeAsResultFor(IQ) Florian Schmaus 2019-07-04 15:48:07 +02:00
  • 870e6c674a Make ExceptionUtil.getStackTrace(Throwable) null safe Florian Schmaus 2019-07-04 15:47:46 +02:00
  • 44649ef3f5
    Merge pull request #320 from vanitasvitae/muc_joined_rooms_bookmarks_note Florian Schmaus 2019-07-04 09:19:02 +02:00
  • 0ad1a0bd4c
    Add note about BookmarkManager to MUCManager muc_joined_rooms_bookmarks_note Paul Schaub 2019-07-03 23:37:51 +02:00
  • d9f45e03f3
    Merge pull request #323 from vanitasvitae/color_update Florian Schmaus 2019-07-03 23:34:32 +02:00
  • 9a635e7a25
    Add support for XEP-XXXX: OMEMO Media Sharing omemo_media_sharing Paul Schaub 2019-06-30 18:47:30 +02:00
  • 8a74aec32a OMEMO: generate IV more flexible Paul Schaub 2019-05-03 03:31:03 +02:00
  • 9072b78c76
    Update XEP-0392 to 0.6.0 Paul Schaub 2019-06-30 16:01:08 +02:00
  • 18740d906f
    Add local.properties to gitignore Paul Schaub 2019-06-30 16:00:31 +02:00
  • 01289e9682 Add support for XEP-0315: Data Forms XML Element Florian Schmaus 2019-06-12 22:32:24 +02:00
  • a3f6fa65a4 Disallow null or empty string in PubSubManager.getNode(String) Florian Schmaus 2019-06-12 22:31:55 +02:00
  • ef88bb17d0 Disallow empty string as node in DiscoverInfo Florian Schmaus 2019-06-12 22:31:29 +02:00
  • e3ec422071 Try to lookup QNAME first in XmppElementUtil.getQNameFor() Florian Schmaus 2019-06-12 22:30:56 +02:00
  • c6c904cc3e Add support for XEP-0350: Data Forms Geolocation Element Florian Schmaus 2019-06-12 15:49:45 +02:00
  • fa0c16d75c Introduce EqualsUtil and HashCode.(Builder|Cache) Florian Schmaus 2019-06-12 14:51:17 +02:00
  • 92b02afbff Improve exceptions of Socks5Proxy Florian Schmaus 2019-06-11 12:33:57 +02:00
  • 818ee8a727 Make Objects.requireNonNull() throw IllegalArgumentException Florian Schmaus 2019-06-11 12:32:42 +02:00
  • 9bb36fc63c Make Socks5TestProxy a subclass of Socks5Proxy Florian Schmaus 2019-06-11 10:18:29 +02:00
  • 6e1193edaf Use QName instead of XmppStringUtils.generateKey() Florian Schmaus 2019-06-11 00:10:38 +02:00
  • 7d59df9eed Change type of presence priority to 'Byte' Florian Schmaus 2019-06-10 23:22:28 +02:00
  • e911874e72 Make MultiMap use generics where sensible Florian Schmaus 2019-06-10 21:43:38 +02:00
  • ce70308099 Introduce UInt(16|32) datatypes Florian Schmaus 2019-06-10 21:39:36 +02:00
  • c0183775fe Add support for XEP-0221: Data Forms Media Element Florian Schmaus 2019-06-10 17:40:26 +02:00
  • 832b20a897 Add XmlPullParser.getAttributeValue(String) Florian Schmaus 2019-06-10 17:37:52 +02:00
  • b834df65e9 Add NumberUtil.requireUShort16(int) Florian Schmaus 2019-06-10 17:37:20 +02:00
  • b3b242f397 Add TODO comment to XmlStringBuilder Florian Schmaus 2019-06-10 17:36:58 +02:00
  • 1f8b7273a8 Improve junit test in Socks5ByteStreamManager Florian Schmaus 2019-06-10 17:36:20 +02:00
  • 4d36e3b521 Introduce FormFieldChildElement and make FormField immutable Florian Schmaus 2019-06-10 16:58:38 +02:00
  • 1a99801501 Fix typo in FormField's javadoc: s/fold/field/ Florian Schmaus 2019-06-05 10:54:17 +02:00
  • 3c306eaff9 Improve comment in SmackReactor Florian Schmaus 2019-06-05 10:54:07 +02:00
  • 9a2cca2bd3 Merge branch 'master' of github.com:Flowdalic/Smack Florian Schmaus 2019-06-03 17:41:49 +02:00
  • b288768f77 Introduce util.InternetAddress Florian Schmaus 2019-06-03 17:41:10 +02:00
  • 4334ca33ff Add missing selector.wakeup() in SmackRactor.schedule() Florian Schmaus 2019-06-03 09:28:52 +02:00
  • 027cae3bd0 Remove unnecessary synchronization in SmackReater.schedule() Florian Schmaus 2019-06-03 09:27:28 +02:00
  • 619b8e6f4a Add secure(OnlineAttackSafe|Unique|OfflineAttackSafe)RandomString() Florian Schmaus 2019-06-02 19:56:56 +02:00
  • 58fc39714f Use assertThrows() in Socks5ByteStreamManagerTest Florian Schmaus 2019-06-02 11:00:37 +02:00
  • 839e347676 Rename NumberUtil.checkIfInUInt32Range() to requireUInt32 Florian Schmaus 2019-06-02 10:46:53 +02:00
  • 726a2de273 Deprecate ParserUtils.getQName() Florian Schmaus 2019-06-02 10:44:50 +02:00
  • af6ee76f4c Remove empty lines in Socks5BytestreamManager Florian Schmaus 2019-06-02 10:41:39 +02:00
  • 49aa7ce21b Do not swallow exception in Socks5BytestreamManager Florian Schmaus 2019-06-02 10:41:27 +02:00
  • 6619372bb8 Enable parallel unit test execution Florian Schmaus 2019-06-02 10:40:44 +02:00
  • 9352225f44 Rework SOCKS5 unit tests so that they can be run in parallel Florian Schmaus 2019-06-02 10:38:19 +02:00
  • b8ebaf3aa7 Smack 4.3.5-SNAPSHOT Florian Schmaus 2019-05-27 11:45:54 +02:00
  • 8831961afe Smack 4.3.4 Florian Schmaus 2019-05-27 11:16:33 +02:00
  • d337474a86 Add DiscoverItems.Item.toString() Florian Schmaus 2019-05-23 23:06:39 +02:00
  • 02f7cfcf27 Improve session sweeping logic in AdHocCommandManager Florian Schmaus 2019-05-20 08:57:03 +02:00
  • e8d9aed4be
    Merge pull request #303 from adiaholic/SMACK-839 Florian Schmaus 2019-05-20 09:44:04 +02:00
  • f91044657f Generic Exception replaced with Type Specific Exceptions. adiaholic 2019-05-19 13:31:17 +05:30
  • 04238bd36a Add CloseableUtil.maybeClose(Closeable) Florian Schmaus 2019-05-18 13:25:31 +02:00
  • 02e2eba556 Socks5Proxy: Remove empty line Florian Schmaus 2019-05-18 13:24:48 +02:00
  • 48010f3b82 Socks5Proxy: Log if server thread termination was interrupted Florian Schmaus 2019-05-18 13:24:30 +02:00
  • 11ae6d6960 Socks5Proxy: Use CloseableUtil to close server socket Florian Schmaus 2019-05-18 13:24:05 +02:00
  • ab99f629a3 Socks5Proxy: Include server socket in thread name Florian Schmaus 2019-05-18 13:23:24 +02:00
  • f7762c5db7 Add "whitespace after comma" checkstyle rule Florian Schmaus 2019-05-17 21:56:46 +02:00
  • db5f6f648c Bump AnimalSniffer to 1.5.0 Florian Schmaus 2019-05-17 18:04:27 +02:00
  • 7e25c3ada5 Merge branch '4.3' Florian Schmaus 2019-05-16 20:52:27 +02:00
  • 2ceadc0de1 Introduce verificationSuccessful boolean Florian Schmaus 2019-05-16 16:50:47 +02:00
  • f60e4055ec Use ACE representation of XMPP domain on certificate verification 4.3 Florian Schmaus 2019-05-16 14:09:05 +02:00
  • 381190a45c Add ConnectionConfiguration.getXmppServiceDomainAsDnsNameIfPossible() Florian Schmaus 2019-05-16 14:02:01 +02:00
  • 04f1d79d72 Try GC in MemoryLeakTestUtil.assertReferencesQueueSize() Florian Schmaus 2019-05-09 12:09:06 +02:00
  • 2dedd75cd7 Add comment about Thread.yield() in MemoryLeakTestUtil Florian Schmaus 2019-05-09 12:06:01 +02:00
  • edcde28ecd Set UncaughtExceptionHandler for CACHED_EXECUTOR_SERVICE Florian Schmaus 2019-05-09 11:04:26 +02:00
  • 49f4de0cdb Replace 'key' with QName Florian Schmaus 2019-05-08 21:10:39 +02:00
  • 7c6d1f4340 Remove no-op configure block in build.gradle Florian Schmaus 2019-05-08 20:43:45 +02:00
  • f6be434f66 Remove deprecated methods in StanzaCollector Florian Schmaus 2019-05-08 20:42:08 +02:00
  • 68b7eb26f3 Fix PacketWriterTest: Expect also InterruptedException Florian Schmaus 2019-05-08 15:19:48 +02:00
  • 32429bcb9c Add message to InterruptedException if blocking queue was shut down Florian Schmaus 2019-05-08 15:19:10 +02:00
  • 07c069e1a1 Use the default integration test packages if the supplied list is empty Greg Thomas 2019-04-22 14:18:44 +01:00
  • 5e1c3c7aa5 Use FileTagCharacter checkstyle module to check for tabs in source code Florian Schmaus 2019-05-08 13:50:30 +02:00
  • 60db42e2f4
    Merge pull request #299 from magnetsystems/autojoin-callback-on-reconnect Florian Schmaus 2019-05-08 13:43:46 +02:00
  • d20a2675a8 Make StanzaCollector final Florian Schmaus 2019-05-08 11:52:36 +02:00
  • f4ee7dd541 Update PowerMock to 2.0.2 Florian Schmaus 2019-05-08 12:00:12 +02:00
  • f8de22478b Double the timeout to 120s in MemoryLeakTestUtil Florian Schmaus 2019-05-08 11:35:32 +02:00
  • d2f5efcb20 Use StandardCharsets.(UTF_8|US_ASCII) Florian Schmaus 2019-05-08 11:34:40 +02:00
  • 2a4d110b22 Add Socks5Exception and improve SOCKS5 bytestream exception messages Florian Schmaus 2019-05-08 11:05:47 +02:00