summaryrefslogtreecommitdiff
path: root/src/config.cpp
AgeCommit message (Expand)Author
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 faili...Adam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Added os_forbidAdam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Fixed reading empty config values in the multiconfig code, caused by removal ...Adam
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 ns_re...Adam
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
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod...Adam
2010-10-21Changed the log:normal config directive to a list like the other log values, ...Adam
2010-10-11Fixed some warningsAdam
2010-10-03Fixed checking the global block in the config to work ok, fixed having non-co...Adam
2010-10-02Replaced globalnick and globaldescription with just nick and description, sin...Adam
2010-10-02Made ChanServ optionalAdam
2010-10-02Made OperServ and Global optionalAdam
2010-10-02Made MemoServ optionalAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-18Fixed bug #1191lethality
2010-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...Adam
2010-09-16Fixed connecting back to the nameserver if we lose connection, and detecting ...Adam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-29Redo some of the sighandling code, and made anoperc rehash actually work.Adam
2010-08-28Clean up some of the old now unused IRCDVar struct vars, and made the logchan...Adam
2010-08-28Do not log RAWIO messages to services log channels, added a config option on ...Adam
2010-08-27Removed options:keeplogs because its no longer usedAdam
2010-08-27Added a new logging systemAdam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-01Fixed botserv bots parting empty channels. This also allows setting bsminuser...Adam
2010-07-27Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ...Adam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-10Added options:hideprivilegedcommands config option to hide privileged command...Adam
2010-07-08Added an epoll socket engineAdam