summaryrefslogtreecommitdiff
path: root/src/config.cpp
AgeCommit message (Collapse)Author
2012-03-13Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ↵Adam
random number
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-22Added a configuration option to make all nick registrations require admin ↵Adam
verification
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also ↵Adam
made DNS query ids not random as they don't need to be.
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ↵Adam
notifiications
2012-01-02Updated Copyright to 2012Adam
2011-12-23Add DT_ALLOW_EMPTY config flag, allow fantasychars to be emptyAdam
2011-12-15Add privilege ranks to determine how powerful privileges areAdam
2011-12-12Added oper:require_oper configuration optionAdam
2011-11-03Bug #1354 - Allow mode chars to be used for channel prefixs in services.confAdam
2011-10-22Added akill idsAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting ↵Adam
modes by clients on burst
2011-09-10Made ChanServ privileges configurableAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Made the IsValidHost checks configurableAdam
2011-09-10Added oper:host and oper:vhostAdam
2011-09-10Made email messages sent by services configurableAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-09-10Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should ↵Adam
be set.
2011-08-29Made config rehashing not wipe opers configured with opersev/operAdam
2011-08-17Actually made the nickserv block optionalAdam
2011-08-14Fixed default settings for log blocksAdam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-06Added a define{} block which can be used to easially rename thingsAdam
2011-08-04Added a command:permission settingAdam
2011-08-02Added opertype:modesAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes ↵Adam
failing for no good reason
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-21Made Anope able to process normally when disconnected from the uplink and ↵Adam
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
2011-05-16Added os_forbidAdam
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Fixed reading empty config values in the multiconfig code, caused by removal ↵Adam
of DT_CHARPTR
2011-05-16Removed DT_CHARPTR from the config reader, its unneededAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-26replaced all %R with %s in the language stringsDukePyrolator
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
2011-02-25Fixed a lot of small problemsAdam
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-01-21Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabsAdam
2011-01-19Added options:nomlockAdam
2011-01-17Added ns_ajoinAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-05update copyrights for 2011lethality