]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Tidy up strlens which are not required
[user/henk/code/inspircd.git] / src / modules /
2006-10-06 brainTidy up strlens which are not required
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 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 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 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 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 SAJOIN notices to show target instead of source...
2006-10-02 jamieFix REMOVE reason
2006-10-02 w00tAdd r5381 fix to remote rehash too
2006-10-02 w00tThis ULine check looks really, really bad - and caused...
2006-10-01 jamieRemove duplicate oper notice
2006-10-01 brainIt all came down to a >1 where we needed a >0. Things...
2006-10-01 om64bit fixes
2006-10-01 brainNow with binary versioning goodness
2006-10-01 brainAtheme wont work right, because this wasnt VF_COMMON...
2006-09-30 brainFix broken opermd5 (switch over % and / operators)
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 brainSomeone forgot support for CIDR here
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 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-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 brainAll done.
2006-09-25 brainMake this compile. We now have to change all OnUserPreJ...
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 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 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-19 brainFix crashes, and in the process make xline even faster!
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 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 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...
2006-09-15 brainComments
2006-09-15 brainFix memory leak too
2006-09-15 brainAdd timeouts to the http module. Two seperate timeouts...
2006-09-15 brainImprove notices, so that if SAJOIN fails it can tell...
2006-09-15 brainFix for bug noticed by dotslasher (?) where SAJOIN...
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainComment tidyup and change format so doxygen can detect...
2006-09-15 brainComments describing classes, for the url http://svn...
2006-09-15 brainFix some stuff, avoid use of global ServerInstance var
2006-09-14 brainCommit all the httpd patches i sneakily put in before...
2006-09-14 brainUse gmtime() not localtime() as RFC2616 says dates...
2006-09-14 brainRemember to change state when sending error 400
2006-09-14 brainSend error 400 when content-size is 0 or omitted for...
2006-09-14 brainFix postdata stuff
2006-09-14 brainOnly initialise request type once
2006-09-14 brainProperly read POSTDATA
2006-09-13 brainTodo: find out content-length, then read that much...
2006-09-13 brainBeginnings of postdata stuff
2006-09-13 brainDocument this
2006-09-13 brainDid i ever mention that pipp was pedantic? ;)
2006-09-13 brainAdd m_conn_umodes.so which allows setting of modes...
2006-09-13 brainAdd a comment for readability
2006-09-13 brainTry this, jamie
2006-09-13 brainFix minor memory leak when setting new param that repla...
next