Log of /ircd-hybrid-7.2
Directory Listing
Revision
159 -
Directory Listing
Modified
Wed Oct 19 09:39:13 2005 UTC
(15 years, 5 months ago)
by
michael
- Fixed bug where we would increase Count.invisi even
if invisible_on_connect is off
Revision
157 -
Directory Listing
Modified
Tue Oct 18 06:33:24 2005 UTC
(15 years, 5 months ago)
by
adx
- MFC: fixed register_callback
Revision
155 -
Directory Listing
Modified
Tue Oct 18 02:54:54 2005 UTC
(15 years, 5 months ago)
by
db
(backported from HEAD)
- irc_res.c would send out hundreds? of retry requests on clients that
did not resolve, i.e. SERVFAIL. The code was essentailly ignoring
SERVFAIL hence generating request after request after request.
This appears to fix this major bug. It would be a good idea to add
some logging here however.
Revision
151 -
Directory Listing
Modified
Sun Oct 16 18:21:11 2005 UTC
(15 years, 5 months ago)
by
db
- backported from HEAD flush_deleted_I_P is trying to treat MatchItems
as if they are AccessItems
I am almost sure this function is redundant as well.
Revision
150 -
Directory Listing
Modified
Sun Oct 16 18:14:43 2005 UTC
(15 years, 5 months ago)
by
db
- backport fix from HEAD to fix m_testline.c on 7.2
This bug is old. The code was missing a test for a kline conf and the
sendto to print that kline out, in the case where it was a kline against
and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was
a kline against a dns.
Revision
148 -
Directory Listing
Modified
Sun Oct 16 16:18:18 2005 UTC
(15 years, 5 months ago)
by
db
- backport fix for memory leak and parv1 from HEAD
Revision
145 -
Directory Listing
Modified
Sun Oct 16 10:07:13 2005 UTC
(15 years, 5 months ago)
by
michael
- Limit maximum WHOWAS replies for remote requests to 20, as per H6
Revision
143 -
Directory Listing
Modified
Sun Oct 16 09:49:16 2005 UTC
(15 years, 5 months ago)
by
michael
- Fixed a bug where remoteservers would send us an ERROR
on "WHOWAS nick count remoteserver.net". Propably one
of the oldest bugs that got introduced in 7.0.
(Backported from HEAD)
Revision
138 -
Directory Listing
Modified
Sun Oct 16 01:20:07 2005 UTC
(15 years, 6 months ago)
by
db
- fix compile warning
Revision
136 -
Directory Listing
Modified
Sat Oct 15 23:39:54 2005 UTC
(15 years, 6 months ago)
by
db
- backport fixes from 7.3 (HEAD) for testline and ~ flags
Revision
124 -
Directory Listing
Modified
Thu Oct 13 19:48:20 2005 UTC
(15 years, 6 months ago)
by
michael
- Updated example.conf as suggested by pi
Revision
105 -
Directory Listing
Modified
Tue Oct 11 15:10:35 2005 UTC
(15 years, 6 months ago)
by
michael
- Fixed compile error in m_ctrace.c
Revision
103 -
Directory Listing
Modified
Mon Oct 10 18:29:05 2005 UTC
(15 years, 6 months ago)
by
adx
- MFC: fixed core on /links
Revision
102 -
Directory Listing
Modified
Mon Oct 10 12:17:19 2005 UTC
(15 years, 6 months ago)
by
michael
- That one should be the propper fix for GDENY items. Previous fix broke
the ability of stacking user/name/action combinations.
That fix still needs to go into -HEAD, and VERY important, into 7.1.3.
Someone please test this, e.g. write a small dump function that spits out
GDENY items.
Revision
100 -
Directory Listing
Modified
Sun Oct 9 14:43:13 2005 UTC
(15 years, 6 months ago)
by
michael
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
Revision
96 -
Directory Listing
Modified
Sat Oct 8 16:27:32 2005 UTC
(15 years, 6 months ago)
by
db
- And update the parser files
Revision
95 -
Directory Listing
Modified
Sat Oct 8 16:26:37 2005 UTC
(15 years, 6 months ago)
by
db
- At the very least, don't create a gdeny conf with a NULL name,
this is bad manners.
Revision
94 -
Directory Listing
Modified
Sat Oct 8 11:26:25 2005 UTC
(15 years, 6 months ago)
by
michael
- Updated 7.2 RELNOTES
Revision
93 -
Directory Listing
Modified
Sat Oct 8 11:24:01 2005 UTC
(15 years, 6 months ago)
by
michael
- Fixed bug in m_whois() that would allow users to send a WHOIS to remote
servers with an empty argument via "WHOIS someserver.org :"
Revision
66 -
Directory Listing
Modified
Mon Oct 3 23:44:13 2005 UTC
(15 years, 6 months ago)
by
adx
- added /stats h to help
Revision
58 -
Directory Listing
Modified
Mon Oct 3 12:13:38 2005 UTC
(15 years, 6 months ago)
by
michael
- Reverted oper_privs_as_string() back to its previous version which is easier
to maintain when adding new operflags. Even the one who wrote the new version
introduced a bug by not taking care to keep the oper_flags_table in sync
with the OPER_FLAGS_* bits. (which also no one really wants to do ...)
- Updated it to deal with new 'remoteban', 'operwall' and 'operspy' flags
Revision
56 -
Directory Listing
Modified
Mon Oct 3 11:33:30 2005 UTC
(15 years, 6 months ago)
by
michael
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it
Revision
46 -
Directory Listing
Modified
Mon Oct 3 01:14:44 2005 UTC
(15 years, 6 months ago)
by
lusky
MFC: switch to static "SVN" string
Revision
42 -
Directory Listing
Modified
Sun Oct 2 23:25:27 2005 UTC
(15 years, 6 months ago)
by
adx
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)
Revision
40 -
Directory Listing
Modified
Sun Oct 2 22:39:02 2005 UTC
(15 years, 6 months ago)
by
adx
- documented cidr_bitlen
Revision
38 -
Directory Listing
Modified
Sun Oct 2 22:27:12 2005 UTC
(15 years, 6 months ago)
by
adx
- MFC disallow ':' at the beginning and ' ' in server passwords
Revision
34 -
Directory Listing
Modified
Sun Oct 2 21:05:51 2005 UTC
(15 years, 6 months ago)
by
lusky
Copied from:
ircd-hybrid revision 33
create 7.2 branch, we can move/rename it as needed.
Revision
30 -
Directory Listing
Modified
Sun Oct 2 20:03:27 2005 UTC
(15 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up
Revision
20 -
Directory Listing
Modified
Sat Oct 1 02:58:38 2005 UTC
(15 years, 6 months ago)
by
lusky
Original Path:
ircd-hybrid
yet another test commit
Revision
19 -
Directory Listing
Modified
Sat Oct 1 02:55:26 2005 UTC
(15 years, 6 months ago)
by
lusky
Original Path:
ircd-hybrid
yet another test commit
Revision
18 -
Directory Listing
Modified
Sat Oct 1 02:24:09 2005 UTC
(15 years, 6 months ago)
by
lusky
Original Path:
ircd-hybrid
test commit. will it email?
Revision
14 -
Directory Listing
Modified
Sat Oct 1 01:35:59 2005 UTC
(15 years, 6 months ago)
by
lusky
Original Path:
ircd-hybrid
Deleted ircd-hybrid/trunk
Revision
13 -
Directory Listing
Modified
Sat Oct 1 01:35:51 2005 UTC
(15 years, 6 months ago)
by
lusky
Original Path:
ircd-hybrid
Deleted ircd-hybrid/tags
Revision
12 -
Directory Listing
Modified
Sat Oct 1 01:35:45 2005 UTC
(15 years, 6 months ago)
by
lusky
Original Path:
ircd-hybrid
Deleted ircd-hybrid/branches