author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
299,323 | 19.06.2017 10:11:08 | -7,200 | b14aca744f85fa40aef98170527462628362bc0e | Add Jingle SOCKS5Bytestream transport method | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContentTransport.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContentTransport.java",
"diff": "@@ -74,7 +74,7 @@ public abstract clas... | Java | Apache License 2.0 | igniterealtime/smack | Add Jingle SOCKS5Bytestream transport method |
299,323 | 21.06.2017 13:42:02 | -7,200 | e2b8ffdf225d121d1c33be0274201790b83db0b2 | Switch to single transport instead of list | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContent.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContent.java",
"diff": "*/\npackage org.jivesoftware.smackx.jingle.element;\n-im... | Java | Apache License 2.0 | igniterealtime/smack | Switch to single transport instead of list |
299,323 | 26.06.2017 15:04:22 | -7,200 | 20eabca1b3e55ad8af27aea154d7c7abc759d724 | Also replace list with single transport-info info | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContentTransport.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContentTransport.java",
"diff": "@@ -31,13 +31,13 @@ public abstract cl... | Java | Apache License 2.0 | igniterealtime/smack | Also replace list with single transport-info info |
299,323 | 30.06.2017 14:30:19 | -7,200 | 248e76ff469585ecd339ef79d95ad51eb6855da0 | Fix receiving OMEMO MUC messages
The method OmemoManager.getSender() was faulty and returned null for MUC
occupants, which lead to NPEs when receiving MUC messages with OMEMO. | [
{
"change_type": "MODIFY",
"old_path": "smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/OmemoService.java",
"new_path": "smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/OmemoService.java",
"diff": "@@ -39,7 +39,6 @@ import java.util.Random;\nimport java.util.Set;\nimport java.util.lo... | Java | Apache License 2.0 | igniterealtime/smack | Fix receiving OMEMO MUC messages
The method OmemoManager.getSender() was faulty and returned null for MUC
occupants, which lead to NPEs when receiving MUC messages with OMEMO. |
299,323 | 30.06.2017 15:36:02 | -7,200 | bae840ebf77f95c0e3ed4be8144866f7844554a0 | Enforce jingle s5b transport invariants.
There can only either be one info element or
multiple candidates, but not both.
Enforced this in the JingleS5BTransportBuilder | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/transports/jingle_s5b/elements/JingleS5BTransport.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/transports/jingle_s5b/elements/JingleS5BTransport.java",
"diff": "... | Java | Apache License 2.0 | igniterealtime/smack | Enforce jingle s5b transport invariants.
There can only either be one info element or
multiple candidates, but not both.
Enforced this in the JingleS5BTransportBuilder |
299,323 | 06.07.2017 14:01:28 | -7,200 | 8bd3856fa1613721aee1f32a004c8a9b79b9a7b8 | Fix typos in filetransfer package | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.java",
"diff": "@@ -35,7 +35,7 @@ import org.jxmpp.jid.J... | Java | Apache License 2.0 | igniterealtime/smack | Fix typos in filetransfer package |
299,323 | 06.07.2017 16:55:12 | -7,200 | 58c32639b5921dc2b3a7c9c686938b7382d3f30f | Allow parsing of JingleReason.AlternativeSession
The JingleReasonProvider was faulty and ignored the
<alternative-session> element. | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java",
"diff": "@@ -156,5 +156,9 @@ public class JingleReason implements N... | Java | Apache License 2.0 | igniterealtime/smack | Allow parsing of JingleReason.AlternativeSession
The JingleReasonProvider was faulty and ignored the
<alternative-session> element. |
299,323 | 14.07.2017 16:09:37 | -7,200 | 419f6a336e24ca4effbde09b24f6c74122cd9fb9 | Correct method name to getUndecidedDevices | [
{
"change_type": "MODIFY",
"old_path": "smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/exceptions/UndecidedOmemoIdentityException.java",
"new_path": "smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/exceptions/UndecidedOmemoIdentityException.java",
"diff": "@@ -35,20 +35,20 @@ public... | Java | Apache License 2.0 | igniterealtime/smack | Correct method name to getUndecidedDevices |
299,309 | 20.07.2017 22:50:34 | -7,200 | 0b8788a9fc52b060ac302970a3261ca5ab734036 | Fix parameter ordering in BoBHash construction | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/bob/BoBManager.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/bob/BoBManager.java",
"diff": "@@ -159,7 +159,7 @@ public final class BoBManager extends Manager {\npublic BoBInfo ... | Java | Apache License 2.0 | igniterealtime/smack | Fix parameter ordering in BoBHash construction |
299,309 | 15.07.2017 13:40:40 | -7,200 | fc17cf4e2d76b319e1a3c96e46e2a7a63960f341 | Fix link to OMEMO extension | [
{
"change_type": "MODIFY",
"old_path": "documentation/extensions/index.md",
"new_path": "documentation/extensions/index.md",
"diff": "@@ -94,7 +94,7 @@ Experimental Smack Extensions and currently supported XEPs of smack-experimental\n| [Push Notifications](pushnotifications.md) | [XEP-0357](http://x... | Java | Apache License 2.0 | igniterealtime/smack | Fix link to OMEMO extension |
299,309 | 01.08.2017 16:17:35 | -7,200 | c9b9558cd428e8a899c4ef44c99b9782a43434ee | Make add/remove for presence interceptors consistent | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"diff": "@@ -1011,7 +1011,7 @@ public class MultiUserChat {\n*\n* @param presenceInterc... | Java | Apache License 2.0 | igniterealtime/smack | Make add/remove for presence interceptors consistent |
299,295 | 11.08.2017 10:30:05 | -7,200 | b70e80b1ad9a581ac4daeec874949e90f2db2c0a | Keep 4.1.9 chat.sendMessage(String) behavior
chat2.Chat.send(String) should have the same behavior as chat.Chat.sendMessage(String) | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smack/chat2/Chat.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smack/chat2/Chat.java",
"diff": "@@ -42,6 +42,7 @@ public final class Chat extends Manager {\npublic void send(CharSequence mes... | Java | Apache License 2.0 | igniterealtime/smack | Keep 4.1.9 chat.sendMessage(String) behavior
chat2.Chat.send(String) should have the same behavior as chat.Chat.sendMessage(String) |
299,323 | 09.08.2017 21:00:01 | -7,200 | 8052ee752b16cd5faad962fa126d1c2c6beb41ce | Add missing cleanup in Omemo integrationtest | [
{
"change_type": "MODIFY",
"old_path": "smack-integration-test/src/main/java/org/jivesoftware/smackx/omemo/OmemoStoreTest.java",
"new_path": "smack-integration-test/src/main/java/org/jivesoftware/smackx/omemo/OmemoStoreTest.java",
"diff": "@@ -22,6 +22,7 @@ import static junit.framework.TestCase.ass... | Java | Apache License 2.0 | igniterealtime/smack | Add missing cleanup in Omemo integrationtest |
299,309 | 05.08.2017 17:05:40 | -7,200 | 199311eda16b7b6a3457129fe0f1585bb6289293 | Fix error Condition to Type mappings to match RFC 6120
Synchronize the Javadoc table to match the actual implementation. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XMPPError.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XMPPError.java",
"diff": "@@ -39,14 +39,14 @@ import org.jivesoftware.smack.util.XmlStringBuilder;\n* <tr><td>conflict</... | Java | Apache License 2.0 | igniterealtime/smack | Fix error Condition to Type mappings to match RFC 6120
Synchronize the Javadoc table to match the actual implementation. |
299,309 | 06.08.2017 14:25:57 | -7,200 | 47c936e50861da3bc50c173cf0c8fde23cc6820a | Make UnknownIqRequestReplyMode public
If it is not made public, then (g|s)etUnknownIqRequestReplyMode cannot
be used. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java",
"diff": "@@ -371,7 +371,7 @@ public final class SmackConfiguration {\nreturn defaultHostnameVerifif... | Java | Apache License 2.0 | igniterealtime/smack | Make UnknownIqRequestReplyMode public
If it is not made public, then (g|s)etUnknownIqRequestReplyMode cannot
be used. |
299,309 | 05.08.2017 17:06:13 | -7,200 | 25114b3fc1b3510a734524139080e970eb8b45ee | Add a test to ensure all Conditions have a Type mapping | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XMPPError.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XMPPError.java",
"diff": "@@ -70,7 +70,7 @@ public class XMPPError extends AbstractError {\npublic static final String E... | Java | Apache License 2.0 | igniterealtime/smack | Add a test to ensure all Conditions have a Type mapping |
299,305 | 26.08.2017 12:16:07 | 18,000 | c92a95136faa4f227cbffe3431bb3c80bbca0a48 | Updated comments to indicate that reject_all is default SubscriptionMode | [
{
"change_type": "MODIFY",
"old_path": "smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java",
"new_path": "smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java",
"diff": "@@ -213,7 +213,7 @@ public final class Roster extends Manager {\n* Returns the default subscription proc... | Java | Apache License 2.0 | igniterealtime/smack | Updated comments to indicate that reject_all is default SubscriptionMode |
299,302 | 27.10.2017 13:14:50 | 18,000 | a0b0b5a63b7aafd034aa215e7174653a59f8d7c8 | Makes xmpperror descriptive text optional as said in the rfc. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XMPPError.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XMPPError.java",
"diff": "@@ -271,9 +271,13 @@ public class XMPPError extends AbstractError {\n}\npublic static XMPPErro... | Java | Apache License 2.0 | igniterealtime/smack | Makes xmpperror descriptive text optional as said in the rfc. |
299,302 | 06.11.2017 17:24:22 | 21,600 | 44e4607259fddf0c3d6b75ea78cb01ef4583e3ed | Fix memory leak in MutliUserChat.removeConnectionCallback().
Fix memory leak by removing subject listener
in MutliUserChat.removeConnectionCallback().
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"diff": "@@ -2011,6 +2011,7 @@ public class MultiUserChat {\nprivate void removeConnect... | Java | Apache License 2.0 | igniterealtime/smack | Fix memory leak in MutliUserChat.removeConnectionCallback().
Fix memory leak by removing subject listener
in MutliUserChat.removeConnectionCallback().
Fixes SMACK-782. |
299,291 | 16.11.2017 16:18:15 | -10,800 | 4f11dc5b14ebe9b686a4c23a8b1d1fc9cc3c82a7 | Drop stream management state on StreamManagementException | [
{
"change_type": "MODIFY",
"old_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"new_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"diff": "@@ -310,7 +310,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {\na... | Java | Apache License 2.0 | igniterealtime/smack | Drop stream management state on StreamManagementException |
299,291 | 16.11.2017 17:30:16 | -10,800 | 230a226424e4219f07cffe3f0130ce67fa830b0e | Prevent race condition after stream resumption
New stanzas sent directly after stream resumption might have been added
to unacknowledgedStanzas before the old unacknowledged stanzas
are resent. This caused new stanzas to be sent twice and later led
to a StreamManagementCounterError.
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"new_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"diff": "@@ -1155,8 +1155,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {\... | Java | Apache License 2.0 | igniterealtime/smack | Prevent race condition after stream resumption
New stanzas sent directly after stream resumption might have been added
to unacknowledgedStanzas before the old unacknowledged stanzas
are resent. This caused new stanzas to be sent twice and later led
to a StreamManagementCounterError.
Fixes SMACK-786 |
299,323 | 20.11.2017 16:16:55 | -3,600 | cc94cb8ea280c6d3a73c800660b2f2f4eb18ed61 | Fix comment checkstyle rule description | [
{
"change_type": "MODIFY",
"old_path": "config/checkstyle.xml",
"new_path": "config/checkstyle.xml",
"diff": "</module>\n<module name=\"RegexpSingleline\">\n<property name=\"format\" value=\"^\\s*//[^\\s]\"/>\n- <property name=\"message\" value=\"Comment start ('\\\\') followed by non-space characte... | Java | Apache License 2.0 | igniterealtime/smack | Fix comment checkstyle rule description |
299,301 | 02.01.2018 15:42:33 | 0 | ae46f653fddb3813a1b94c44115a10261286e52e | Fix for extra quote in workgroup IQs
At some point IQChildElementXmlStringBuilder was modified to add the
closing quote around the namespace. this was not reflected in these
element extensions | [
{
"change_type": "MODIFY",
"old_path": "smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java",
"new_path": "smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java",
"diff": "@@ -80,7 +80,7 @@ public class OccupantsInfo extends IQ {\n@... | Java | Apache License 2.0 | igniterealtime/smack | Fix for extra quote in workgroup IQs
At some point IQChildElementXmlStringBuilder was modified to add the
closing quote around the namespace. this was not reflected in these
element extensions |
299,311 | 19.01.2018 11:38:17 | -3,600 | 93683389e325621d5135d20bd267ecdaa2aa8fbb | Bugfix in SOCKS5 authentication
Read password bytes from the correct field.
Fixes introduced with | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/Socks5ProxySocketConnection.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/Socks5ProxySocketConnection.java",
"diff": "@@ -137,7 +137,7 @@ public class Socks5ProxySocketConnection... | Java | Apache License 2.0 | igniterealtime/smack | Bugfix in SOCKS5 authentication
Read password bytes from the correct field.
Fixes SMACK-796, introduced with 4c64643 |
299,319 | 07.02.2018 10:43:31 | -19,080 | 8e3d3a7d14e2f817c59f955848444294859e8c13 | Fix copy and paste issue in processing.md | [
{
"change_type": "MODIFY",
"old_path": "documentation/processing.md",
"new_path": "documentation/processing.md",
"diff": "@@ -49,7 +49,7 @@ filters includes:\n* `StanzaIdFilter` -- filters for packets with a particular packet ID.\n* `ThreadFilter` -- filters for message packets with a particular thr... | Java | Apache License 2.0 | igniterealtime/smack | Fix copy and paste issue in processing.md |
299,296 | 26.02.2018 08:18:43 | 21,600 | 32262a9c5476436318c0cdf295167e86c543f783 | Proofread Getting Started documentation | [
{
"change_type": "MODIFY",
"old_path": "documentation/gettingstarted.md",
"new_path": "documentation/gettingstarted.md",
"diff": "@@ -14,7 +14,7 @@ library ships as several modulesto provide more flexibility over which\nfeatures applications require:\n* `smack-core` -- provides core XMPP functionali... | Java | Apache License 2.0 | igniterealtime/smack | Proofread Getting Started documentation |
299,292 | 28.02.2018 07:30:18 | 21,600 | 7791e53454a7e8f2b1275fd53c30c93e24f5dc50 | Fix found typos
Fix found typos in the documentation -Jesus | [
{
"change_type": "MODIFY",
"old_path": "documentation/extensions/iot.md",
"new_path": "documentation/extensions/iot.md",
"diff": "Internet of Things (XEP-0323, -0324, -0325, -0347)\n==================================================\n-The Internet of Things (IoT) XEPs are an experimental open standa... | Java | Apache License 2.0 | igniterealtime/smack | Fix found typos
Fix found typos in the documentation -Jesus |
299,292 | 09.03.2018 07:15:46 | 21,600 | 903f90e1c17bb450384fa135c4cb9e5c2c803fa3 | Update/fix javadocs | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java",
"diff": "@@ -43,13 +43,15 @@ import org.jxmpp.jid.EntityFullJid;\n* // Most servers require you to login be... | Java | Apache License 2.0 | igniterealtime/smack | Update/fix javadocs |
299,299 | 14.03.2018 16:40:14 | -3,600 | 713f0438df49c83da400975a054d384701da6e16 | Fix the Jingle IQ action attribute in jingle-old | [
{
"change_type": "MODIFY",
"old_path": "smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/packet/Jingle.java",
"new_path": "smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/packet/Jingle.java",
"diff": "@@ -354,7 +354,7 @@ public class Jingle extends IQ {\nbuf.append(\... | Java | Apache License 2.0 | igniterealtime/smack | Fix the Jingle IQ action attribute in jingle-old |
299,292 | 28.02.2018 08:02:55 | 21,600 | a70063dc893ee158ee50b462032ce2ec253c89a5 | Rename and deprecate XMPPConnection methods
Rename and deprecate XMPPConnections methods as described in | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"diff": "@@ -168,7 +168,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnecti... | Java | Apache License 2.0 | igniterealtime/smack | Rename and deprecate XMPPConnection methods
Rename and deprecate XMPPConnections methods as described in SMACK-802 |
299,317 | 04.04.2018 15:02:23 | -7,200 | 632c172f6d4f7de42dc7ef30bba7f3acce1b4de6 | Add pubsub publishing and altaccuracy parameter to geoloc | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/geoloc/GeoLocationManager.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/geoloc/GeoLocationManager.java",
"diff": "/**\n*\n- * Copyright 2015-2016 Ishan Khanna\n+ * Copyright 20... | Java | Apache License 2.0 | igniterealtime/smack | Add pubsub publishing and altaccuracy parameter to geoloc |
299,321 | 20.03.2018 11:49:32 | -3,600 | 832c0a92aa798cba0bb9f35dc59b7e00a67092ac | Added pubsub Node.modifySubscriptionsAsOwner with test | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/Subscription.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/Subscription.java",
"diff": "@@ -56,6 +56,16 @@ public class Subscription extends NodeExtension {\nthis... | Java | Apache License 2.0 | igniterealtime/smack | Added pubsub Node.modifySubscriptionsAsOwner with test |
299,321 | 16.04.2018 16:03:02 | -7,200 | d5aaf8fdabb0a1b7b72e69654f821238014ba7e7 | Notification type for pubsub node config | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/ConfigureForm.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/ConfigureForm.java",
"diff": "@@ -406,6 +406,30 @@ public class ConfigureForm extends Form {\nsetAnswe... | Java | Apache License 2.0 | igniterealtime/smack | Notification type for pubsub node config |
299,312 | 21.05.2018 14:44:23 | 18,000 | fd5e86ce5af8d72de60ba6caf71a159dcce8b223 | fix: Cleans the multiUserChats map. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/util/CleaningWeakReferenceMap.java",
"diff": "+/**\n+ *\n+ * Copyright the original author or authors\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not us... | Java | Apache License 2.0 | igniterealtime/smack | fix: Cleans the multiUserChats map. |
299,282 | 02.07.2018 11:50:58 | -7,200 | 33221c57f9bf46484612f49ccbb1c375a4a13bf2 | Fix missing body namespace in BOSH messages
The body's "jabber:client" namespace was missing
in BOSH messages. | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"diff": "@@ -39,7 +39,6 @@ import org.jivesoftware.smack.packet.Nonza;\nimport org.jiveso... | Java | Apache License 2.0 | igniterealtime/smack | Fix missing body namespace in BOSH messages
The body's "jabber:client" namespace was missing
in BOSH messages. |
299,302 | 23.08.2018 16:22:25 | 18,000 | 3ffdb9befd59cabee51b94a11312034685447671 | Clears bosh client instance on shutdown. Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"diff": "@@ -253,6 +253,16 @@ public class XMPPBOSHConnection extends AbstractXMPPConnect... | Java | Apache License 2.0 | igniterealtime/smack | Clears bosh client instance on shutdown. Fixes SMACK-829. |
299,289 | 09.09.2018 20:49:30 | -7,200 | f23f27aa755456ba174fca46c9111524f11d402b | Typo in CarbonManager.java
The listeners "were" registered... | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java",
"diff": "@@ -62,7 +62,7 @@ import org.jxmpp.jid.EntityFullJid;\n* <p>\n* No... | Java | Apache License 2.0 | igniterealtime/smack | Typo in CarbonManager.java
The listeners "were" registered... |
299,289 | 10.09.2018 11:49:51 | -7,200 | dcd0fd87b35bd6c78719246f95f5e491ebb4142c | Documentation: debugging: The debugging jar is now named smack-debug.jar
The documentation states that the debugging jar is called
smackx-debug.jar. However, according to maven central, that name was
only used until 3.2.1, newer releases (including 4.4.0-alpha1) only
distribute smack-debug.jar, which contains the debugger as advertised. | [
{
"change_type": "MODIFY",
"old_path": "documentation/debugging.md",
"new_path": "documentation/debugging.md",
"diff": "@@ -29,7 +29,7 @@ Smack uses the following logic to decide the debugger console to use:\n`java -Dsmack.debuggerClass=my.company.com.MyDebugger SomeApp `\n- 2. If step 1 fails then ... | Java | Apache License 2.0 | igniterealtime/smack | Documentation: debugging: The debugging jar is now named smack-debug.jar
The documentation states that the debugging jar is called
smackx-debug.jar. However, according to maven central, that name was
only used until 3.2.1, newer releases (including 4.4.0-alpha1) only
distribute smack-debug.jar, which contains the debugger as advertised. |
299,310 | 02.10.2018 11:13:17 | -7,200 | 864cc0050c4959533029908c72abf610cc3f7ee4 | Fix example for Establishing a Connection | [
{
"change_type": "MODIFY",
"old_path": "documentation/gettingstarted.md",
"new_path": "documentation/gettingstarted.md",
"diff": "@@ -47,7 +47,7 @@ server. Below are code examples for making a connection:\n```\n// Create a connection and login to the example.org XMPP service.\n-AbstractXMPPConnectio... | Java | Apache License 2.0 | igniterealtime/smack | Fix example for Establishing a Connection |
299,325 | 08.11.2018 13:36:45 | -3,600 | 1ea10831b6e0041825f4467ed48d31e499c3a9b9 | Enables the HTTP compression in JBOSH
Adds an extra parameter "compressionEnabled" to ConnectionConfiguration
that is used to set the setCompressionEnabled() of BOSHClientConfig | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"diff": "@@ -157,6 +157,8 @@ public class XMPPBOSHConnection extends AbstractXMPPConnecti... | Java | Apache License 2.0 | igniterealtime/smack | Enables the HTTP compression in JBOSH
Adds an extra parameter "compressionEnabled" to ConnectionConfiguration
that is used to set the setCompressionEnabled() of BOSHClientConfig |
299,327 | 14.11.2018 13:36:10 | -10,800 | 2900c5ae234345160e197835545c6cdfc3c4a215 | Move xml-not-well-formed (RFC 3920) condition handling to StreamError
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/StanzaError.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/StanzaError.java",
"diff": "@@ -385,11 +385,6 @@ public class StanzaError extends AbstractError implements ExtensionEl... | Java | Apache License 2.0 | igniterealtime/smack | Move xml-not-well-formed (RFC 3920) condition handling to StreamError
Fixes SMACK-842. |
299,326 | 27.11.2018 18:27:10 | -3,600 | 229653af3017e32141dcbe0a53abe6573b0c2df9 | ParserUtils: fix boolean parser
How could this even happen? | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/util/ParserUtils.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/util/ParserUtils.java",
"diff": "@@ -141,7 +141,7 @@ public class ParserUtils {\nif (valueString == null)\nreturn null;\nvalueS... | Java | Apache License 2.0 | igniterealtime/smack | ParserUtils: fix boolean parser
How could this even happen?
Signed-off-by: Georg Lukas <georg@op-co.de> |
299,326 | 27.11.2018 18:33:39 | -3,600 | 8b88f9cb20b86f302c91684d8cd73823599b703d | Bookmarks: use proper boolean parser for `autojoin`
Some clients (read: Gajim) store boolean values as `0` and `1` instead
of `false` and `true`, which is legal for the XML boolean type. | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/bookmarks/Bookmarks.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/bookmarks/Bookmarks.java",
"diff": "@@ -269,12 +269,12 @@ public class Bookmarks implements PrivateData {\npri... | Java | Apache License 2.0 | igniterealtime/smack | Bookmarks: use proper boolean parser for `autojoin`
Some clients (read: Gajim) store boolean values as `0` and `1` instead
of `false` and `true`, which is legal for the XML boolean type.
Signed-off-by: Georg Lukas <georg@op-co.de> |
299,326 | 27.11.2018 18:33:39 | -3,600 | b8bd10b0562810b8abc14a92c8aa8cb01abc9dc7 | RoomInfo: use proper boolean parser for `muc#roominfo_subjectmod`
XML allows both false/true and 0/1 syntax for booleans. | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/RoomInfo.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/RoomInfo.java",
"diff": "@@ -207,7 +207,8 @@ public class RoomInfo {\nFormField subjectmodField = form.getField(\... | Java | Apache License 2.0 | igniterealtime/smack | RoomInfo: use proper boolean parser for `muc#roominfo_subjectmod`
XML allows both false/true and 0/1 syntax for booleans.
Signed-off-by: Georg Lukas <georg@op-co.de> |
299,328 | 15.11.2018 15:18:17 | -7,200 | 0332fa54d10ff357e40ebd979364ca4da6181fb8 | Fix previous archive page requested incorrectly in MamManager
Previous page should be before the first message in the previous
result set, not the last.
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/mam/MamManager.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/mam/MamManager.java",
"diff": "@@ -995,7 +995,7 @@ public final class MamManager extends Manager {\npublic List... | Java | Apache License 2.0 | igniterealtime/smack | Fix previous archive page requested incorrectly in MamManager
Previous page should be before the first message in the previous
result set, not the last.
Fixes SMACK-843. |
299,324 | 19.03.2019 08:59:42 | 0 | b1cd5066f64c7c3e68320abf217939c8c7b422d1 | Minor fix to integrationtest.md formatting
The preceding paragraph was being treated as part of the header. | [
{
"change_type": "MODIFY",
"old_path": "documentation/developer/integrationtest.md",
"new_path": "documentation/developer/integrationtest.md",
"diff": "@@ -80,6 +80,7 @@ debugger=console\n### Where to place the properties file\nThe framework will first load the properties file from `~/.config/smack-... | Java | Apache License 2.0 | igniterealtime/smack | Minor fix to integrationtest.md formatting
The preceding paragraph was being treated as part of the header. |
299,282 | 27.06.2018 11:18:50 | -7,200 | c83d717a26544eb9c355a0ca932a3cca2867c88f | Allow adding custom HTTP headers to bosh communications | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/build.gradle",
"new_path": "smack-bosh/build.gradle",
"diff": "@@ -4,5 +4,5 @@ This API is considered beta quality.\"\"\"\ndependencies {\ncompile project(':smack-core')\n- compile 'org.igniterealtime.jbosh:jbosh:[0.9,0.10)'\n+ compile 'org.ignitere... | Java | Apache License 2.0 | igniterealtime/smack | Allow adding custom HTTP headers to bosh communications |
299,316 | 18.03.2019 10:34:49 | -3,600 | 3450ffad2b8ea4ae1015c81146f6efe23515852a | Do not use "CONNECT" in the Host header field. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/HTTPProxySocketConnection.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/HTTPProxySocketConnection.java",
"diff": "@@ -58,7 +58,7 @@ class HTTPProxySocketConnection implements Pro... | Java | Apache License 2.0 | igniterealtime/smack | Do not use "CONNECT" in the Host header field. |
299,326 | 12.03.2019 11:33:38 | -3,600 | 8e88cd2e31a744bf9c5d8e599d38796b927c0413 | Proxy mode: add failed address on error | [
{
"change_type": "MODIFY",
"old_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"new_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"diff": "@@ -647,6 +647,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {\np... | Java | Apache License 2.0 | igniterealtime/smack | Proxy mode: add failed address on error |
299,316 | 18.03.2019 10:28:50 | -3,600 | 007a04c4fe599bbea04fdd4bc6cf03e45ae8db36 | Better error messages when using a Proxy to connect to the XMPP server. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/HTTPProxySocketConnection.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/HTTPProxySocketConnection.java",
"diff": "@@ -115,7 +115,8 @@ class HTTPProxySocketConnection implements P... | Java | Apache License 2.0 | igniterealtime/smack | Better error messages when using a Proxy to connect to the XMPP server. |
299,293 | 27.03.2019 00:12:58 | -3,600 | 7f542e403ff66c8c257fa2a8a2a455ab96da8b23 | Adjust in documentation StanzaTypeFilter to uppercase as in code | [
{
"change_type": "MODIFY",
"old_path": "documentation/processing.md",
"new_path": "documentation/processing.md",
"diff": "@@ -20,7 +20,7 @@ and a stanza listener:\n```\n// Create a stanza filter to listen for new messages from a particular\n// user. We use an AndFilter to combine two other filters._... | Java | Apache License 2.0 | igniterealtime/smack | Adjust in documentation StanzaTypeFilter to uppercase as in code |
299,318 | 19.01.2019 13:36:38 | 28,800 | f1fb03d08cbe2aaf99e4fbc18930d0c2e6c353e7 | Add a success callback for auto-join on reconnect.
When auto-join on reconnection is success, invoke a callback.
Conform to the proper copyright format. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/AutoJoinSuccessCallback.java",
"diff": "+/**\n+ *\n+ * Copyright 2019 Vincent Lau\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this fi... | Java | Apache License 2.0 | igniterealtime/smack | Add a success callback for auto-join on reconnect.
When auto-join on reconnection is success, invoke a callback.
Conform to the proper copyright format. |
299,286 | 06.05.2019 00:38:22 | -7,200 | dd903bec95b3ab24b12ab8013a64cdbddfe4a312 | Fix XHTMLText producing invalid XML | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/xhtmlim/XHTMLText.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/xhtmlim/XHTMLText.java",
"diff": "@@ -105,7 +105,7 @@ public class XHTMLText {\nprivate XHTMLText appendOpenBody... | Java | Apache License 2.0 | igniterealtime/smack | SMACK-868: Fix XHTMLText producing invalid XML |
299,329 | 22.04.2019 14:18:44 | -3,600 | 07c069e1a15e7c2fee6c0f8d0bfa1353905d29a6 | Use the default integration test packages if the supplied list is empty | [
{
"change_type": "MODIFY",
"old_path": "smack-integration-test/src/main/java/org/igniterealtime/smack/inttest/SmackIntegrationTestFramework.java",
"new_path": "smack-integration-test/src/main/java/org/igniterealtime/smack/inttest/SmackIntegrationTestFramework.java",
"diff": "@@ -174,7 +174,7 @@ publ... | Java | Apache License 2.0 | igniterealtime/smack | Use the default integration test packages if the supplied list is empty |
299,326 | 30.07.2019 15:33:38 | -7,200 | 093b576e0d97d13b6aa71ac5d8ca1e80d996ee39 | Errors: language selection for error description | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/AbstractError.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/AbstractError.java",
"diff": "@@ -66,16 +66,24 @@ public class AbstractError {\n* @return the descriptive text or nu... | Java | Apache License 2.0 | igniterealtime/smack | Errors: language selection for error description |
299,290 | 28.08.2019 17:53:04 | -7,200 | 563dad08e8e19e22f0aeeb09660ff0db3f433126 | Remove trailing semicolon in the header used in HttpFileUploadManager | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/httpfileupload/HttpFileUploadManager.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/httpfileupload/HttpFileUploadManager.java",
"diff": "@@ -399,7 +399,7 @@ public final cla... | Java | Apache License 2.0 | igniterealtime/smack | Remove trailing semicolon in the header used in HttpFileUploadManager |
299,292 | 16.03.2020 21:51:05 | 18,000 | cec312fe64c6167d31a4aa77120cc08da5f1c260 | Help With Documentation
Add missed word for clearer instruction -Jesus Fuentes | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -18,7 +18,7 @@ Getting started\nStart with having a look at the **[Documentation]** and the **[Javadoc]**.\n-Instructions how to use Smack in your Java or Android project are provided in the [Smack Readme and Up... | Java | Apache License 2.0 | igniterealtime/smack | Help With Documentation
Add missed word for clearer instruction -Jesus Fuentes |
299,331 | 11.04.2020 12:17:42 | 18,000 | c07f41c1194a66879ed26cae56721117e85458da | debug: show active tab on Smack debugger startup
Enhanced Debugger Window showed Smack Info tab, now shows active
connection. Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-debug/src/main/java/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java",
"new_path": "smack-debug/src/main/java/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java",
"diff": "@@ -143,6 +143,7 @@ public final class EnhancedDebuggerWindo... | Java | Apache License 2.0 | igniterealtime/smack | debug: show active tab on Smack debugger startup
Enhanced Debugger Window showed Smack Info tab, now shows active
connection. Fixes SMACK-367. |
299,284 | 14.05.2020 16:36:07 | -19,080 | 17ca4c541be15866a485b7abe9b1fd639cff7ce2 | Add support for Software Information
By making use of an extended data format, service discovery responses
can be used to constitute software information.
Solves | [
{
"change_type": "MODIFY",
"old_path": "documentation/extensions/index.md",
"new_path": "documentation/extensions/index.md",
"diff": "@@ -82,6 +82,7 @@ Smack Extensions and currently supported XEPs of smack-extensions\n| Data Forms Media Element | [XEP-0221](https://xmpp.org/extensions/xep-0221.html... | Java | Apache License 2.0 | igniterealtime/smack | Add support for XEP-0232: Software Information
By making use of an extended data format, service discovery responses
can be used to constitute software information.
Solves SMACK-853. |
299,284 | 28.05.2020 03:17:37 | -19,080 | 223d58527b053d606b8980766c0aedd749c58663 | Use correct class name in docs
XMPPConnectionConfiguration/XMPPTCPConnectionConfiguration | [
{
"change_type": "MODIFY",
"old_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnectionConfiguration.java",
"new_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnectionConfiguration.java",
"diff": "@@ -26,7 +26,7 @@ import org.jivesoftware.smack.ConnectionCo... | Java | Apache License 2.0 | igniterealtime/smack | Use correct class name in docs
XMPPConnectionConfiguration/XMPPTCPConnectionConfiguration |
299,284 | 31.05.2020 00:58:29 | -19,080 | d639e0bc4c345a59c8356c47df84d95d24b7aaec | Some more docFix es | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/c2s/ModularXmppClientToServerConnection.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/c2s/ModularXmppClientToServerConnection.java",
"diff": "@@ -353,7 +353,7 @@ public final class ModularXm... | Java | Apache License 2.0 | igniterealtime/smack | Some more docFix es |
299,302 | 11.06.2020 13:12:13 | 18,000 | 8e337d7810bbfb5d4a4bd1b5a68e471f865a4ea1 | [muc] Make providesMucService() use the KNOWN_MUC_SERVICES cache
This reduces the number of disco#info queries on MUC join in some
situations. | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"diff": "@@ -88,7 +88,6 @@ import org.jxmpp.jid.EntityJid;\nimport org.jxmpp.jid.Jid;\n... | Java | Apache License 2.0 | igniterealtime/smack | [muc] Make providesMucService() use the KNOWN_MUC_SERVICES cache
This reduces the number of disco#info queries on MUC join in some
situations. |
299,284 | 19.06.2020 05:00:03 | -19,080 | dcb66eef592bf3959a3aaafae0802e0b35500e2d | Add support for HTTP lookup method through xep-0156 | [
{
"change_type": "MODIFY",
"old_path": "documentation/extensions/index.md",
"new_path": "documentation/extensions/index.md",
"diff": "@@ -14,6 +14,7 @@ Currently supported XEPs of Smack (all sub-projects)\n| Name | XEP | Version | Description |\n|---------------------------------------------|-------... | Java | Apache License 2.0 | igniterealtime/smack | Add support for HTTP lookup method through xep-0156 |
299,284 | 22.07.2020 06:46:23 | -19,080 | fcaeca48ec0eb3848c51ee778ce3626b06c9b7db | Add SimpleXmppConnectionIntegrationTest | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "smack-integration-test/src/main/java/org/jivesoftware/smack/c2s/SimpleXmppConnectionIntegrationTest.java",
"diff": "+/**\n+ *\n+ * Copyright 2020 Aditya Borikar\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you... | Java | Apache License 2.0 | igniterealtime/smack | Add SimpleXmppConnectionIntegrationTest |
299,284 | 08.08.2020 20:02:39 | -19,080 | c9cf4f15419be5a20bb7a046facfb664b0141f38 | XmlEnvironment: Use correct method to obatain effective namespace. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XmlEnvironment.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/XmlEnvironment.java",
"diff": "@@ -71,7 +71,7 @@ public class XmlEnvironment {\n}\npublic String getEffectiveNamesp... | Java | Apache License 2.0 | igniterealtime/smack | XmlEnvironment: Use correct method to obatain effective namespace. |
299,284 | 18.08.2020 10:23:22 | -19,080 | 9fcc97836bf5bb8fb788dc44675bf4e5f50e6f25 | Introduce AbstractStreamOpen and AbstractStreamClose
Inherit StreamOpen and StreamClose from AbstractStream classes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/AbstractStreamClose.java",
"diff": "+/**\n+ *\n+ * Copyright 2020 Aditya Borikar\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file ex... | Java | Apache License 2.0 | igniterealtime/smack | Introduce AbstractStreamOpen and AbstractStreamClose
- Inherit StreamOpen and StreamClose from AbstractStream classes |
299,284 | 18.08.2020 11:00:56 | -19,080 | 0e49adff1d4d88359c3a0c2c2d60efdfc31677e8 | Introduce StreamOpenAndCloseFactory for modular architecture | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/AbstractXMPPConnection.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/AbstractXMPPConnection.java",
"diff": "@@ -2243,7 +2243,10 @@ public abstract class AbstractXMPPConnection implements XMP... | Java | Apache License 2.0 | igniterealtime/smack | Introduce StreamOpenAndCloseFactory for modular architecture |
299,284 | 19.08.2020 11:20:50 | -19,080 | db385e6595d02b95ce0c221e718780a8ee59fc89 | Make ModularXmppClientToServerConnectionConfiguration.addModule() public
This commit will allow users to plug their module descriptors inside
modular architecture. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/c2s/ModularXmppClientToServerConnectionConfiguration.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/c2s/ModularXmppClientToServerConnectionConfiguration.java",
"diff": "@@ -96,7 +96,7 @@ publ... | Java | Apache License 2.0 | igniterealtime/smack | Make ModularXmppClientToServerConnectionConfiguration.addModule() public
This commit will allow users to plug their module descriptors inside
modular architecture. |
299,284 | 23.08.2020 13:13:18 | -19,080 | 0bb0884512023df92b68f73b3427881ac20c683b | XMPPTCPConnection: Add missing `to` in comment | [
{
"change_type": "MODIFY",
"old_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"new_path": "smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java",
"diff": "@@ -538,7 +538,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {\n}... | Java | Apache License 2.0 | igniterealtime/smack | XMPPTCPConnection: Add missing `to` in comment |
299,284 | 02.09.2020 09:46:15 | -19,080 | 1df0763f92ce1775a1fb508701c3a9e5b91d2a1c | Remove AbstractWebsocketNonza since it is no longer needed | [
{
"change_type": "DELETE",
"old_path": "smack-websocket/src/main/java/org/jivesoftware/smack/websocket/elements/AbstractWebSocketNonza.java",
"new_path": null,
"diff": "-/**\n- *\n- * Copyright 2020 Aditya Borikar\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you m... | Java | Apache License 2.0 | igniterealtime/smack | Remove AbstractWebsocketNonza since it is no longer needed |
299,322 | 29.03.2021 18:49:42 | -19,080 | 525db827a9ba01d4811bc5a258283ab4072a35e6 | Added support for Java's Proxy class in ProxyInfo | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/ProxyInfo.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/proxy/ProxyInfo.java",
"diff": "*/\npackage org.jivesoftware.smack.proxy;\n+import java.net.InetSocketAddress;\n+import java.net... | Java | Apache License 2.0 | igniterealtime/smack | Added support for Java's Proxy class in ProxyInfo |
299,322 | 29.03.2021 18:49:58 | -19,080 | 4736d080a1c5d6d3a26d436ecf3d271da248bd35 | Added proxy support for | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/httpfileupload/HttpFileUploadManager.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/httpfileupload/HttpFileUploadManager.java",
"diff": "@@ -27,7 +27,6 @@ import java.net.Ht... | Java | Apache License 2.0 | igniterealtime/smack | Added proxy support for XEP-0363 |
299,302 | 12.10.2021 13:06:05 | 25,200 | 820adf88653e6fe3d6b1e59489379966dfbf5dee | [muc] Also process destory message if it contains <status/>
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"diff": "@@ -259,6 +259,7 @@ public class MultiUserChat {\nlistener.left(from);\n}\n}\n... | Java | Apache License 2.0 | igniterealtime/smack | [muc] Also process destory message if it contains <status/>
Fixes SMACK-915 |
299,309 | 16.10.2021 21:09:01 | -7,200 | 9b339efbc1cff33326f0284c23a3860074ae9457 | Prevent password enforcement for SASL anonymous
requirePassword from
already excludes SASL external, but missed SASL anonymous. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/sasl/core/SASLAnonymous.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/sasl/core/SASLAnonymous.java",
"diff": "@@ -60,4 +60,8 @@ public class SASLAnonymous extends SASLMechanism {\n// SASL An... | Java | Apache License 2.0 | igniterealtime/smack | Prevent password enforcement for SASL anonymous
requirePassword from 92f4aadfdc45c144763c2e2a1921c2fa9a6db90b
already excludes SASL external, but missed SASL anonymous. |
299,309 | 16.10.2021 21:22:42 | -7,200 | 8074ddd60a0abe77ea257af4a113e558e69a8c8f | Fix BOSH connection establishment
AbstractXMPPConnection waits for the flag lastFeaturesReceived since
but it is never set from
BOSH connections. Use parseFeaturesAndNotify instead of
parseFeatures to set the signal.
Similarly the XmlEnvironment is not set from bosh, but required in
ParserUtils.getXmlLang. | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"diff": "@@ -43,6 +43,7 @@ import org.jivesoftware.smack.packet.StanzaError;\nimport org.... | Java | Apache License 2.0 | igniterealtime/smack | Fix BOSH connection establishment
AbstractXMPPConnection waits for the flag lastFeaturesReceived since
57961a8cc1f2df6ecc1afa8c4f8460794d8d2dce, but it is never set from
BOSH connections. Use parseFeaturesAndNotify instead of
parseFeatures to set the signal.
Similarly the XmlEnvironment is not set from bosh, but required in
ParserUtils.getXmlLang. |
299,309 | 17.10.2021 15:57:48 | -7,200 | b675aac81b6d4a78b744dbd744baab938d782fdc | Make Smack jars OSGi bundles
Fixes by using bnd instead of the deprecated Gradle
plugin that was previously used and removed in commit | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -7,6 +7,7 @@ buildscript {\ndependencies {\nclasspath 'org.kordamp.gradle:clirr-gradle-plugin:0.2.2'\nclasspath \"org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.3.1\"\n+ classpath \"biz.aQute.bnd:biz.aQu... | Java | Apache License 2.0 | igniterealtime/smack | Make Smack jars OSGi bundles
Fixes SMACK-343 by using bnd instead of the deprecated Gradle
plugin that was previously used and removed in commit
d06f533bb975f41a5e86c990e1bb830b7e7dc923. |
299,309 | 17.10.2021 16:06:41 | -7,200 | 27ff37fa98d82203b9bf2a9e7404b5967990bf9d | Add getter for the stanza associated with the exception
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/XMPPException.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/XMPPException.java",
"diff": "@@ -120,6 +120,16 @@ public abstract class XMPPException extends Exception {\nreturn error;\n}\n+ /*... | Java | Apache License 2.0 | igniterealtime/smack | Add getter for the stanza associated with the exception
Fixes SMACK-916 |
299,309 | 20.10.2021 22:24:41 | -7,200 | d8ce2d335bc50d2738b6b4759b54cdedb6aa61bc | Add missing stream namespace to xml declaration
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"diff": "@@ -203,7 +203,8 @@ public class XMPPBOSHConnection extends AbstractXMPPConnecti... | Java | Apache License 2.0 | igniterealtime/smack | Add missing stream namespace to xml declaration
Fixes 7199003f98a924f11a3cea550cbde852f215c764 |
299,286 | 24.01.2022 08:12:12 | -28,800 | 4cdb4acf260e9f9a2a16309d0942785d37a3121b | [core] Fix IQProvider javadoc
It is IqProvider that should be used instead. | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/provider/IQProvider.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/provider/IQProvider.java",
"diff": "@@ -29,7 +29,7 @@ import org.jivesoftware.smack.xml.XmlPullParserException;\n/**\n* <p>\... | Java | Apache License 2.0 | igniterealtime/smack | [core] Fix IQProvider javadoc
It is IqProvider that should be used instead. |
299,312 | 04.02.2022 12:29:38 | 21,600 | 67a5c3a41a285f1dbcaf97a6cd4f2580036d525b | [core] Correctly handle due time of '0' in SmackReactor
Scheduled actions that are due in 0 milliseconds are due
immediately. Otherwise we would invoke select() with 0.
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/SmackReactor.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/SmackReactor.java",
"diff": "@@ -221,12 +221,11 @@ public class SmackReactor {\nselectWait = 0;\n} else {\nselectWait = nextSchedul... | Java | Apache License 2.0 | igniterealtime/smack | [core] Correctly handle due time of '0' in SmackReactor
Scheduled actions that are due in 0 milliseconds are due
immediately. Otherwise we would invoke select() with 0.
Fixes SMACK-923. |
299,315 | 09.02.2022 18:32:46 | -3,600 | 1b0e19f699a7e7d4f543b482bccd6be353cd91a6 | Add custom HttpUploadExceptions for more information in case of IOExceptions | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/httpfileupload/AbstractHttpUploadException.java",
"diff": "+/**\n+ *\n+ * Copyright 2022 Micha Kurvers\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you ... | Java | Apache License 2.0 | igniterealtime/smack | Add custom HttpUploadExceptions for more information in case of IOExceptions |
299,285 | 07.02.2022 14:36:45 | -3,600 | aafc24a96669d51cb5e3ac9968b5690e8ed73d78 | Conditionally reduce severity of roster reload error logging
If the roster feature is not supported by the server, there's no need to
log this at SEVERE log level. | [
{
"change_type": "MODIFY",
"old_path": "smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java",
"new_path": "smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java",
"diff": "@@ -469,11 +469,14 @@ public final class Roster extends Manager {\n@Override\npublic void processExcepti... | Java | Apache License 2.0 | igniterealtime/smack | Conditionally reduce severity of roster reload error logging
If the roster feature is not supported by the server, there's no need to
log this at SEVERE log level. |
299,286 | 13.02.2022 15:58:37 | -28,800 | 4d026d8ae84819184a8cad93f65630fe6e2dca8c | [jingle] Add element and text to JingleReason's XML | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java",
"diff": "@@ -35,6 +35,7 @@ public class JingleReason implements Ful... | Java | Apache License 2.0 | igniterealtime/smack | [jingle] Add element and text to JingleReason's XML |
299,302 | 18.05.2022 08:08:47 | 18,000 | d0db485c2496c8889d174da386621b523c876080 | fix: Bosh configuration when bosh URI contains IP address. | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/BOSHConfiguration.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/BOSHConfiguration.java",
"diff": "@@ -77,7 +77,9 @@ public final class BOSHConfiguration extends ConnectionConfigura... | Java | Apache License 2.0 | igniterealtime/smack | fix: Bosh configuration when bosh URI contains IP address. |
299,300 | 30.08.2022 07:05:16 | 0 | fbd576129681fe8eb75367c30470bba401801263 | [muc] Fix removal of the MUC's main presence interceptor
On dinamically remove the last existed presence interceptor
we also should to remove the MUC's main presence interceptor from the connection.
Fixes: ("[muc] Fix Presence interceptors") | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java",
"diff": "@@ -1133,7 +1133,7 @@ public class MultiUserChat {\nif (!removed) return;\nint... | Java | Apache License 2.0 | igniterealtime/smack | [muc] Fix removal of the MUC's main presence interceptor
On dinamically remove the last existed presence interceptor
we also should to remove the MUC's main presence interceptor from the connection.
Fixes: 60fee7b ("[muc] Fix Presence interceptors") |
532,331 | 28.01.2020 12:35:56 | 18,000 | 5bde25d5b583fbad6059bc8f3a7ae2290c8da23a | Fixes stuck Go-routine
Fixes
Credit goes to | [
{
"change_type": "MODIFY",
"old_path": "websocket.go",
"new_path": "websocket.go",
"diff": "@@ -187,17 +187,13 @@ func (rt *Router) routeWebsocket(w http.ResponseWriter, r *http.Request, ps http\n// Listen for different events emitted by the server and respond to them appropriately.\ngo func() {\n- ... | Go | MIT License | pterodactyl/wings | Fixes stuck Go-routine
Fixes https://github.com/pterodactyl/panel/issues/1816
Credit goes to https://github.com/matthewpi |
532,310 | 12.04.2020 17:07:41 | 14,400 | fd28db4a689fb2df89d868576c689498689bc22f | alpine specific changes
This resolves issues on alpine where lsb_release doesn't exist.
Also correct the addgroup command | [
{
"change_type": "MODIFY",
"old_path": "config/config.go",
"new_path": "config/config.go",
"diff": "@@ -67,7 +67,7 @@ type Configuration struct {\n// The amount of time that should lapse between data output throttle\n// checks. This should be defined in milliseconds.\n- CheckInterval int `defauly:\"... | Go | MIT License | pterodactyl/wings | alpine specific changes
This resolves issues on alpine where lsb_release doesn't exist.
Also correct the addgroup command |
532,310 | 13.04.2020 13:12:49 | 14,400 | 12c97c41b0f0354cec29585dc09c3c701b2eac75 | fixes distro matching
Adds osrelease to get distro name | [
{
"change_type": "MODIFY",
"old_path": "config/config.go",
"new_path": "config/config.go",
"diff": "@@ -2,6 +2,7 @@ package config\nimport (\n\"fmt\"\n+ \"github.com/cobaugh/osrelease\"\n\"github.com/creasty/defaults\"\n\"github.com/gbrlsnchs/jwt/v3\"\n\"go.uber.org/zap\"\n@@ -294,7 +295,7 @@ func (... | Go | MIT License | pterodactyl/wings | fixes distro matching
Adds osrelease to get distro name |
532,310 | 13.04.2020 18:16:44 | 14,400 | 65102966a1be407d78a4ca718c09fd3d521e7291 | add data folder on startup
Instead of making users create the data folder create it for them on startup if it doesn't exist. | [
{
"change_type": "MODIFY",
"old_path": "config/config.go",
"new_path": "config/config.go",
"diff": "@@ -344,6 +344,28 @@ func (c *Configuration) EnsureFilePermissions() error {\nr := regexp.MustCompile(\"^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$\")\n+ // add trailing slas... | Go | MIT License | pterodactyl/wings | add data folder on startup
Instead of making users create the data folder create it for them on startup if it doesn't exist. |
532,310 | 14.04.2020 00:03:16 | 14,400 | df9c4835c41b41b4d151deca4900c345c2011031 | fix folder adding
Sorry dane I missed that I nested those. | [
{
"change_type": "MODIFY",
"old_path": "config/config.go",
"new_path": "config/config.go",
"diff": "@@ -350,21 +350,17 @@ func (c *Configuration) EnsureFilePermissions() error {\n}\n// create the daemon-data dir if it doesn't exist\n- p, file := path.Split(c.System.Data)\n+ p, _ := path.Split(c.Syst... | Go | MIT License | pterodactyl/wings | fix folder adding
Sorry dane I missed that I nested those. |
532,310 | 14.04.2020 22:06:19 | 14,400 | 9c5855663c701832726f6a59ebdf2257a84c56a9 | return errors
Actually return errors for stat and mkdir. | [
{
"change_type": "MODIFY",
"old_path": "config/config.go",
"new_path": "config/config.go",
"diff": "@@ -357,7 +357,12 @@ func (c *Configuration) EnsureFilePermissions() error {\nif os.IsNotExist(err) {\n//\nif err = os.Mkdir(p, 0755); err != nil {\n+ // of we can't make the directory return error\n+... | Go | MIT License | pterodactyl/wings | return errors
Actually return errors for stat and mkdir. |
532,310 | 18.04.2020 15:23:56 | 14,400 | a60e261a49dee257cd545b2ce18d1e4073b1e073 | fixes tmp dir building
adds a / to the tmp directory | [
{
"change_type": "MODIFY",
"old_path": "server/install.go",
"new_path": "server/install.go",
"diff": "@@ -131,7 +131,7 @@ func (ip *InstallationProcess) Run() error {\n// Writes the installation script to a temporary file on the host machine so that it\n// can be properly mounted into the installati... | Go | MIT License | pterodactyl/wings | fixes tmp dir building
adds a / to the tmp directory |
532,310 | 19.04.2020 22:35:05 | 14,400 | 377cae4d4807245ebd762964d639616079e98a71 | Add docker files
Add Dockerfile
Add docker-compose.yml | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "Dockerfile",
"diff": "+# ----------------------------------\n+# Pterodactyl Panel Dockerfile\n+# ----------------------------------\n+\n+FROM golang:1.14-alpine\n+COPY . /go/wings/\n+WORKDIR /go/wings/\n+RUN go build\n+\n+FROM alpine:latest\n+CO... | Go | MIT License | pterodactyl/wings | Add docker files
Add Dockerfile
Add docker-compose.yml |
532,310 | 19.04.2020 22:36:34 | 14,400 | 00ed6f3985dddb3e8e17c1f10111a2f24b44f65b | update for new defaults. | [
{
"change_type": "MODIFY",
"old_path": "Dockerfile",
"new_path": "Dockerfile",
"diff": "@@ -9,4 +9,4 @@ RUN go build\nFROM alpine:latest\nCOPY --from=0 /go/wings/wings /usr/bin/\n-CMD [\"wings\",\"--config\", \"/srv/daemon/config.yml\"]\n\\ No newline at end of file\n+CMD [\"wings\",\"--config\", \"... | Go | MIT License | pterodactyl/wings | update for new defaults. |
532,310 | 25.04.2020 22:38:18 | 14,400 | 12d43a9f491f159efc1cb06c65679b786cd7a397 | add trailing /
add trailing to signify a folder. | [
{
"change_type": "MODIFY",
"old_path": "docker-compose.example.yml",
"new_path": "docker-compose.example.yml",
"diff": "@@ -12,7 +12,7 @@ services:\n- \"DEBUG=false\"\nvolumes:\n- \"/var/run/docker.sock:/var/run/docker.sock\"\n- - \"/var/lib/docker/containers:/var/lib/docker/containers\"\n+ - \"/var... | Go | MIT License | pterodactyl/wings | add trailing /
add trailing to signify a folder. |
532,310 | 26.04.2020 18:12:01 | 14,400 | 2828eaed32968523d136b1942e56526f7d8bbdce | update dockerfile
add build flags
add upx for application compression | [
{
"change_type": "MODIFY",
"old_path": "Dockerfile",
"new_path": "Dockerfile",
"diff": "FROM golang:1.14-alpine\nCOPY . /go/wings/\nWORKDIR /go/wings/\n-RUN go build\n+RUN apk add --no-cache upx \\\n+ && go build -ldflags=\"-s -w\" \\\n+ && upx --brute wings\nFROM alpine:latest\nCOPY --from=0 /go/wi... | Go | MIT License | pterodactyl/wings | update dockerfile
add build flags
add upx for application compression |
532,329 | 10.05.2020 03:29:56 | -7,200 | cfca0d7f070e63adb9fd2c0e2299783f3955c200 | Added network option to docker configuration | [
{
"change_type": "MODIFY",
"old_path": "config/config_docker.go",
"new_path": "config/config_docker.go",
"diff": "@@ -26,6 +26,7 @@ type DockerNetworkConfiguration struct {\nName string `default:\"pterodactyl_nw\"`\nISPN bool `default:\"false\" yaml:\"ispn\"`\nDriver string `default:\"bridge\"`\n+ M... | Go | MIT License | pterodactyl/wings | Added network option to docker configuration |
532,330 | 29.05.2020 17:44:49 | -7,200 | 359564bd9174c312d2adbd04e9d16901295638b3 | fix BindJSON calls | [
{
"change_type": "MODIFY",
"old_path": "router/router_server.go",
"new_path": "router/router_server.go",
"diff": "@@ -46,7 +46,10 @@ func postServerPower(c *gin.Context) {\ns := GetServer(c.Param(\"server\"))\nvar data server.PowerAction\n- c.BindJSON(&data)\n+ // BindJSON sends 400 if the request f... | Go | MIT License | pterodactyl/wings | #2078 - fix BindJSON calls |
532,336 | 04.07.2020 20:57:48 | 0 | c5f4c3cfcbc5d7393f6dae6efe3b2bee4d0e284b | update github.com/docker/docker | [
{
"change_type": "MODIFY",
"old_path": "go.mod",
"new_path": "go.mod",
"diff": "@@ -22,11 +22,14 @@ require (\ngithub.com/beevik/etree v1.1.0\ngithub.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929\ngithub.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249\n+ github.com/containerd/cont... | Go | MIT License | pterodactyl/wings | update github.com/docker/docker |
532,336 | 04.07.2020 20:57:54 | 0 | deb9305f5658fd0796bd4ceffc2f997ce79e6529 | add diagnostics command | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "cmd/diagnostics.go",
"diff": "+package cmd\n+\n+import (\n+ \"context\"\n+ \"encoding/json\"\n+ \"errors\"\n+ \"fmt\"\n+ \"io\"\n+ \"io/ioutil\"\n+ \"net/http\"\n+ \"net/url\"\n+ \"os/exec\"\n+ \"path\"\n+ \"strings\"\n+\n+ \"github.com/AlecAiva... | Go | MIT License | pterodactyl/wings | add diagnostics command |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.