Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Removed old config.h and moved configreader.h to config.h | Adam |
2010-06-18 | Made opertypes inheritable | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-18 | Fixed bug #1171 - Fixed defcon so it works on Windows | Adam- |
2010-05-14 | Reversed the autoop flag to make it more logical. In 1.8, we set this flag to... | DukePyrolator |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |
2010-03-21 | Added options:passlen | Adam- |
2010-03-21 | Made usermax and hostmax configurable | Adam- |
2010-02-02 | Added options:botmodes to configure what modes BotServ bots should use in cha... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-06 | Fixed windows build and cleaned up a few small things | Adam- |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
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 |