summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wrong userrec var used•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2993 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-301-4/+4
* Moved metadata code into into OnGlobalConnect•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2991 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-301-9/+17
* Added new event into m_spanningtree, event id send_metadata, which allows arb...•••see line 529 of m_ssl_gnutls for an example of how to use it. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2990 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-301-1/+14
* Change irritatingly Unreal-ish capitalisation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2989 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-301-1/+1
* Missing delete for config reader•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2964 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-291-1/+2
* Add checks for AddIOHook failing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2963 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-291-7/+10
* Change isin() x2 to pass a const reference instead•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2962 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-291-1/+1
* Remove unused includes and rename classes from ModuleSSL to ModuleSSLGnuTLS s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2937 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-271-18/+8
* And making m_ssl_gnutls require an 'ssl' parameter to /rehash to reload certi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2885 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-251-0/+1
* Adding the +e and +I modules m_banexception and m_inviteexception, also addin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2884 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-251-2/+12
* Use libgnutls-config --libs to configure linker options•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2863 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-231-1/+1
* Use IS_LOCAL() macro•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2862 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-231-1/+1
* Don't try and kill off remote ssl users•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2861 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-231-2/+2
* removing the rest of a redundant and dangerour OnUserQuit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2860 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-231-6/+0
* ...and stop it segfaulting when you do unload it, ty Brain•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2859 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-231-0/+4
* Adding ability to unload module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2858 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-231-3/+39
* Fixed OnUserQuit... again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2856 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-1/+2
* Make relative paths in the config file tags be relative to the insp config di...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2855 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-231-7/+24
* Don't try and CloseSession remote users!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2854 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-231-1/+3
* Allow for <bind> tags with no or empty type, as well as 'clients' ones•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2845 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-221-1/+1
* Set vendor and static module flags...even though the booms from trying to unl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2844 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-221-1/+1
* Make errors loading certificates DEFAULT level•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2843 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-221-6/+6
* Inital commit of the first SSL module \o/ \o/ \o/ Also Ommeh's first official...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2842 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-01-221-0/+524