]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 brainNew example conf with softlimit set to 12800 so that...
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 brainDocument
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
2006-10-02 nenolodthe multithreaded DNS engine was removed a while ago
2006-10-02 nenolodno you can't just go from a std::ostringstream to a...
2006-10-02 brainmmmm dinner break, oh and document and make use of...
2006-10-02 jamieFix PART messages
2006-10-02 jamieFix SAJOIN notices to show target instead of source...
2006-10-02 jamieFix REMOVE reason
2006-10-02 brainAdd more features to modestacker so that we can stack...
2006-10-02 brainMore efficient modestacker
2006-10-02 brainmodestacker class, stacks modes and returns a string...
2006-10-02 w00tIsNick moved to helperfuncs.cpp, makes a lot more sense...
2006-10-02 w00tRemove -notraceback and -nolimit from command line...
2006-10-02 w00tUpdate credits (add pippijn/jamie to startup notice...
2006-10-02 w00tBetter fix to crash jamie experienced. epoll was the...
2006-10-02 w00tBrain, please review this commit ASAP. jamie, hopefully...
2006-10-02 w00tUse a ternary operator to remove bracketing from ping...
2006-10-02 w00tAdd r5381 fix to remote rehash too
2006-10-02 w00tNo promises, but maybe this will fix issue with disable...
2006-10-02 w00tThis ULine check looks really, really bad - and caused...
2006-10-01 jamieRemove duplicate oper notice
2006-10-01 brainExtra debugging
2006-10-01 w00tFix ping timeout messages. This is what I get for not...
2006-10-01 omAdd an extra debug message and change two calls of...
2006-10-01 brainIt all came down to a >1 where we needed a >0. Things...
2006-10-01 om64bit fixes
2006-10-01 brain-> Beta3+SVN
2006-10-01 brainAdd codename: Granite
2006-10-01 brainBeta2 release
2006-10-01 brainuserrec::CountGlobalClones malfunctioning, spotted...
2006-10-01 brainApply patch for bug#155 submitted by jamie
2006-10-01 brainEverybody loves boobies. It's true.
2006-10-01 brainNow with binary versioning goodness
2006-10-01 w00tInspIRCd: Now with 100% more boobies. Err, ping timeout...
2006-10-01 brainAtheme wont work right, because this wasnt VF_COMMON...
2006-10-01 brainTry this w00t
2006-10-01 brainFix typo reported by pippijn
2006-10-01 specialAdded OnPostJoin, which is (at the moment) almost exact...
2006-09-30 brainFix broken opermd5 (switch over % and / operators)
2006-09-30 brainFix mode desync when setting custom prefixes on joining...
2006-09-29 brainCGIResolver isnt being passed a serverinstance to its...
2006-09-29 specialMade m_filter_pcre free the compiled regular expression...
2006-09-29 specialFixed the pcre include path in m_filter_pcre - on every...
2006-09-28 specialCleaned up FJOIN a bit, fixing another segfault in...
2006-09-28 specialFixed another segfault in m_spanningtree's FJOIN (forgo...
2006-09-27 specialFixed /spynames, thanks to relax for finding the bug
2006-09-27 brainLast tidyup of the day
2006-09-27 brainTidyups
2006-09-27 brainTidyups
2006-09-27 brainComments
2006-09-27 brainBecause the user's prefix list must remain sorted at...
2006-09-27 brainOptimizations
2006-09-27 brainTidy up how PART without reason is done
2006-09-27 brainSomeone forgot support for CIDR here
next