]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
Somehow, i'd cp'd all these and was making local changes :/
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
2006-08-11 brainSomehow, i'd cp'd all these and was making local changes :/
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWHEEEEE!!!!!
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainTemplated GetExt()
2006-06-01 brainFixed logic for OnWhois "is using SSL" numeric. Was...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-17 omTidy up around the ex AMD64 'fix'
2006-03-17 omGiving printf formats and not giving it arguments for...
2006-03-17 omAMD64 warning 'fix' which tested fine when I added...
2006-03-14 omExperimental change to avoid warning on 64bit systems...
2006-03-11 brainMore const ref fixes
2006-02-11 brainExtra checks to not set the ssl marker twice on re...
2006-02-11 brainAdded a sanity check that was left out, prevents crash...
2006-02-04 brainAdded gnutls_rpath.pl. This works out the lib dir and...
2006-02-04 omOnly send 320 numeric if the SSL user is on our port
2006-02-03 frostycoolslugI R SECURE CONNECTION! (fix)
2006-01-30 brainWrong userrec var used
2006-01-30 brainMoved metadata code into into OnGlobalConnect
2006-01-30 brainAdded new event into m_spanningtree, event id send_meta...
2006-01-30 omChange irritatingly Unreal-ish capitalisation
2006-01-29 omMissing delete for config reader
2006-01-29 omAdd checks for AddIOHook failing
2006-01-29 omChange isin() x2 to pass a const reference instead
2006-01-27 omRemove unused includes and rename classes from ModuleSS...
2006-01-25 omAnd making m_ssl_gnutls require an 'ssl' parameter...
2006-01-25 omAdding the +e and +I modules m_banexception and m_invit...
2006-01-23 omUse libgnutls-config --libs to configure linker options
2006-01-23 omUse IS_LOCAL() macro
2006-01-23 omDon't try and kill off remote ssl users
2006-01-23 omremoving the rest of a redundant and dangerour OnUserQuit
2006-01-23 om...and stop it segfaulting when you do unload it, ty...
2006-01-23 omAdding ability to unload module
2006-01-23 brainFixed OnUserQuit... again.
2006-01-23 omMake relative paths in the config file tags be relative...
2006-01-23 brainDon't try and CloseSession remote users!
2006-01-22 omAllow for <bind> tags with no or empty type, as well...
2006-01-22 omSet vendor and static module flags...even though the...
2006-01-22 omMake errors loading certificates DEFAULT level
2006-01-22 omInital commit of the first SSL module \o/ \o/ \o/ Also...