index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_sqlite3.cpp
Age
Commit message (
Expand
)
Author
2008-03-24
And more of them
brain
2008-03-16
and no ssl in here.
peavey
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-13
Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...
brain
2008-02-12
-Wshadow fixes for some modules in extra/
aquanight
2008-01-10
Header update: 2007 -> 2008
w00t
2007-11-04
Remove Implements() method from every module. booya.
brain
2007-11-04
Honking huge commit. Removal of DELETE() template that never worked right anyway
brain
2007-11-04
Convert all to new Attach() system. The Implements() method needs removing fr...
brain
2007-10-25
Disable pedantic for this. Third party headers do silly stuff. long long?!
brain
2007-10-24
Remove variadic macros from sqlv2 api, removing the warnings that come with i...
brain
2007-10-24
Pedantic clean
brain
2007-10-23
All of insp now builds with -pedantic (theres some warnings to squash in modu...
brain
2007-10-15
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...
w00t
2007-10-15
In the grand tradition of huge fucking commits:
w00t
2007-08-29
Some modules forgotten for conversion to ModuleManager
brain
2007-07-16
OOPS! 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-17
More
brain
2007-05-21
Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...
brain
2007-01-21
Whoops put this back to 3.3
brain
2007-01-21
Fix broken function vcheck() that checks one dot-delimited version string aga...
brain
2007-01-21
Add extra macro pkgconfversion("packagename", "version");
brain
2007-01-17
Mass comment removal.
brain
2007-01-15
Fix possible segfault if sql query failed. Using a free'd char is probably no...
peavey
2007-01-14
Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE...
peavey
2007-01-14
Remove some old destroy code not needed with InpSocket.
peavey
2007-01-14
Make REHASH work.
peavey
2007-01-14
Dont need to send anything on the notifier socket.
peavey
2007-01-14
Remove DOS newlines.
peavey
2007-01-14
Now with SQLite3 support. Fully functional and (hopefully) working.
peavey
2007-01-14
OMG SQLITE3 support, almost there now =)
peavey