summaryrefslogtreecommitdiff
path: root/src/misc.c
AgeCommit message (Expand)Author
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-08Rewrote BuildStringList to use std::list instead of char**Adam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-06-11Make stristr() const-safe, replace post-increment on iterators with pre-incre...cyberbotx
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-04-07Remove all remaining uses of (My)SQL from the code.cyberbotx
2009-02-19Remove (and neuter) old event system. Not used by anything in core.rburchell
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
2009-02-16Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than...rburchell
2009-02-16Fix call order, thanks to DPrburchell
2009-02-16Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat...rburchell
2009-02-16Patch from DukePyrolator to replace all calls to match_wild() and match_wild_...cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-15Convert to use new, (drastically) faster matching algorithm, from InspIRCd. T...rburchell
2009-02-10Move getstring() and getstring2() from macros to functions. This fixes a bunc...rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02This shouldn't have been changed.rburchell
2009-01-02Update copyrights for 2009.rburchell
2008-12-17A few GCC 3.4.x and MSVC++ warning fixes.cyberbotx
2008-12-17More CMake work, mostly to handle both *nix and Windows builds.cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-26Various fixes for compiling under Windows.cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-16Added module blocks for autoloading non-core modules.cyberbotx
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-09UseTokens needs to die in a fire, don't let it be turned off.Robin Burchell w00t@inspircd.org
2008-10-05Removed DevNull pseudo-client as well as all *Alias pseudo-clients.Naram Qashat cyberbotx@cyberbotx.com
2008-10-03Merge commit 'cbx/anopeng-charfix' into anopengRobin Burchell w00t@inspircd.org
2008-10-01Merge protocol_debug() with the only place it's actually called.Robin Burchell w00t@inspircd.org
2008-09-30Made all protocol modules able to be compiled via mostly constifying strings.Robin Burchell w00t@inspircd.org
2008-09-30Constify a lot of the API. Core now "builds".Robin Burchell w00t@inspircd.org
2008-09-30Various g++ fixes.Robin Burchell w00t@inspircd.org
2008-09-30Merge (with small conflict) from upstream.Robin Burchell w00t@inspircd.org
2008-09-27BUILD : 1.7.22 (1454) BUGS : NOTES : Applied patch by w00t to fix math bug in...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-03BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-26BUILD : 1.7.21 (1364) BUGS : 844 NOTES : Removed broken version checking for ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-04BUILD : 1.7.20 (1330) BUGS : 815 NOTES : Applied patch by Trystan to properly...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-09-02BUILD : 1.7.19 (1300) BUGS : NOTES : Changed 2 // (C++-style) comments in /* ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-26BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-17BUILD : 1.7.17 (1185) BUGS : N/A NOTES : Encryption now offers the choice of ...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-01BUILD : 1.7.15 (1163) BUGS : NOTES : Various small changes to documentation a...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-08-22BUILD : 1.7.15 (1139) BUGS : N/A NOTES : Applied pelxus3 fixs from ThaPrince rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-15# BUILD : 1.7.14 (1089) # BUGS : 549 # NOTES : applied trystan's patch for t...certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-14# BUILD : 1.7.13 (1008) # BUGS : 473 474 # NOTES : gcc switches and win98 st...certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-13BUILD : 1.7.13 (1007)# BUGS : 476 # NOTES : Applied Trystan's patch.certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-02-24Removed redundant int, should make gcc 2 a little happier :)rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b