]> jfr.im git - irc/rqf/shadowircd.git/commit
Speed up /undline similarly
authorJilles Tjoelker <redacted>
Fri, 30 Nov 2007 00:14:12 +0000 (01:14 +0100)
committerJilles Tjoelker <redacted>
Fri, 30 Nov 2007 00:14:12 +0000 (01:14 +0100)
commit6f3a09ff675b7a415840b3911fcd2e92f23503f6
treed9275359ecf137dd5fc17c700e152275c9e002c1
parent40a1d44606f86b7e4ffbd2c05bff826f4dff27e1
Speed up /undline similarly
- Change find_exact_conf_by_address() to work for dlines also.
- Use find_exact_conf_by_address() to find the dline and
  abort immediately if there is no such dline.
- When removing a permanent dline, remove the dline from
  the data structures instead of rehashing bans.
- Convert alternative ways to write the same dline to the
  one in the found dline. (This was changed in unkline too.)
modules/m_dline.c
src/hostmask.c