- 29 Jul, 2015 6 commits
-
-
akrherz authored
-
daryl herzmann authored
Fixed small copy paste error in hybrid auth provider
-
Roman S. authored
-
Dave Cridland authored
FIX: Monitoring plugin list request with max tag does not work correctly
-
Dave Cridland authored
OF-631: Implement SCRAM support
-
Dave Cridland authored
Initial xep-0198 message ack implementation
-
- 28 Jul, 2015 3 commits
-
-
Guus der Kinderen authored
OF-903: Simplify backup packet delivery
-
Tom Evans authored
Original issue (OF-857) has been addressed by providing an alternate packet deliverer (to offline storage). This additional logic was an ill-advised "belt-and-suspenders" attempt to prevent the recursion which was occurring before the backup deliverer was implemented.
-
Dave Cridland authored
After discussion with Jonny, switched the existing Map to a Deque, and in response to Tom's suggestion, added XEP-0203 (and legacy) delay stamping. Tested using Gajim and Swift; testing the delay stamping was done by disabling the acknowledgement handling to force retransmission.
-
- 27 Jul, 2015 1 commit
-
-
JonnyHeavey authored
-
- 24 Jul, 2015 8 commits
-
-
JonnyHeavey authored
This patch adds a basic, non-resumable, XEP-0198 acking solution. It will redirect "lost" messages to offline storage, but does not attempt to suspend the session, so will not allow any resumptions.
-
Richard Midwinter authored
This implements the SCRAM-SHA1 mechanism, and includes extending the existing DefaultAuthProvider to store the Scram hashes for faster authentication. If user.scramHashedOnly is set to true, then only these non-reversable hashes are stored (and thus security is increased in exchanged for removing support for DIGEST-MD5 et al).
-
Dave Cridland authored
Add Proxy Authorization to DefaultAuthorizationPolicy
-
Dave Cridland authored
Fix some javadoc warnings found with `ant javadoc` build target
-
Dave Cridland authored
fix XML Schema instance namespace in two XML Schema files.
-
Dave Cridland authored
Improve installation guide
-
Dave Cridland authored
FIXED: typo
-
Dave Cridland authored
FIXED: typo
-
- 22 Jul, 2015 3 commits
-
-
Roman S. authored
Fix collection requests XEP-0059
-
Roman S. authored
XEP-0202 Entity Time should respect Daylight Saving Time
-
Christian Schudt authored
Fixes OF-932
-
- 15 Jul, 2015 2 commits
-
-
MarQuis Knox authored
FIXED: typo 1. 'from' was 'fro' (Line 18)
-
MarQuis Knox authored
-
- 14 Jul, 2015 2 commits
-
-
wroot authored
-
-
- 10 Jul, 2015 7 commits
-
-
Roman S. authored
OF-682 Add Portuguese as option for server-locale
-
Roman S. authored
Restored and separated Database-Query for MYSQL
-
akrherz authored
-
daryl herzmann authored
Update spanish translation
-
Jorge Merlino authored
-
tomatis authored
This patch repairs an incompatibility of the current default PURGE_FOR_SIZE - SQL-query by adding a separated variant for the database-type mySQL. Previously this incompatibility was provoked by "fixing" the default-query for hsqldb - see OF 789 [https://igniterealtime.org/issues/browse/OF-789] and thread on https://community.igniterealtime.org/message/250575 )
-
Leon Roy authored
OF-929 https://igniterealtime.org/issues/browse/OF-929
-
- 09 Jul, 2015 2 commits
- 08 Jul, 2015 2 commits
-
-
Dave Cridland authored
There is a deadlock while reading the state variable if close() is running. This switches the state to be volatile instead - it's only written to inside the lengthy close() lock, so this should be reasonable.
-
andi@symphono.com authored
OF-889: Added try-catch blocks to the various JSP pages where Session.getHostName or Session.getHostAddress is called to prevent the Sessions tab from showing UnknownHostExceptions when there are bad client sessions laying around
-
- 06 Jul, 2015 2 commits
-
-
Ivan A. Shmakov authored
-
Ivan A. Shmakov authored
-
- 03 Jul, 2015 1 commit
-
-
Ivan A. Shmakov authored
FIX: Monitoring plugin list request with max tag does not work correctly https://community.igniterealtime.org/thread/56168
-
- 02 Jul, 2015 1 commit
-
-
ishmakov authored
For more information: https://community.igniterealtime.org/thread/56173
-