]> jfr.im git - solanum.git/commit - ircd/s_conf.c
Track who set a dline/kline/xline/resv as in ratbox3.
authorJilles Tjoelker <redacted>
Mon, 1 Mar 2010 00:23:22 +0000 (01:23 +0100)
committerJilles Tjoelker <redacted>
Mon, 1 Mar 2010 00:23:22 +0000 (01:23 +0100)
commit27f616ddf5bdefea2793427117329e03e20c8c1f
treed1134df567593794ebe39bf61f295ea54642644d
parent3d242eb30f5bb0b187a2ac47b055d583cf645d5e
Track who set a dline/kline/xline/resv as in ratbox3.

Like in ratbox3, there is no way to query this information
(other than bandb's tables, but they worked before this
commit).
15 files changed:
extensions/m_webirc.c
include/operhash.h [new file with mode: 0644]
include/s_conf.h
modules/m_dline.c
modules/m_kline.c
modules/m_resv.c
modules/m_testline.c
modules/m_xline.c
src/Makefile.in
src/bandbi.c
src/hostmask.c
src/newconf.c
src/operhash.c [new file with mode: 0644]
src/s_conf.c
src/s_user.c