summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
2007-05-07we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ...brain
2007-05-04Proper fix for clients that send a nickprefix on their commands (the rfc says...brain
2007-04-14Don't send SYNTAX to clients which havent registered fully yet. Nothing says ...brain
2007-04-06We had to roll our own time function because some craqsmoker thought having a...brain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-01-17Remove some debug here, cuts down boot outputbrain
2007-01-15Change the format of some debugbrain
2006-12-24Tidyupbrain
2006-12-23Hash rehashing changebrain
2006-12-23Cut down on debug on restartbrain
2006-12-17Invented safe delete-while-itering for hash_map.peavey
2006-12-17When receiving an FJOIN, if we have no local users, dont send deops, this jus...brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-07(1) make command reloads be announced to opersbrain
2006-12-05Change this a LOT.brain
2006-11-11fix small typo (also doubles as test commit)peavey
2006-11-11Oops, add special-case for user killing themselves (their userrec is gone whe...brain
2006-11-05Whoops, make targets case insensitive when cutting down a comma seperated listbrain
2006-11-04Smart voodoo to weed out duplicates in a comma seperated list for LoopCall. v...brain
2006-11-04Fix comma-seperated list handling by CommandParser::LoopCall, should fix /ams...brain
2006-11-03Revert special's sqloper change, nice try but only half a biscuit.brain
2006-10-31Remove some debugbrain
2006-09-25Mini security auditbrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-13If inspircd crashes in std::string destructor in CommandParser::ProcessComman...brain
2006-09-13Special check in cmd_quit and cmd_kill and special return value CMD_USER_DELE...brain
2006-09-10Stop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE YOUR GUTS DEBIAN) from ...brain
2006-09-09Remove debug outputbrain
2006-09-09I'll give you ##TOAST, :pbrain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-03Proper error checking on loading cmd_*.so filesbrain
2006-09-03Remove the shared object pointer from the hash after each reloadbrain
2006-09-03Add /RELOAD and move cmd_mode into its own command.brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09Move fd_ref_table into class InspIRCd*brain