Age | Commit message (Expand) | Author |
2007-08-29 | Some modules forgotten for conversion to ModuleManager | brain |
2007-08-29 | Fix to compile with new module api | peavey |
2007-08-29 | We really should SEND it too, if we're looking for it... :p | brain |
2007-08-29 | IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon... | brain |
2007-08-29 | Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ... | brain |
2007-08-29 | A few more minor cleanups | om |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Tidy up here, same tidyup cannot go back to stable as it involves uids | brain |
2007-08-28 | Add SVSPART at request of the Anope team - You can tell if the server has SVS... | brain |
2007-08-28 | If we see a NICK message without a timestamp on it, squit the server | brain |
2007-08-28 | Remove unneeded debug from previous tests | brain |
2007-08-28 | If the user's nick is just a case change, the TS is NOT updated (thanks jilles) | brain |
2007-08-28 | Note: NICK now takes two params, a nickname and a timestamp of the change. | brain |
2007-08-28 | When a server sends a SERVER command with <5 params, dont just close the conn... | brain |
2007-08-28 | DELETE() -> delete | w00t |
2007-08-28 | (Om, this commit is safe): remove references to DELETE() macro, revert back t... | w00t |
2007-08-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-28 | Use MODULE_INIT here too | w00t |
2007-08-28 | No idea why this wasn't using MODULE_INIT. Thanks Om. | w00t |
2007-08-28 | Damn strict typing to hell | w00t |
2007-08-28 | Last raft of compile fixes | brain |
2007-08-28 | Oops. We were missing a param on this SVSNICK for remote TS.. that probably w... | w00t |
2007-08-28 | Fixes 2 | brain |
2007-08-28 | Fixes 1 | brain |
2007-08-28 | Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ... | brain |
2007-08-28 | Make the notes on not using the two services modules at the same time bigger :P | w00t |
2007-08-28 | First round of servername->sid stuffs | brain |
2007-08-28 | Use it here, too | brain |
2007-08-28 | Tidy up duplicate code, provide GetSID() method on ServerConfig which returns... | brain |
2007-08-28 | Rice it up, biatch | w00t |
2007-08-28 | Change issid to IsSID to appease our anal retentiveness^H^H^H^H^H^H... i mean... | brain |
2007-08-28 | Add SpanningTreeUtils::issid(). See top of utils.cpp | brain |
2007-08-28 | Drop nick from incoming client on change collision if incoming client 'loses'... | w00t |
2007-08-28 | Oops: This 'remote' needs to be local, otherwise our return value can be inco... | w00t |
2007-08-28 | From RFC 2812, the funny = that i could never identify in NAMES reply: = mean... | brain |
2007-08-28 | bool SamePerson = strcmp(localident, remoteident) && !strcmp(localip, remoteip); | brain |
2007-08-28 | Long-standing bug: userrec::age should be set on remote introduction. This do... | w00t |
2007-08-28 | Hmm. We shouldn't use FindNick here, as that will find on UID, which while it... | w00t |
2007-08-28 | Slight change to traffic logging, as I never remember which way the damn arro... | w00t |
2007-08-28 | Oops: initialise fake client after UID setup, so it gets a UID. This may be u... | w00t |
2007-08-28 | Remove more unused headers | w00t |
2007-08-28 | Remove unneeded headers from spanningtree. This was done to the rest of the s... | w00t |
2007-08-28 | Document the need for the fake client | w00t |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-28 | Remove an utterly insane comment .. based on changed by based on originally b... | w00t |
2007-08-28 | Remove some fake client stuff, make it use the global record | w00t |
2007-08-28 | Convert m_devoice to use global fake client, rather than rolling its own | w00t |
2007-08-28 | Oops. This is supposed to be a public member | w00t |
2007-08-28 | Add a global fake client to class InspIRCd used instead of instantiating a fa... | w00t |
2007-08-28 | Handle nick change collision through the same rules nick introduction collisi... | w00t |