summaryrefslogtreecommitdiff
path: root/src/modules/m_xline_db.cpp
AgeCommit message (Expand)Author
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-09-02More deallocation-at-exit cleanupdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-04-13Cast these to shut up compilerw00t
2008-03-24Finally change all the Version() objectsbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-01-10Header update: 2007 -> 2008w00t
2008-01-09Add OnExpireLine hook to xline db stuffw00t
2008-01-09Remove useless debug from here (finished with it), and add some debug that ma...w00t
2008-01-08Fix problem #2 (this means that xlinedb is essentially working and feature-co...w00t
2008-01-08Fix problem #1 by setting a lock on writes when we're reading. This means no ...w00t
2008-01-08xline.db reading. Two things I notice are funky in some way about this.. 1) d...w00t
2008-01-08Code to write xline.db.. reading is not yet handled.w00t
2008-01-08Very early on version of xline database module, doesn't yet physically store ...w00t