Age | Commit message (Expand) | Author |
2017-08-20 | Add support for envvars in the config | Adam |
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam |
2017-04-06 | Fix some more compiler warnings | Adam |
2017-01-16 | Update copyright to 2017. | Robby |
2016-10-15 | Various improvements/bugfixes to extdb stuff | Adam |
2016-09-23 | Add declaration for specialization Configuration::Block::Set<Anope::string>, ... | Adam |
2016-08-27 | Optionally allow using Boost.Locale for hashcomp | Adam |
2016-07-31 | Update license headers and copyrights on all source files | Adam |
2016-07-28 | Get rid of undefined behavior in configuration blocks by creating them as nec... | 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-10-27 | Merge branch '2.0' into 2.1 | Adam |
2015-09-06 | Allow configuring modes | Adam |
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ... | Adam |
2014-12-29 | Allow configuring casemaps | Adam |
2014-12-10 | Unconst these config Get<Anope::string> calls as it makes no sense | Adam |
2014-11-24 | Rewrite serializable to have field level granularity | Adam |
2014-06-23 | Merge branch '2.0' into 2.1 | Adam |
2014-06-23 | Mostly working language string rewrite with new format strings | Adam |
2014-05-28 | Merge branch '2.0' into 2.1 | Adam |
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam |
2014-05-20 | Speed up akill xline checks | Adam |
2014-04-25 | Add "virtual mode" support | Adam |
2014-04-06 | Do not apply module changes on rehash until after the new config has been app... | Adam |
2014-04-02 | Remove regex mods, use std::regex instead | Adam |
2014-04-01 | Require cmake 2.8 and C++11 support | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-12-19 | Don't leak opers and opertypes on /os reload, fix not updating opertypes on n... | Adam |
2013-06-19 | Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictp... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-25 | Give an error message when the configuration file ends with an unterminated b... | Adam |
2013-05-05 | The const char* specialization of this no longer works | Adam |
2013-05-05 | That doesn't work either, just don't use references. | Adam |
2013-05-05 | Fix Windows | Adam |
2013-05-05 | Cache timeoutcheck and fix a typo in example.conf | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ca... | Adam |
2013-03-31 | Add networkinfo:modelistsize config option to set the max size of b/e/I lists | Adam |
2013-01-30 | Remove sendpass from the configs and the config reader since it no longer exists | 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-13 | Allow grouping commands to make help output easier to comprehend | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2012-12-15 | Move DNS handling to a module | Adam |
2012-11-25 | Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick | Adam |
2012-11-25 | Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal. | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-09 | Add a config option to disable sasl | Adam |
2012-10-31 | Fix ns_ghost and ns_recover, add nicksev:restoreonghost | Adam |
2012-10-26 | Add nickserv:modesonid config option to set what modes users get on identify | Adam |