]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/command_parse.cpp
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / command_parse.cpp
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...
2005-12-28 brainChanged from std::map to hash_map
2005-12-28 brainFixed typos
2005-12-28 brainEXPERIMENTAL: Command search function now uses std...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-21 brainUpdated m_alias to fix bug #92, updated configs
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-16 brainFixed some return type craq
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainChanged to include its own header
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainFixed some crap
2005-12-16 brainMoved command parsing crap into command_parse.cpp