- 13 May, 2010 1 commit
-
-
God Ly authored
De-duplicated some code. Added some optimizations. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11696 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
-
- 24 Apr, 2010 1 commit
-
-
God Ly authored
(http://www.igniterealtime.org/fisheye/cru/CR-26) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11688 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
-
- 25 Oct, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11329 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
-
- 27 Aug, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10801 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 26 Aug, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10780 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Jun, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10495 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 May, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10410 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 24 Apr, 2008 2 commits
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10269 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
Throw exception if no database can be retrieved from the pool (instead of returning null), and retry up to the configured amount of times (JM-1336, JM-1337). Reviewed by Daniel. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10268 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Apr, 2008 1 commit
-
-
Daniel Henninger authored
Extended active connection timeout to 15 minutes (from 5). Primarily important during database updates. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10215 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
-
- 10 Apr, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10194 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Apr, 2008 3 commits
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10166 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10165 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10164 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Apr, 2008 3 commits
-
-
Daniel Henninger authored
Also now changing jid column to varchar(1024). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10160 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10159 b35dd754-fafc-0310-a699-88a17e54d16e
-
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
-
- 21 Mar, 2008 1 commit
-
-
Daniel Henninger authored
Adjust MultiMUC support so that it stores database info about non-default MUC implementations. This assigns a service ID, necessary for various functions/mappings, and should make for a cleaner implementation. Also tweaked the way columns are added for SQL Server and Oracle in update 17, based off some reading on proper ALTER TABLE calls. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10101 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Mar, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10097 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 Mar, 2008 1 commit
-
-
Daniel Henninger authored
We are now printing the failed SQL to the error log so that administrators have an idea of what happened. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10075 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 17 Mar, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10071 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 21 Feb, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9959 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Feb, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9956 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Feb, 2008 1 commit
-
-
Daniel Henninger authored
Cleaned up HTML/CSS of almost all admin interface pages. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9934 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Feb, 2008 1 commit
-
-
Daniel Henninger authored
[JM-160] Created LockOut infrastructure to allow for disabling accounts, associated listeners, and providers in case you want to write your own locked out accounts interface. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9903 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Feb, 2008 1 commit
-
-
Daniel Henninger authored
[JM-1266] For databases that require FROM with all selects, we now have a mechanism for autmatically adjusting the default test SQL. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9892 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Feb, 2008 1 commit
-
-
Daniel Henninger authored
Fixed reference to non-existant i18n tag. Minor tweaks for LDAP group manager and aequence manager. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9859 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 24 Jan, 2008 1 commit
-
-
Alex Wenckus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9823 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 15 Jan, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9768 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Jan, 2008 1 commit
-
-
Daniel Henninger authored
[JM-343] Migrated to proxool instead of homebrew connection pool handler. Also added /proxool to admin console to see statistics from proxool. At some point we should wrap this in a cute openfire looking page. No API changes necessary anywhere else in code or 3rd party database connection providers! git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9758 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Dec, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9640 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 15 Nov, 2007 1 commit
-
-
Jay Kline authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9506 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 29 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9371 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9355 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9322 b35dd754-fafc-0310-a699-88a17e54d16e
-