xudocci.git
2013-04-10 David ‘Bombe... Add command to initiate a download from a bot.
2013-04-10 David ‘Bombe... Add command to show active DCC receivers.
2013-04-10 David ‘Bombe... Expose DCC receivers from core.
2013-04-10 David ‘Bombe... Add DCC receiver.
2013-04-10 David ‘Bombe... Parse DCC SEND messages and send events for it.
2013-04-10 David ‘Bombe... Add method to parse an IP address from a DCC command.
2013-04-10 David ‘Bombe... Add method to send messages.
2013-04-09 David ‘Bombe... Use map and set creators from Guava.
2013-04-09 David ‘Bombe... Add network adapter.
2013-04-09 David ‘Bombe... Write output to a given writer, not only stdout.
2013-04-09 David ‘Bombe... Sort results permanently.
2013-04-09 David ‘Bombe... Extract message into its own variable.
2013-04-09 David ‘Bombe... Rename project to xudocci.
2013-04-09 David ‘Bombe... Make an empty line repeat the last command.
2013-04-09 David ‘Bombe... Make a bot deliver all its packs when it’s being iterat...
2013-04-09 David ‘Bombe... Expose all currently known bots.
2013-04-09 David ‘Bombe... Add command reader.
2013-04-08 David ‘Bombe... Send event when a bot is added.
2013-04-08 David ‘Bombe... Send event when the core is started.
2013-04-08 David ‘Bombe... Create correctly sized array.
2013-04-08 David ‘Bombe... Fix javadoc problems.
2013-04-08 David ‘Bombe... Remove unnecessary variable.
2013-04-08 David ‘Bombe... Simplify equals().
2013-04-08 David ‘Bombe... Ensure that name is always != null.
2013-04-08 David ‘Bombe... Override equals() and hashCode().
2013-04-08 David ‘Bombe... Compare correct objects.
2013-04-08 David ‘Bombe... Add current state of core.
2013-04-08 David ‘Bombe... Add bots and packs.
2013-04-08 David ‘Bombe... Add channel container.
2013-04-08 David ‘Bombe... Add network and server container.
2013-04-08 David ‘Bombe... Make joinChannel() method asynchronous.
2013-04-08 David ‘Bombe... Use logger instead of System.out.
2013-04-08 David ‘Bombe... Add message cleaner.
2013-04-07 David ‘Bombe... Fire events for private and channel messages.
2013-04-07 David ‘Bombe... Parse channel types from 005 reply.
2013-04-07 David ‘Bombe... Add events for messages.
2013-04-07 David ‘Bombe... Add basic IRC framework.
2013-04-07 David ‘Bombe... Override Object.toString() to recreate the original...
2013-04-06 David ‘Bombe... Use a source in the reply.
2013-04-06 David ‘Bombe... Override Object.equals().
2013-04-06 David ‘Bombe... Add class for reply source information.
2013-04-06 David ‘Bombe... Add class for replies.
2013-04-06 David ‘Bombe... Add Maven project file.