Age | Commit message (Expand) | Author |
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 |
2006-01-22 | Allowed for configuration of maxtargets in <options:maxtargets> | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-29 | Changed to MAX_DESCRIPTORS | brain |
2005-12-29 | Fixed an extremely n00bish mistake involving referencing a global copy of Ser... | brain |
2005-12-28 | Changed from std::map to hash_map | brain |
2005-12-28 | Fixed typos | brain |