]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fixed bug #418 (incorrect numerics for part of /ADMIN and /USERS) - patch by Zaba
[user/henk/code/inspircd.git] / src / modules /
2007-09-13 specialFixed a compile error in m_ident on ipv6
2007-09-13 specialMade m_ident bind ident requests to the same IP the...
2007-09-13 specialRedesigned m_rpc_json to work properly in a modular...
2007-09-13 specialMade m_blockcaps' <blockcaps:minlen> parameter default...
2007-09-12 specialModified m_cloaking to not use need_positive (instead...
2007-09-11 specialFixed the order of signon/signoff messages in m_watch...
2007-09-08 w00tForward port r8021: fixes bug #408 reported and patched...
2007-09-04 burlex* Fixed connection messages in ModuleSpanningTree:...
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-09-02 specialFixed an issue that could cause empty parameters in...
2007-09-02 specialCompletely rewrote m_ident; the old one was written...
2007-08-31 specialFixed a double free in m_ident. Found by AnMaster
2007-08-31 specialFixed a bug introduced in r7827 (does not affect 1...
2007-08-29 peaveyI lose for being slow. also tidyup a bit, still needs...
2007-08-29 brainAdd duplicate UID error in ParseUID(), seems pippijn...
2007-08-29 brainMake IsSID completely strict: Must be [digit][A-Zdigit...
2007-08-29 brainThis needs to be sent in burst too
2007-08-29 brainSome modules forgotten for conversion to ModuleManager
2007-08-29 peaveyFix to compile with new module api
2007-08-29 brainWe really should SEND it too, if we're looking for...
2007-08-29 brainIMPORTANT: UID command now takes TEN parameters in...
2007-08-29 brainSwap around ERROR and SNONOTICE in SendError() so that...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainTidy up here, same tidyup cannot go back to stable...
2007-08-28 brainAdd SVSPART at request of the Anope team - You can...
2007-08-28 brainIf we see a NICK message without a timestamp on it...
2007-08-28 brainIf the user's nick is just a case change, the TS is...
2007-08-28 brainNote: NICK now takes two params, a nickname and a times...
2007-08-28 brainWhen a server sends a SERVER command with <5 params...
2007-08-28 w00tDELETE() -> delete
2007-08-28 w00tUse MODULE_INIT here too
2007-08-28 w00tNo idea why this wasn't using MODULE_INIT. Thanks Om.
2007-08-28 w00tDamn strict typing to hell
2007-08-28 brainLast raft of compile fixes
2007-08-28 w00tOops. We were missing a param on this SVSNICK for remot...
2007-08-28 brainFixes 2
2007-08-28 brainFixes 1
2007-08-28 brainConvert yet more to ServerConfig::GetSID() - this is...
2007-08-28 brainFirst round of servername->sid stuffs
2007-08-28 brainUse it here, too
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
2007-08-28 w00tRice it up, biatch
2007-08-28 brainChange issid to IsSID to appease our anal retentiveness...
2007-08-28 brainAdd SpanningTreeUtils::issid(). See top of utils.cpp
2007-08-28 w00tDrop nick from incoming client on change collision...
2007-08-28 w00tOops: This 'remote' needs to be local, otherwise our...
2007-08-28 brainFrom RFC 2812, the funny = that i could never identify...
2007-08-28 brainbool SamePerson = strcmp(localident, remoteident) ...
2007-08-28 w00tLong-standing bug: userrec::age should be set on remote...
2007-08-28 w00tHmm. We shouldn't use FindNick here, as that will find...
2007-08-28 w00tSlight change to traffic logging, as I never remember...
2007-08-28 w00tRemove more unused headers
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-28 w00tConvert m_devoice to use global fake client, rather...
2007-08-28 w00tHandle nick change collision through the same rules...
2007-08-28 w00tMove nickname collision logic into TreeSocket::DoCollis...
2007-08-28 w00tMode to protect services from /kill and hide channel...
2007-08-28 w00tPatche(s) to m_deaf by praetorian, allowing for certain...
2007-08-27 brainFix potential for duplicate SID if the SID is auto...
2007-08-27 w00tFix to use DuplicateID. This stops things segfaulting...
2007-08-27 brainAdd bool TreeSocket::DuplicateID(), as its not safe...
2007-08-27 w00tWell, this probably works. But it might not. :D.
2007-08-27 brainMove SID into TreeSocket constructor. w00t, search...
2007-08-27 brainThis may need tidying up to make SetID internal and...
2007-08-27 brainStore id in TreeServer, use TreeServer::GetID() to...
2007-08-27 w00tRemove check for duplicate UUID, constructor of userrec...
2007-08-27 brainUpdate comment to say we need to SQUIT. This is a minor...
2007-08-27 w00tThis comment is no longer valid
2007-08-27 w00tDocument the use of SVSNICK to fix a remote user on...
2007-08-27 w00tOkay. Make it compile too, and make equal TS collision...
2007-08-27 w00tNickname collision: third revisitation
2007-08-27 w00tDon't try do lookups by nickname any more, all s2s...
2007-08-27 w00tRemove some old style compatibility checking for 1...
2007-08-27 w00tnickflood: Allow changes to UID
2007-08-27 w00tnicklock: Allow change to a UID
2007-08-27 w00trestrictbanned: Allow changes to UID
2007-08-27 w00tnonicks: allow switches to UID, so we don't get loads...
2007-08-27 w00tIf SVSNICK fails, attempt to change to UID, before...
2007-08-27 w00tTS may be a more elegant solution, but it is fucking...
2007-08-27 w00tOops, forgot a branch (the logic here totally sucks...
2007-08-27 w00tNick collision handling with TS rules. This probably...
2007-08-27 brainRemove some printfs
2007-08-27 brainFix for problems with translations
2007-08-27 w00tDebug to try figure this out ..
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 brainTranslation of mode parameters to uids where neccessary
2007-08-27 brainSome useful defines for tidy definition of translation...
2007-08-27 brainAuto translation nick->uuid for command params should...
2007-08-27 brainMore translation stuff
2007-08-27 w00tRemove unnecessary header traffic
2007-08-27 brainA few tidyups, and comment how the new constructors...
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-27 brainFix obligotary typos
2007-08-27 brainTranslate some stuff to uid.
2007-08-27 w00tMake this lookup by UUID ahead of nick also, so things...
2007-08-27 w00tMake the server to server parser look for UUID. Current...
2007-08-27 w00tOops, don't forget to save UUID of remote clients
2007-08-27 w00tMake FJOIN send UUID
2007-08-27 w00tConvert a metric assload of stuff to use UID
next