]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqlauth.cpp
pgsql should now work thx to added posibility to force a fd out of the socketengine...
[user/henk/code/inspircd.git] / src / modules / extra / m_sqlauth.cpp
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-28 peaveyChange the SQLutils and SQL providers to also use inter...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-10-28 brainFix for crash, submitted by peaveydk
2006-10-23 brainMerge guestpattern fix by peaveydk
2006-10-22 brainMerge fix by peaveydk which stops crashes when user...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 omNew API update
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 omRemove unused variable and assignment
2006-07-22 omChange comment to actually be rightish
2006-07-22 omReorder a couple of constructor prototypes for consistency
2006-07-22 omAdd m_sqlutils - Currently provides ID->chan/user lookups
2006-07-22 omExplicitly return false after killing user in OnCheckRe...
2006-07-22 omHandle queries failing properly, actually work
2006-07-22 omUpdate to SQLv2 API
2006-05-30 brainApply mirq's optimization patches
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-03-13 brainNow compiles :p
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-01-28 omFix small memory leaks in some cases (bad password...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainLast set converted to 'Implements'
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-05-30 brainStarted on -Wall - safe compile
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-04-21 brainAdded allowpatterns
2005-04-21 brainAdded some extra options
2005-04-21 brainAdded user/password checks and connection code
2005-04-21 brainAdded m_sqlauth - allows authorizing of connections...