]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-12-10 brainMore stuff
2006-12-10 brainTweaks
2006-12-10 brainChange name
2006-12-10 brainThis compiles, but isnt tested yet. DO NOT USE.
2006-12-10 peaveyAdd prefix to /PRIVMSG, similar to bug #178 for /NOTICE
2006-12-10 peaveyFix for bug #178
2006-12-10 brainFix for end of handshake detection, HANDSHAKEN is a...
2006-12-09 brainadd a comment to the example config reminding users...
2006-12-09 brainDon't allow the user to define a non-existent transport...
2006-12-09 brainUpdate docs to reflect new stuff (OOO SHINEY SPANGLEY...
2006-12-09 brainCorrectly report the transport names when server links...
2006-12-09 brainRemove AES
2006-12-09 brainMake it all work properly. Have it wait for handshake...
2006-12-09 brainIt works! WOO AND YAY! (this isnt finished yet, only...
2006-12-09 brainWhoops, some stuff was sdrawkcab!
2006-12-09 brainMove around the initialization stuff so it gets called...
2006-12-09 brainAdd stuff for <bind:transport> and <link:transport...
2006-12-09 brainEnumerate InspSocketHook modules
2006-12-09 brainAdd stuff so that TreeSockets can call any found hook...
2006-12-09 brainMove this
2006-12-09 brainAdd the stuff required for the InspSocketHook interface
2006-12-09 brainWhoops
2006-12-09 brainRename ssl_cert.h to ssl.h, it will contain the interfa...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-09 brainNot yet tested -- allow iohooking of inspsockets
2006-12-07 brain(1) make command reloads be announced to opers
2006-12-07 brainWhoops
2006-12-07 brainBad w00tie bad, /who isnt checking +s for channel ...
2006-12-05 brainFix for peavy :p
2006-12-05 brainUpdate example conf to new way of using oper password...
2006-12-05 brainMore tidyups
2006-12-05 brainTidy up cloaking algorithms a bit
2006-12-05 brainAdd VF_SERVICEPROVIDER flag to these
2006-12-05 brainTidy up with a typedef
2006-12-05 brainThrow if we cant find any modules that implement our...
2006-12-05 brainComments comments!
2006-12-05 brainDocument FindInterface, PublishInterface, UnpublishInte...
2006-12-05 brainMake hash algo names case insensitive
2006-12-05 brainMore stuff
2006-12-05 brainFix up brokage
2006-12-05 brainEnumeration stuff beginneth!
2006-12-05 brainAnd forgot a semicolon.
2006-12-05 brainAllow for querying the hash modules for the hashing...
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainFix all this.
2006-12-05 brainMore tweakage
2006-12-05 brain.
2006-12-05 brainThis has changed again, i suggest you dont bother tryin...
2006-12-05 brainChange this a LOT.
2006-12-05 brainUpdate example conf
2006-12-05 brainHere it is, the whole lot merged into one.
2006-12-05 brainAdd m_sha256 to here
2006-12-05 brainSeperate out sha256 into m_sha256.so. API is identical...
2006-12-04 brainTweaks, fixes, and comments
2006-12-04 brainAdd m_md5.so to example conf.
2006-12-04 brainWhoops one star missing left a chunk out of the docs
2006-12-04 brainMore $ModDep stuff
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-12-04 brainTons of comments!
2006-12-04 brainMake m_cloaking use m_md5. Fix m_md5.
2006-12-04 brainm_md5 works now. No docs yet, CODER BEWARE!
2006-12-04 brainHeader for md5 request classes
2006-12-04 brainMD5 service provider module (not tested yet)
2006-12-04 brainAdd nicer ipv6 cloaking
2006-12-04 brainFix it good :p
2006-12-04 brainMove ipv4 cloaking to cloak4
2006-12-04 brainFix the new ipv4 cloaks to not change wildly if one...
2006-12-04 brainForgot to include 'version' in the syntax
2006-12-04 brainTweak this module to always allow remove from remote...
2006-12-04 brainFix for bug #177, generate the version string at config...
2006-12-04 specialReverted the addition of ./inspircd version; I should...
2006-12-04 specialAdded ./inspircd version, requested and written by...
2006-12-03 brainAccount for channels with no modes set
2006-12-03 peaveyRemove an assignment from definition (damn java thinking)
2006-12-03 w00tMake the 'override' parameter actually *do* something...
2006-12-03 w00tMake this look less insane :P
2006-12-03 w00tLOL INFINITE LOOPS IN IRCD ARE ROX
2006-12-03 brainCheckDie was always still here, we were just forgetting...
2006-12-03 brainFix <die:value>, its been broken for quite some time...
2006-12-03 w00tRemote SQUIT, and god save the coder..
2006-12-02 w00tThat patch (TM) of controversy, plus a minor cleanup
2006-12-02 specialI don't know if anything actually uses this, but irc...
2006-11-30 brainFix typo that stops m_cban from working
2006-11-29 specialAdded InspIRCd::GetTimeDelta() - previously m_alltime...
2006-11-29 brainSame again
2006-11-29 brainAdd fix suggested by mitch to show when nicks dont...
2006-11-29 specialAdded a missing error message to SAJOIN - thanks Mitch
2006-11-28 specialFixed a crash when spanningtree is given a blank line...
2006-11-27 brainO(n^n) is bad. O(log n) is better.
2006-11-27 brainTidyup
2006-11-27 brainThere, the guts of it are done, spanningtree now uses...
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-27 brainAdd OnBuildExemptList, which is used to build an exempt...
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-26 peaveyC DOS, C DOS RUN, RUN DOS RUN ^M^M^M
2006-11-26 peaveyadd m_deaf.so to example.conf
2006-11-26 peaveyProvides support for ircu style usermode +d (deaf to...
2006-11-26 brainFix really minor typo
2006-11-26 brainUpdate the comment for flag 't'
2006-11-26 brainTidyup, avoid ternary if() on every iteration of a...
next