summaryrefslogtreecommitdiff
path: root/data/anope.example.conf
AgeCommit message (Collapse)Author
2017-02-07Normalize databases by not allowing generic Object referencesAdam
Remove redis database support
2016-12-17Split ircdproto send functions out into separate servicesAdam
This makes it easier to see which send functions a protocol module implements as they are all explicitly registered by the module, and avoids the problem of subtly breaking other protocol modules when using inheritance. Also split the old "core" send implementations out into a module, and the TS6 ID generator
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
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-09Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per ↵Adam
account.
2016-10-07Remove unused commands from oper config.bonnedav
2016-09-30example.conf: announce operserv/chankill aswellmiwob
2016-09-13Clarify how to use deprecated encryption modules.Peter Powell
2016-09-13Remove nickserv/getpass as that module is now obsolete.Peter Powell
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-01-03Remove various ircservices references in anope.confAdam
2015-12-14Rename "example.conf" to "anope.example.conf".Peter Powell