summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2006-12-05This has changed again, i suggest you dont bother trying to keep up till im d...brain
2006-12-04More $ModDep stuffbrain
2006-12-04Update $ModDep lines so that these properly depend on their headers in the ma...brain
2006-11-26Add a description to an exception in the constructor, also reformat all the i...brain
2006-11-25Improve openssl detectionbrain
2006-11-24whoops, !defined not undef!brain
2006-11-24Make this smarter when we dont have pkg-configbrain
2006-11-24More fixesbrain
2006-11-24Fixesbrain
2006-11-24Smarter openssl detectionbrain
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-11-21Fixed gnutls_rpath.pl to do rpath for all paths, not just gnutls - this fixes...special
2006-11-19Remove spacebrain
2006-11-19Ooops, remove my debug lineom
2006-11-19Also return for 7.x series > 7.3.15, this still wants testing :p (which versi...om
2006-11-19Hopefully uncraq this script enough to actually work, should return for versi...om
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