From: Jilles Tjoelker Date: Sat, 27 Feb 2010 23:46:56 +0000 (+0100) Subject: Store the creation time of klines and dlines as a time_t instead of as text. X-Git-Tag: shadowircd-6.1.0~34^2~29 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/ce60772db6eb54b5cc87bbaa5c3b5bf783d59be2?hp=ce60772db6eb54b5cc87bbaa5c3b5bf783d59be2 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. ---