]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/command_parse.cpp
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / command_parse.cpp
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-17 brainChange the way i/o lines are formatted in debug log...
2007-05-16 brainAdd a progress meter for loading of core commands,...
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-07 brainwe typedeffed nspace::hash_map<std::string,command_t...
2007-05-04 brainProper fix for clients that send a nickprefix on their...
2007-04-14 brainDon't send SYNTAX to clients which havent registered...
2007-04-06 brainWe had to roll our own time function because some craqs...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-01-17 brainRemove some debug here, cuts down boot output
2007-01-15 brainChange the format of some debug
2006-12-24 brainTidyup
2006-12-23 brainHash rehashing change
2006-12-23 brainCut down on debug on restart
2006-12-17 peaveyInvented safe delete-while-itering for hash_map.
2006-12-17 brainWhen receiving an FJOIN, if we have no local users...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-07 brain(1) make command reloads be announced to opers
2006-12-05 brainChange this a LOT.
2006-11-11 peaveyfix small typo (also doubles as test commit)
2006-11-11 brainOops, add special-case for user killing themselves...
2006-11-05 brainWhoops, make targets case insensitive when cutting...
2006-11-04 brainSmart voodoo to weed out duplicates in a comma seperate...
2006-11-04 brainFix comma-seperated list handling by CommandParser...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-10-31 brainRemove some debug
2006-09-25 brainMini security audit
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-13 brainIf inspircd crashes in std::string destructor in Comman...
2006-09-13 brainSpecial check in cmd_quit and cmd_kill and special...
2006-09-10 brainStop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE...
2006-09-09 brainRemove debug output
2006-09-09 brainI'll give you ##TOAST, :p
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-09-03 brainProper error checking on loading cmd_*.so files
2006-09-03 brainRemove the shared object pointer from the hash after...
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-07 brainRemove old debug
2006-08-06 brainRemove trailing spaces from input in irc::ircsepstream
2006-08-05 brainChange a loop which uppercases the command to std:...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-07-28 brainFinish off /WHO (i think it covers everything). Now...
2006-07-28 brainTidyup
2006-07-28 brainTypical, forgot a ;
2006-07-28 brainDocument <options:syntaxhints> and <options:nouserdns>
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-28 brainMake the error more obvious, still has 'not enough...
2006-07-28 brainRe-order stuff so that users cant get syntax for comman...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainIgnore empty lines, don't try and process them as commands
2006-07-16 brain*Changed user input/output buffering to incur less...
2006-07-16 brainDocument loopcall (its still complicated in concept...
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 brainFix case sensitive commands issue due to new std::strin...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-16 brainMAJOR tidy of line parser, some parts rewritten and...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-11 brainMissed some stuff
2006-03-10 brainTypo
2006-03-10 brainTidyup
2006-03-07 brainChecking of user/nick/pass without strncmp! (compare...
2006-03-07 brainRemoved a lot of total craq
2006-03-07 brainImproved ProcessParameters (removed strlen)
2006-03-06 brainTidied (and COMMENTED) CommandHandler::LoopCall() ...
2006-03-02 brainChanged definition of CallHandler and CallCommandHandle...
2006-02-24 brainNow sends out warning when oper on a remote server...
2006-02-19 brainThis was back to front and threw an exception when...
2006-02-19 brainMissing semicolons are bad.
2006-02-19 brainServer::AddExtendedMode and Server::AddCommand will...
2006-02-15 brainSped up disabled commands check
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-15 w00t- Useless loop removed
2006-02-07 brainExperimental improved string handling in server links
2006-02-07 brainNow errors when sent SERVER on a non-server port
2006-01-23 brainWarning fix.
2006-01-22 brainAllowed for configuration of maxtargets in <options...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-29 brainFixed an extremely n00bish mistake involving referencin...
next