]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Fix sending bans on sync:
[user/henk/code/inspircd.git] / src /
2006-10-22 brainFix sending bans on sync:
2006-10-22 brainTweaks to drain socket on write
2006-10-22 brainOops, memory leaks!
2006-10-21 brainDont allow people to add censor words containing spaces...
2006-10-21 w00tFix counts on spanningtree reload (this made /map look...
2006-10-21 brainMode +W should be user mode, not channel mode (oops!)
2006-10-21 brainGot it! I am teh 1337.
2006-10-21 brainSomething here was loglevel default, should have been...
2006-10-21 brainTiny tweak
2006-10-20 brainConst refs
2006-10-19 brainInsert massive change here.
2006-10-19 brainReferences and stuff
2006-10-19 brainMore stuff changed to const ref
2006-10-19 brainConst ref frenzy!
2006-10-19 brainConst ref frenzy!
2006-10-19 brainOptimizations
2006-10-19 brainImprove WriteLine, this should be quite an improvement...
2006-10-19 brainUse rfind rather than find when chopping strings, its...
2006-10-19 brainRemove unused large vars
2006-10-17 brainRemember to delete the tree root when unloading the...
2006-10-17 brainMove the declaration of class Link up top
2006-10-17 brainWhoops, forgot to init a var
2006-10-17 brainRemove culllist.h from here, we no longer use it.
2006-10-17 brainRemove another 'using' for a symbol we use only once
2006-10-17 brainAdd a ton of comments to make this much more useful...
2006-10-17 brainBrain->GoToTownOnThisModule().
2006-10-17 brainFinally take ServerInstance out of the global scope...
2006-10-16 brainAdded a tiny bit more logging to LoadModule, to log...
2006-10-16 brainAllow * in override to mean all tokens in 1.1
2006-10-16 brainAlways allow a user to dcc themselves
2006-10-16 brainIdea from nenolod, dont allow you to add yourself to...
2006-10-16 brainMake parameter count checks more readable
2006-10-16 brainFix checks on duration, this isnt valid, you cant compa...
2006-10-16 brainUpdate syntax help to include HELP and LIST
2006-10-16 brainyou can't compare userrec::nick with ==, its a char...
2006-10-16 brainif (dl) { do_something() } else { delete dl; } ???
2006-10-16 brainIndents all fixed, its all tabs now. Next person i...
2006-10-16 brainMore crashbug fixage, half way through indent fix
2006-10-16 brainThis compiles again now -- would have been very unstabl...
2006-10-16 brainReadFlag, oops
2006-10-16 brainAURGH 4 space indents :/
2006-10-16 brainGACK! you cannot ConfigReader::ReadValue to a const...
2006-10-16 brainFix: DCC types (CHAT/SEND) are case insensitive
2006-10-16 brain1. Tidy up craq (two strcmps, lowercase and uppercase...
2006-10-16 jamieAdd m_dccallow module and detail configuration in inspi...
2006-10-12 brainOnly tick the timer when there are people doing /LIST...
2006-10-11 specialFixed a crash when unloading m_safelist (timers weren...
2006-10-09 specialFixed percentage in m_tline (division was backwards...
2006-10-08 brainUpdate comments
2006-10-07 specialReplaced operonlystats with userstats to improve security
2006-10-07 brainb4 SVN
2006-10-07 brainOops, marble.
2006-10-07 brainGranite!
2006-10-07 brainFix (we hope!) for the 'internal error processing conne...
2006-10-06 brain/me thwaps special for not reading comments :p
2006-10-06 brainMake this module propogate remote modes by directly...
2006-10-06 brainRevert tweak
2006-10-06 brainWriteOpers when reaching the softlimit
2006-10-06 brainMore.
2006-10-06 brainMore debug
2006-10-06 brainExtra debugging
2006-10-06 brainMake the socketengines always clear the slots on DelFd...
2006-10-06 brainAdd extra debugging for socketengines, will now report...
2006-10-06 brainDocument more classes
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-06 brainRemove a strcpy
2006-10-06 brainUpdate to support modular prefixes, and eliminate some...
2006-10-06 brainOptimize some more
2006-10-06 brain...and actually take out the +i restriction
2006-10-06 brainBackport improved NAMES code into m_spy
2006-10-06 brainTidy up strlens which are not required
2006-10-06 brainAnd fix typos
2006-10-06 braintidy up WriteMode
2006-10-06 brainTidy up m_safelist to avoid strlen on every line output...
2006-10-05 brainReport invalid command name when invalid command is...
2006-10-05 brainRemove some annoying debug
2006-10-05 brainFixed freeing of bound sockets when unloading spanningtree
2006-10-05 brainWas checking 'channel', not 'dest'.
2006-10-05 brainAnd fix my typoes :D
2006-10-05 brainMove opertypes/operclasses maps into ServerConfig,...
2006-10-05 brainRemove VF_STATIC from spanningtree and make a clever...
2006-10-05 brainAdd <options:announcets> to output the "TS for #chan...
2006-10-04 jamieEugh. Revert change InspIRCd::Time() -> time()
2006-10-04 brainCheck for non-existent channel in FMODE
2006-10-04 brainWhowas is now fixed.
2006-10-04 brainFix jamies fix (you cant strcpy to a char* pointer...
2006-10-04 brainFix for bug#159 reported by SiliconAI (unloading causes...
2006-10-04 brainExtra safety checking in ModeSet just to ensure we...
2006-10-04 brainNickname collisions were broken! :O
2006-10-04 brain*slaps* jamie for not using tabs to indent ;-p
2006-10-04 jamiePrepend ident with '~' if we get no response
2006-10-03 brainSomeone review the comments i put in from line 1515...
2006-10-03 brainTidyup (remove casts) and commenting FJOIN a lot, so...
2006-10-03 brainFake direction check in FJOIN on all users, plus tidyup...
2006-10-03 brainNew helper class irc::stringjoiner - it pwns you.
2006-10-02 jamieFix my last change to InspIRCd::Time()
2006-10-02 jamieUse InspIRCd::Time() instead of time()
2006-10-02 brainSeems to work now
2006-10-02 brainnenolod, what craq were you smoking? this code was...
2006-10-02 brainRemove testcases
next