xudocci.git
2013-04-11 David ‘Bombe... Ignore unrequested downloads.
2013-04-11 David ‘Bombe... Store all downloads.
2013-04-11 David ‘Bombe... Add fields for temporary and final download directories.
2013-04-11 David ‘Bombe... Send events from the DCC receiver.
2013-04-11 David ‘Bombe... Add events for DCC downloads.
2013-04-11 David ‘Bombe... Rename methods.
2013-04-10 David ‘Bombe... Flush the output stream after all bytes have been read.
2013-04-10 David ‘Bombe... Only download as much bytes as advertised.
2013-04-10 David ‘Bombe... Make DCC receiver responsive to stop() requests.
2013-04-10 David ‘Bombe... Show bandwidth in DCC information.
2013-04-10 David ‘Bombe... Declare I/O exceptions to be thrown.
2013-04-10 David ‘Bombe... Measure and expose the bandwidth of the download.
2013-04-10 David ‘Bombe... Expose the current rate over the maximum lifetime.
2013-04-10 David ‘Bombe... Add input stream that counts its consumed bandwidth.
2013-04-10 David ‘Bombe... Add counter for accumulating data.
2013-04-10 David ‘Bombe... Add “stats” command.
2013-04-10 David ‘Bombe... Keep track of extra channels.
2013-04-10 David ‘Bombe... Keep track of joined channels.
2013-04-10 David ‘Bombe... Add method to get the configured channel for a channel...
2013-04-10 David ‘Bombe... Expose currently joined channels.
2013-04-10 David ‘Bombe... Make channels work correctly in maps and sets.
2013-04-10 David ‘Bombe... Expose all configured channels.
2013-04-10 David ‘Bombe... Add method to determine whether a connection represents...
2013-04-10 David ‘Bombe... Initiate the download when being offered a file.
2013-04-10 David ‘Bombe... Add “get” command to command reader.
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.