Age | Commit message (Expand) | Author |
2017-10-08 | Simplify initial burst of persistent channels | Adam |
2017-06-21 | Stop init if a module can't be loaded because it doesn't exist | Adam |
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam |
2017-01-23 | Make log system use newer format strings | Adam |
2017-01-16 | Update copyright to 2017. | Robby |
2016-12-07 | Change in source anope.org links to https | Adam |
2016-12-06 | Remove many more old C style format strings in the protocol functions | Adam |
2016-11-11 | Remove database save and related commands/config | Adam |
2016-10-15 | Various improvements/bugfixes to extdb stuff | 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-12-14 | Rename "services.conf" to "anope.conf". | Peter Powell |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam |
2015-09-06 | Allow configuring modes | Adam |
2015-07-08 | Fix a ton of typos. | Peter Powell |
2015-01-05 | Merge branch '2.0' into 2.1 | Adam |
2014-12-29 | Allow configuring casemaps | Adam |
2014-12-12 | Anope will now fork even when not started from a tty, like init scrpits. | MichaĆ Zegan |
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-28 | Don't try to setuid down until after we signal the parent to exit, unless we'... | Adam |
2014-06-23 | Merge branch '2.0' into 2.1 | 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-21 | Core prep for p10 stuff | Adam |
2014-04-20 | New event system | Adam |
2014-04-06 | Do not apply module changes on rehash until after the new config has been app... | Adam |
2014-02-26 | Do not setuid/gid down until after modules are loaded | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-12-26 | If using db_flatfile:fork, don't allow multiple saves to happen at one time o... | Adam |
2013-12-02 | Send channel topics on initial burst, sync chanels after db load, and try to ... | Adam |
2013-10-05 | Fix xline uid generation when the one chosen already exists | Adam |
2013-07-26 | Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess | Adam |
2013-07-26 | Fix issues with 'Me' related to previous commit | Adam |
2013-07-04 | Fix rehashing via SIGHUP and m_mysql | 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-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 | 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-04-04 | Move around some of Init() to fork() before initing the socket engine, as som... | Adam |
2013-03-01 | Fix Windows build | Adam |
2013-02-24 | On startup check all object types | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2012-12-13 | Optimize much of the database code and serialize code. | Adam |
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-07 | We no longer have to use the rungroup provided at build time, it is specified... | Adam |