Age | Commit message (Expand) | Author |
2006-01-29 | "Oper of unknown type" -> "313 %s %s :is an IRC operator" | brain |
2006-01-29 | Auto-assume "+" on the start of opermode block if not included | brain |
2006-01-29 | VF_VENDOR | om |
2006-01-29 | Apparently people ask for these... *coughpointlesscough* | om |
2006-01-29 | Tidied up intending, oh no, really serious fatal bug right there :p | brain |
2006-01-29 | Remove -lcrypto | om |
2006-01-29 | Missing delete for config reader | om |
2006-01-29 | Add checks for AddIOHook failing | om |
2006-01-29 | Change isin() x2 to pass a const reference instead | om |
2006-01-29 | Wheee, two SSL modules :D And they work together ^^ | om |
2006-01-28 | Changed length of password field to 64, giving us a maximum password length o... | brain |
2006-01-28 | Added some extra debug | brain |
2006-01-28 | Make m_services use InserMode (are we done yet?) | om |
2006-01-28 | Changed On005Numeric to use InsertMode (we left one out?) | brain |
2006-01-28 | Deleted the semicolon that had half the dev team wondering... | om |
2006-01-28 | A few tweaks here and there | brain |
2006-01-28 | 1.0.0+SVN (From 1.0(RC3)+SVN) | brain |
2006-01-28 | MODEOP and MODEDEOP were transposed | brain |
2006-01-28 | convert std::string* to char*, should be a little faster and hopefully won't ... | om |
2006-01-28 | Missing extern | brain |
2006-01-28 | TESTME: Fix to this to make it work with newer OnPreCommand event (a paramete... | brain |
2006-01-28 | Incorporated Craig's friendlier SQL class (documentation to come later) | brain |
2006-01-28 | Fix small memory leaks in some cases (bad password, bad query, lost mysql ser... | om |
2006-01-28 | Correctly initialize userrec::password (should fix a few m_sql issues) | brain |
2006-01-27 | Yet more tasty OnCleanup :)~~~ | om |
2006-01-27 | More OnCleanup goodness | om |
2006-01-27 | Removed unused variable char* target | brain |
2006-01-27 | Added OnCleanup | brain |
2006-01-27 | Add OnCleanup (every little helps! :p) | om |
2006-01-27 | Readding OnUserDisconnect and actually making it do something this time :| | om |
2006-01-27 | Fixed kill-on-bad-ping-reply option | brain |
2006-01-27 | Add m_conn_waitpong, require clients to reply with a correct PONG to a server... | om |
2006-01-27 | Remove unused includes and rename classes from ModuleSSL to ModuleSSLGnuTLS s... | om |
2006-01-27 | Added warnings to opers when session limits are exceeded | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-27 | Moved to extra/ - not all systems have stdint.h yet? | brain |
2006-01-27 | Changed back to using stdint.h | brain |
2006-01-27 | Problems removing +t due to wrong bit-value being used in comparison | brain |
2006-01-26 | Altered so that if running in -debug mode, will not erase its .so files from ... | brain |
2006-01-26 | Removed unneccessary strlcpy | brain |
2006-01-26 | Added back unlink | brain |
2006-01-26 | Damn string exceptions | brain |
2006-01-26 | Grr | brain |
2006-01-26 | Removal of a comment - DRASTICALLY IMPORTANT, THIS COMMENT CAN CAUSE A MAJOR ... | brain |
2006-01-26 | Removed a load of unneeded includes (poll.h etc) | brain |
2006-01-26 | Moved these into initialization-list | brain |
2006-01-26 | Incorrect initialization order | brain |
2006-01-26 | Default ident timeout to 1 sec if not defined (a bit low, but better than 0!) | brain |
2006-01-26 | Updated m_ident to use inspsocket, should be more reliable - *NEEDS TESTING* | brain |
2006-01-26 | Removed excessive debug for something thats now fixed | brain |