]> jfr.im git - solanum.git/commit - modules/m_resv.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)
commitb52c294986bb176966271c7f8edf4c128f7784dd
tree56dd6fef0cf1aafb94b85edae47571df0bd938ba
parent58c728aed8293a811f13399d0338c5791a00bcf8
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