]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Speed improvements to userrec::GlobalCloneCount()
[user/henk/code/inspircd.git] / src / modules /
2006-09-25 w00tAdd m_svshold, Q:Lines on crack for services. Party...
2006-09-25 brainFix (broken) ./configure -update and ./configure -modupdate
2006-09-24 brainThis needs some testing.
2006-09-24 brainDont send explicit FMODE +qa when qaprefixes is on...
2006-09-24 brainAdd new server to server command:
2006-09-24 specialFixed bugs #150 and #151, thanks to jamie for reporting...
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-17 brainAutomatically make http request type and http version...
2006-09-17 brainTesting and debugging done, it all works :)
2006-09-17 brainNow supports multiple commands seperated with \n. NOTE...
2006-09-17 brainAdd operonly aliases, <alias:operonly> (boolean).
2006-09-17 brainNow it all works :)
2006-09-17 brainNew m_alias, this probably doesnt work yet
2006-09-17 brainFirst of many m_alias tidyups, this will eventually...
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainProper checking in /SAPART that the user really did...
2006-09-15 brainFix crash on two objects trying to free each other...
2006-09-15 brainComments
2006-09-15 brainFix memory leak too
2006-09-15 brainAdd timeouts to the http module. Two seperate timeouts...
2006-09-15 brainImprove notices, so that if SAJOIN fails it can tell...
2006-09-15 brainFix for bug noticed by dotslasher (?) where SAJOIN...
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
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 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 brainAdd a comment for readability
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-11 brainFix timedbans bug reported by jamie
2006-09-10 brainThis should fix the timeout issues pippjin was experiencing
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 brainEnsure that these output the sane value thats actually...
2006-09-09 brainMake SAMODE oper output tidier
2006-09-09 brainTidy up override snotices
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 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 brainTypo in mode handler doesnt let -M be removed!
2006-09-08 brainAdd similar printf format fix to namesx
2006-09-08 brain*YOINK* Add jamie's patch for parameterized usermodes...
2006-09-07 brain1) Make earlier fix to inspsocket actually compile...
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-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
next