]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-09-13 specialApplied jamie's cmd_gline patch
2006-09-11 brainWhack a strlcpy()
2006-09-11 brainkill casts, so that om <3's the code
2006-09-11 w00tFix for picky compilers (see, I work sometimes ;p)
2006-09-11 brainFix timedbans bug reported by jamie
2006-09-11 brainRemove execinfo and threaded dns detection
2006-09-11 brainWhat TWONK made uname be /bin/uname, its NOT in /bin...
2006-09-10 specialAdded a bunch of binaries, configs, modules symlinked...
2006-09-10 brainThis should fix the timeout issues pippjin was experiencing
2006-09-10 brainRemove -Ldl from c++ opts in freebsd... its always...
2006-09-10 brainTake some debug crap out of ModeParser::ModeString()
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 brainRemove m_park from example configuration
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-10 specialAdded usermode n (snomask) to the example helpop files
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 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
next