]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqlauth.cpp
fixed some indentation and spacing in modules
[user/henk/code/inspircd.git] / src / modules / extra / m_sqlauth.cpp
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainConvert connection::host
2008-05-19 brainFix these too
2008-05-09 peaveyFix some indenting.
2008-04-09 w00tFix these
2008-03-29 brainUse the right pass
2008-03-29 brainAllow freeform queries. Allow $nick, $host, $ip, $pass...
2008-03-24 brainAnd more of them
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-24 brainRemove variadic macros from sqlv2 api, removing the...
2007-10-24 brainPedantic clean
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainMore
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-22 peaveyModule class has a member ServerInstance, so remove...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-13 w00tMake this FindFeature once, and store the result. It...
2007-01-17 brainMass comment removal.
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...