]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Fix these too!
[user/henk/code/inspircd.git] / src / modules / extra /
2006-10-28 brainFix these too!
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-28 brainFix for crash, submitted by peaveydk
2006-10-27 brainremove <filter file> - This is no longer neccessary...
2006-10-23 brainMerge guestpattern fix by peaveydk
2006-10-22 brainMerge fix by peaveydk which stops crashes when user...
2006-10-22 brainOops, memory leaks!
2006-10-20 brainConst refs
2006-10-19 brainInsert massive change here.
2006-10-06 brainDocument more classes
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-01 om64bit fixes
2006-10-01 brainNow with binary versioning goodness
2006-09-29 specialMade m_filter_pcre free the compiled regular expression...
2006-09-29 specialFixed the pcre include path in m_filter_pcre - on every...
2006-09-25 brainMini security audit
2006-09-25 brainWhoops, patch
2006-09-25 brainFix (broken) ./configure -update and ./configure -modupdate
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainComments describing classes, for the url http://svn...
2006-09-07 brain1) Make earlier fix to inspsocket actually compile...
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
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-08-29 brainSnomasks +k (kills) and +o (oper)
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-24 brainRemove OnPostConnect here, it was being used under...
2006-08-24 specialSpeaking of forgetting things, someone forgot to change...
2006-08-24 brainSomeone forgot another :p
2006-08-24 brainSomebody forgot one :p
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-12 omCatch exceptions from SQLresolver
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainSomehow, IMPORTANT changes got reverted.
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainChange to use InspIRCd::Time()
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 omNew API update
2006-08-11 omNew API update
2006-08-11 omNew API update
2006-08-11 brainUse pcre-config to detect pcre
2006-08-11 brainSomehow, i'd cp'd all these and was making local changes :/
2006-08-11 omUpdates to new API and small cleanup
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 omUpdates to new API
2006-08-10 omFix to new API
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainWrong version given in check it seems. Om can review...
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 omFixes for API changes
2006-08-09 omFix for when we hit PgSQL 9.x that I think actually...
2006-08-09 omFix for when we hit PgSQL 9.x
2006-08-09 brainThis wont build. :(
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainAdd checking on AddFd that was missing (it assumed...
2006-08-07 omUntested but compiling updates for Resolver DNS API
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-23 brainTidyup and bugfix, not copying the correct column...
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 brainFixed to dynamically allocate the fieldlist
2006-07-23 brainMove mysql_rpath into extra
2006-07-23 om*boot* youuuuu're outta here - old blocking SQL API...
2006-07-23 omFree, as they should be, fieldlist and/or fieldmap...
2006-07-23 brainMore stuff to return empty lists and maps when there...
2006-07-23 brainAdjust m_mysql to match the assumed behaviour of m_pgsq...
2006-07-23 omTidyups, optimisations and make the log messages make...
2006-07-23 omsimple logic error (check they already are +o before...
next