Age | Commit message (Expand) | Author |
2008-04-04 | A convenience function for ProtocolInterface::SendMode that just takes a stri... | brain |
2008-04-04 | Now rip out the old handler, and replace with an error log line | brain |
2008-04-04 | Make all our modules use the new stuff rather than the send_ events | brain |
2008-04-04 | Match on nick change option for RLine, document m_rline & this option. | w00t |
2008-04-04 | The rest of the server protocol interface and fix a warning in m_rline | brain |
2008-04-04 | Check for match and apply R:Lines on connect | w00t |
2008-04-04 | Add basic stuff for protocol interface and implement a couple of the methods.... | brain |
2008-04-04 | Update sln | brain |
2008-04-03 | Whoops, allow numeric 353 (names list) to be overridden by OnNumeric if we wa... | brain |
2008-04-03 | Change the 'is not within the modules dir' message to something less obscure ... | brain |
2008-04-03 | Patch to fix this module from flagging all client sockets as xml | brain |
2008-04-03 | Fix socketengine select to work with arsey compilers that think we're using I... | brain |
2008-04-03 | Fix a (long standing) tiny bug: wallops do not go out to all +w users, only o... | w00t |
2008-04-03 | remove references to maxclient we forgot here, thx Zaba for reporting. | peavey |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | Fix brain's compile error :p | w00t |
2008-04-02 | Fix for bug #456 so we can be rid of it | brain |
2008-04-02 | This is better than using a const; Since 1.1 we don't need a value at all, we... | brain |
2008-04-02 | Remove unload_kludge: this still isn't handled in a very polite way (it uses ... | w00t |
2008-04-02 | Just use string literal instead of declaring a var for it | w00t |
2008-04-02 | Fix peavey and w00ts bug they found by removing the nonblocking part of the l... | brain |
2008-04-02 | Depreciated ServerInstance->Log() seems to crash configreader on rehash? We s... | brain |
2008-04-02 | Move this message so it actually displays when we're running non-debug: "Insp... | brain |
2008-04-02 | DOH! Fix my muppetry of a segfault, and fix some warnings | brain |
2008-04-02 | Fix yet another warning. | brain |
2008-04-02 | Fix another warning | brain |
2008-04-02 | make sure we include the right headers and fix a warning in cmode_b | brain |
2008-04-02 | Proper sysctl stuff to work with bsd. It seems that the uname value 4 is linu... | brain |
2008-04-02 | Fix stats, this has never actually displayed the per-class max in stats I, no... | brain |
2008-04-02 | Squish a warning | brain |
2008-04-02 | Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway. | brain |
2008-04-02 | Remove all compile-time max client and max fd's configuration. This is no lon... | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-02 | Fix all this crap - it actually works now (we pray..) | w00t |
2008-04-02 | Better generation. This is still fucked up, but less spectacularly and in a m... | w00t |
2008-04-02 | Fuck. STOP committing first thing after waking up. | w00t |
2008-04-02 | As part of this... don't give fake client a valid UID, as it's not needed any... | w00t |
2008-04-02 | Bah | w00t |
2008-04-02 | Unneeded | w00t |
2008-04-01 | Only setup fakeclient once. | w00t |
2008-04-01 | Initialise a variable correctly to avoid valgrind warning | w00t |
2008-04-01 | Don't fuck up the map by inserting 0 | w00t |
2008-04-01 | Same as 9249 | w00t |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-04-01 | Remove deprecated BufferedSocket::MarkAsClosed() | w00t |
2008-04-01 | Some metadata commands were using nicknames to identify the nick to apply the... | brain |
2008-04-01 | Special check in here now that forbids all use of MODE in s2s for changing ch... | brain |
2008-04-01 | Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ... | w00t |
2008-04-01 | Add an optional bool to ModeParser::ModeString() to not give the nickname n t... | brain |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |