2011-09-11Merge Channel and Group classes.
cli [Sun, 11 Sep 2011 15:05:04 +0200] rev 48
Merge Channel and Group classes.

2011-09-11Complete XDAEMON GROUPFLAG subcommand.
cli [Sun, 11 Sep 2011 14:19:19 +0200] rev 47
Complete XDAEMON GROUPFLAG subcommand.

2011-09-10Work on XDaemon command
cli [Sat, 10 Sep 2011 20:20:19 +0200] rev 46
Work on XDaemon command

2011-09-10HSQLDB backend support completed, but untested.
cli [Sat, 10 Sep 2011 18:18:05 +0200] rev 45
HSQLDB backend support completed, but untested.

2011-06-07Work on hsqldb support
cli [Tue, 07 Jun 2011 11:55:22 +0200] rev 44
Work on hsqldb support

2011-06-07Adapt config sample to use hsqldb
cli [Tue, 07 Jun 2011 09:23:34 +0200] rev 43
Adapt config sample to use hsqldb

2011-06-06Add HSQLDB stubs and reformat some source files.
cli [Mon, 06 Jun 2011 20:12:21 +0200] rev 42
Add HSQLDB stubs and reformat some source files.

2011-05-04Update debian control file
cli [Wed, 04 May 2011 18:34:21 +0200] rev 41
Update debian control file

2011-05-04Refactoring.
cli [Wed, 04 May 2011 18:06:24 +0200] rev 40
Refactoring.

2010-08-30Some work on XDAEMON command.
cli [Mon, 30 Aug 2010 00:20:06 +0200] rev 39
Some work on XDAEMON command.

2010-08-29Implement JDBCDatabase.update(Article) method to fix issue #7.
cli [Sun, 29 Aug 2010 23:23:15 +0200] rev 38
Implement JDBCDatabase.update(Article) method to fix issue #7.

2010-08-29Switch intent style to Original K&R / Linux / Kernel.
cli [Sun, 29 Aug 2010 18:17:37 +0200] rev 37
Switch intent style to Original K&R / Linux / Kernel.

2010-08-29Add some checks to prevent #13 happen.
cli [Sun, 29 Aug 2010 17:43:58 +0200] rev 36
Add some checks to prevent #13 happen.

2010-08-29Moving source files into src/-subdir.
cli [Sun, 29 Aug 2010 17:28:58 +0200] rev 35
Moving source files into src/-subdir.

2010-08-29Merge heads.
cli [Sun, 29 Aug 2010 17:04:25 +0200] rev 34
Merge heads.

2010-08-29Article(javax.mail.Message) now has a safe method to read the byte body from the given message object (fixes #16).
cli [Sun, 29 Aug 2010 17:03:21 +0200] rev 33
Article(javax.mail.Message) now has a safe method to read the byte body from the given message object (fixes #16).

2010-06-30added build.xml + small bugfix
bei [Wed, 30 Jun 2010 14:48:53 +0200] rev 32
added build.xml + small bugfix

2010-05-12Group.getByName() removed. Channel.getByName() does no longer catch StorageBackendExceptions but throw them further.
cli [Wed, 12 May 2010 11:18:02 +0200] rev 31
Group.getByName() removed. Channel.getByName() does no longer catch StorageBackendExceptions but throw them further.

2010-05-09The StorageBackendException is catched two times so that the user see the "500 internal server error" only at the second catch (probably fixes #5).
cli [Sun, 09 May 2010 12:38:46 +0200] rev 30
The StorageBackendException is catched two times so that the user see the "500 internal server error" only at the second catch (probably fixes #5).

2010-05-01Refactor logging to fix NullPointerException.
cli [Sat, 01 May 2010 18:51:57 +0200] rev 29
Refactor logging to fix NullPointerException.

2010-05-01Make mailinglist gateway more reliable, probably.
cli [Sat, 01 May 2010 14:27:30 +0200] rev 28
Make mailinglist gateway more reliable, probably.

2010-04-27Fix for #567 "mailinglist gateway does not recover after database outage".
cli [Tue, 27 Apr 2010 22:11:30 +0200] rev 27
Fix for #567 "mailinglist gateway does not recover after database outage".

2010-04-27Introduce more advanced help system (#565).
cli [Tue, 27 Apr 2010 21:51:12 +0200] rev 26
Introduce more advanced help system (#565).

2009-12-25Fix for too early disconnects on slow client connections. (#563)
cli [Fri, 25 Dec 2009 15:42:46 +0100] rev 25
Fix for too early disconnects on slow client connections. (#563)

2009-08-26Some changes to storage interface.
cli [Wed, 26 Aug 2009 17:04:04 +0200] rev 24
Some changes to storage interface.

2009-08-26Proper reply on XDAEMON GROUPADD if group already existing (#551).
cli [Wed, 26 Aug 2009 10:55:59 +0200] rev 23
Proper reply on XDAEMON GROUPADD if group already existing (#551).

2009-08-26Not longer required to restart server when changing peering settings (#547).
cli [Wed, 26 Aug 2009 10:47:51 +0200] rev 22
Not longer required to restart server when changing peering settings (#547).

2009-08-24Refactoring in CommandSelector to allow manually loading of plugins.
cli [Mon, 24 Aug 2009 14:40:37 +0200] rev 21
Refactoring in CommandSelector to allow manually loading of plugins.