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 | Removed process_numlist and having to mark everything as "in use" and constan... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-03-21 | Made usermax and hostmax configurable | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | 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-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-06-11 | Make stristr() const-safe, replace post-increment on iterators with pre-incre... | cyberbotx |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-04-07 | Remove all remaining uses of (My)SQL from the code. | cyberbotx |
2009-02-19 | Remove (and neuter) old event system. Not used by anything in core. | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-16 | Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than... | rburchell |
2009-02-16 | Fix call order, thanks to DP | rburchell |
2009-02-16 | Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat... | rburchell |
2009-02-16 | Patch from DukePyrolator to replace all calls to match_wild() and match_wild_... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-15 | Convert to use new, (drastically) faster matching algorithm, from InspIRCd. T... | rburchell |
2009-02-10 | Move getstring() and getstring2() from macros to functions. This fixes a bunc... | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | This shouldn't have been changed. | rburchell |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-17 | A few GCC 3.4.x and MSVC++ warning fixes. | cyberbotx |
2008-12-17 | More CMake work, mostly to handle both *nix and Windows builds. | cyberbotx |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-26 | Various fixes for compiling under Windows. | cyberbotx |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-16 | Added module blocks for autoloading non-core modules. | cyberbotx |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-09 | UseTokens needs to die in a fire, don't let it be turned off. | Robin Burchell w00t@inspircd.org |
2008-10-05 | Removed DevNull pseudo-client as well as all *Alias pseudo-clients. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-01 | Merge protocol_debug() with the only place it's actually called. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Made all protocol modules able to be compiled via mostly constifying strings. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Constify a lot of the API. Core now "builds". | Robin Burchell w00t@inspircd.org |
2008-09-30 | Various g++ fixes. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Merge (with small conflict) from upstream. | Robin Burchell w00t@inspircd.org |
2008-09-27 | BUILD : 1.7.22 (1454) BUGS : NOTES : Applied patch by w00t to fix math bug in... | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-09-03 | BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban... | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b |