]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Add sane limiting to mode output, so we cant have more than 100 mode chars in the...
[user/henk/code/inspircd.git] / src /
2006-09-09 brainAdd sane limiting to mode output, so we cant have more...
2006-09-09 brainTidy up override snotices
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 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 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 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-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 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 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 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 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 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-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 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
2006-08-29 brainOnly send 008 when MODE Oper
2006-08-29 brainClarify message
2006-08-29 brainDon't silently drop modes that are oper only when a...
2006-08-29 brainFDSFDSACFasfcas
2006-08-29 brainFix typos
2006-08-29 brainMore snomask +o (unoper)
2006-08-29 brainSnomasks +k (kills) and +o (oper)
2006-08-29 brainThe rest of snomask +x (i think)
2006-08-29 brainSnomask +l (linking) and some +x (XLINE)
2006-08-29 brain+Q and +C (remote quit and connect) snomasks implemented
2006-08-29 brainImplement messages for snomasks +cq (local connect...
2006-08-29 brainRemove snomask n (nickchanges) - this will be a module...
next