Age | Commit message (Expand) | Author |
2017-10-08 | Simplify initial burst of persistent channels | Adam |
2017-10-07 | No longer expose c->ci and ci->c | Adam |
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam |
2017-03-19 | Get rid of relying on if(this) in WhoSends() | Adam |
2017-01-23 | Make log system use newer format strings | Adam |
2017-01-16 | Update copyright to 2017. | Robby |
2016-12-17 | Split ircdproto send functions out into separate services | Adam |
2016-07-31 | Update license headers and copyrights on all source files | Adam |
2016-07-28 | Allow serializable fields to use storage in the respective objects. | Adam |
2016-01-28 | Update copyright to 2016. This was done with: | Robby |
2015-09-06 | Allow configuring modes | Adam |
2015-01-05 | Merge branch '2.0' into 2.1 | Adam |
2014-12-12 | Anope will now fork even when not started from a tty, like init scrpits. | MichaĆ Zegan |
2014-11-24 | Rewrite serializable to have field level granularity | Adam |
2014-06-23 | Merge branch '2.0' into 2.1 | Adam |
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam |
2014-05-21 | Core prep for p10 stuff | Adam |
2014-04-20 | New event system | Adam |
2014-04-18 | Remove unused event. | Adam |
2014-03-14 | Mark all channels as syncing when we connect to our uplink. They will | Adam |
2014-01-21 | Make the server connected (uplink) message more sane. | Robby- |
2014-01-04 | Always run uid/sid generation loop at least once to not reuse older ids immed... | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-12-19 | Channel::Sync can delete the channel, so safely iterate them when syncing fro... | Adam |
2013-12-14 | irc2sql: improved handling of netsplits | DukePyrolator |
2013-12-10 | Fix 96af354ad55e439be71b82077dd6a411b4746bbb to not burst topics if they are ... | Adam |
2013-12-02 | Send channel topics on initial burst, sync chanels after db load, and try to ... | Adam |
2013-11-23 | Fix/clean/clarify some stuff found by coverity scan | Adam |
2013-11-16 | Use the source's sync state and not mine when processing sjoins to determine ... | Adam |
2013-08-25 | Create persistent channels on startup, which used to work and got lost somewhere | Adam |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam |
2013-07-26 | Interally quit servers when juped | Adam |
2013-05-27 | Initially attach all modules to all events, and detach them as the events are... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-08 | Fixed some issues and desyncs with creating empty permanent channels on start... | Adam |
2013-05-05 | That doesn't work either, just don't use references. | Adam |
2013-05-05 | Dont check for noquit/quitstorm, check and be sure all users are gone regardless | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-07 | Optimizations of much of the more commonly used code | Adam |
2013-02-18 | Made the mode bouncing detector harder to hit and ignore syncing channels | Adam |
2013-01-22 | Add hidenetsplitquit config option to not show splits in /ns info's last quit... | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until messag... | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam |
2012-10-30 | Clean up ngircd proto mod slightly, and send sqlines before introducing clients | Adam |
2012-10-01 | Fix a few problems found by Cronusa and KindOne | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |