- 18 Nov, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13359 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 17 Nov, 2012 3 commits
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13358 b35dd754-fafc-0310-a699-88a17e54d16e
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13357 b35dd754-fafc-0310-a699-88a17e54d16e
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13356 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 Nov, 2012 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13355 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Nov, 2012 7 commits
-
-
guus authored
Revert: OF-588: Making the AdHocCommand & Manager Serializable. I'm not to sure this is the right way to go, but I'd like to see if this provides a band-aid for the issue. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13354 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
Revert: OF-588: Making more of pubsub Serializable. As with the previous commit, I'm not to sure this is the right way to go, but I'd like to see if this provides a band-aid for the issue. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13353 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
OF-588: Making more of pubsub Serializable. As with the previous commit, I'm not to sure this is the right way to go, but I'd like to see if this provides a band-aid for the issue. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13352 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
OF-588: Making the AdHocCommand & Manager Serializable. I'm not to sure this is the right way to go, but I'd like to see if this provides a band-aid for the issue. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13351 b35dd754-fafc-0310-a699-88a17e54d16e
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13350 b35dd754-fafc-0310-a699-88a17e54d16e
-
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
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13348 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Nov, 2012 2 commits
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13346 b35dd754-fafc-0310-a699-88a17e54d16e
-
Tom Evans authored
OF-586: Deliver event notifications once to each unique subscriber JID when multiple subscription support is disabled git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13345 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 05 Nov, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13344 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Nov, 2012 3 commits
-
-
guus authored
OF-584: The ordered lists of hosts that is resolved through DNS SRV should not only be prioritized, but also randomized based on weight value. As a result, connection attempts should be divided over all hosts that share the highest priority. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13342 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
OF-584: Openfire should not re-use a socket when that has already been closed by a previous connection attempt. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13341 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13340 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
-
- 30 Oct, 2012 6 commits
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13332 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Mateescu authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13331 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Mateescu authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13330 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Mateescu authored
Adding users that can create MUC rooms updates the same field in the DB, thus adding users one by one is very inefficient. A bulk update is much more desirable. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13329 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Mateescu authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13328 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Mateescu authored
OF-579 Added hazelcast.config.xml.directory property to allow reading configuration files from outside the plugin jar. Defaults to ${OPENFIRE_HOME}/conf git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13327 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Oct, 2012 2 commits
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13324 b35dd754-fafc-0310-a699-88a17e54d16e
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13323 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 17 Oct, 2012 2 commits
-
-
Leon Roy authored
Monitoring plugin 1.3.0 integrating Jive Monitoring Plugin and Stefan Reuter's Open Archive plugin to give both XEP-0136 support and group as well as individual chat archiving. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13322 b35dd754-fafc-0310-a699-88a17e54d16e
-
Leon Roy authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13321 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 10 Oct, 2012 2 commits
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13313 b35dd754-fafc-0310-a699-88a17e54d16e
-
Tom Evans authored
OF-573: Improve session concurrency and consistency across local and remote (clustered) client sessions git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13312 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Oct, 2012 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13309 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2012 3 commits
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13308 b35dd754-fafc-0310-a699-88a17e54d16e
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13307 b35dd754-fafc-0310-a699-88a17e54d16e
-
Robin Collier authored
OF-205 Changed transaction control for several methods for persistence. Also reversed the search order for loading items to compliant with the spec. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13306 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 29 Sep, 2012 2 commits
-
-
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
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13304 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Sep, 2012 1 commit
-
-
Tom Evans authored
OF-205: Clean up duplicates when adding published items (per http://community.igniterealtime.org/message/225042#225042) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13303 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 23 Sep, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13302 b35dd754-fafc-0310-a699-88a17e54d16e
-