- 26 Apr, 2017 1 commit
-
-
Guus der Kinderen authored
Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments. These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
-
- 04 Jan, 2017 1 commit
-
-
daryl herzmann authored
-
- 07 Mar, 2016 1 commit
-
-
Guus der Kinderen authored
Non-SASL authentication was obsoleted a long time ago. Openfire should not enable it by default. This commit moves the related implementation from the core Openfire code into a plugin.
-
- 06 Jan, 2016 1 commit
-
-
Tom Evans authored
Update dependencies and documentation to prep for pending Openfire 4.0 release.
-
- 04 Jan, 2016 1 commit
-
-
Christian Schudt authored
toString() was called on the Locale here, resulting e.g. in "de_DE". Instead it should be "de-DE".
-
- 16 Dec, 2015 3 commits
-
-
Guus der Kinderen authored
This complements the existing whitelist with blacklist functionality for client-to-server connections.
-
Guus der Kinderen authored
The code that verifies if an IP is on an (anonymous) whitelist is duplicated. That code should be centralized, similar to its non-anonymous cousin in LocalClientSession.
-
Guus der Kinderen authored
Instead of a Set, the existing code uses a Map with empty string values 'for performance'. I am not buying it. Perhaps true in some performance test long, long ago, but there won't be any significant performance increase in doing this (it's just as likely to introduce a performance penalty). In any case, when we're running into a performance bottleneck here, we've got bigger fish to fry.
-
- 11 Dec, 2015 1 commit
-
-
Dave Cridland authored
-
- 29 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 25 Nov, 2015 2 commits
-
-
Guus der Kinderen authored
This commit (which is compilable, but breaks some important functionality - work in progess) aims to centralize the configuration for connections. "Connections" are used in a broad sense here, and includes socket-based (TLS and legacy-mode SSL) client connections, BOSH-based client connections, component connections, connectionmanager (multiplexer) connections, but also connections to the admin panel.
-
Guus der Kinderen authored
-
- 21 Nov, 2015 1 commit
-
-
Christian Schudt authored
I feel the language (the stream's "xml:lang" attribute) should be in the Session interface rather than the Connection (similar as the stream id), because it's unrelated to the session's transport. The HttpSession already did that. Otherwise the used language is not easy to retrieve, e.g. when using SessionManager to get the session and OF-208 is hard to solve. Alternatively we can expose the Connection in the Session interface, but this approach feels wrong to me. Also use `java.util.Locale` rather than String, because it better reflects what can be in `xml:lang` (it can also have country codes, e.g. "de-CH")
-
- 09 Nov, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
There were still ~1500 missing annotations! This time fixed with IntelliJ ;-)
-
- 28 Oct, 2015 1 commit
-
-
Christian Schudt authored
This is the more correct API and also has very minor performance benefits.
-
- 13 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 28 Jul, 2015 1 commit
-
-
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.
-
- 24 Jul, 2015 1 commit
-
-
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.
-
- 11 Jan, 2015 2 commits
-
-
Florian Schmaus authored
and remove null checks. Related to OF-855.
-
Tom Evans authored
Check the underlying connection for a given session before delivering a packet; if the connection is missing, clean up session and resend packet
-
- 23 Dec, 2014 1 commit
-
-
Tom Evans authored
Update the advertised stream features to mark the xmpp-session capability as optional (per http://tools.ietf.org/html/draft-cridland-xmpp-session-01). Current implementation is already no-op.
-
- 07 Jun, 2014 1 commit
-
-
Christian Schudt authored
As per RFC 6121 8.5.2.1.1. Message and XEP-0160
-
- 02 Jun, 2014 1 commit
-
-
Sven Bunge authored
-
- 07 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 05 Apr, 2014 1 commit
-
-
csh authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@14012 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 05 Feb, 2014 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13902 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Jan, 2014 1 commit
-
-
Florian Schmaus authored
Fixes OF-724 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13881 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Sep, 2013 1 commit
-
-
Alex Mateescu authored
For some reason, Pidgin will discard presence packets from other clients connected to the same account, but I have tested with a small smack-based client that logs incoming packets and surely enough the presence packet arrived. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13745 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 29 Sep, 2012 1 commit
-
-
Tom Evans authored
OF-573: Improve synchronization model for http-bind to reduce thread blocking; include static web context resources for http-bind in RPM build git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13305 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 07 Feb, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11608 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Nov, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11388 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2009 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11291 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Jun, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10510 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 May, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10439 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 May, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10346 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 23 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10262 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 22 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10247 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 15 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10216 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10204 b35dd754-fafc-0310-a699-88a17e54d16e
-