]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / modules / extra /
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-19 brainServer::AddExtendedMode and Server::AddCommand will...
2006-02-19 brainMore exception throwing in constructors
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-05 omAdd .c_str()'s to m_sqloper in call to OneOfMatches...
2006-02-04 brainAdded support for space-seperated lists here, too
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
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-31 omSome changes to some stuff..
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 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-29 brainTidied up intending, oh no, really serious fatal bug...
2006-01-29 omRemove -lcrypto
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-29 omWheee, two SSL modules :D And they work together ^^
2006-01-28 omDeleted the semicolon that had half the dev team wonder...
2006-01-28 brainA few tweaks here and there
2006-01-28 brainMissing extern
2006-01-28 brainTESTME: Fix to this to make it work with newer OnPreCom...
2006-01-28 brainIncorporated Craig's friendlier SQL class (documentatio...
2006-01-28 omFix small memory leaks in some cases (bad password...
2006-01-27 omRemove unused includes and rename classes from ModuleSS...
2006-01-27 brainMoved to extra/ - not all systems have stdint.h yet?
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...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-14 brainSQL uses some crappy structs with pointer voodoo that...
2006-01-14 brainFix to parentheses and chown to brain
2006-01-14 rootExtra m_sql field checking
2006-01-12 brainI dont know what ive been told, but extra brackets...
2005-12-31 brainRemoved cvsignores, set svn:ignore property using ...
2005-12-26 brainLast set converted to 'Implements'
2005-12-26 brainConverted more stuff to 'Implements' system
2005-12-21 brainChanged $CompileFlags to seperate $CompileFlags and...
2005-12-13 brainFixed a couple of missing \n's at request of Special
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-11-29 brainFixed for new OnOper syntax
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded reason to OnUserQuit
2005-11-25 brainFixed OnMeshToken (deprecated)
2005-11-25 brainFixed removal of mesh linking from core
2005-11-25 brainFixed to not use mesh stuff
2005-05-30 brainStarted on -Wall - safe compile
2005-05-25 brainOperhosts are now optional (in the type tag)
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-06 brainFixed logging slowdown
2005-05-06 brainTest fix for 3.23 and below
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-25 brainFixed include issue
2005-04-25 brainAdded hostname checking
2005-04-25 brainAdded m_sqloper, allows storage of opers within a mysql...
2005-04-25 brainOptimised SQL
2005-04-24 brainChanged $ModDesc
2005-04-23 brainAdded global connect/oper logging
2005-04-23 brainFixed typo in OnKill
2005-04-23 brainFixed recursive 'splat' in the actors table
2005-04-23 brainAdded preliminary m_sqllog.cpp
2005-04-22 brainFixed crash-n-burn on rehash
2005-04-21 brainAdded allowpatterns
2005-04-21 brainAdded some extra options
2005-04-21 brainChanged description comment
2005-04-21 brainAdded user/password checks and connection code
2005-04-21 brainAdded m_sqlauth - allows authorizing of connections...
2005-04-21 brainUpdated with a bit more debug output
2005-04-21 brainNew stuff actually compiles now
2005-04-21 brainAdded header for m_sql with inherited Request class
2005-04-21 brainCorrected library paths in $CompileFlags
2005-04-21 brainTested initial m_sql (works with issues)
2005-04-20 brainAdded preliminary m_sql.cpp
2005-04-11 brainFixed minor text typos
2005-04-11 brainAdded m_filter_pcre, filters with regular expression...