xudocci.git
11 years agoExpose all currently known bots.
David ‘Bombe’ Roden [Tue, 9 Apr 2013 04:58:53 +0000 (06:58 +0200)]
Expose all currently known bots.

11 years agoAdd command reader.
David ‘Bombe’ Roden [Tue, 9 Apr 2013 04:58:45 +0000 (06:58 +0200)]
Add command reader.

11 years agoSend event when a bot is added.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 20:15:56 +0000 (22:15 +0200)]
Send event when a bot is added.

11 years agoSend event when the core is started.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 20:15:45 +0000 (22:15 +0200)]
Send event when the core is started.

11 years agoCreate correctly sized array.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:54:25 +0000 (21:54 +0200)]
Create correctly sized array.

11 years agoFix javadoc problems.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:54:17 +0000 (21:54 +0200)]
Fix javadoc problems.

11 years agoRemove unnecessary variable.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:53:29 +0000 (21:53 +0200)]
Remove unnecessary variable.

11 years agoSimplify equals().
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:52:00 +0000 (21:52 +0200)]
Simplify equals().

11 years agoEnsure that name is always != null.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:30:17 +0000 (21:30 +0200)]
Ensure that name is always != null.

11 years agoOverride equals() and hashCode().
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:29:17 +0000 (21:29 +0200)]
Override equals() and hashCode().

11 years agoCompare correct objects.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:27:14 +0000 (21:27 +0200)]
Compare correct objects.

11 years agoAdd current state of core.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:26:24 +0000 (21:26 +0200)]
Add current state of core.

11 years agoAdd bots and packs.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:15:16 +0000 (21:15 +0200)]
Add bots and packs.

11 years agoAdd channel container.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:11:01 +0000 (21:11 +0200)]
Add channel container.

11 years agoAdd network and server container.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 19:09:22 +0000 (21:09 +0200)]
Add network and server container.

11 years agoMake joinChannel() method asynchronous.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 17:38:58 +0000 (19:38 +0200)]
Make joinChannel() method asynchronous.

11 years agoUse logger instead of System.out.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 05:11:14 +0000 (07:11 +0200)]
Use logger instead of System.out.

11 years agoAdd message cleaner.
David ‘Bombe’ Roden [Mon, 8 Apr 2013 05:04:56 +0000 (07:04 +0200)]
Add message cleaner.

11 years agoFire events for private and channel messages.
David ‘Bombe’ Roden [Sun, 7 Apr 2013 20:47:23 +0000 (22:47 +0200)]
Fire events for private and channel messages.

11 years agoParse channel types from 005 reply.
David ‘Bombe’ Roden [Sun, 7 Apr 2013 20:47:12 +0000 (22:47 +0200)]
Parse channel types from 005 reply.

11 years agoAdd events for messages.
David ‘Bombe’ Roden [Sun, 7 Apr 2013 20:47:00 +0000 (22:47 +0200)]
Add events for messages.

11 years agoAdd basic IRC framework.
David ‘Bombe’ Roden [Sun, 7 Apr 2013 19:52:49 +0000 (21:52 +0200)]
Add basic IRC framework.

11 years agoOverride Object.toString() to recreate the original input line.
David ‘Bombe’ Roden [Sun, 7 Apr 2013 19:51:16 +0000 (21:51 +0200)]
Override Object.toString() to recreate the original input line.

11 years agoUse a source in the reply.
David ‘Bombe’ Roden [Sat, 6 Apr 2013 12:43:10 +0000 (14:43 +0200)]
Use a source in the reply.

11 years agoOverride Object.equals().
David ‘Bombe’ Roden [Sat, 6 Apr 2013 12:42:51 +0000 (14:42 +0200)]
Override Object.equals().

11 years agoAdd class for reply source information.
David ‘Bombe’ Roden [Sat, 6 Apr 2013 12:37:42 +0000 (14:37 +0200)]
Add class for reply source information.

11 years agoAdd class for replies.
David ‘Bombe’ Roden [Sat, 6 Apr 2013 12:31:53 +0000 (14:31 +0200)]
Add class for replies.

11 years agoAdd Maven project file.
David ‘Bombe’ Roden [Sat, 6 Apr 2013 12:19:06 +0000 (14:19 +0200)]
Add Maven project file.