Age | Commit message (Expand) | Author |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-11-10 | Make /stats s more detailed, fix a grammar error | brain |
2006-11-10 | Whoops, make /stats s work | brain |
2006-11-10 | Add /stats s | brain |
2006-11-10 | Whoops, properly handle rehash now that new filters might be added by /FILTER | brain |
2006-11-10 | Implement on-burst synching of filters | brain |
2006-11-10 | Oops, forgot command source, these wouldnt be able to be unloaded properly | brain |
2006-11-10 | Implement the /filter command. Note that this is currently untested, and prop... | brain |
2006-11-10 | Add gline type, and <filter:duration> value to say how long to ban for. | brain |
2006-11-10 | Inherit m_filter.cpp and m_filter_pcre.cpp from a base set of classes, so tha... | brain |
2006-11-03 | Fixed at last. | brain |
2006-11-03 | Ive been unable to commit this since 9am, somehow port 22 is unusable at work... | brain |
2006-11-03 | Took out a header we needed to keep. Im done stick a fork in me | brain |
2006-11-03 | Hmm, svn said there was a conflict here, but nobody had committed :/ | brain |
2006-11-03 | Revert special's sqloper change, nice try but only half a biscuit. | brain |
2006-11-03 | Switched m_sqloper to use OnPostCommand instead of OnPreCommand, meaning the ... | special |
2006-10-30 | Fix for crash found by eggy when a user without a cert tries to oper on a fin... | brain |
2006-10-28 | Fix these too! | brain |
2006-10-28 | Add support for OnWhoisLine, which allows modules to change or drop any line ... | brain |
2006-10-28 | Fix for crash, submitted by peaveydk | brain |
2006-10-27 | remove <filter file> - This is no longer neccessary as we've had includes for... | brain |
2006-10-23 | Merge guestpattern fix by peaveydk | brain |
2006-10-22 | Merge fix by peaveydk which stops crashes when user doesnt auth | brain |
2006-10-22 | Oops, memory leaks! | brain |
2006-10-20 | Const refs | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-06 | Document more classes | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-01 | 64bit fixes | om |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-29 | Made m_filter_pcre free the compiled regular expressions on rehash (no more m... | special |
2006-09-29 | Fixed the pcre include path in m_filter_pcre - on every system I tested, --cf... | special |
2006-09-25 | Mini security audit | brain |
2006-09-25 | Whoops, patch | brain |
2006-09-25 | Fix (broken) ./configure -update and ./configure -modupdate | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Comments describing classes, for the url http://svn.inspircd.org/docs/annotat... | brain |
2006-09-07 | 1) Make earlier fix to inspsocket actually compile without error | brain |
2006-09-06 | All commands now return results CMD_FAILURE or CMD_SUCCESS | brain |
2006-09-03 | Call X509_free() after we're done with the cert | brain |
2006-09-03 | Output the certificate hash to the user when they connect | brain |
2006-09-03 | Remove some gunk | brain |
2006-09-03 | Changed how this module works. | brain |
2006-09-03 | Check for people trying to literally put the fingerprint in as a pass | brain |
2006-09-03 | Removal of debug | brain |
2006-09-03 | Add comments to document this header | brain |
2006-09-03 | YAY! A module which allows a user to oper via their ssl key fingerprint. | brain |
2006-09-03 | Remove a ton of debug | brain |