summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2017-10-07Fix op channelmode in ngircd.example.conf and unreal.example.confAdam
2017-08-20Add support for envvars in the configAdam
2017-06-24Add hostserv ban command to ban users from requesting vhostsAdam
2017-06-21botserv.example.conf: fix sed failAdam
2017-06-16chanserv: always lower channel ts to remove ops on new channelsAdam
2017-05-29Remove recognized status and secureAdam
Also remove /ns status, which is now almost useless with no recognized status, and /ns access.
2017-04-06Merge commit 'd4bf0957d1868fae2d48e9349e91daca5c7c9bd9'Adam
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-25Rename most ext fields names to be consistent with everything else, add ↵Adam
accessors for many
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-30Add new RESTful JSON API and documentationAdam
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite ↵Adam
module out of extras.
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-09Add max vhosts configuration optionAdam
2016-10-09Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per ↵Adam
account.
2016-10-07Remove 'expiretimeout' from chanserv.example.confgenius3000
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config. (cherry picked from commit 663e79e4d3758c2738ed020ed2b2b5f65b2cf8d2)
2016-10-07Remove unused commands from oper config.bonnedav
2016-10-02Add autoop mode to inspircd, not setable, as we currently can't verify itAdam
2016-10-02The default xop access for PROTECTME should really be SOP, not AOP.Robby
(cherry picked from commit 0e9a1e87d0231cb3c0ebace983fc4593d0112919)
2016-10-02Remove default session exception expiry timeAdam
2016-09-30Document ns_no_expire nick defaultAdam
2016-09-30example.conf: announce operserv/chankill aswellmiwob
2016-09-28Forward port various Unreal4 things, drop Unreal3 supportAdam
2016-09-28hybrid: Add support for channel mode +TAdam
2016-09-23Add some replacement tokens for akick reason and welcome noticeAdam
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-08-08Remove 'expiretimeout' from chanserv.example.confgenius3000
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config.
2016-08-08Remove unused commands from oper config.bonnedav
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
Split service management code nito a proper servicemanager. Make service references managed instead of lazy lookup. Also made events and serializable use service manager instead of their respective systems for management
2016-04-13Remove support for DH-AES and DH-BLOWFISH.Peter Powell
These SASL mechanisms are considered insecure and should not be used anymore.
2016-01-29The default xop access for PROTECTME should really be SOP, not AOP.Robby
2016-01-25Remove default session exception expiry timeAdam
2016-01-23Merge pull request #144 from miwob/chankill_exampleAdam
example.conf: announce operserv/chankill as well
2016-01-19Document ns_no_expire nick defaultAdam
2016-01-12example.conf: announce operserv/chankill as wellmiwob
2016-01-03Remove various ircservices references in anope.confAdam
2015-12-30Unreal 4 changesAdam
2015-12-14Rename "example.conf" to "anope.example.conf".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-12-14Rename MOTD file to "motd.txt" from "services.motd".Peter Powell
2015-12-14Rename PID file to "anope.pid" from "services.pid".Peter Powell
2015-12-14Use the binary name "anope" on all platforms.Peter Powell
2015-12-14sed got overzealousAdam
2015-12-14New source tree structure for modules. From commands/cs_access => ↵Adam
chanserv/access etc.