Age | Commit message (Expand) | Author |
2006-08-11 | extern 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-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | Move fd_ref_table into class InspIRCd* | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-07 | Remove old debug | brain |
2006-08-06 | Remove trailing spaces from input in irc::ircsepstream | brain |
2006-08-05 | Change a loop which uppercases the command to std::transform() | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-07-28 | Finish off /WHO (i think it covers everything). Now has a few extra options | brain |
2006-07-28 | Tidyup | brain |
2006-07-28 | Typical, forgot a ; | brain |
2006-07-28 | Document <options:syntaxhints> and <options:nouserdns> | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-28 | Make the error more obvious, still has 'not enough params' on the start now | brain |
2006-07-28 | Re-order stuff so that users cant get syntax for commands they dont have acce... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-16 | Ignore empty lines, don't try and process them as commands | brain |
2006-07-16 | *Changed user input/output buffering to incur less copies | brain |
2006-07-16 | Document loopcall (its still complicated in concept, but now easier to read a... | brain |
2006-07-16 | Created new class irc::commasepstream. | brain |
2006-07-16 | Fix case sensitive commands issue due to new std::string based parser, improv... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-16 | MAJOR tidy of line parser, some parts rewritten and major chunks removed | brain |
2006-07-15 | Removed GCC2 checks as we havent supported gcc2 for years | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-03-11 | Missed some stuff | brain |
2006-03-10 | Typo | brain |
2006-03-10 | Tidyup | brain |
2006-03-07 | Checking of user/nick/pass without strncmp! (compare object pointers in the c... | brain |
2006-03-07 | Removed a lot of total craq | brain |
2006-03-07 | Improved ProcessParameters (removed strlen) | brain |
2006-03-06 | Tidied (and COMMENTED) CommandHandler::LoopCall() -- commit so that i can tes... | brain |
2006-03-02 | Changed definition of CallHandler and CallCommandHandler for the ability to r... | brain |
2006-02-24 | Now sends out warning when oper on a remote server tries to execute a command... | brain |
2006-02-19 | This was back to front and threw an exception when the command DIDNT exist (w... | brain |
2006-02-19 | Missing semicolons are bad. | brain |
2006-02-19 | Server::AddExtendedMode and Server::AddCommand will now throw exceptions when... | brain |
2006-02-15 | Sped up disabled commands check | brain |
2006-02-15 | Removed a whole lot of strchr's looking for mode +o where we can do if *user-... | brain |
2006-02-15 | - Useless loop removed | w00t |
2006-02-07 | Experimental improved string handling in server links | brain |
2006-02-07 | Now errors when sent SERVER on a non-server port | brain |
2006-01-23 | Warning fix. | brain |