]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / extra /
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainMake these properly detect port ranges.
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-10 brainMake /stats s more detailed, fix a grammar error
2006-11-10 brainWhoops, make /stats s work
2006-11-10 brainAdd /stats s
2006-11-10 brainWhoops, properly handle rehash now that new filters...
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...
2006-11-03 brainFixed at last.
2006-11-03 brainIve been unable to commit this since 9am, somehow port...
2006-11-03 brainTook out a header we needed to keep. Im done stick...
2006-11-03 brainHmm, svn said there was a conflict here, but nobody...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-11-03 specialSwitched m_sqloper to use OnPostCommand instead of...
2006-10-30 brainFix for crash found by eggy when a user without a cert...
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...
next