summaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)Author
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Removed old config.h and moved configreader.h to config.hAdam
2010-06-18Made opertypes inheritableAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-06-18Fixed bug #1171 - Fixed defcon so it works on WindowsAdam-
2010-05-14Reversed the autoop flag to make it more logical. In 1.8, we set this flag to...DukePyrolator
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-03-21Added options:passlenAdam-
2010-03-21Made usermax and hostmax configurableAdam-
2010-02-02Added options:botmodes to configure what modes BotServ bots should use in cha...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-06Fixed windows build and cleaned up a few small thingsAdam-
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-05Added options:mlock in the config so you can set what modes should be locked ...Adam-
2009-12-05Got rid of some now unnecessary code in config.c and moved Config.Opers.clear...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-11Added support for permanent channels. This supports both permanent channel mo...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-11-08Rewrote BuildStringList to use std::list instead of char**Adam-
2009-11-02added a way to load multiple encryption modules at the same and to switch bet...DukePyrolator
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-25added options:enablelogchannel config file option, which turns on the logchan...Adam-
2009-10-13Code style cleanup, replace static_cast<std::string>() with std::string(), sl...cyberbotx
2009-06-11Make stristr() const-safe, replace post-increment on iterators with pre-incre...cyberbotx
2009-06-11Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD...rburchell
2009-04-04Removed is_host_setter() and is_host_remover() from code and replaced them wi...cyberbotx
2009-04-02Remove NSRestrictGetPass, and replace it with opertype usage.rburchell
2009-03-14Fixed typo on operserv which was stopping opersonly working. Good find Adam. ...sjaz
2009-03-14Fix bug #1055, keetopic != keeptopic.cyberbotx
2009-02-28Remove CSRestrictGetPass, it is unneeded with the introduction of opertypes. ...rburchell
2009-02-17Fix numerous errors in Win32 building under Visual Studio due to the many cha...cyberbotx
2009-02-16Replaced time_t with long in the ValueItem class, this was preventing buildin...cyberbotx
2009-02-16Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than...rburchell
2009-02-16Default options::dumpcore to yes.rburchell
2009-02-15Remove nicktracking option, not used now.rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-15Can now correctly tie users to opertypes.rburchell
2009-02-15Blah, blah..rburchell
2009-02-14Removed references to RAW in config and lang files. Kirby from Dreamland ate ...cyberbotx
2009-01-12Fix bug 993, Anope was crashing on /os reload, no longer crashes.cyberbotx
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Fixed a potential memory leak in the config parser.cyberbotx
2008-11-20Changed integer config values that were marked PARAM_POSINT in the old config...cyberbotx