Log of /ircd-hybrid/releases/7.2.1
Directory Listing
Revision
537 -
Directory Listing
Modified
Fri Mar 24 09:42:22 2006 UTC
(14 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Backported OJOIN fix from HEAD. Thanks for remembering me, CoolCold
Revision
536 -
Directory Listing
Modified
Thu Mar 23 09:59:02 2006 UTC
(14 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
Revision
535 -
Directory Listing
Modified
Wed Mar 22 20:43:12 2006 UTC
(14 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ fixed linking error on bcc/win32 about _strcasecmp
Revision
530 -
Directory Listing
Modified
Sat Mar 18 16:47:06 2006 UTC
(14 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed compile error in m_operspy.c. Reported by Volk
Revision
528 -
Directory Listing
Modified
Sat Mar 18 15:13:11 2006 UTC
(14 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Added missing !u@h prefix when sending MODE message back to a client
Revision
522 -
Directory Listing
Modified
Sun Mar 12 13:42:20 2006 UTC
(14 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Backported msg_tree_parse() speedup
Revision
521 -
Directory Listing
Modified
Sat Mar 11 21:37:16 2006 UTC
(14 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2
- When checking for first " in a line, make sure it doesn't run off
the end of the line before it finds one.
Revision
516 -
Directory Listing
Modified
Thu Mar 9 10:55:50 2006 UTC
(14 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Removed unused struct DNSQuery pointer from Listener structure
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(14 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed static build for m_cap() (fix doesn't need to get
forward-ported to HEAD)
- Added BS alias for BOTSERV
Revision
510 -
Directory Listing
Modified
Sat Mar 4 08:37:51 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- register_remote_user(): Fixed bug where we would increase Count.total and
source_p->from->serv->dep_users for unregistered remote clients and don't
decrease them if we exit the client due to non existand server or fake
direction.
Revision
506 -
Directory Listing
Modified
Fri Mar 3 21:08:34 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- channel_member_names(): properly count the number of prefixes
that will be written to lbuf
Revision
503 -
Directory Listing
Modified
Fri Mar 3 19:53:47 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Backported CAP changes from HEAD since it doesn't affect
any of the ircd's core components and should be supported
as soon as possible.
Revision
498 -
Directory Listing
Modified
Wed Mar 1 19:30:58 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- exit_client(): Don't bounce a QUIT back to origin's server
Reported by adx
Revision
497 -
Directory Listing
Modified
Wed Mar 1 18:57:56 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed bug where "OPERSPY NAMES #channel" would add a
client twice onto a channel's member list if it is
already on that channel.
Revision
494 -
Directory Listing
Modified
Wed Mar 1 16:26:31 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Break the loop if a client has reached its channel limit
Revision
490 -
Directory Listing
Modified
Wed Mar 1 14:13:27 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- mo_force(): Don't allow servers to be added to a channel.
(could possibly lead to a core)
Revision
488 -
Directory Listing
Modified
Wed Mar 1 12:40:31 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Rewrote m_join(). This was mainly done to fix some bug that can be easily abused.
Details about this bug have been given on IRC.
Revision
487 -
Directory Listing
Modified
Wed Mar 1 10:54:20 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work.
Reported by ThaPrince
Revision
484 -
Directory Listing
Modified
Mon Feb 27 15:17:04 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Yet another mach_chan fix (broken #*chan vs. &chan match logic
as pointed out by adx)
Revision
482 -
Directory Listing
Modified
Mon Feb 27 14:49:50 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Don't give away IP information unless it's an admin doing /stats P
Revision
481 -
Directory Listing
Modified
Mon Feb 27 13:12:59 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Backported match_chan() fix to get /list *chan* to work
Revision
472 -
Directory Listing
Modified
Fri Feb 17 10:13:25 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed RPL_WHOISACTUALLY as reported by CoolCold
Revision
468 -
Directory Listing
Modified
Fri Feb 17 02:42:23 2006 UTC
(15 years ago)
by
db
Original Path:
ircd-hybrid-7.2
- Cleaned up the resolver some more, added some comments
Revision
454 -
Directory Listing
Modified
Sun Feb 12 19:01:25 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Get rid of can_send_part. This also fixes a bug where voiced clients
weren't able to send a PART message to the channel. Reported by ThaPrince.
Revision
448 -
Directory Listing
Modified
Sun Feb 12 10:55:28 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Backported spy_trace_notice module unload fix
Revision
447 -
Directory Listing
Modified
Sun Feb 12 02:59:16 2006 UTC
(15 years ago)
by
db
Original Path:
ircd-hybrid-7.2
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
this caused odd DNS reports and took longer to connect.
Tested by Jon (ThaPrince).
(backported from head)
Revision
440 -
Directory Listing
Modified
Sat Feb 11 23:11:38 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result
in only port 1 being set ssl enabled.
Revision
438 -
Directory Listing
Modified
Sat Feb 11 21:53:46 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Got rid of the last IVARIANT we had and replaced it with two asserts().
Revision
436 -
Directory Listing
Modified
Sat Feb 11 21:35:16 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
Revision
435 -
Directory Listing
Modified
Sat Feb 11 19:21:50 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed invalid output of the USERS command as reported by ThaPrince
Revision
433 -
Directory Listing
Modified
Sat Feb 11 15:22:07 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Don't try to keep pointers to already freed memory on temporary_resv list
when manually removing tempoary N/C resvs.
Revision
428 -
Directory Listing
Modified
Sat Feb 11 12:21:51 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed bug where all ssl clients would get disconnected in certain situations.
(reported by many people)
Revision
425 -
Directory Listing
Modified
Sat Feb 11 00:27:28 2006 UTC
(15 years ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Add BMASK and TMODE onto message tree when building with static modules.
reported by hb505.
Revision
411 -
Directory Listing
Modified
Wed Feb 8 14:42:01 2006 UTC
(15 years ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ fixed unaligned memory reference in resolver
Submitted by: Immo 'FaUl' Wehrenberg
Revision
390 -
Directory Listing
Modified
Wed Feb 1 21:24:07 2006 UTC
(15 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed typo in example configuration files
Revision
388 -
Directory Listing
Modified
Wed Feb 1 12:51:45 2006 UTC
(15 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Forward-port banfix from 7.2 (reported by ThaPrince)
Revision
386 -
Directory Listing
Modified
Tue Jan 31 12:40:56 2006 UTC
(15 years, 1 month ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ this should fix sockhost relaying (ThaPrince #1)
Revision
384 -
Directory Listing
Modified
Tue Jan 31 12:22:01 2006 UTC
(15 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Soft caller ID fix as per ThaPrince (find_channel_link was
called with wrong pointer)
Revision
382 -
Directory Listing
Modified
Tue Jan 31 12:13:42 2006 UTC
(15 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed incorrect match handling in relay_xline as reported by ThaPrince.
Damnit match() really shouldn't return 1 on match. This will be changed
sooner or later.
Revision
371 -
Directory Listing
Modified
Tue Jan 10 10:45:48 2006 UTC
(15 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Imported recent channelban changes from HEAD which have been tested extensively.
The match_cidr() fix didn't work in the first try, so I'm not going to bother
with further debugging.
- Removed match_cidr() and comp_with_mask()
Revision
367 -
Directory Listing
Modified
Mon Jan 9 23:37:29 2006 UTC
(15 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed compile error on srv4 as reported by KEYofR
Revision
352 -
Directory Listing
Modified
Sun Jan 1 09:44:41 2006 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Don't allow shared k-lines to be set without a valid reason
Revision
343 -
Directory Listing
Modified
Sat Dec 31 09:38:11 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Flag the client as being ip-spoofed if setting a new hostname via CHGHOST,
that way non-opers can't figure out the IP with a simple WHOIS.
Suggested by adx
Revision
342 -
Directory Listing
Modified
Tue Dec 27 19:28:58 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed compile error reported by Volk and CoolCold
Revision
341 -
Directory Listing
Modified
Tue Dec 27 13:43:46 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- As reported by CoolCold:
- Updated cmode helpfile
- Added support for old-style topicburst = yes|no
Revision
339 -
Directory Listing
Modified
Tue Dec 27 08:21:49 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Someone fixed a core in ircd_parser.y but forgot to rebuild y.tab.c,
so ircd still kept on coring if using 'umodes' option in operator{}
Revision
338 -
Directory Listing
Modified
Tue Dec 27 07:49:27 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Don't allow other servers to send less than 4 parameters within TB
Revision
337 -
Directory Listing
Modified
Mon Dec 26 19:20:47 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Improved topic bursting. Read the comment in s_serv.c:send_tb for
further info
Revision
336 -
Directory Listing
Modified
Mon Dec 26 18:31:08 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- This should finally fix the TBURST issue as reported by
ThaPrince. Untested as always
Revision
330 -
Directory Listing
Modified
Sun Dec 25 11:01:22 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Somehow we had a 7.2 release without mentioning the topicburst directive
in connect{} blocks -> updated example confs
- Updated RELNOTES
Revision
327 -
Directory Listing
Modified
Sun Dec 25 09:55:48 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile
Revision
326 -
Directory Listing
Modified
Sun Dec 25 09:29:11 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Removed m_tb.c and updated Makefile.in
Revision
322 -
Directory Listing
Modified
Sat Dec 24 22:04:58 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Only locally connected clients should be checked for a valid channelmembership
when processing the INVITE message. Remote clients that are outside a channel
e.g. services, are allowed to send INVITEs. This also fixes a bug with anope
services. Reported by r0d3nt
Revision
319 -
Directory Listing
Modified
Sat Dec 24 15:06:49 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Fixed core in case aconf->cipher_preference and
ConfigFileEntry.default_cipher_preference are both NULL pointers
Reported by opteron-hani via Joan
Revision
317 -
Directory Listing
Modified
Sat Dec 24 14:45:17 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Backported revision 315 (trimmed memory usage by moving invited
dlink_list to LocalUser struct)
Revision
313 -
Directory Listing
Modified
Fri Dec 23 10:55:47 2005 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients
Revision
309 -
Directory Listing
Modified
Fri Dec 9 11:25:44 2005 UTC
(15 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2
+ fixed bugs related to win32 & static builds
Revision
308 -
Directory Listing
Modified
Fri Dec 9 06:15:41 2005 UTC
(15 years, 2 months ago)
by
lusky
Original Path:
ircd-hybrid-7.2
- bump patchlevel to 7.2.1beta
- stub 7.2.1beta1 in RELNOTES and add BETA verbage
Revision
304 -
Directory Listing
Modified
Fri Dec 9 05:39:16 2005 UTC
(15 years, 2 months 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
(15 years, 2 months 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
(15 years, 2 months 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
(15 years, 2 months 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
(15 years, 3 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
(15 years, 3 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
(15 years, 3 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
(15 years, 3 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
(15 years, 3 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
(15 years, 3 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 4 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
(15 years, 5 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
(15 years, 5 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
(15 years, 5 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
(15 years, 5 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
(15 years, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 months ago)
by
lusky
Original Path:
ircd-hybrid
Deleted ircd-hybrid/branches