]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Ever wonder why the SAME PEOPLE make up ALL the conspiracy theories?
[user/henk/code/inspircd.git] / src /
2007-10-03 brainPROPAGATE this fix
2007-10-03 brainCut out redundant loop from nickname introductions...
2007-10-03 brainTweaks to icky icky select() engine (thanks Ersan)...
2007-10-02 brainSomeone please bp this
2007-09-30 brainUsers were also being attached to the wrong server...
2007-09-30 brainWhoops, forgot some stuff for when GECOS was moved...
2007-09-30 brainMinor change, param for local PING wasnt an SID and...
2007-09-30 brainparameters[0] -> parameter.c_str()
2007-09-29 specialRemoved extremely verbose debugging from the SSL module...
2007-09-28 brainCorrect wording of message in cmd_invite pointed out...
2007-09-27 w00tRemove /summon and /users (I think 15+ years of being...
2007-09-27 specialForgot part of the fix for bug #404
2007-09-26 specialFixed bug #404; this was caused by recieving multiple...
2007-09-25 brainRemove compiler warnings in windows build
2007-09-25 brainFix compile error
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-09-25 brainFix for bug #407, set ref[fd] AFTER some checks that...
2007-09-25 brainThe only solution is to hide the killing oper even...
2007-09-24 brainFinal part of fix for #419
2007-09-24 brainFix part of bug #419 (source nick showing in KILL messa...
2007-09-24 brainFix for bug #424
2007-09-23 brainRemove InspIRCd::DoOneIteration, throwback to software...
2007-09-23 brainSeems nobody tested this in windows at all, Module...
2007-09-23 brainFix dodgy constructor
2007-09-23 brainMore compile fixes
2007-09-23 brainTest from vista laptop
2007-09-20 brainThanks dz, forgot uppercase equivalent of AEIOU in...
2007-09-20 brainAs per request from Bricker, change the format of the...
2007-09-19 specialFixed m_saquit to direct the command to the user's...
2007-09-18 specialFixed bug #418 (incorrect numerics for part of /ADMIN...
2007-09-18 specialFixed bug #417 (empty userstats allowed all stats to...
2007-09-15 specialFixed bug #414 (cosmetic issue with oper failure notice...
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 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 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 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 w00tRemove the last uses of localised fake clients. This...
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...
next