summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlauth.cpp
AgeCommit message (Expand)Author
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Morebrain
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-22Module class has a member ServerInstance, so remove any extra refs still ling...peavey
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-13Make this FindFeature once, and store the result. It was different dating bac...w00t
2007-01-17Mass comment removal.brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-28Change the SQLutils and SQL providers to also use interfaces for proper unloa...peavey
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-04Update $ModDep lines so that these properly depend on their headers in the ma...brain
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-10-28Fix for crash, submitted by peaveydkbrain
2006-10-23Merge guestpattern fix by peaveydkbrain
2006-10-22Merge fix by peaveydk which stops crashes when user doesnt authbrain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11New API updateom
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-23Remove unused variable and assignmentom
2006-07-22Change comment to actually be rightishom
2006-07-22Reorder a couple of constructor prototypes for consistencyom
2006-07-22Add m_sqlutils - Currently provides ID->chan/user lookupsom
2006-07-22Explicitly return false after killing user in OnCheckReady() (theoretically n...om
2006-07-22Handle queries failing properly, actually workom
2006-07-22Update to SQLv2 APIom
2006-05-30Apply mirq's optimization patchesbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-03-13Now compiles :pbrain
2006-03-11More const ref fixesbrain
2006-03-08Changed m_sqlauth to allow more advanced encryption typesbrain
2006-02-26Fixed Server* Srv stuff in these too, although by default these arent availab...brain
2006-01-28Fix small memory leaks in some cases (bad password, bad query, lost mysql ser...om
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Last set converted to 'Implements'brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-21Added allowpatternsbrain