summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-01-26Moved these into initialization-listbrain
2006-01-26Incorrect initialization orderbrain
2006-01-26Default ident timeout to 1 sec if not defined (a bit low, but better than 0!)brain
2006-01-26Updated m_ident to use inspsocket, should be more reliable - *NEEDS TESTING*brain
2006-01-26Added m_opersha256 module created by Specialbrain
2006-01-26Use InsertMode() and add vendor flagom
2006-01-26Add module for anti-autorejoin channel mode +Jom
2006-01-25Changes to INVEX and EXCEPTS 005 tokensbrain
2006-01-25*thwap brain for forgetting to #include helperfuncs.h*om
2006-01-25Tidied up to use InsertMode()brain
2006-01-25Changed more to use InsertModebrain
2006-01-25Changed to use InsertModebrain
2006-01-25Changed to InsertModebrain
2006-01-25Changed to use InsertModebrain
2006-01-25Change m_redirect, m_joinflood and m_messageflood to put their modes in the c...om
2006-01-25Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the...om
2006-01-25Added patch from Andy Church re spaces in SETNAMEbrain
2006-01-25Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...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-24kludge in the wrong place ;)brain
2006-01-24Added trick to allow local server to unset -r only in one specific condition ...brain
2006-01-24Added code to remove +r on a nick if they have it and change nicksbrain
2006-01-24Swapped around params to make this workbrain
2006-01-24Added joinflood +jroot
2006-01-23Fixed another instance of IP being shownbrain
2006-01-23Fixed to not display ip where not needed (breaks hidden hubs)brain
2006-01-23Typo fixbrain
2006-01-23Patched to allow FTOPIC from users (so that chanserv can update the settime a...brain
2006-01-23Typo fixbrain
2006-01-23Optional IP-Hiding for serversbrain
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-23Change 974 numeric to 490 to avoid collision with Insp's failed to load modul...om
2006-01-23Make m_sslmodes messages appear in the channel windowom
2006-01-22Initial commit of m_sslmodes, supplying chanmode +zom
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-22Or so i thought...brain
2006-01-22Fixedbrain
2006-01-22Was using OnUserPre* when i wanted to use OnUser*, which meant that remote se...brain