summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-11-11Fix opers not really being serializableAdam
2016-11-11Remove database save and related commands/configAdam
2016-11-09Change default database to sqlite, begin 2.0 db_flatfile supportAdam
2016-11-06Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.Peter Powell
2016-10-30Add new RESTful JSON API and documentationAdam
2016-10-22chanserv: split various things from main chanserv headerAdam
2016-10-22nickserv: split nick/account classes to their own headersAdam
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam
2016-10-09Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per acco...Adam
2016-10-09Split vhosts into its own structureAdam
2016-10-09Don't return a reference from the stack in TypeBase::GetTypesAdam
2016-10-07Move core message handles to protocol/rfc1459Adam
2016-10-07Set shared library suffix to .so, add missing serializable type GetTypes defi...Adam
2016-10-06#1682: store aftype with masks and include cidrs in GetNUHMaskAdam
2016-10-06Handle /join 0 for ratbox & charybdisZoddo
2016-10-02Optionally strip variable build date from compiled programDominic Hargreaves
2016-10-02Send vident/vhost in SVSLOGIN with SASLZoddo
2016-10-02Also defer channel deletion when processing sjoinsAdam
2016-10-02Implement support for SASL 3.2 mechanism lists.Peter Powell
2016-10-01sql_oper: various fixups to compile on 2.1Adam
2016-09-25Get rid of service alias stuff, make proto mods link to each otherAdam
2016-09-23language: Add some overloaded Translate functions that accept Anope::stringAdam
2016-09-23Add declaration for specialization Configuration::Block::Set<Anope::string>, ...Adam
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-09-13Remove Anope::Decrypt now encryption is mandated.Peter Powell
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Get rid of undefined behavior in configuration blocks by creating them as nec...Adam
2016-07-28Add missing operserv/stats headerAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-07-03#1682: store aftype with masks and include cidrs in GetNUHMaskAdam
2016-04-21Optionally strip variable build date from compiled programDominic Hargreaves
2016-04-14Merge pull request #161 from Zoddo/charybdis/vhost_svsloginAdam
2016-04-14Remove memos from memoinfo more reliablyAdam
2016-04-10Send vident/vhost in SVSLOGIN with SASLZoddo
2016-03-19Also defer channel deletion when processing sjoinsAdam
2016-02-28Implement support for SASL 3.2 mechanism lists.Peter Powell
2016-02-13Rewrite access path system to be simplier and use recursionAdam
2016-01-28Update copyright to 2016. This was done with:Robby
2016-01-23Put maxlogins logic a few other important placesAdam
2016-01-02Add sasl log category for auth log messagesAdam
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-12-31Add missing override keyword to methods that require it.Peter Powell
2015-12-31Remove repeated expressions from CMake end*() and else() calls.Peter Powell
2015-12-14Rename "services.conf" to "anope.conf".Peter Powell
2015-12-14Install into "~/anope" by default instead of "~/services".Peter Powell
2015-11-04Cleanup after xlines if directly removedAdam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-10-27Beginning of new module dependency stuff, seems to compile and link. Move som...Adam