]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Add extra parameter to MySQLresult and SQLresult
[user/henk/code/inspircd.git] / src / modules / extra /
2006-07-22 brainAdd extra parameter to MySQLresult and SQLresult
2006-07-22 brainFix test client error cheecking on result types
2006-07-22 omUpdate to SQLv2 API
2006-07-22 omSet the ID in the request *before* we copy it by value...
2006-07-22 om*hide*, I forgot to include the ID in the SQLresult...
2006-07-22 brainAdd back the auto reconnect
2006-07-22 brainTest commit to sync after network outage
2006-07-22 brainHuge ass comment about how this works
2006-07-22 brainWorks with the m_testclient test program/suite!
2006-07-22 brainError checking and debug
2006-07-22 brainWorks now (again, to a point)
2006-07-22 brainTry and find out why stuff isnt working
2006-07-22 brainGetting a bit further
2006-07-21 brainAdded notification socket
2006-07-21 brainOne mess and a half that compiles. To be tidied some...
2006-07-21 brainDeal with ? substitution, we're at the point now where...
2006-07-21 brainSeems to work to a point (dont use it, it wont actually...
2006-07-21 brainThis now compiles, i gaurantee it doesnt work :P
2006-07-21 brainChange includes, use --libs_r rather than mysql_config...
2006-07-21 brainMove this to m_mysql.cpp - dont even bother reading...
2006-07-21 omSet the query string in the SQLquery to the copy with...
2006-07-21 omImplemenet parameter substitution (damn sexy if you...
2006-07-21 omParamL needs to be a deque rather than a vector *thwap*
2006-07-21 omAdd tiny perl script to detect version and pass an...
2006-07-21 omAPI header and client module updates for new multi...
2006-07-21 omSlight tidyup: type name = type(args); --> type name...
2006-07-20 omMake SQLexception inherit ModuleException
2006-07-20 omUpdates, should be able to safely unload client modules...
2006-07-20 omOkay, working PostgreSQL module, API header and example...
2006-07-20 omOkay, this is getting towards working now. It just...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-16 omFixes/codes of the query queue, various prototypes...
2006-07-12 omA few updates to the API header
2006-07-11 brainFixed
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-10 brainGetExt conversion
2006-07-10 brainTemplated GetExt()
2006-07-10 brainSupport for systems without stdint.h (we make a guess...
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-07-07 omMore stuff for m_pgsql in, provider-side API stuff...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-07-03 omChange InspSocket's private members to only be protecte...
2006-06-28 specialAdded SQLQuery::GetError() and removed a lot of space...
2006-06-16 omFix for m_ssl_openssl dying if the DH params file doesn...
2006-06-15 brainNow uses mysql_config and mysql_rpath.pl
2006-06-15 brainNicer SQLQuery::Sanitise
2006-06-01 brainFixed logic for OnWhois "is using SSL" numeric. Was...
2006-05-30 brainApply mirq's optimization patches
2006-04-30 brainchange to ability for QueryCount to return -1 for both...
2006-04-30 brainIn 1.1, we return a negative value when QueryCount...
2006-04-30 brainMerge of peaveydk's diff (at last)
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainInclude paths change
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-17 omTidy up around the ex AMD64 'fix'
2006-03-17 omDid the same thing here :/
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-13 brain*hits eggy with a stick*
2006-03-13 brainNow compiles :p
2006-03-11 braindeprecated covariant return type flux capacitor flopcir...
2006-03-11 brainAnd more
2006-03-11 brainMore const ref fixes
2006-03-08 brainChanged m_sqlauth to allow more advanced encryption...
2006-02-26 brainFixed Server* Srv stuff in these too, although by defau...
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?
next