- 04 Jan, 2017 1 commit
-
-
daryl herzmann authored
-
- 20 Dec, 2016 1 commit
-
-
Dave Cridland authored
This patch updates the database for MAM-MUC support: * Upgrade scripts simply update the version, since previous patches included these updates in upgrades. * New installations have the fields added. * MUC history logging adds the MAM message identifier.
-
- 13 Dec, 2016 1 commit
-
-
akrherz authored
-
- 14 Jun, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 18 Nov, 2015 1 commit
-
-
Tom Evans authored
Remove "private" default constructor to enable subclasses, mock testing,, etc.
-
- 30 Oct, 2015 1 commit
-
-
Christian Schudt authored
- Not all resources were closed in finally block (see Launcher, PluginManager, UpdateManager, FaviconServlet, ...) - Get rid of verbose finally blocks and empty catch blocks, which makes the code more readable. - Generally, this is the more modern approach to deal with resources.
-
- 28 Oct, 2015 1 commit
-
-
Christian Schudt authored
This is the more correct API and also has very minor performance benefits.
-
- 24 Jul, 2015 1 commit
-
-
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).
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 28 Mar, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7742 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 22 Mar, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7655 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Feb, 2007 1 commit
-
-
Gaston Dombiak authored
2) Update jdbc class to use. JM-957 3) Ignore last ; of each statement just like we do for Oracle. JM-957 git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7015 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Dec, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6372 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Dec, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6355 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 26 Sep, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5514 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Sep, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5311 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Sep, 2006 2 commits
-
-
Alex Wenckus authored
2) ResultSet wasn't being closed in finally block. git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5176 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Wenckus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5175 b35dd754-fafc-0310-a699-88a17e54d16e
-