summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Tidy up here, same tidyup cannot go back to stable as it involves uidsbrain
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28If we see a NICK message without a timestamp on it, squit the serverbrain
2007-08-28Remove unneeded debug from previous testsbrain
2007-08-28If the user's nick is just a case change, the TS is NOT updated (thanks jilles)brain
2007-08-28Note: NICK now takes two params, a nickname and a timestamp of the change.brain
2007-08-28When a server sends a SERVER command with <5 params, dont just close the conn...brain
2007-08-28DELETE() -> deletew00t
2007-08-28(Om, this commit is safe): remove references to DELETE() macro, revert back t...w00t
2007-08-28First step on the road of module loader rewriting. So far this only really re...om
2007-08-28Use MODULE_INIT here toow00t
2007-08-28No idea why this wasn't using MODULE_INIT. Thanks Om.w00t
2007-08-28Damn strict typing to hellw00t
2007-08-28Last raft of compile fixesbrain
2007-08-28Oops. We were missing a param on this SVSNICK for remote TS.. that probably w...w00t
2007-08-28Fixes 2brain
2007-08-28Fixes 1brain
2007-08-28Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ...brain
2007-08-28First round of servername->sid stuffsbrain
2007-08-28Use it here, toobrain
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-28Rice it up, biatchw00t
2007-08-28Change issid to IsSID to appease our anal retentiveness^H^H^H^H^H^H... i mean...brain
2007-08-28Add SpanningTreeUtils::issid(). See top of utils.cppbrain
2007-08-28Drop nick from incoming client on change collision if incoming client 'loses'...w00t
2007-08-28Oops: This 'remote' needs to be local, otherwise our return value can be inco...w00t
2007-08-28From RFC 2812, the funny = that i could never identify in NAMES reply: = mean...brain
2007-08-28bool SamePerson = strcmp(localident, remoteident) && !strcmp(localip, remoteip);brain
2007-08-28Long-standing bug: userrec::age should be set on remote introduction. This do...w00t
2007-08-28Hmm. We shouldn't use FindNick here, as that will find on UID, which while it...w00t
2007-08-28Slight change to traffic logging, as I never remember which way the damn arro...w00t
2007-08-28Oops: initialise fake client after UID setup, so it gets a UID. This may be u...w00t
2007-08-28Remove more unused headersw00t
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-28Remove some fake client stuff, make it use the global recordw00t
2007-08-28Convert m_devoice to use global fake client, rather than rolling its ownw00t
2007-08-28Add a global fake client to class InspIRCd used instead of instantiating a fa...w00t
2007-08-28Handle nick change collision through the same rules nick introduction collisi...w00t
2007-08-28Move nickname collision logic into TreeSocket::DoCollision so that nickname c...w00t
2007-08-28Make this comment make a little more sense.w00t
2007-08-28Mode to protect services from /kill and hide channel list in /whois from ever...w00t
2007-08-28Patche(s) to m_deaf by praetorian, allowing for certain characters to bypass ...w00t
2007-08-28INFO now looks much prettier than it did 5 seconds ago :ow00t
2007-08-27Just as well I added this guy, he's very useful :Pw00t
2007-08-27danielg -> danieldg. My apologies.w00t
2007-08-27Add danielg and praetorian to testers list.w00t
2007-08-27Similar refactor here. Thanks danielg.w00t
2007-08-27Tidy this up a bit (it looked weird :P)w00t