- 13 Dec, 2016 10 commits
-
-
Chinmay Dani authored
-
akrherz authored
muc.form.conf.owner_allowpm
-
akrherz authored
-
akrherz authored
-
Dave Cridland authored
add LocalMUCRoomManager to encapsule the simple management for LocalM…
-
Dave Cridland authored
OF-1236 Handle and generate single equals sign in SASL exchanges properly
-
Dave Cridland authored
OF-1182 remove Release News, expand Blog
-
Dave Cridland authored
Although the RFC doesn't explicitly appear to say this, the SASL profile for XMPP has historically used "=" as a null indicator in all cases. This patch builds on Christian's to ensure this is properly checked and handled in challenge and client-sent cases.
-
Dave Cridland authored
OF-1104 Ensure SCRAM uses AuthProvider API
-
Dave Cridland authored
OF-817 Persist entire MUC stanza
-
- 12 Dec, 2016 15 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
OF-355 ldap.authorizeField is ignored in LdapAuthorizationPolicy
-
Dave Cridland authored
OF-1123 Respond to incoming streams with the right domain
-
Dave Cridland authored
Openfire previously would respond to all incoming domains with the IM domain, this patch examines and validates the "to" attribute on inbound streams and responds accordingly.
-
Dave Cridland authored
OF-1212 Oracle database issues
-
daryl herzmann authored
OF-1217, this change was created by the install4j GUI to update the config to the current-release (6.1.3) schema.
-
daryl herzmann authored
Refactoring work done in 4.1 release of Openfire lead to an introduction of a requirement on `JiveSharedSecretSaslServer`
-
Gugli authored
When a user is created due to successful authentication, now calls the full process of user creation, including firing events for plugins. (#689) OF-1235 Fixes user_created event not being fired on user creation due to auth.
-
Dave Cridland authored
OF-1214 Update MAM (XEP-0313) to support :0 and :1 versions
-
Dave Cridland authored
OF-1171 Update message routing to RFC 6120
-
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 3 commits
-
-
wroot authored
-
akrherz authored
Patch by Antonio Petrelli, *untested by me*
-
Mike Gouline authored
-