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

Commit graph

  • df5899e72b Introduce SmackConfiguration.SMACK_URL(_STRING) Florian Schmaus 2019-07-04 15:51:28 +0200
  • f3b856c80b Improve shouldFailIfInitiatorCannotConnectToSocks5Proxy() unit test Florian Schmaus 2019-07-04 15:49:47 +0200
  • 1b5a264d52 Add assert to IQ.initializeAsResultFor(IQ) Florian Schmaus 2019-07-04 15:48:07 +0200
  • 870e6c674a Make ExceptionUtil.getStackTrace(Throwable) null safe Florian Schmaus 2019-07-04 15:47:46 +0200
  • 44649ef3f5
    Merge pull request #320 from vanitasvitae/muc_joined_rooms_bookmarks_note Florian Schmaus 2019-07-04 09:19:02 +0200
  • 0ad1a0bd4c
    Add note about BookmarkManager to MUCManager Paul Schaub 2019-07-03 23:37:51 +0200
  • d9f45e03f3
    Merge pull request #323 from vanitasvitae/color_update Florian Schmaus 2019-07-03 23:34:32 +0200
  • 9072b78c76
    Update XEP-0392 to 0.6.0 Paul Schaub 2019-06-30 16:01:08 +0200
  • 18740d906f
    Add local.properties to gitignore Paul Schaub 2019-06-30 16:00:31 +0200
  • 01289e9682 Add support for XEP-0315: Data Forms XML Element Florian Schmaus 2019-06-12 22:32:24 +0200
  • a3f6fa65a4 Disallow null or empty string in PubSubManager.getNode(String) Florian Schmaus 2019-06-12 22:31:55 +0200
  • ef88bb17d0 Disallow empty string as node in DiscoverInfo Florian Schmaus 2019-06-12 22:31:29 +0200
  • e3ec422071 Try to lookup QNAME first in XmppElementUtil.getQNameFor() Florian Schmaus 2019-06-12 22:30:56 +0200
  • c6c904cc3e Add support for XEP-0350: Data Forms Geolocation Element Florian Schmaus 2019-06-12 15:49:45 +0200
  • fa0c16d75c Introduce EqualsUtil and HashCode.(Builder|Cache) Florian Schmaus 2019-06-12 14:51:17 +0200
  • 92b02afbff Improve exceptions of Socks5Proxy Florian Schmaus 2019-06-11 12:33:57 +0200
  • 818ee8a727 Make Objects.requireNonNull() throw IllegalArgumentException Florian Schmaus 2019-06-11 12:32:42 +0200
  • 9bb36fc63c Make Socks5TestProxy a subclass of Socks5Proxy Florian Schmaus 2019-06-11 10:18:29 +0200
  • 6e1193edaf Use QName instead of XmppStringUtils.generateKey() Florian Schmaus 2019-06-11 00:10:38 +0200
  • 7d59df9eed Change type of presence priority to 'Byte' Florian Schmaus 2019-06-10 23:22:28 +0200
  • e911874e72 Make MultiMap use generics where sensible Florian Schmaus 2019-06-10 21:43:38 +0200
  • ce70308099 Introduce UInt(16|32) datatypes Florian Schmaus 2019-06-10 21:39:36 +0200
  • c0183775fe Add support for XEP-0221: Data Forms Media Element Florian Schmaus 2019-06-10 17:40:26 +0200
  • 832b20a897 Add XmlPullParser.getAttributeValue(String) Florian Schmaus 2019-06-10 17:37:52 +0200
  • b834df65e9 Add NumberUtil.requireUShort16(int) Florian Schmaus 2019-06-10 17:37:20 +0200
  • b3b242f397 Add TODO comment to XmlStringBuilder Florian Schmaus 2019-06-10 17:36:58 +0200
  • 1f8b7273a8 Improve junit test in Socks5ByteStreamManager Florian Schmaus 2019-06-10 17:36:20 +0200
  • 4d36e3b521 Introduce FormFieldChildElement and make FormField immutable Florian Schmaus 2019-06-10 16:58:38 +0200
  • 1a99801501 Fix typo in FormField's javadoc: s/fold/field/ Florian Schmaus 2019-06-05 10:54:17 +0200
  • 3c306eaff9 Improve comment in SmackReactor Florian Schmaus 2019-06-05 10:54:07 +0200
  • 9a2cca2bd3 Merge branch 'master' of github.com:Flowdalic/Smack Florian Schmaus 2019-06-03 17:41:49 +0200
  • b288768f77 Introduce util.InternetAddress Florian Schmaus 2019-06-03 17:41:10 +0200
  • 4334ca33ff Add missing selector.wakeup() in SmackRactor.schedule() Florian Schmaus 2019-06-03 09:28:52 +0200
  • 027cae3bd0 Remove unnecessary synchronization in SmackReater.schedule() Florian Schmaus 2019-06-03 09:27:28 +0200
  • 619b8e6f4a Add secure(OnlineAttackSafe|Unique|OfflineAttackSafe)RandomString() Florian Schmaus 2019-06-02 19:56:56 +0200
  • 58fc39714f Use assertThrows() in Socks5ByteStreamManagerTest Florian Schmaus 2019-06-02 11:00:37 +0200
  • 839e347676 Rename NumberUtil.checkIfInUInt32Range() to requireUInt32 Florian Schmaus 2019-06-02 10:46:53 +0200
  • 726a2de273 Deprecate ParserUtils.getQName() Florian Schmaus 2019-06-02 10:44:50 +0200
  • af6ee76f4c Remove empty lines in Socks5BytestreamManager Florian Schmaus 2019-06-02 10:41:39 +0200
  • 49aa7ce21b Do not swallow exception in Socks5BytestreamManager Florian Schmaus 2019-06-02 10:41:27 +0200
  • 6619372bb8 Enable parallel unit test execution Florian Schmaus 2019-06-02 10:40:44 +0200
  • 9352225f44 Rework SOCKS5 unit tests so that they can be run in parallel Florian Schmaus 2019-06-02 10:38:19 +0200
  • b8ebaf3aa7 Smack 4.3.5-SNAPSHOT Florian Schmaus 2019-05-27 11:45:54 +0200
  • 8831961afe Smack 4.3.4 Florian Schmaus 2019-05-27 11:16:33 +0200
  • d337474a86 Add DiscoverItems.Item.toString() Florian Schmaus 2019-05-23 23:06:39 +0200
  • 02f7cfcf27 Improve session sweeping logic in AdHocCommandManager Florian Schmaus 2019-05-20 08:57:03 +0200
  • e8d9aed4be
    Merge pull request #303 from adiaholic/SMACK-839 Florian Schmaus 2019-05-20 09:44:04 +0200
  • f91044657f Generic Exception replaced with Type Specific Exceptions. adiaholic 2019-05-19 13:31:17 +0530
  • 04238bd36a Add CloseableUtil.maybeClose(Closeable) Florian Schmaus 2019-05-18 13:25:31 +0200
  • 02e2eba556 Socks5Proxy: Remove empty line Florian Schmaus 2019-05-18 13:24:48 +0200
  • 48010f3b82 Socks5Proxy: Log if server thread termination was interrupted Florian Schmaus 2019-05-18 13:24:30 +0200
  • 11ae6d6960 Socks5Proxy: Use CloseableUtil to close server socket Florian Schmaus 2019-05-18 13:24:05 +0200
  • ab99f629a3 Socks5Proxy: Include server socket in thread name Florian Schmaus 2019-05-18 13:23:24 +0200
  • f7762c5db7 Add "whitespace after comma" checkstyle rule Florian Schmaus 2019-05-17 21:56:46 +0200
  • db5f6f648c Bump AnimalSniffer to 1.5.0 Florian Schmaus 2019-05-17 18:04:27 +0200
  • 7e25c3ada5 Merge branch '4.3' Florian Schmaus 2019-05-16 20:52:27 +0200
  • 2ceadc0de1 Introduce verificationSuccessful boolean Florian Schmaus 2019-05-16 16:50:47 +0200
  • f60e4055ec Use ACE representation of XMPP domain on certificate verification Florian Schmaus 2019-05-16 14:09:05 +0200
  • 381190a45c Add ConnectionConfiguration.getXmppServiceDomainAsDnsNameIfPossible() Florian Schmaus 2019-05-16 14:02:01 +0200
  • 04f1d79d72 Try GC in MemoryLeakTestUtil.assertReferencesQueueSize() Florian Schmaus 2019-05-09 12:09:06 +0200
  • 2dedd75cd7 Add comment about Thread.yield() in MemoryLeakTestUtil Florian Schmaus 2019-05-09 12:06:01 +0200
  • edcde28ecd Set UncaughtExceptionHandler for CACHED_EXECUTOR_SERVICE Florian Schmaus 2019-05-09 11:04:26 +0200
  • 49f4de0cdb Replace 'key' with QName Florian Schmaus 2019-05-08 21:10:39 +0200
  • 7c6d1f4340 Remove no-op configure block in build.gradle Florian Schmaus 2019-05-08 20:43:45 +0200
  • f6be434f66 Remove deprecated methods in StanzaCollector Florian Schmaus 2019-05-08 20:42:08 +0200
  • 68b7eb26f3 Fix PacketWriterTest: Expect also InterruptedException Florian Schmaus 2019-05-08 15:19:48 +0200
  • 32429bcb9c Add message to InterruptedException if blocking queue was shut down Florian Schmaus 2019-05-08 15:19:10 +0200
  • 07c069e1a1 Use the default integration test packages if the supplied list is empty Greg Thomas 2019-04-22 14:18:44 +0100
  • 5e1c3c7aa5 Use FileTagCharacter checkstyle module to check for tabs in source code Florian Schmaus 2019-05-08 13:50:30 +0200
  • 60db42e2f4
    Merge pull request #299 from magnetsystems/autojoin-callback-on-reconnect Florian Schmaus 2019-05-08 13:43:46 +0200
  • d20a2675a8 Make StanzaCollector final Florian Schmaus 2019-05-08 11:52:36 +0200
  • f4ee7dd541 Update PowerMock to 2.0.2 Florian Schmaus 2019-05-08 12:00:12 +0200
  • f8de22478b Double the timeout to 120s in MemoryLeakTestUtil Florian Schmaus 2019-05-08 11:35:32 +0200
  • d2f5efcb20 Use StandardCharsets.(UTF_8|US_ASCII) Florian Schmaus 2019-05-08 11:34:40 +0200
  • 2a4d110b22 Add Socks5Exception and improve SOCKS5 bytestream exception messages Florian Schmaus 2019-05-08 11:05:47 +0200
  • fd89a5e5a5 Add StreamHost.toString() Florian Schmaus 2019-05-08 09:24:23 +0200
  • 7f0dc72dab Update errorprone(-plugin) and make Unused(Variable|Method) an error Florian Schmaus 2019-05-07 22:58:02 +0200
  • 68d7d738b6 Remove all tabs and add checkstyle rule that enforces no-tabs Florian Schmaus 2019-05-07 21:24:00 +0200
  • 575364cc1f Print exception's stacktrace in PacketWriterTest Florian Schmaus 2019-05-07 21:00:22 +0200
  • e1ed035beb Remove xmlunit-lagacy and add xmlunit-assertj Florian Schmaus 2019-05-07 18:51:52 +0200
  • 95dbf5bb36 Change JUnit API from 4 to 5 in smack-experimental Florian Schmaus 2019-05-07 18:51:22 +0200
  • 505493d889 Add XmlStringBuilder.optAttribute(String, Number) Florian Schmaus 2019-05-07 10:18:55 +0200
  • 0e52560358 Add test fo smack-xmlparser Florian Schmaus 2019-05-07 10:12:43 +0200
  • 4a3dda93af
    Merge pull request #315 from adiaholic/doc-fix-in-index Florian Schmaus 2019-05-06 22:57:59 +0200
  • 7980e2cedb
    Merge pull request #318 from vanitasvitae/xhtml_fix Florian Schmaus 2019-05-06 22:56:01 +0200
  • 4133eb175c Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 Florian Schmaus 2019-05-06 22:06:13 +0200
  • dd903bec95
    SMACK-868: Fix XHTMLText producing invalid XML Eng ChongMeng 2019-05-06 00:38:22 +0200
  • 1554a33518 Changed XEP-031 to XEP-0131 adiaholic 2019-05-04 14:18:46 +0530
  • b3646abecd XMPPTCPConnection: Move openStream() call from writer into reader thread Florian Schmaus 2019-04-29 18:37:36 +0200
  • ae2c57f56b Fix XML in MamResultProviderTest Florian Schmaus 2019-04-29 10:46:57 +0200
  • 3b657d36c4 Changed XEP-0116 to XEP-0166 adiaholic 2019-04-29 13:32:26 +0530
  • 4e7cd83220 Fix (Privacy|Time)ProviderTest Florian Schmaus 2019-04-28 23:18:52 +0200
  • af5f161fff Prevent extremely long reply timeouts from being set. adiaholic 2019-04-26 20:30:26 +0530
  • 870756997f Improve exception message of XmppConnectionStressTest Florian Schmaus 2019-04-24 21:25:22 +0200
  • fc70484cf6 More specific Pubsub integration tests. Guus der Kinderen 2019-04-08 14:40:37 +0200
  • 2dbc32340d
    Merge pull request #311 from guusdk/sint-accountmanager-disconnect Florian Schmaus 2019-04-17 21:32:42 +0200
  • d97fb126a1 Add PubSubManager.getInstanceFor() just like all other Managers Florian Schmaus 2019-04-16 10:09:01 +0200
  • 99bf8316f5 Add javadoc about callbacks to XMPPConnection Florian Schmaus 2019-04-16 09:33:07 +0200
  • 9c30e4f3cc Merge branch '4.3' Florian Schmaus 2019-04-16 09:21:14 +0200
  • 11775ed6b0 Add checkstyle rule for 'synchronized' on Manager.getInstanceFor() Florian Schmaus 2019-04-15 09:46:43 +0200