]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Add const std::string &original_command to OnPreCommand and OnPostCommand, which...
[user/henk/code/inspircd.git] / src / modules / extra /
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...
2006-07-23 omMostly updated to new API; Currently doesn't check...
2006-07-23 omGive SQLfield's constructor parameters default values...
2006-07-23 omRemove unused variable and assignment
2006-07-22 omMake m_pgsql return the number of affected rows for...
2006-07-22 brainAlter for Rows() == X, Cols() == 0 for 'X rows affected...
2006-07-22 brainChange to doxygen-friendly comments, and actually docum...
2006-07-22 omChange comment to actually be rightish
2006-07-22 omReorder a couple of constructor prototypes for consistency
2006-07-22 omAdd m_sqlutils - Currently provides ID->chan/user lookups
2006-07-22 brainI hate the fucking mysql devs. Craq smoking bastards.
2006-07-22 brainAllocate id properly
2006-07-22 omActually hook up the OnUnloadModule event >_<
2006-07-22 brainThis compiles, dont expect it to work yet
2006-07-22 omLogic error, success is when the error ID *is* NO_ERROR :P
2006-07-22 brainStop publishing MySQL feature - check for successful...
2006-07-22 omStop publishing the PgSQL feature ( :-'( )
2006-07-22 omExplicitly return false after killing user in OnCheckRe...
2006-07-22 brain* Change to use QREPLY_FAIL
next