X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=7fd9c17d08c0a3968ec8927756a6d3732c47a327;hb=a63ed96a58c1317dba4e3d6ca5bccddcc4ab379f;hp=7c5ea3d4a7b0e32f5a37ccb370a4034df452591f;hpb=408f75598aad0ce785b2cd13262be1d49ddbbc2a;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 7c5ea3d..7fd9c17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2001-11-01 Kevin L Mitchell + + * ircd/send.c: some minor white-space fiddling; recast selector + test in sendwallto_group_butone() to remove a warning regarding + putting & within parentheses [forward-port from u2.10.11] + + * ircd/m_create.c (ms_create): use time_t instead of int as a + declaration for rate [forward-port from u2.10.11] + + * ircd/ircd_reply.c (protocol_violation): it's supposed to be + WALL_DESYNCH, not CMD_DESYNCH, if I understand things right--no + wonder we weren't seeing any protocol violations! [forward-port + from u2.10.11] + + * include/send.h: include time.h for time_t; move WALL_* closer to + the function they're used in; some white-space fiddling; add + declaration of sendto_opmask_butone_ratelimited() [forward-port + from u2.10.11] + + * ircd/m_squit.c (ms_squit): add protocol_violation() calls in the + cases where we ignore a squit, so we aren't taken by surprise, at + least... [forward-port from u2.10.11] + + * ircd/m_create.c (ms_create): Display origin server, not origin + user [forward-port from u2.10.11] + 2001-11-02 Perry Lorier * fixed TS drift message to use sptr, not cptr