Log of /releases/ircd-hybrid-7.2.0
Directory Listing
Revision
304 -
Directory Listing
Modified
Fri Dec 9 05:39:16 2005 UTC
(17 years, 1 month ago)
by
lusky
Original Path:
ircd-hybrid-7.2
- bump patchlevel to 7.2.0
- update RELNOTES
- bump version in specfile
Revision
298 -
Directory Listing
Modified
Mon Dec 5 22:49:18 2005 UTC
(17 years, 1 month ago)
by
db
Original Path:
ircd-hybrid-7.2
- This is part of the nasty core fix; the y.tab.c and y.tab.h files
were committed earlier, I have no idea why this file did not get committed.
Revision
287 -
Directory Listing
Modified
Sat Dec 3 13:28:04 2005 UTC
(17 years, 1 month ago)
by
db
Original Path:
ircd-hybrid-7.2
- This BUG is gone so the ancillary files are no longer needed as well
Revision
285 -
Directory Listing
Modified
Sat Dec 3 10:57:47 2005 UTC
(17 years, 1 month ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ fixed unportable usage of va_list that make ircd cry on amd64
Revision
269 -
Directory Listing
Modified
Mon Nov 14 19:39:09 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ more rate limiting fixes
+ update RELNOTES
Revision
268 -
Directory Listing
Modified
Mon Nov 14 11:02:39 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ add more load2hi protection
+ style fixes
Revision
255 -
Directory Listing
Modified
Sat Nov 12 14:18:31 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed core on /modunload, /modrestart
Revision
251 -
Directory Listing
Modified
Fri Nov 11 12:36:59 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8
- Rebuilt y.tab.c using bison 2.1
Revision
222 -
Directory Listing
Modified
Thu Nov 3 15:39:49 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Added missing 'return' after register_remote_user() call in
nick_from_server()
Revision
219 -
Directory Listing
Modified
Thu Nov 3 14:41:55 2005 UTC
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- Use MODE_PRIVATE, MODE_PARANOID isn't defined until HEAD (7.3)
Revision
202 -
Directory Listing
Modified
Tue Nov 1 11:48:01 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ reverted accidental invalid backport of win32build.bat
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
195 -
Directory Listing
Modified
Sun Oct 30 09:39:59 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed compile error in load_a_module() with glibc that don't
have a Link_map typedef
Revision
189 -
Directory Listing
Modified
Sun Oct 23 21:35:38 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- backported fix from HEAD done by Michael
- Fixed bug in sendto_channel_remote() that would cause
multiple copies of the same message to be sent to the
uplinked server.
Revision
176 -
Directory Listing
Modified
Sat Oct 22 00:00:13 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
Revision
172 -
Directory Listing
Modified
Fri Oct 21 22:04:25 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- ETRACE should spit out an error if used by a non-oper. Reported by nenolod
Revision
169 -
Directory Listing
Modified
Fri Oct 21 09:37:16 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Removed LocalUser.port
- Removed two extra memsets in make_request()
Revision
167 -
Directory Listing
Modified
Fri Oct 21 09:32:05 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed compilewarning about unused parc in a more or less clean way.
Reported by Marines
Revision
166 -
Directory Listing
Modified
Fri Oct 21 04:20:48 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
Backported from HEAD
- committed configure changes by nenolod (William Pitcock)
to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list
Revision
163 -
Directory Listing
Modified
Thu Oct 20 21:09:02 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
- MFC iorecv/iosend changes to allow charset recoding
Revision
159 -
Directory Listing
Modified
Wed Oct 19 09:39:13 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed bug where we would increase Count.invisi even
if invisible_on_connect is off
Revision
155 -
Directory Listing
Modified
Tue Oct 18 02:54:54 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
(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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- backport fix for memory leak and parv1 from HEAD
Revision
145 -
Directory Listing
Modified
Sun Oct 16 10:07:13 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- 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
136 -
Directory Listing
Modified
Sat Oct 15 23:39:54 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- backport fixes from 7.3 (HEAD) for testline and ~ flags
Revision
124 -
Directory Listing
Modified
Thu Oct 13 19:48:20 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Updated example.conf as suggested by pi
Revision
102 -
Directory Listing
Modified
Mon Oct 10 12:17:19 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
Revision
95 -
Directory Listing
Modified
Sat Oct 8 16:26:37 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- At the very least, don't create a gdeny conf with a NULL name,
this is bad manners.
Revision
93 -
Directory Listing
Modified
Sat Oct 8 11:24:01 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- 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
58 -
Directory Listing
Modified
Mon Oct 3 12:13:38 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- 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
42 -
Directory Listing
Modified
Sun Oct 2 23:25:27 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)
Revision
38 -
Directory Listing
Modified
Sun Oct 2 22:27:12 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
- MFC disallow ':' at the beginning and ' ' in server passwords
Revision
30 -
Directory Listing
Modified
Sun Oct 2 20:03:27 2005 UTC
(17 years, 3 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
(17 years, 4 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
(17 years, 4 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
(17 years, 4 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
(17 years, 4 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
(17 years, 4 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
(17 years, 4 months ago)
by
lusky
Original Path:
ircd-hybrid
Deleted ircd-hybrid/branches