]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
* Fix ChanModes::ModeString to not try and set a key as a user mode ;)
[user/henk/code/inspircd.git] / src /
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
2006-09-10 brainMake it neater
2006-09-10 brainDont allow keys of length >= 32
2006-09-10 brainRemove unused buffer and call to MakeHost()
2006-09-10 brainMake /stats k/g/e work right
2006-09-10 brainSplit hostmasks into ident and host pairs for matching...
2006-09-10 brainFix the new g/k/e line stuff to match ips. NOTE: this...
2006-09-10 brainMatch IP's with klines, glines and exceptions, as well...
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
2006-09-10 brainSpacify() the oper types
2006-09-10 brainTons more useful detail when failing to oper (and when...
2006-09-10 brainStop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE...
2006-09-10 brainNicer fix
2006-09-10 brainChange a fux into a fix for pippjin (thanks for the bt)
2006-09-10 brainMuch neater more compact override notices for modes:
2006-09-09 brainModuleFactories are not being deleted, this means that...
2006-09-09 brainRemove debug output
2006-09-09 brainI'll give you ##TOAST, :p
2006-09-09 brainReset LastParse string when we try to parse new modes
2006-09-09 brainDont generate host change, ident change or fullname...
2006-09-09 brainEnsure that these output the sane value thats actually...
2006-09-09 brainTidier string building
2006-09-09 brainMake SAMODE oper output tidier
2006-09-09 brainAnd fix it so it doesnt go into an infinite loop when...
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)
next