]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqlite3.cpp
Tidy up source files:
[user/henk/code/inspircd.git] / src / modules / extra / m_sqlite3.cpp
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-10 AdamFixed linking m_sqlite3 on Windows
2010-08-04 Daniel De GraafFix $md5pass and $sha256pass in SQL queries
2010-03-13 danieldgChange SQLv3 to format queries during submission, not...
2010-03-13 danieldgConvert MySQL to SQLv3
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-06 danieldgAdd column names to SQLv3, allow sqloper to specify...
2010-03-06 danieldgConvert SQLite driver to SQLv3
2010-03-05 danieldgFix SQL modules not all using AddService, noticed by...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgAllow static build of inspircd without module support
2009-10-22 peaveyRemove the intercomm system since sqlite is synchronous.
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
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-22 peaveyForward port r11137 from stable:
2009-02-12 peaveyAh pasting, also remove this var from here
2009-02-11 brainI really dont get the oddball count()? rewrite it
2009-02-11 brainMerge in initial numbered parameters patch from Phoenix...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-13 peaveymore namespace fix0rz
2008-09-12 peaveyLast cleanup. All trunk extras now builds again.
2008-09-12 peaveyfix for listensocket, tested and also working like...
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-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-09 peaveySame fixes to make this module scale much better. Dont...
2008-03-24 brainAnd more of them
2008-03-16 peaveyand no ssl in here.
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 aquanight-Wshadow fixes for some modules in extra/
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-25 brainDisable pedantic for this. Third party headers do silly...
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 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-29 brainSome modules forgotten for conversion to ModuleManager
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-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-01-21 brainWhoops put this back to 3.3
2007-01-21 brainFix broken function vcheck() that checks one dot-delimi...
2007-01-21 brainAdd extra macro pkgconfversion("packagename", "version");
2007-01-17 brainMass comment removal.
2007-01-15 peaveyFix possible segfault if sql query failed. Using a...
2007-01-14 peaveyHook qlite3_update_hook to queries to also catch affect...
2007-01-14 peaveyRemove some old destroy code not needed with InpSocket.
2007-01-14 peaveyMake REHASH work.
2007-01-14 peaveyDont need to send anything on the notifier socket.
2007-01-14 peaveyRemove DOS newlines.
2007-01-14 peaveyNow with SQLite3 support. Fully functional and (hopeful...
2007-01-14 peaveyOMG SQLITE3 support, almost there now =)