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