]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainRemove ExemptItem and InviteItem, these were never...
2006-09-15 brainComment tidyup and change format so doxygen can detect...
2006-09-15 brainComments describing classes, for the url http://svn...
2006-09-15 brainFix some stuff, avoid use of global ServerInstance var
2006-09-14 brainCommit all the httpd patches i sneakily put in before...
2006-09-14 brainUse gmtime() not localtime() as RFC2616 says dates...
2006-09-14 brainRemember to change state when sending error 400
2006-09-14 brainSend error 400 when content-size is 0 or omitted for...
2006-09-14 brainFix postdata stuff
2006-09-14 brainOnly initialise request type once
2006-09-14 brainProperly read POSTDATA
2006-09-13 brainTodo: find out content-length, then read that much...
2006-09-13 brainBeginnings of postdata stuff
2006-09-13 brainAdd jamie to code contributors in /info
2006-09-13 brainDocument this
2006-09-13 brainDid i ever mention that pipp was pedantic? ;)
2006-09-13 brainAdd m_conn_umodes.so which allows setting of modes...
2006-09-13 brainPatch from jamie to detect malformed openssl versions
2006-09-13 brainTry this pipp and see if the bug manifests in a differe...
2006-09-13 brainIf inspircd crashes in std::string destructor in Comman...
2006-09-13 brainAdd a comment for readability
2006-09-13 brainSpecial check in cmd_quit and cmd_kill and special...
2006-09-13 brainTry this, jamie
2006-09-13 brainFix minor memory leak when setting new param that repla...
2006-09-13 brainAdd debug to m_spanningtree, verifies that inspircd...
2006-09-13 brainFix
2006-09-13 brainFix m_messageflood along same lines as m_joinflood...
2006-09-13 brainAnd fix again
2006-09-13 brainMerge jamies many patches
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...
next