index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_ssl_gnutls.cpp
Age
Commit message (
Expand
)
Author
2006-08-10
Removal of Server::Log -- not much ever used it anyway with the ability to us...
brain
2006-08-09
ServerConfig extern moved into class InspIRCd
brain
2006-08-08
Improve Write functions, and change some stuff from char* to const char*
brain
2006-08-08
WHEEEEE!!!!!
brain
2006-08-04
Change to using userrec::ip as a sockaddr to store port, ip and address famil...
brain
2006-07-10
Inherit just about everything from classbase
brain
2006-07-10
Templated GetExt()
brain
2006-06-01
Fixed logic for OnWhois "is using SSL" numeric. Was broken: required the user...
brain
2006-04-24
delete operator tracking in debug mode (using a macro -- live with it.)
brain
2006-04-08
Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...
om
2006-03-17
Tidy up around the ex AMD64 'fix'
om
2006-03-17
Giving printf formats and not giving it arguments for them != cunning
om
2006-03-17
AMD64 warning 'fix' which tested fine when I added it seems to now...stop thi...
om
2006-03-14
Experimental change to avoid warning on 64bit systems, this is a simple one-l...
om
2006-03-11
More const ref fixes
brain
2006-02-11
Extra checks to not set the ssl marker twice on re-handshake (nonfatal but wa...
brain
2006-02-11
Added a sanity check that was left out, prevents crash on invalid fd (e.g. vi...
brain
2006-02-04
Added gnutls_rpath.pl. This works out the lib dir and does:
brain
2006-02-04
Only send 320 numeric if the SSL user is on our port
om
2006-02-03
I R SECURE CONNECTION! (fix)
frostycoolslug
2006-01-30
Wrong userrec var used
brain
2006-01-30
Moved metadata code into into OnGlobalConnect
brain
2006-01-30
Added new event into m_spanningtree, event id send_metadata, which allows arb...
brain
2006-01-30
Change irritatingly Unreal-ish capitalisation
om
2006-01-29
Missing delete for config reader
om
2006-01-29
Add checks for AddIOHook failing
om
2006-01-29
Change isin() x2 to pass a const reference instead
om
2006-01-27
Remove unused includes and rename classes from ModuleSSL to ModuleSSLGnuTLS s...
om
2006-01-25
And making m_ssl_gnutls require an 'ssl' parameter to /rehash to reload certi...
om
2006-01-25
Adding the +e and +I modules m_banexception and m_inviteexception, also addin...
om
2006-01-23
Use libgnutls-config --libs to configure linker options
om
2006-01-23
Use IS_LOCAL() macro
om
2006-01-23
Don't try and kill off remote ssl users
om
2006-01-23
removing the rest of a redundant and dangerour OnUserQuit
om
2006-01-23
...and stop it segfaulting when you do unload it, ty Brain
om
2006-01-23
Adding ability to unload module
om
2006-01-23
Fixed OnUserQuit... again.
brain
2006-01-23
Make relative paths in the config file tags be relative to the insp config di...
om
2006-01-23
Don't try and CloseSession remote users!
brain
2006-01-22
Allow for <bind> tags with no or empty type, as well as 'clients' ones
om
2006-01-22
Set vendor and static module flags...even though the booms from trying to unl...
om
2006-01-22
Make errors loading certificates DEFAULT level
om
2006-01-22
Inital commit of the first SSL module \o/ \o/ \o/ Also Ommeh's first official...
om