Search for the connection before removing it.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / core / Core.java
2015-01-13 David ‘Bombe’ RodenSearch for the connection before removing it.
2015-01-13 David ‘Bombe’ RodenAdd backoff to reconnects.
2015-01-13 David ‘Bombe’ RodenRemove connection when it’s not established so that...
2015-01-13 David ‘Bombe’ RodenSend message when a connection fails.
2014-12-22 David ‘Bombe’ RodenRemove channel we’re kicked from from the correct colle...
2014-12-22 David ‘Bombe’ RodenRemove correct extra channel after being kicked.
2014-11-17 David ‘Bombe’ RodenVerify we shouldn't be running anymore after being...
2014-11-17 David ‘Bombe’ RodenTrigger the shutdown correctly.
2014-11-17 David ‘Bombe’ RodenUse separate object for syncing the shutdown.
2014-11-17 David ‘Bombe’ RodenExtract connection interface.
2014-11-17 David ‘Bombe’ RodenUse a connection factory instead of a connection builder.
2014-11-17 David ‘Bombe’ RodenRemove all bots from a channel if we can’t (re-)join...
2014-11-17 David ‘Bombe’ RodenStore a bot’s channel.
2014-10-18 David ‘Bombe’ RodenTreat non-existing list of bots as an offer of 0 packs.
2014-10-18 David ‘Bombe’ RodenFix message.
2014-10-18 David ‘Bombe’ RodenExtend stats command.
2014-10-17 David ‘Bombe’ RodenDon’t log disconnects from networks we weren’t really...
2014-10-17 David ‘Bombe’ RodenSimplify code.
2014-10-17 David ‘Bombe’ RodenLog message if we failed to join a channel we didn...
2014-10-17 David ‘Bombe’ RodenOnly try to re-join banned channels once a day.
2014-10-17 David ‘Bombe’ RodenDon’t try to join channels that require a registration...
2014-10-17 David ‘Bombe’ RodenFormat printed channels nicely.
2014-10-16 David ‘Bombe’ RodenDon’t expose the complete reply object from the notice...
2014-10-15 David ‘Bombe’ RodenRemove channel from joined channels when we were kicked.
2014-10-15 David ‘Bombe’ RodenAdd missing import.
2014-10-15 David ‘Bombe’ RodenLog message if a channel could not be joined.
2014-10-15 David ‘Bombe’ RodenCheck if we have been kicked and send message if so.
2014-10-15 David ‘Bombe’ RodenUse log4j for logging.
2014-04-29 David ‘Bombe’ RodenUse static import.
2013-09-06 David ‘Bombe’ RodenDon’t forget to subscribe to ConnectionFailed events.
2013-09-06 David ‘Bombe’ RodenAdd method to return all connected networks.
2013-09-06 David ‘Bombe’ RodenAdd method to return all defined networks.
2013-08-20 David ‘Bombe’ RodenOnly remove the download immediately if there is no...
2013-08-10 David ‘Bombe’ RodenRemove message when bot is removed.
2013-08-10 David ‘Bombe’ RodenPost messages when connecting to a network.
2013-08-10 David ‘Bombe’ RodenCatch exceptions when trying to join channels.
2013-08-08 David ‘Bombe’ RodenAdd possibility to cancel a running download.
2013-05-02 David ‘Bombe’ RodenDebug-log every single message.
2013-05-02 David ‘Bombe’ RodenHandle connection creation failure.
2013-04-26 David ‘Bombe’ RodenAdd commands to show the current connections and close...
2013-04-26 David ‘Bombe’ RodenAdd methods to close the connection.
2013-04-18 David ‘Bombe’ RodenFix imports.
2013-04-18 David ‘Bombe’ RodenFix message.
2013-04-18 David ‘Bombe’ RodenFix constructor.
2013-04-18 David ‘Bombe’ RodenIgnore fetches for a file we are already downloading.
2013-04-18 David ‘Bombe’ RodenStore downloads differently.
2013-04-18 David ‘Bombe’ RodenShow whether a download has already started.
2013-04-16 David ‘Bombe’ RodenRemove downloads correctly.
2013-04-16 David ‘Bombe’ RodenRepost notices to the console.
2013-04-14 David ‘Bombe’ RodenRemove all network-related data if the network is disco...
2013-04-14 David ‘Bombe’ RodenLet the core verify each minute that all configured...
2013-04-14 David ‘Bombe’ RodenMove network connecting into its own method.
2013-04-14 David ‘Bombe’ RodenRename a bot if its nickname changes.
2013-04-13 David ‘Bombe’ RodenShow a message when a bot has left a channel.
2013-04-13 David ‘Bombe’ RodenShow a message when a bot has quit IRC.
2013-04-13 David ‘Bombe’ RodenResume a download if a partial file already exists...
2013-04-11 David ‘Bombe’ RodenRemove a bot when it quits.
2013-04-11 David ‘Bombe’ RodenRemove bots when they leave the channel; handle our...
2013-04-11 David ‘Bombe’ RodenKeep the order of the DCC receivers.
2013-04-11 David ‘Bombe’ RodenRemove downloads when they have finished, too.
2013-04-11 David ‘Bombe’ RodenIgnore case of channel names when locating the channel.
2013-04-11 David ‘Bombe’ RodenRemove DCCs when finished.
2013-04-11 David ‘Bombe’ RodenSend private messages to listeners.
2013-04-11 David ‘Bombe’ RodenFix moving of download to final directory.
2013-04-11 David ‘Bombe’ RodenNotify all listeners when a download failes.
2013-04-11 David ‘Bombe’ RodenSend events when downloads start and finish.
2013-04-11 David ‘Bombe’ RodenMove download to final location when it has finished.
2013-04-11 David ‘Bombe’ RodenStore download-related stuff in the download.
2013-04-11 David ‘Bombe’ RodenIgnore unrequested downloads.
2013-04-11 David ‘Bombe’ RodenStore all downloads.
2013-04-11 David ‘Bombe’ RodenAdd fields for temporary and final download directories.
2013-04-11 David ‘Bombe’ RodenSend events from the DCC receiver.
2013-04-10 David ‘Bombe’ RodenKeep track of extra channels.
2013-04-10 David ‘Bombe’ RodenKeep track of joined channels.
2013-04-10 David ‘Bombe’ RodenAdd method to get the configured channel for a channel...
2013-04-10 David ‘Bombe’ RodenExpose currently joined channels.
2013-04-10 David ‘Bombe’ RodenExpose all configured channels.
2013-04-10 David ‘Bombe’ RodenInitiate the download when being offered a file.
2013-04-10 David ‘Bombe’ RodenAdd command to initiate a download from a bot.
2013-04-10 David ‘Bombe’ RodenExpose DCC receivers from core.
2013-04-09 David ‘Bombe’ RodenUse map and set creators from Guava.
2013-04-09 David ‘Bombe’ RodenExpose all currently known bots.
2013-04-08 David ‘Bombe’ RodenSend event when a bot is added.
2013-04-08 David ‘Bombe’ RodenSend event when the core is started.
2013-04-08 David ‘Bombe’ RodenCompare correct objects.
2013-04-08 David ‘Bombe’ RodenAdd current state of core.