]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-03-23 brainThis should save 128 bytes per user for non-opers....
2008-03-23 brainDocument aquanight's new stuff :)
2008-03-23 aquanightFix configure -svnupdate not bailing if conflicts occur.
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-22 brainAdd WriteNumeric() to User and OnNumeric module event...
2008-03-22 brainFix memory leak if user quits in the middle of sasl...
2008-03-22 brainAdd abort fix
2008-03-22 brainThis works now! (well im sure we'll find something...
2008-03-22 brainFix for compile error
2008-03-22 brain'AUTHENTICATE C'? Why not authenticate C++ :)
2008-03-22 brainPatch for IAL abort sequence from nenolod
2008-03-21 brainRemoval of server prefix from AUTHENTICATE reply, patch...
2008-03-21 brainPatch from nenolod
2008-03-21 brainAdd debug
2008-03-21 brainFix recommended by nenolod, silly mistake apparently :P
2008-03-21 brainSasl stuff from nenolod, with a bit of luck this is...
2008-03-21 brainOnly valid targets for encap are now server ids
2008-03-21 brainFix encap bug, when a target is wildcard we shouldnt...
2008-03-21 brainThat stuff belongs in OnPostconnect or it will be sent...
2008-03-21 brainWhen a user registers and SASL has given them accountna...
2008-03-21 brainAdd return value
2008-03-21 brainAdd 906, sasl aborted
2008-03-21 brainDon't send 'sasl successful' numeric on re-identificati...
2008-03-21 brainRejig numerics to not step on the 90x range for SASL
2008-03-21 brainIf the user hasnt sent CAP REQ sasl, do nothing if...
2008-03-21 brainGenerate warning if m_services_account.so and m_cap...
2008-03-21 brainForgot to commit this
2008-03-21 brainWhoops, forgot to tie ENCAP into receiver in treesocket
2008-03-21 brainThis seems to play nice now, but it seems we may have...
2008-03-21 brainAdd capability for m_services_account to broadcast...
2008-03-21 brainPatch to change MODULES numerics, so we dont get a...
2008-03-21 brainNot finished yet. currently, this passes AUTHENTICATE...
2008-03-21 brainENCAP stuff
2008-03-21 brainAdd support for CAP in uhnames, it has the token 'userh...
2008-03-21 brainConvert to new api
2008-03-21 brainconvert to new api
2008-03-21 brainRemove Prioritize(), no longer needed
2008-03-21 brainMake m_auditorium use the new api (this is MUCH easier...
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-03-19 peaveyRicer up AllModulesReportReady further. If one fails...
2008-03-19 peaveyAnd one more tweak to this.
2008-03-19 peaveyFix OnUserRegister() not getting called for if USER...
2008-03-19 peaveyFinal tweak to AllModulesReportReady, should be there...
2008-03-19 brainNak vector thing
2008-03-19 brainDamnit, its right now. im going to bed
2008-03-19 brainWhoops, and dont get the comparison backwards. dont...
2008-03-19 brainSilly silly, AllModulesReportReady returns true when...
2008-03-18 brainoh, DOH
2008-03-18 brainCrash fixes from nenolod
2008-03-18 brainAdd support for CAP to this via multi-prefix. NOTE...
2008-03-18 brainApply CAP ACK/NAK stuff from nenolod, thanks :)
2008-03-18 brainMerge in patch by nenolod for CAP CLEAR
2008-03-18 brainImplement CAP LIST
2008-03-18 brainSupport CAP LS
2008-03-18 brainAdd m_cap.* stuff, unfinished. Thanks for the initial...
2008-03-18 peaveyAdd logging for static callback messages/errors from...
2008-03-17 peaveyIts better to have asserted and failed, than not to...
2008-03-17 brainFix the warnings that are worth fixing, ignore the...
2008-03-17 brainTranslate std::string, irc::string and std::deque to...
2008-03-16 peaveyAdd MsSQL schema for sql oper.
2008-03-16 peaveyAdd MsSQL schema for sql log.
2008-03-16 peaveyand no ssl in here.
2008-03-16 peaveyupdate svn:ignore for m_mssql.cpp
2008-03-16 peaveyAdd m_mssql.so to example conf.
2008-03-16 brainThere isnt any ssl support here, remove the readvalue
2008-03-16 peaveyOK that should fix it for fail too. And make it compile...
2008-03-16 peaveynew/delete - malloc/free, remember peavey
2008-03-16 peaveyLess mem leaking, thx Brain for noticing.
2008-03-16 peaveyA little less debug saying WEEEE :]
2008-03-16 peaveyExperimental support for Microsoft SQL Server. Might...
2008-03-16 brainDocument m_geoip.so
2008-03-16 brainMake this work, its all good! :)
2008-03-16 brainStart of GeoIP module. This is deceptively simple.
2008-03-16 brainYAY for LDAP oper blocks! :D
2008-03-15 brainSupport IPV6 links in configure
2008-03-15 brainRemove note about need to do anonymous bind
2008-03-15 brainDocument binddn and bindauth
2008-03-15 brainAllow for binding to non-anonymous DN for searches.
2008-03-14 peaveyupdate svn:ignore for ldapauth
2008-03-14 peaveyclean this up now Brain says it works :)
2008-03-14 peaveyFix deprecation in trunk too
2008-03-14 brainWarning about allowing anonymous queries
2008-03-14 brainDocument!
2008-03-14 brainRoll back to 1.2, not 4.0 module ver
2008-03-14 brainFuckin finally!
2008-03-14 brainGrrr!!!
2008-03-14 brainGrrr, added this at the wrong location in trunk
2008-03-14 brainForward port and make work with trunk. Original code...
2008-03-14 brainAdd fixes to stop people changing the SID of a live...
2008-03-09 aquanightAdd <options:exemptchanops> support to m_censor and...
2008-03-08 aquanightAdd blurb about --enable-extras.
2008-03-08 brainAdvise symlinking instead of copying
2008-03-08 brainUpdate this to read -modupdate
2008-03-08 brainFix multiple (useless) linefeeds on the end of ADDLINE...
2008-03-02 brainDescribe server name, description and network name...
2008-03-02 brainNewer more valid description of the server id (letters...
2008-03-02 w00tUpdate doc too
2008-03-02 w00tNot supposed to be here by default, and wouldn't work...
2008-03-02 brainSucky nsis
next