summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2006-02-26Fixed Server* Srv stuff in these too, although by default these arent availab...brain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-19Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...brain
2006-02-19More exception throwing in constructorsbrain
2006-02-11Extra checks to not set the ssl marker twice on re-handshake (nonfatal but wa...brain
2006-02-11Added a sanity check that was left out, prevents crash on invalid fd (e.g. vi...brain
2006-02-05Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...om
2006-02-04Added support for space-seperated lists here, toobrain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-02-04Added gnutls_rpath.pl. This works out the lib dir and does:brain
2006-02-04Only send 320 numeric if the SSL user is on our portom
2006-02-03I R SECURE CONNECTION! (fix)frostycoolslug
2006-01-31Some changes to some stuff..om
2006-01-30Wrong userrec var usedbrain
2006-01-30Moved metadata code into into OnGlobalConnectbrain
2006-01-30Added new event into m_spanningtree, event id send_metadata, which allows arb...brain
2006-01-30Change irritatingly Unreal-ish capitalisationom
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-29Tidied up intending, oh no, really serious fatal bug right there :pbrain
2006-01-29Remove -lcryptoom
2006-01-29Missing delete for config readerom
2006-01-29Add checks for AddIOHook failingom
2006-01-29Change isin() x2 to pass a const reference insteadom
2006-01-29Wheee, two SSL modules :D And they work together ^^om
2006-01-28Deleted the semicolon that had half the dev team wondering...om
2006-01-28A few tweaks here and therebrain
2006-01-28Missing externbrain
2006-01-28TESTME: Fix to this to make it work with newer OnPreCommand event (a paramete...brain
2006-01-28Incorporated Craig's friendlier SQL class (documentation to come later)brain
2006-01-28Fix small memory leaks in some cases (bad password, bad query, lost mysql ser...om
2006-01-27Remove unused includes and rename classes from ModuleSSL to ModuleSSLGnuTLS s...om
2006-01-27Moved to extra/ - not all systems have stdint.h yet?brain
2006-01-25And making m_ssl_gnutls require an 'ssl' parameter to /rehash to reload certi...om
2006-01-25Adding the +e and +I modules m_banexception and m_inviteexception, also addin...om
2006-01-23Use libgnutls-config --libs to configure linker optionsom
2006-01-23Use IS_LOCAL() macroom
2006-01-23Don't try and kill off remote ssl usersom
2006-01-23removing the rest of a redundant and dangerour OnUserQuitom
2006-01-23...and stop it segfaulting when you do unload it, ty Brainom
2006-01-23Adding ability to unload moduleom
2006-01-23Fixed OnUserQuit... again.brain
2006-01-23Make relative paths in the config file tags be relative to the insp config di...om
2006-01-23Don't try and CloseSession remote users!brain
2006-01-22Allow for <bind> tags with no or empty type, as well as 'clients' onesom
2006-01-22Set vendor and static module flags...even though the booms from trying to unl...om
2006-01-22Make errors loading certificates DEFAULT levelom
2006-01-22Inital commit of the first SSL module \o/ \o/ \o/ Also Ommeh's first official...om
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-14SQL uses some crappy structs with pointer voodoo that prevent comparison with...brain
2006-01-14Fix to parentheses and chown to brainbrain