Age | Commit message (Expand) | Author |
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 |
2006-01-26 | Typecast fix | brain |
2006-01-26 | Merged Andy Church's isnick() and isident() patches - faster, more efficient,... | brain |
2006-01-26 | Added m_opersha256 module created by Special | brain |
2006-01-26 | Use InsertMode() and add vendor flag | om |
2006-01-26 | Add module for anti-autorejoin channel mode +J | om |
2006-01-25 | Changes to INVEX and EXCEPTS 005 tokens | brain |
2006-01-25 | Changed +l to drop the mode if the limit is same as current. | brain |
2006-01-25 | Remove last relic of last goto in inspircd (an unused label) | om |
2006-01-25 | *thwap brain for forgetting to #include helperfuncs.h* | om |
2006-01-25 | Fixed to not have ohv in CHANMODES type A, | brain |
2006-01-25 | One goto is now no gotos. | brain |
2006-01-25 | Tidied up to use InsertMode() | brain |
2006-01-25 | Changed more to use InsertMode | brain |
2006-01-25 | Changed to use InsertMode | brain |
2006-01-25 | Changed to InsertMode | brain |
2006-01-25 | Changed to use InsertMode | brain |
2006-01-25 | Change m_redirect, m_joinflood and m_messageflood to put their modes in the c... | om |
2006-01-25 | Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the... | om |
2006-01-25 | Added patch from Andy Church re spaces in SETNAME | brain |
2006-01-25 | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo... | brain |