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.

2009-08-24Add stubs for org.sonews.acl and add method "impliedCapability" for org.sonews.command.Command interface.
cli [Mon, 24 Aug 2009 13:00:05 +0200] rev 20
Add stubs for org.sonews.acl and add method "impliedCapability" for org.sonews.command.Command interface.

2009-08-21Fix for last commit.
cli [Fri, 21 Aug 2009 17:40:54 +0200] rev 19
Fix for last commit.

2009-08-21Fix for #549.
cli [Fri, 21 Aug 2009 17:33:15 +0200] rev 18
Fix for #549.

2009-08-20#544 fixed.
cli [Thu, 20 Aug 2009 22:18:45 +0200] rev 17
#544 fixed.

2009-08-20Issue #538 fixed.
cli [Thu, 20 Aug 2009 21:31:03 +0200] rev 16
Issue #538 fixed.

2009-08-20Started refactoring the Log system to use java.util.logging classes.
cli [Thu, 20 Aug 2009 18:41:21 +0200] rev 15
Started refactoring the Log system to use java.util.logging classes.

2009-08-20Fix #548: API change; changed parameter type of Storage.getGroupsForList()
cli [Thu, 20 Aug 2009 16:57:38 +0200] rev 14
Fix #548: API change; changed parameter type of Storage.getGroupsForList()

2009-08-20Remove aggregated group stubs and fix #543.
cli [Thu, 20 Aug 2009 16:49:38 +0200] rev 13
Remove aggregated group stubs and fix #543.

2009-08-20Merging fixes from sonews/1.0.3
cli [Thu, 20 Aug 2009 14:31:19 +0200] rev 12
Merging fixes from sonews/1.0.3

2009-08-17Fix wrong handling of byte values > 127 in ArticleInputStream.
cli [Mon, 17 Aug 2009 11:00:51 +0200] rev 11
Fix wrong handling of byte values > 127 in ArticleInputStream.