summaryrefslogtreecommitdiff
path: root/src/uplink.cpp
AgeCommit message (Expand)Author
2017-06-22Ping uplink occasionally and disconnect if no pong is receivedAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-12-17Split ircdproto send functions out into separate servicesAdam
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-01-28Update copyright to 2016. This was done with:Robby
2015-12-31Add missing override keyword to methods that require it.Peter Powell
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with events...Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-10-12Hide dumb user notice if we are quittingAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-31Always log when the uplink socket errors, and give possibly helpful adviseAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-21Core prep for p10 stuffAdam
2014-04-20New event systemAdam
2014-03-19Show a better log message when disconnecting from the uplinkAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-26Interally quit servers when jupedAdam
2013-07-21More basic config validation, and fix crash when no uplinks are configured. s...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-06Use the return from BufferedSocket::ProcessRead() and don't just assume its trueAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-03Don't delete users immediately when quit or killed, instead wait until messag...Adam
2012-12-15Move DNS handling to a moduleAdam
2012-11-22Pretty large coding style cleanup, in source docAdam