Author: Isomer <perry@coders.net>
authorPerry Lorier <isomer@undernet.org>
Mon, 20 Nov 2000 19:02:17 +0000 (19:02 +0000)
committerPerry Lorier <isomer@undernet.org>
Mon, 20 Nov 2000 19:02:17 +0000 (19:02 +0000)
commit80881d85337d93d70b67a505ae5178199b1b3155
treec630817d50f106ff7d3fcaeb2f202588876b1383
parent21adc78c56f940806a7902356f21fa52e54a76ff
Author: Isomer <perry@coders.net>
Log message:

        * ircd/ircd_reply.c: added 'protocol_violation', thus alerting us
        to problems in the server<->server protocol.

        * ircd/m_connect.c: allow remote connects with a port of '0'
        meaning to use the port in the config file.

        * ircd/m_create.c: Enable hacking protection, lets see how far we
        get.

        * ircd/m_error.c: The RFC says never accept ERROR from unreg'd
        clients, so we don't any more.

        * ircd/m_kill.c: The kill path is now made up of numnicks of servers,
        and the user@host is displayed of the victim.

        * ircd/m_map.c: reloaded 'dump_map'.

        * ircd/m_trace.c: allow per class T:

        * ircd/m_stats.c: allow local opers /remote stats anywhere on the 'net.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@308 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
36 files changed:
ChangeLog
doc/example.conf
doc/rfc1459.unet
include/handlers.h
include/ircd_reply.h
include/map.h [deleted file]
ircd/Makefile.in
ircd/ircd_reply.c
ircd/m_away.c
ircd/m_burst.c
ircd/m_clearmode.c
ircd/m_connect.c
ircd/m_create.c
ircd/m_destruct.c
ircd/m_desynch.c
ircd/m_endburst.c
ircd/m_error.c
ircd/m_invite.c
ircd/m_join.c
ircd/m_kill.c
ircd/m_map.c
ircd/m_motd.c
ircd/m_notice.c
ircd/m_pass.c
ircd/m_pong.c
ircd/m_quit.c
ircd/m_rehash.c
ircd/m_rping.c
ircd/m_server.c
ircd/m_silence.c
ircd/m_topic.c
ircd/m_version.c
ircd/m_wallops.c
ircd/map.c [deleted file]
ircd/parse.c
ircd/s_stats.c