summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlauth.cpp
AgeCommit message (Expand)Author
2009-09-28Fix compilation of some extras modulesdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-02Globally route "a" snotices for more modules. Patch from Milliways.danieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-23Templateise thisbrain
2009-01-23Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...brain
2009-01-22Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T...brain
2009-01-02Update copyrights for 2009.w00t
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-09-05mysql's windows build is utter hell to get working the way we wanted. The pac...brain
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Nuke last references to MatchTextw00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19Convert connection::hostbrain
2008-05-19Fix these toobrain
2008-05-09Fix some indenting.peavey
2008-04-09Fix thesew00t
2008-03-29Use the right passbrain
2008-03-29Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p...brain
2008-03-24And more of thembrain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
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-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