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
/
m_xline_db.cpp
Age
Commit message (
Expand
)
Author
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-04-13
Cast these to shut up compiler
w00t
2008-03-24
Finally change all the Version() objects
brain
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-09
Add OnExpireLine hook to xline db stuff
w00t
2008-01-09
Remove useless debug from here (finished with it), and add some debug that ma...
w00t
2008-01-08
Fix problem #2 (this means that xlinedb is essentially working and feature-co...
w00t
2008-01-08
Fix problem #1 by setting a lock on writes when we're reading. This means no ...
w00t
2008-01-08
xline.db reading. Two things I notice are funky in some way about this.. 1) d...
w00t
2008-01-08
Code to write xline.db.. reading is not yet handled.
w00t
2008-01-08
Very early on version of xline database module, doesn't yet physically store ...
w00t