Age | Commit message (Expand) | Author |
2016-12-05 | protocol/inspircd20: SERVER will be sourceless before there is an uplink, so ... | Adam |
2016-12-01 | Split more protocol module message handler declarations into module headers | Adam |
2016-12-01 | Allow encap handlers to recall message processing, make protocol/inspircd do ... | Adam |
2016-12-01 | Allow objects to opt out of gc, don't gc accounts with users logged in | Adam |
2016-11-30 | Fix some field shadowing warnings | Adam |
2016-11-25 | sqlite: reference id of referenced type if available instead of objects | Adam |
2016-11-25 | Rename most ext fields names to be consistent with everything else, add acces... | Adam |
2016-11-11 | Fix opers not really being serializable | Adam |
2016-11-11 | Remove database save and related commands/config | Adam |
2016-11-09 | Change default database to sqlite, begin 2.0 db_flatfile support | Adam |
2016-11-06 | Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto. | Peter Powell |
2016-10-30 | Add new RESTful JSON API and documentation | Adam |
2016-10-22 | chanserv: split various things from main chanserv header | Adam |
2016-10-22 | nickserv: split nick/account classes to their own headers | Adam |
2016-10-17 | Address casemapping issues in sqlite/mysql | Adam |
2016-10-15 | Various improvements/bugfixes to extdb stuff | Adam |
2016-10-09 | Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per acco... | Adam |
2016-10-09 | Split vhosts into its own structure | Adam |
2016-10-09 | Don't return a reference from the stack in TypeBase::GetTypes | Adam |
2016-10-07 | Move core message handles to protocol/rfc1459 | Adam |
2016-10-07 | Set shared library suffix to .so, add missing serializable type GetTypes defi... | Adam |
2016-10-06 | #1682: store aftype with masks and include cidrs in GetNUHMask | Adam |
2016-10-06 | Handle /join 0 for ratbox & charybdis | Zoddo |
2016-10-02 | Optionally strip variable build date from compiled program | Dominic Hargreaves |
2016-10-02 | Send vident/vhost in SVSLOGIN with SASL | Zoddo |
2016-10-02 | Also defer channel deletion when processing sjoins | Adam |
2016-10-02 | Implement support for SASL 3.2 mechanism lists. | Peter Powell |
2016-10-01 | sql_oper: various fixups to compile on 2.1 | Adam |
2016-09-25 | Get rid of service alias stuff, make proto mods link to each other | Adam |
2016-09-23 | language: Add some overloaded Translate functions that accept Anope::string | Adam |
2016-09-23 | Add declaration for specialization Configuration::Block::Set<Anope::string>, ... | Adam |
2016-09-23 | Remove rfc1459 message framing everywhere | Adam |
2016-09-13 | Remove Anope::Decrypt now encryption is mandated. | Peter Powell |
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 | Add missing operserv/stats header | Adam |
2016-07-28 | Allow serializable fields to use storage in the respective objects. | Adam |
2015-12-31 | Rename haader file names to be consistent with module names | Adam |
2015-12-31 | Add missing override keyword to methods that require it. | Peter Powell |
2015-12-31 | Remove repeated expressions from CMake end*() and else() calls. | Peter Powell |
2015-12-14 | Rename "services.conf" to "anope.conf". | Peter Powell |
2015-12-14 | Install into "~/anope" by default instead of "~/services". | Peter Powell |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam |
2015-10-27 | Beginning of new module dependency stuff, seems to compile and link. Move som... | Adam |
2015-09-17 | Defer channel deletion until after i/o. There are some edge cases with events... | Adam |
2015-09-14 | Don't update channel last used time from ns alist access check | Adam |
2015-09-06 | Allow configuring modes | Adam |
2015-09-06 | Fix some service bot/botinfo mismatches | Adam |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam |