summaryrefslogtreecommitdiff
path: root/src/servers.cpp
AgeCommit message (Expand)Author
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2023-05-28regchannels: remove dependency on no-delete-null-pointer-checksAdam
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2014-12-12Anope will now fork even when not started from a tty, like init scrpits.MichaƂ Zegan
2014-05-21Core prep for p10 stuffAdam
2014-04-18Remove unused event.Adam
2014-03-14Mark all channels as syncing when we connect to our uplink. They willAdam
2014-01-21Make the server connected (uplink) message more sane.Robby-
2014-01-04Always run uid/sid generation loop at least once to not reuse older ids immed...Adam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-19Channel::Sync can delete the channel, so safely iterate them when syncing fro...Adam
2013-12-14irc2sql: improved handling of netsplitsDukePyrolator
2013-12-10Fix 96af354ad55e439be71b82077dd6a411b4746bbb to not burst topics if they are ...Adam
2013-12-02Send channel topics on initial burst, sync chanels after db load, and try to ...Adam
2013-11-23Fix/clean/clarify some stuff found by coverity scanAdam
2013-11-16Use the source's sync state and not mine when processing sjoins to determine ...Adam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Interally quit servers when jupedAdam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-08Fixed some issues and desyncs with creating empty permanent channels on start...Adam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Dont check for noquit/quitstorm, check and be sure all users are gone regardlessAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-02-18Made the mode bouncing detector harder to hit and ignore syncing channelsAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last quit...Adam
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-28Use the same object for chanusercontainer and userchancontainerAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-10-30Clean up ngircd proto mod slightly, and send sqlines before introducing clientsAdam
2012-10-01Fix a few problems found by Cronusa and KindOneAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-04-23Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-04-23Reworked live SQL support yet againAdam
2012-04-13fixed a bug in chanstatsDukePyrolator
2012-04-08Added Chanstats. It uses a new, improved database format and is not compatibl...DukePyrolator