]> jfr.im git - irc/rqf/shadowircd.git/commit - src/logger.c
Store the creation time of klines and dlines as a time_t instead of as text.
authorJilles Tjoelker <redacted>
Sat, 27 Feb 2010 23:46:56 +0000 (00:46 +0100)
committerJilles Tjoelker <redacted>
Sat, 27 Feb 2010 23:46:56 +0000 (00:46 +0100)
commitce60772db6eb54b5cc87bbaa5c3b5bf783d59be2
tree617a9bbb2b4d5316a3d262bca5dd3530bf635404
parentbebc68755d618cd2392dd187676128ee32bbee56
Store the creation time of klines and dlines as a time_t instead of as text.
The value 0 indicates the creation time is unknown (currently the case
for bandb).
Also store a creation time for xlines and resvs, but do not use it yet.
include/logger.h
include/s_conf.h
modules/m_dline.c
modules/m_kline.c
modules/m_resv.c
modules/m_xline.c
src/client.c
src/listener.c
src/logger.c
src/s_conf.c