]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-09-09 brainm_override is now fixed, replaced AC_GENERAL_MODE OnAcc...
2006-09-09 brainMore debug logging in this module
2006-09-09 brainGrr
2006-09-09 brainChanges to m_override
2006-09-08 brainThis useless module doesnt work right in multi-server...
2006-09-08 brainFix output when user SANICKs themselves
2006-09-08 brainStop valgrind whining about uninitialized array, all...
2006-09-08 brainFix small memory leak if non-cidr string passed to...
2006-09-08 brainFix for uninitialized var in valgrind output
2006-09-08 brainSensible failure messages for cmd_qline
2006-09-08 brainMove spynames attempt notice into success area
2006-09-08 brainAnd fix it to compile :p
2006-09-08 brainTidy up setidle message sent to opers, to show the...
2006-09-08 brainMade SANICK not collide the user (theres no need to...
2006-09-08 brainReport invalid nicknames back to oper
2006-09-08 brainAdd failed SANICK notices
2006-09-08 brainOnly put out SANICK success line if the nickchange...
2006-09-08 brainCorrectly put qline notices into xline snomask
2006-09-08 brainFix 'item not on list' output
2006-09-08 brainTypo in mode handler doesnt let -M be removed!
2006-09-08 brainAdd similar printf format fix to namesx
2006-09-08 brainExplicitly call the std::string version of WriteServ...
2006-09-08 brainAllow QUIT to be used before we fully register the...
2006-09-08 brain*YOINK* Add jamie's patch for parameterized usermodes...
2006-09-07 brainuserrec::ForceNickChange was broken (not the entire...
2006-09-07 brain1) Make earlier fix to inspsocket actually compile...
2006-09-07 brainDelete the file descriptor upon write error to an insps...
2006-09-06 brainFix crashbug when /who'ing people who arent on a channe...
2006-09-06 brainForgot to return
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-06 brainJOIN now has a TS parameter on it. The client protocol...
2006-09-06 brainDrop and log unknown nicks in FJOIN, rather than aborti...
2006-09-05 brainWe were printing a command instead of exec'ing it :p
2006-09-05 brainNew CAPAB variable (manditory): PROTOCOL
2006-09-05 brainThis is a complex one: when autoconnecting, we check...
2006-09-04 brain'Connection to %s closed' now says 'Connection to ...
2006-09-04 brainCheck for failover pointing at self. This is an obvious...
2006-09-04 brainfailover connections are now added, thanks for the...
2006-09-04 brainUpdate example conf with all the new stuff and more...
2006-09-03 brainCall X509_free() after we're done with the cert
2006-09-03 brainOutput the certificate hash to the user when they connect
2006-09-03 brainRemove some gunk
2006-09-03 brainDocument <oper:fingerprint>
2006-09-03 brainChanged how this module works.
2006-09-03 brainCheck for people trying to literally put the fingerprin...
2006-09-03 brainRemoval of debug
2006-09-03 brainAdd comments to document this header
2006-09-03 brainDocument the two new modules
2006-09-03 brainYAY! A module which allows a user to oper via their...
2006-09-03 brainRemove a ton of debug
2006-09-03 brainAll but cert revocation is now supported by both modules
2006-09-03 brainDont report that the key has expired when it hasnt
2006-09-03 brainOpenSSL gets certs and populates the ssl_cert* now!
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-09-03 brainCertificate stuff
2006-09-03 brainObtaining of ssl cert in gnutls module and placing...
2006-09-03 brainProper error checking on loading cmd_*.so files
2006-09-03 brainRemove the shared object pointer from the hash after...
2006-09-03 brainForgot to copy cmd_mode.so
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-09-02 braincmd_* files are now shared object. This lets make ...
2006-09-02 brainGive this module VF_COMMON, as services depend on it
2006-09-02 brainOnly VF_COMMON modules are sent in CAPAB now, not VF_STATIC
2006-09-02 brainDoesnt need VF_STATIC
2006-09-02 brainComments
2006-09-02 brainActually make +ovhk removable with DelMode (just in...
2006-09-02 brainBecause these modes take no parameter when being remove...
2006-09-02 brainActually let it be unloaded would be a start (remove...
2006-09-02 brainAllow unloading of +qa
2006-09-02 brainAnd this (i guess it once tested mode stuff)
2006-09-02 brainSo was this...
2006-09-02 brainFor some reason this was VF_STATIC
2006-09-02 brainDon't try and delete from the item list whilst iteratin...
2006-09-02 brainDon't use oncleanup to remove listmode lists
2006-09-02 brainbanexception, chanfilter and inviteexception should...
2006-09-02 brainAll modules which implement simplemodes (no parameters...
2006-09-02 brainAny modules which were using VF_STATIC to indicate...
2006-09-02 brainAllow unloading of modules which implement modes!
2006-09-02 brainAdd chanrec::IsBanned() so that we dont have to keep...
2006-09-01 brainException handling in most of userrec... not too fine...
2006-09-01 brainAdd snomask f (flood)
2006-08-31 brainMade CountChannels faster. We use it in quite a few...
2006-08-31 brainPut some client quit stuff in cmd_quit into the Qq...
2006-08-31 brainMake ban override notice only trigger when they actuall...
2006-08-31 brainFix for bug #134 reported by mixx941: When user connect...
2006-08-31 brainForwardport fix from stable (bug#133 reported by insurg...
2006-08-31 omRemove extra/wrong qualifications, makes GCC 4.1 (at...
2006-08-31 brain*thwap* om for not fixing the bugs he finds :p
2006-08-30 brainIn this instance find is faster than rfind
2006-08-30 brainAnd make it work here
2006-08-30 brainFix for parameters which contain a colon (which is...
2006-08-30 brainRemove -v argument from install (openbsd doesnt like...
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainAnnnd, get the fix right.
2006-08-29 brainFix for correct display when removing snomask
2006-08-29 brainPut servername in remote quits
next