]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Fix REMOVE reason
[user/henk/code/inspircd.git] / src /
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 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 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
2006-09-27 brainAnd correct it
2006-09-27 brainMove OnCheckBan into chanrec::IsBanned() so its always...
2006-09-26 brainMake svshold case insensitive, fix ./configure -update...
2006-09-26 brainFix bug found by giggsey (even though he doesnt realise...
2006-09-26 brainmake OnPostConnect global
2006-09-26 w00tRemove deprecated -nolimit and -notraceback options
2006-09-26 brainOnly output the 'AES on' message if the socket state...
2006-09-26 brainChange error from 'connection established' to 'connecti...
2006-09-26 specialFixed a rather obvious crashbug in m_spanningtree ...
2006-09-26 brainFix handling of multiple @%+ core permissions modes...
2006-09-25 brainMini security audit
2006-09-25 brainAnd maybe, just maybe, not fuck it up :p
2006-09-25 brainAllow for multiple <http> tags, each with their own...
2006-09-25 brainThis doesnt really need to be static
2006-09-25 brainWhoops, fix minor typo
2006-09-25 brainAll done.
2006-09-25 brainMake this compile. We now have to change all OnUserPreJ...
2006-09-25 brainMore patch
2006-09-25 brainWhoops, patch
2006-09-25 specialAdded /greloadmodule to m_globalload.so
2006-09-25 brainAdd send_topic event, lets you send a topic for a chann...
2006-09-25 w00tSVSHOLD, not SVSHold
2006-09-25 specialSpeed improvements to userrec::GlobalCloneCount()
2006-09-25 w00tAdd m_svshold, Q:Lines on crack for services. Party...
2006-09-25 brainFix (broken) ./configure -update and ./configure -modupdate
2006-09-24 brainThis needs some testing.
2006-09-24 brainFix bug#152 reported by smartys
2006-09-24 brainDont send explicit FMODE +qa when qaprefixes is on...
2006-09-24 brainAdd new server to server command:
2006-09-24 specialFixed bugs #150 and #151, thanks to jamie for reporting...
2006-09-23 brain++
2006-09-23 brainSneak some more
2006-09-23 brain*sneak sneak*
2006-09-19 brainUpdate expiries when we update the set time
2006-09-19 brainMake the check against z/k/q/e/g methods return a point...
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-19 brainChange type to size_t so that 64 bit platforms dont...
2006-09-19 brainAdapt to use std::string::const_iterator
2006-09-19 brainTidy up key handling
2006-09-19 brainMake xline more memory-efficient and faster/neater...
2006-09-19 brainUse ++x not x++, to more closely match what stl does
2006-09-19 brainULTRA FAST HASH FUNCTION :p
2006-09-17 brainAutomatically make http request type and http version...
2006-09-17 brainTesting and debugging done, it all works :)
2006-09-17 brainNow supports multiple commands seperated with \n. NOTE...
2006-09-17 brainAllow putting newlines into quoted values in the config...
2006-09-17 brainHide ulines from /stats P
2006-09-17 brainAdd operonly aliases, <alias:operonly> (boolean).
2006-09-17 brainNow it all works :)
2006-09-17 brainNew m_alias, this probably doesnt work yet
2006-09-17 brainFirst of many m_alias tidyups, this will eventually...
2006-09-17 brainTurn irc::commasepstream into a base class, irc::sepstr...
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainProper checking in /SAPART that the user really did...
2006-09-15 brainFix crash on two objects trying to free each other...
next