summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2006-11-19Merge pgsql stuff from darix, but im sure theres something to be looked at in...brain
2006-11-19Use pkg-config to detect lib paths - thanks darix we've been looking for this...brain
2006-11-11Dont allow overlapped ports in these filesbrain
2006-11-11Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...brain
2006-11-11Make these properly detect port ranges.brain
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-11-10Make /stats s more detailed, fix a grammar errorbrain
2006-11-10Whoops, make /stats s workbrain
2006-11-10Add /stats sbrain
2006-11-10Whoops, properly handle rehash now that new filters might be added by /FILTERbrain
2006-11-10Implement on-burst synching of filtersbrain
2006-11-10Oops, forgot command source, these wouldnt be able to be unloaded properlybrain
2006-11-10Implement the /filter command. Note that this is currently untested, and prop...brain
2006-11-10Add gline type, and <filter:duration> value to say how long to ban for.brain
2006-11-10Inherit m_filter.cpp and m_filter_pcre.cpp from a base set of classes, so tha...brain
2006-11-03Fixed at last.brain
2006-11-03Ive been unable to commit this since 9am, somehow port 22 is unusable at work...brain
2006-11-03Took out a header we needed to keep. Im done stick a fork in mebrain
2006-11-03Hmm, svn said there was a conflict here, but nobody had committed :/brain
2006-11-03Revert special's sqloper change, nice try but only half a biscuit.brain
2006-11-03Switched m_sqloper to use OnPostCommand instead of OnPreCommand, meaning the ...special
2006-10-30Fix for crash found by eggy when a user without a cert tries to oper on a fin...brain
2006-10-28Fix these too!brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-28Fix for crash, submitted by peaveydkbrain
2006-10-27remove <filter file> - This is no longer neccessary as we've had includes for...brain
2006-10-23Merge guestpattern fix by peaveydkbrain
2006-10-22Merge fix by peaveydk which stops crashes when user doesnt authbrain
2006-10-22Oops, memory leaks!brain
2006-10-20Const refsbrain
2006-10-19Insert massive change here.brain
2006-10-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-0164bit fixesom
2006-10-01Now with binary versioning goodnessbrain
2006-09-29Made m_filter_pcre free the compiled regular expressions on rehash (no more m...special
2006-09-29Fixed the pcre include path in m_filter_pcre - on every system I tested, --cf...special
2006-09-25Mini security auditbrain
2006-09-25Whoops, patchbrain
2006-09-25Fix (broken) ./configure -update and ./configure -modupdatebrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-15Comments describing classes, for the url http://svn.inspircd.org/docs/annotat...brain
2006-09-071) Make earlier fix to inspsocket actually compile without errorbrain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-03Call X509_free() after we're done with the certbrain
2006-09-03Output the certificate hash to the user when they connectbrain
2006-09-03Remove some gunkbrain
2006-09-03Changed how this module works.brain