summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqloper.cpp
AgeCommit message (Expand)Author
2008-03-29Add support for <sqloper:hash> value, references 'md5', 'sha256' and finds th...brain
2008-03-24And more of thembrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-01-10Header update: 2007 -> 2008w00t
2008-01-02Update this to use the new oper callw00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-24Remove variadic macros from sqlv2 api, removing the warnings that come with i...brain
2007-10-24Pedantic cleanbrain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-09-20Thanks dz, forgot uppercase equivalent of AEIOU in the strchrbrain
2007-09-20As per request from Bricker, change the format of the 'you are now an oper of...brain
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-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-01-17Mass comment removal.brain
2007-01-13Change this to use our md5 provider rather than MD5() in the querybrain
2007-01-02Fix: If sql user and pass matched, but not operclass or host, conf based comm...peavey
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-03Fixed at last.brain
2006-11-03Ive been unable to commit this since 9am, somehow port 22 is unusable at work...brain
2006-11-03Took out a header we needed to keep. Im done stick a fork in mebrain
2006-11-03Hmm, svn said there was a conflict here, but nobody had committed :/brain
2006-11-03Revert special's sqloper change, nice try but only half a biscuit.brain
2006-11-03Switched m_sqloper to use OnPostCommand instead of OnPreCommand, meaning the ...special
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-08-29Snomasks +k (kills) and +o (oper)brain
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-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-10Updates to new APIom
2006-08-09Fixes for API changesom
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain