- 09 Nov, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
There were still ~1500 missing annotations! This time fixed with IntelliJ ;-)
-
- 30 Oct, 2015 1 commit
-
-
Christian Schudt authored
The homemade IntEnum and Enum classes feel totally weird and confusing, when having java.lang.Enum around. This commit removes these classes. The static constants in the RosterItem class now feel superfluous, but are kept in there, because they are referenced by a lot of other classes and JSP pages.
-
- 03 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 02 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 29 Apr, 2014 1 commit
-
-
akrherz authored
-
- 26 Apr, 2014 2 commits
- 02 Feb, 2013 1 commit
-
-
guus authored
OF-607: prevent the resource-intensive JID constructor from being used when serializing cluster objects. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13425 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Jan, 2013 1 commit
-
-
Tom Evans authored
NOTE: This is a partial refactor of the Openfire groups component. Additional review and testing is requested. Please update the corresponding JIRA ticket with comments or concerns. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13380 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 Dec, 2012 1 commit
-
-
Tom Evans authored
OF-205: Update RosterAccess to use more efficient isGroupVisible() method in RosterManager (now public) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13376 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Nov, 2012 1 commit
-
-
Mike McCarthy authored
OF-418 - Now the RosterItemProvider is an interface, we should really use that provider's returned RosterItem, otherwise the create method may as well be void. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13349 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Nov, 2012 1 commit
-
-
Mike McCarthy authored
OF-418 - Original patch had @Override annotations on interface that shouldn't be there - removed these. Removed unnecessary public abstract declarations on interface. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13339 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 31 Oct, 2012 1 commit
-
-
Mike McCarthy authored
OF-418 - Introduce a pluggable RosterItemProvider. Committing both code and documentation patch around pluggable roster item providers git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13336 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Jan, 2012 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12946 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Jan, 2012 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12942 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 May, 2010 1 commit
-
-
God Ly authored
Replaced Statement with PreparedStatement. Nearly all X.close() are now in DBConnectionManager. Also improved if{..}else{..} logic (human/compiler hint, usually if{..} should/will be executed). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11691 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 21 Apr, 2010 1 commit
-
-
God Ly authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11685 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
-
- 27 Jan, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11566 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
-
- 25 Jun, 2009 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11087 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 03 Oct, 2008 1 commit
-
-
guus authored
* The Roster implementation accessed the value of a Map entry, using a key that was retrieved from a keySet iterator. It is more efficient to use an iterator on the entrySet of the map, to avoid the Map.get(key) lookup. (thank you FindBugs); * Applied Generics to a couple of methods. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10835 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 Aug, 2008 1 commit
-
-
Daniel Henninger authored
Escaping JIDs before using them for presence broadcast, to handle jids with spaces in them as pulled from provider. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10799 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
-
- 01 Apr, 2008 1 commit
-
-
Daniel Henninger authored
[JM-1291] Renamed/prefixed all Openfire tables with 'of' to prevent conflicts with other applications in same database. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10158 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 Mar, 2008 1 commit
-
-
Gabriel Guardincerri authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10081 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 Feb, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9932 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Dec, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9642 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Nov, 2007 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9476 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9295 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Jun, 2007 1 commit
-
-
Gaston Dombiak authored
2) Optimization - removed bottleneck in cluster - removed counter of sessions from cache. Calculated now on demand. 3) Fixed counter of authenticated session to not decrement when non-authenticated session is removed. JM-1095 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8664 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 May, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8405 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 May, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8353 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 03 May, 2007 3 commits
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8176 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8175 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8174 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 May, 2007 1 commit
-
-
Pete Matern authored
Replaces usages of CacheManager.initializeCache with CacheFactory.createCache. Added coherence config files. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8151 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 May, 2007 1 commit
-
-
Pete Matern authored
Moved some cache related classes to org.jivesoftware.util.cache. Made Cache an interface and moved its implementation down into DefaultCache. Initial pass at porting CacheFactory from clearspace. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8139 b35dd754-fafc-0310-a699-88a17e54d16e
-