Age | Commit message (Expand) | Author |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-05 | Added options:mlock in the config so you can set what modes should be locked ... | Adam- |
2009-12-05 | Got rid of some now unnecessary code in config.c and moved Config.Opers.clear... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-11 | Added support for permanent channels. This supports both permanent channel mo... | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-25 | added options:enablelogchannel config file option, which turns on the logchan... | Adam- |
2009-10-13 | Code style cleanup, replace static_cast<std::string>() with std::string(), sl... | cyberbotx |
2009-06-11 | Make stristr() const-safe, replace post-increment on iterators with pre-incre... | cyberbotx |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |
2009-04-04 | Removed is_host_setter() and is_host_remover() from code and replaced them wi... | cyberbotx |
2009-04-02 | Remove NSRestrictGetPass, and replace it with opertype usage. | rburchell |
2009-03-14 | Fixed typo on operserv which was stopping opersonly working. Good find Adam. ... | sjaz |
2009-03-14 | Fix bug #1055, keetopic != keeptopic. | cyberbotx |
2009-02-28 | Remove CSRestrictGetPass, it is unneeded with the introduction of opertypes. ... | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
2009-02-16 | Replaced time_t with long in the ValueItem class, this was preventing buildin... | cyberbotx |
2009-02-16 | Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than... | rburchell |
2009-02-16 | Default options::dumpcore to yes. | rburchell |
2009-02-15 | Remove nicktracking option, not used now. | rburchell |
2009-02-15 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-15 | Can now correctly tie users to opertypes. | rburchell |
2009-02-15 | Blah, blah.. | rburchell |
2009-02-14 | Removed references to RAW in config and lang files. Kirby from Dreamland ate ... | cyberbotx |
2009-01-12 | Fix bug 993, Anope was crashing on /os reload, no longer crashes. | cyberbotx |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Fixed a potential memory leak in the config parser. | cyberbotx |
2008-11-20 | Changed integer config values that were marked PARAM_POSINT in the old config... | cyberbotx |
2008-11-20 | Removed old example.conf and replaced with example_new.conf, services.conf wi... | cyberbotx |
2008-11-19 | Converted modules to use ConfigReader to access new config parser. | cyberbotx |
2008-11-18 | Removed autokilldatabase directive from operserv block as it is no longer in ... | cyberbotx |
2008-11-18 | Added localhost and localport directives to serverinfo block in new config. | cyberbotx |
2008-11-16 | Added support for multiple uplink blocks in the new config. | cyberbotx |
2008-11-16 | Added module blocks for autoloading non-core modules. | cyberbotx |
2008-11-16 | Fix a few lines added/changed earlier to be the way they should be. | cyberbotx |
2008-11-16 | Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha... | rburchell |
2008-11-16 | Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw... | rburchell |
2008-11-16 | Remove UnRestrictSAdmin. | rburchell |
2008-11-15 | Remove the MySQL related directives from the old config as MySQL has been rip... | cyberbotx |
2008-11-15 | Added ulineservers directive to options block in new config. | cyberbotx |
2008-11-15 | Added newscount directive to options block in new config. | cyberbotx |
2008-11-15 | Added restrictopernicks directive to options block in new config. | cyberbotx |
2008-11-15 | Added nickregdelay directive to options block in new config. | cyberbotx |
2008-11-15 | Added anonymousglobal directive to options block in new config. | cyberbotx |
2008-11-15 | Added globaloncycleup directive to options block in new config. | cyberbotx |