X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=0af5a67c49213e57d85a26ec210792efbdcb900b;hb=80881d85337d93d70b67a505ae5178199b1b3155;hp=34c5891b4f4c3b1e48563d6a034772cb895a64e2;hpb=21adc78c56f940806a7902356f21fa52e54a76ff;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 34c5891..0af5a67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,26 @@ -2000-10-30 Isomer +2000-11-19 Isomer + * 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. + +2000-11-17 Isomer * ircd/m_topic.c: Fixed bug where we'd only send to clients topics that were the *same* instead of different. Oh the embarrasment!