Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Wed, 18 Apr 2001 20:25:58 +0000 (20:25 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Wed, 18 Apr 2001 20:25:58 +0000 (20:25 +0000)
commitd04a3bf6279f414736e6caae2c6035a648ac63be
treeb46b7790c20dfac0996d23b97eff6a88a0c7532c
parent9653d11e1df733afa5642933892859bc117b1d00
Author: Kev <klmitch@mit.edu>
Log message:

Pull-up of various features that have been added to the ircu2.10.10,
including such things as the advisory lock-based multiple execution
exclusion, K-lines by realname, and the HEAD_IN_SAND stuff.

Testing: The K-lines by real name are untested, and all of the K-line
infrastructure will need testing, owing to extensive changes to how they
work.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@419 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
22 files changed:
ChangeLog
doc/example.conf
include/client.h
include/handlers.h
include/ircd.h
include/ircd_policy.h [new file with mode: 0644]
include/s_conf.h
ircd/Makefile.in
ircd/channel.c
ircd/gline.c
ircd/ircd.c
ircd/m_links.c
ircd/m_map.c
ircd/m_stats.c
ircd/m_trace.c
ircd/m_user.c
ircd/m_whois.c
ircd/parse.c
ircd/s_conf.c
ircd/s_misc.c
ircd/s_stats.c
ircd/s_user.c