summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2009-11-17Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...cyberbotx
2009-04-02Remove capability for commands to hook existing commands, add an OnPreCommand...rburchell
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
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-10Clean up a few warnings.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-23Some more Windows fixes, both in CMake and in the code itself. (I don't like ...cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-15Remove Message::mod_name, modules cannot own ircd messages any more (this mea...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-06Remove queueing on module load/unload, NOTE: don't try unload os_modunload, o...Robin Burchell w00t@inspircd.org
2008-10-01Merge protocol_debug() with the only place it's actually called.Robin Burchell w00t@inspircd.org
2008-10-01Removed set_mod_current_buffer() function from old IRCDProto struct, was neve...Robin Burchell w00t@inspircd.org
2008-09-30Remove unused anope_set_mod_current_buffer(), noted by Naram.Robin Burchell w00t@inspircd.org
2008-09-30Merge commit 'trunk' into anopengRobin 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-30Various g++ fixes. Compiles, doesn't link.Robin Burchell w00t@inspircd.org
2008-09-14BUILD : 1.7.22 (1440) BUGS : NOTES : Anope 1.7.22 release geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-03BUILD : 1.7.21 (1428) BUGS : 930 NOTES : Rewrote the ignore system to handle ...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information 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-01BUILD : 1.7.15 (1163) BUGS : NOTES : Various small changes to documentation a...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-20BUILD : 1.7.14 (1094) BUGS : 530 NOTES : Applied marks botserv bold striping ...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-06-13BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function de...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-23BUILD : 1.7.14 (1021) BUGS : NOTES : Anope 1.7.14 RC1 geniusdex geniusdex@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-03-02# BUILD : 1.7.13 (998)certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-28BUILD : 1.7.11 (902) BUGS : NOTES : Changed how /os modload and /os modunload...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-06-03BUILD : 1.7.10 (824) BUGS : 389 NOTES : Added the possibility for protocol fi...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-25BUILD : 1.7.10 (815) BUGS : 383 NOTES : Added value checking for deleting ign...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-05BUILD : 1.7.9 (776) BUGS : none NOTES : Prepended all debug messages for cons...dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-14BUILD : 1.7.8 (574) BUGS : N/A NOTES : Internal Events, Win32 can build with ...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-11BUILD : 1.7.8 (573) BUGS : 296 NOTES : mod_current_buffer was not set in all ...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-01-27BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is 200...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-01-17BUILD : 1.7.7 (547) BUGS : 272 275 NOTES : Fixes up help for their access lev...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-06BUILD : 1.7.6 (478) BUGS : N/A NOTES : 1. CS CLEAR strips +q/+a 2. CS CLEAR u...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-13BUILD : 1.7.5 (395) BUGS : N/A NOTES : Fixed a typo in all source files, and ...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-09-09BUILD : 1.7.5 (342) BUGS : #00 NOTES : Certus: Replaced current rand-implemen...keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-19BUILD : 1.7.4 (264) BUGS : N/A NOTES : Switched to autoconf - try to commit p...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b