7fd9c17d08c0a3968ec8927756a6d3732c47a327
[ircu2.10.12-pk.git] / ChangeLog
1 2001-11-01  Kevin L Mitchell  <klmitch@mit.edu>
2
3         * ircd/send.c: some minor white-space fiddling; recast selector
4         test in sendwallto_group_butone() to remove a warning regarding
5         putting & within parentheses [forward-port from u2.10.11]
6
7         * ircd/m_create.c (ms_create): use time_t instead of int as a
8         declaration for rate [forward-port from u2.10.11]
9
10         * ircd/ircd_reply.c (protocol_violation): it's supposed to be
11         WALL_DESYNCH, not CMD_DESYNCH, if I understand things right--no
12         wonder we weren't seeing any protocol violations! [forward-port
13         from u2.10.11]
14
15         * include/send.h: include time.h for time_t; move WALL_* closer to
16         the function they're used in; some white-space fiddling; add
17         declaration of sendto_opmask_butone_ratelimited() [forward-port
18         from u2.10.11]
19
20         * ircd/m_squit.c (ms_squit): add protocol_violation() calls in the
21         cases where we ignore a squit, so we aren't taken by surprise, at
22         least... [forward-port from u2.10.11]
23
24         * ircd/m_create.c (ms_create): Display origin server, not origin
25         user [forward-port from u2.10.11]
26
27 2001-11-02  Perry Lorier  <isomer@coders.net>
28         * fixed TS drift message to use sptr, not cptr
29
30 2001-10-31  Perry Lorier  <isomer@coders.net>
31         * fixed ping *bug*
32
33 2001-10-31  Perry Lorier  <isomer@coders.net>
34         * fixed hunt_server
35