- 12 Dec, 2016 4 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
Various non-conformances in message routing caused some odd behaviour where combinations of outgoing PEP events failing to be delivered could cause errors to be delivered to all available clients. This fixes message routing for three cases: * Headline messages sent to the bare JID are now broadcast. * Headline emssages sent to an offline session are discarded. * Groupchat messages sent to a bare JID are handed to offline processing, however these should not occur. * Errors sent to the bare JID are discarded.
-
Dave Cridland authored
OF-1213 Add extension points to MUC
-
Dave Cridland authored
SPARK-1803 Can't use usernames with non-latin symbols
-
- 01 Dec, 2016 4 commits
-
-
Sebastian Wissen authored
in the settings there is now a switch allowing to add complete stanza to the archive for muc conversations
-
Dave Cridland authored
OF-1223 sort load of ofOffline by date
-
Dave Cridland authored
OF-266 fix image paths for fastpath form UI
-
Dave Cridland authored
OF-1229 Safeguard JDBC.executeBatch() calls on empty batch
-
- 28 Nov, 2016 5 commits
-
-
akrherz authored
OF-955 updated the HSQL library and it introduced a JDBC requirement that executeBatch() calls actually have batched items to do. It appears there is no API available to check for if batched statements have been added, so we hack in a simple sentinal to safegaurd calls to `executeBatch`. Thankfully, only PubSubPersistenceManager.java uses this API. Otherwise, an option is to set `allow_empty_batch` on the connection parameters.
-
daryl herzmann authored
OF-1227: Plugins should be able to have proper servlet filters.
-
daryl herzmann authored
OF-1201: Complete context if an exception is thrown when setting read listener
-
daryl herzmann authored
Plugin fixes
-
Guus der Kinderen authored
-
- 25 Nov, 2016 1 commit
-
-
Michael Klein authored
* OF-1211 - Fix description of Broadcast disabling option in Client Control plugin * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit fa12c8169b556c1d4d157a57609648e69637499a. * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit 84a52e90e794eff62fc13a0330544fe16c850575. * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1221 -- Add options from default.properties to Client Control plugin
-
- 24 Nov, 2016 2 commits
-
-
Dave Cridland authored
OF-1226 Enable use of wildcard when searching users in LDAP
-
Anno van Vliet authored
-
- 21 Nov, 2016 4 commits
-
-
wroot authored
-
Mike Gouline authored
-
daryl herzmann authored
on setup password configuration page.
-
daryl herzmann authored
* adjust LOGSIZE and WRITE_DELAY settings * did simple smoke test of install, stop, start, OK * observed some errors on shutdown within PubSub, noted in OF-955
-
- 20 Nov, 2016 1 commit
-
-
daryl herzmann authored
Introduces i18n string of index.process_owner "OS Process Owner:". On Windows, I believe the value field will be 'SYSTEM'
-
- 18 Nov, 2016 2 commits
- 11 Nov, 2016 3 commits
-
-
姜为 authored
when canSendPrivateMessage is null will throw NullPointException if use canSendPrivateMessage() method when canSendPrivateMessage is null will return "anyone"
-
GregDThomas authored
* Ensure that the default cache behaviour for Hazelcast backed caches is correct. Also, correct minor error when setting the maxLifetime of a ClusteredCache * Bump the version number, update the changelog * Correct the changelog to reference the OF JIRA * Update plugin.xml US style dates :(
-
akrherz authored
OF-1209, previously setting "Allowed to Connect" option was a NOOP
-
- 08 Nov, 2016 2 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
This allows plugins and other extensions to directly extend MUC with additional protocol support, such as support for a Conference Focus on the MUC room JID, and so on. * addIQHandler adds a new IQHandler to services and rooms. * addExtraFeature is the existing function, exposed at the Interface. These additional features are now shown for both rooms and services. * addExtraIdentity is the existing function exposed unchanged.
-
- 04 Nov, 2016 1 commit
-
-
Michael Klein authored
* OF-1211 - Fix description of Broadcast disabling option in Client Control plugin * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit fa12c8169b556c1d4d157a57609648e69637499a. * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit 84a52e90e794eff62fc13a0330544fe16c850575. * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client
-
- 01 Nov, 2016 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
* OF-1147: More debug logging. * Removed unreachable code.
-
- 28 Oct, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 23 Oct, 2016 1 commit
-
-
Daniel Hams authored
-
- 21 Oct, 2016 3 commits
-
-
Daniel Müller authored
-
alexander authored
-
-
- 20 Oct, 2016 1 commit
-
-
akrherz authored
-
- 18 Oct, 2016 1 commit
-
-
Gugli authored
* PrivacyLists on first run There are 2 instances of PrivacyListProvider (one in PrivacyListManager and the other in IQPrivacyHandler) The issue was : both instances have separate privacyListCount variables, which are filled during PrivacyListProvider constructor (== server startup). Thus, if at server startup the privacyListCount is 0, and one of the instances adds a PrivacyList, the other will never be informed and discard all changes and reads. Fix : turn PrivacyListProvider into a singleton. * PrivacyLists on first run There are 2 instances of PrivacyListProvider (one in PrivacyListManager and the other in IQPrivacyHandler) The issue was : both instances have separate privacyListCount variables, which are filled during PrivacyListProvider constructor (== server startup). Thus, if at server startup the privacyListCount is 0, and one of the instances adds a PrivacyList, the other will never be informed and discard all changes and reads. Fix : turn PrivacyListProvider into a singleton.
-
- 14 Oct, 2016 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
By removing the parent mapping, any other child plugin fails to unload.
-