]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqloper.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / extra / m_sqloper.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-09-06 brainGrr at windows exports
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-08-29 w00tRemove two unused parameters
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-14 w00tLots, lots more numerics.h conversion
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainAllow changing of command string and parameter vector...
2008-05-19 brainConvert connection::host
2008-05-19 brainFix these too
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 peaveyConvert even more
2008-03-29 brainAdd support for <sqloper:hash> value, references 'md5...
2008-03-24 brainAnd more of them
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-02 w00tUpdate this to use the new oper call
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-10-15 w00tclass command_t -> class Command. Whey :D
2007-09-20 brainThanks dz, forgot uppercase equivalent of AEIOU in...
2007-09-20 brainAs per request from Bricker, change the format of the...
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-05-22 peaveyModule class has a member ServerInstance, so remove...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-01-17 brainMass comment removal.
2007-01-13 brainChange this to use our md5 provider rather than MD5...
2007-01-02 peaveyFix: If sql user and pass matched, but not operclass...
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-03 brainFixed at last.
2006-11-03 brainIve been unable to commit this since 9am, somehow port...
2006-11-03 brainTook out a header we needed to keep. Im done stick...
2006-11-03 brainHmm, svn said there was a conflict here, but nobody...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-11-03 specialSwitched m_sqloper to use OnPostCommand instead of...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-08-29 brainSnomasks +k (kills) and +o (oper)
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 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 omUpdates to new API
2006-08-09 omFixes for API changes
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 omTidyups, optimisations and make the log messages make...
2006-07-23 omsimple logic error (check they already are +o before...
2006-07-23 omMostly updated to new API; Currently doesn't check...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-05-30 brainApply mirq's optimization patches
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-03-13 brain*hits eggy with a stick*
2006-03-11 brainMore const ref fixes
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-05 omAdd .c_str()'s to m_sqloper in call to OneOfMatches...
2006-02-04 brainAdded support for space-seperated lists here, too
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
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-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...
next