Age | Commit message (Expand) | Author |
2006-02-05 | Propogation of away messages across network (we dont bounce the numeric back ... | brain |
2006-02-05 | Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o... | om |
2006-02-05 | Commented on new return value of OnUserPreKick for explicitly allowing kicks | brain |
2006-02-04 | Allow space seperated hostlist in <oper:host> e.g. <oper host="foo@bar baz@qu... | brain |
2006-02-04 | Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT... | brain |
2006-02-03 | Add operators >> and << for irc::string and i/ostreams. m_cban utilises this | om |
2006-02-03 | Typo fixes #2 | brain |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-02-03 | Added ircu-like hidewhois feature that allows hiding of server name in whois ... | brain |
2006-02-03 | *EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplits | brain |
2006-02-02 | Removed bool return of DoBackgroundUserStuff() | brain |
2006-02-02 | Extra comments re. nonblocking DNS and use of IP addresses in constructor to ... | brain |
2006-02-02 | Nonblocking dns for InspSocket class (used by server to server) | brain |
2006-02-02 | *UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi... | brain |
2006-01-31 | Key hiding when youre not on the channel | brain |
2006-01-30 | Remainder of TYPE_OTHER metadata | brain |
2006-01-30 | Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. ... | brain |
2006-01-29 | Created OnPostOper that can be gauranteed to be called *after* opering (by AL... | brain |
2006-01-28 | Changed length of password field to 64, giving us a maximum password length o... | brain |
2006-01-28 | Fixed uninitialized ExtMode::list | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-25 | Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the... | om |
2006-01-25 | Documented some functions that were missing comments | brain |
2006-01-25 | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo... | brain |
2006-01-25 | Oh noes, a typoed comment :x | om |
2006-01-25 | remove redundant variable and fix log output | om |
2006-01-25 | Adding the +e and +I modules m_banexception and m_inviteexception, also addin... | om |
2006-01-22 | Allowed for configuration of maxtargets in <options:maxtargets> | brain |
2006-01-22 | Added MakeWildHost to userrec (*!*@dhost) | brain |
2006-01-22 | Added facility for servers to send KICK message (ew, i hate this crap) | brain |
2006-01-22 | Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ... | brain |
2006-01-17 | Added support for part messages in the module API (and therefore between serv... | brain |
2006-01-15 | Changed lots of icky #define's to enums | brain |
2006-01-15 | CleanFilename movage | brain |
2006-01-15 | Fixes to make this actually WORK. | brain |
2006-01-15 | Added checks to forbid declaring certain config tags twice (ones which should... | brain |
2006-01-15 | Added support for <options customversion> to customize the second part of VER... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-15 | Made inspircd close and reopen its log on rehash | brain |
2006-01-14 | Added RemoveSocket as a test fix for merwins bug | brain |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2006-01-12 | Changed channel user lists from vector to map | brain |
2006-01-12 | <Bender> Who put this in here? O_o | brain |
2006-01-09 | Untested priority system for modules to move themselves to the start or end o... | brain |
2006-01-09 | *TEST* Oper-Only-Stats (not yet tested) | brain |
2006-01-02 | GCC 4.1 is more strict about extra qualification on members | brain |
2006-01-01 | Fixes to typos and change to return by reference on GetClass | brain |
2006-01-01 | Class lookup adjustment | brain |
2005-12-31 | Removed cvsignores, set svn:ignore property using -F .cvsignore | brain |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | brain |