]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 specialFixed a rare infinite loop in InspSocket::FlushWriteBuf...
2007-09-13 specialMade m_blockcaps' <blockcaps:minlen> parameter default...
2007-09-12 specialModified m_cloaking to not use need_positive (instead...
2007-09-12 specialRenamed the needs_unsigned parameter of ConfigReader...
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-05 specialFixed IPv6 resolving on big-endian machines (bug #403...
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 w00tUnbreak the compile.
2007-08-31 w00tThis may not compile, I'll test it on my desktop. Waiti...
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 w00tHah, I win *hide*
2007-08-29 w00tReformat this pointlessly
2007-08-29 brainAdd a pointless WriteOpers
2007-08-29 peaveyAdd name.
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-29 omA few more minor cleanups
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 brainRemove unneeded debug from previous tests
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 w00t(Om, this commit is safe): remove references to DELETE...
2007-08-28 omFirst step on the road of module loader rewriting....
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 w00tMake the notes on not using the two services modules...
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 w00tOops: initialise fake client after UID setup, so it...
2007-08-28 w00tRemove more unused headers
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-28 w00tDocument the need for the fake client
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-28 w00tRemove an utterly insane comment .. based on changed...
2007-08-28 w00tRemove some fake client stuff, make it use the global...
2007-08-28 w00tConvert m_devoice to use global fake client, rather...
2007-08-28 w00tOops. This is supposed to be a public member
2007-08-28 w00tAdd a global fake client to class InspIRCd used instead...
2007-08-28 w00tHandle nick change collision through the same rules...
2007-08-28 w00tMove nickname collision logic into TreeSocket::DoCollis...
2007-08-28 w00tMake this comment make a little more sense.
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-28 w00tINFO now looks much prettier than it did 5 seconds...
2007-08-27 w00tJust as well I added this guy, he's very useful :P
2007-08-27 w00tdanielg -> danieldg. My apologies.
2007-08-27 w00tAdd danielg and praetorian to testers list.
2007-08-27 w00tSimilar refactor here. Thanks danielg.
2007-08-27 w00tTidy this up a bit (it looked weird :P)
2007-08-27 w00tWhile I'm in here, make it easier to read, and use...
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 brainAdd <server:id> - this is optional, as stated in the...
2007-08-27 w00tRemove check for duplicate UUID, constructor of userrec...
2007-08-27 brainUpdate documentation to indicate that userrec::userrec...
2007-08-27 brainCatch exceptions here for duplicate uuid (it shouldnt...
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...
next