]> jfr.im git - irc/rqf/shadowircd.git/commit - src/operhash.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)
commita0f4c418d39ab72d88e1430500082b7d6bb68073
tree7cc4216d7fd1b67fb47c14be73539b48562a9fdc
parent157c1f04bd3b04cbdcef5efb3cb280d0e10f1e7f
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