Log of /ircd-hybrid-7.2/src
Directory Listing
Revision
867 -
Directory Listing
Modified
Thu May 17 14:59:27 2007 UTC
(13 years, 9 months ago)
by
michael
- Fixed occasional core when placing RESVs on channel names as repoared
by Christopher A. Bongaarts.
Revision
855 -
Directory Listing
Modified
Mon Feb 26 22:06:45 2007 UTC
(14 years ago)
by
db
- fix core in temp channel resv
- remove unused variable in m_join
- update RELNOTES
Revision
853 -
Directory Listing
Modified
Thu Feb 22 06:01:30 2007 UTC
(14 years ago)
by
db
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag
Revision
849 -
Directory Listing
Modified
Mon Feb 19 19:41:59 2007 UTC
(14 years ago)
by
db
- Add +C
- add etrace -full
Reviewed by: cryogen, bear
Revision
842 -
Directory Listing
Modified
Fri Feb 9 21:27:48 2007 UTC
(14 years ago)
by
adx
+ fixed off-by-one which turned out to cause large memory overwrites
+ this is an old one, very hard to catch: 1) FreeBSD system, 2) a lot
of clients (preferably 10K+), 3) exiting/reading from/writing to
128+ clients at a time, 4) ircd version where the bug shows up clearly
(on 7.3 WHOWASHASH gets corrupted, and somewhat later we have a core:
whowas_add_history -> dlinkDelete)
This applies to ALL versions of hybrid since 7.0, but is known to
disclose most noticeably under 7.3
Revision
815 -
Directory Listing
Modified
Sun Sep 10 17:35:18 2006 UTC
(14 years, 5 months ago)
by
michael
- Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless
Revision
808 -
Directory Listing
Modified
Sun Sep 3 18:58:00 2006 UTC
(14 years, 6 months ago)
by
michael
- Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap
- Prevent TESTLINE from reporting k-lines twice
- Show the actual k-line reason when reporting k-lines
- Test the host part of a u@h mask against the client's sockhost field in TESTMASK
- Added support for nick masks to TESTMASK
- CIDR is to come in 7.3
Revision
803 -
Directory Listing
Modified
Thu Aug 31 09:41:27 2006 UTC
(14 years, 6 months ago)
by
michael
- Added missing %s conversion specifier to RPL_MODLIST. Now /modlist shows
up whether or not a module is resident
Revision
786 -
Directory Listing
Modified
Sun Aug 27 08:48:04 2006 UTC
(14 years, 6 months ago)
by
michael
- Fix for the parseargs() fix
Revision
760 -
Directory Listing
Modified
Fri Aug 18 19:33:26 2006 UTC
(14 years, 6 months ago)
by
michael
- Fixed compile error
Revision
759 -
Directory Listing
Modified
Fri Aug 18 14:29:45 2006 UTC
(14 years, 6 months ago)
by
michael
- Fixed ban cache as reported by ThaPrince
Revision
755 -
Directory Listing
Modified
Thu Aug 17 14:49:17 2006 UTC
(14 years, 6 months ago)
by
michael
- Backported r754 (parseargs() didn't accept more than one switch)
Revision
753 -
Directory Listing
Modified
Wed Jul 26 15:58:16 2006 UTC
(14 years, 7 months ago)
by
adx
+ fixed an old bug that affected our numeric delivery:
Spotted by: stu
Imagine we have a scenario like this:
[origin A on server 0] --> [OUR IRCD] --> [TS6 server] --> [TS5 server and target Z]
We'd try to address Z by its null ID only because the next server on the way
is TS6. That led to delivery failure in cases like
ts6(origin)->ts6->ts6->ts5(target).
Revision
723 -
Directory Listing
Modified
Sun Jul 16 19:41:33 2006 UTC
(14 years, 7 months ago)
by
adx
+ fixed a bug where auths/klines/glines with digit wildcards (#)
were not handled correctly
Revision
716 -
Directory Listing
Modified
Sat Jul 15 10:22:58 2006 UTC
(14 years, 7 months ago)
by
adx
+ added DEAF isupport
Revision
715 -
Directory Listing
Modified
Fri Jul 14 21:01:55 2006 UTC
(14 years, 7 months ago)
by
michael
- Rebuilt configure using autoconf 2.60
Revision
713 -
Directory Listing
Modified
Wed Jul 12 12:37:35 2006 UTC
(14 years, 7 months ago)
by
michael
- fixed core on MODRESTART as reported by xZ/CoolCold
Revision
711 -
Directory Listing
Modified
Sat Jul 8 12:02:15 2006 UTC
(14 years, 8 months ago)
by
michael
- Also show the full path of .included configuration files when reporting
syntax errors. This is just cosmetical.
Revision
708 -
Directory Listing
Modified
Fri Jul 7 08:56:45 2006 UTC
(14 years, 8 months ago)
by
michael
- Applied nenolod's parse_resvconf() fix
Revision
706 -
Directory Listing
Modified
Sun Jul 2 11:25:55 2006 UTC
(14 years, 8 months ago)
by
michael
- ACCEPT fixes as reported by ThaPrince
Revision
696 -
Directory Listing
Modified
Wed Jun 21 07:52:16 2006 UTC
(14 years, 8 months ago)
by
michael
- Fixed small memory leak in delete_auth()
Revision
685 -
Directory Listing
Modified
Fri Jun 16 12:22:31 2006 UTC
(14 years, 8 months ago)
by
michael
- Updated copyright years in version.c and INSTALL
- Bumped version to 7.2.2 in configure.ac and doxygen.conf
Revision
683 -
Directory Listing
Modified
Thu Jun 15 14:28:59 2006 UTC
(14 years, 8 months ago)
by
michael
- close_connection(): Fixed some harmless bug that could result in incorrect
sent statistics in "STATS t"
- Updated RELNOTES
Revision
673 -
Directory Listing
Modified
Tue Jun 13 07:38:50 2006 UTC
(14 years, 8 months ago)
by
michael
- check_classes(): Only call destroy_cidr_class() on a class that is ready
for deletion, otherwise the current cidr count would become unadjusted in
case a disabled class gets re-enabled later on.
Revision
672 -
Directory Listing
Modified
Tue Jun 13 07:28:30 2006 UTC
(14 years, 8 months ago)
by
michael
- Fixed possible core introduced by previous commit
- Put some asserts into detach_conf()
Revision
671 -
Directory Listing
Modified
Tue Jun 13 07:15:38 2006 UTC
(14 years, 8 months ago)
by
michael
- Fixed class limit bug as spotted by stu. ("REHASH" would always reset
current user count)
- Made "STATS y|Y" show inactive (deleted) classes that still have attached
clients
Revision
670 -
Directory Listing
Modified
Mon Jun 12 12:20:55 2006 UTC
(14 years, 8 months ago)
by
michael
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES
Revision
668 -
Directory Listing
Modified
Sun Jun 11 13:39:25 2006 UTC
(14 years, 8 months ago)
by
michael
- Rebuilt y.tab.(c|h) using bison 2.3
- Bumped pcrelib version to 6.4. There were no changes since 6.3 that would
have affected our hacked version of the pcre library, so this is mainly to
satisfy paranoid I-always-need-the-latest-version people
Revision
664 -
Directory Listing
Modified
Sat Jun 10 14:34:01 2006 UTC
(14 years, 8 months ago)
by
michael
- Fixed compile error in s_auth.c
Revision
660 -
Directory Listing
Modified
Fri Jun 9 18:51:22 2006 UTC
(14 years, 9 months ago)
by
adx
+ backported numeric changes
Revision
650 -
Directory Listing
Modified
Thu Jun 8 07:00:17 2006 UTC
(14 years, 9 months ago)
by
michael
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
still processing auth/dns queries.
Basically check_unknowns_list() should only exit clients that have finished
auth/dns and didn't send a NICK/USER combination since they have been
released from auth.
Reported by ThaPrince.
Revision
637 -
Directory Listing
Modified
Thu Jun 1 14:00:50 2006 UTC
(14 years, 9 months ago)
by
adx
+ added invisible character ^O (cancel all formatting)
Revision
635 -
Directory Listing
Modified
Thu Jun 1 13:10:18 2006 UTC
(14 years, 9 months ago)
by
db
- actually remove the chars that should not be marked as visible chan chars
Revision
634 -
Directory Listing
Modified
Thu Jun 1 12:34:29 2006 UTC
(14 years, 9 months ago)
by
db
- At least I noticed it myself, I got it completely backwards
when folding in Michael's suggested optimisation.
Revision
633 -
Directory Listing
Modified
Thu Jun 1 12:30:29 2006 UTC
(14 years, 9 months ago)
by
db
- optimise Michael's fake channel catcher.
Make it work first, then optimise.
Revision
632 -
Directory Listing
Modified
Thu Jun 1 10:53:00 2006 UTC
(14 years, 9 months ago)
by
michael
- Added channel::disable_fake_channels which disallows creation of channels
that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
backported from 7.3
Revision
627 -
Directory Listing
Modified
Fri May 26 11:33:57 2006 UTC
(14 years, 9 months ago)
by
michael
- Fixed compile warning in change_simple_umode as reported by Volk
Revision
624 -
Directory Listing
Modified
Thu May 25 10:22:02 2006 UTC
(14 years, 9 months ago)
by
michael
- Fixed an off-by one bug in the ip limiting code as reported by Volk
Revision
619 -
Directory Listing
Modified
Tue May 23 07:22:23 2006 UTC
(14 years, 9 months ago)
by
michael
- Backported r376 (STATS y now shows the total number of clients in a class)
- Rebuilt y.tab.c using bison 2.2
Revision
618 -
Directory Listing
Modified
Tue May 23 07:07:53 2006 UTC
(14 years, 9 months ago)
by
michael
- attach_conf(): We even need to increment CurrUserCount if a class got
attached to a server or operator. Spotted by stu.
- Removed IRCD_SOCKET_ERROR define
Revision
617 -
Directory Listing
Modified
Mon May 22 07:21:17 2006 UTC
(14 years, 9 months ago)
by
michael
- report_error() expects two %s conversion specifiers as reported by ThaPrince.
This function really should get rewritten at given time. It just confuses
people.
Revision
601 -
Directory Listing
Modified
Sat May 13 16:59:28 2006 UTC
(14 years, 9 months ago)
by
michael
- Removed dalloca.h
Revision
598 -
Directory Listing
Modified
Sat May 13 09:08:47 2006 UTC
(14 years, 9 months ago)
by
michael
- Added missing sigaction for SIGALRM
Revision
596 -
Directory Listing
Modified
Fri May 12 21:44:39 2006 UTC
(14 years, 9 months ago)
by
michael
- Cosmetical fix to "STATS k|K". temporary regexp based k-lines should
be prefixed with 'kR' and permanent ones with 'KR'.
Revision
595 -
Directory Listing
Modified
Fri May 12 21:17:16 2006 UTC
(14 years, 9 months ago)
by
michael
- Backported core fix for regexp k-lines
Revision
594 -
Directory Listing
Modified
Fri May 12 20:05:57 2006 UTC
(14 years, 9 months ago)
by
michael
- Ignore signal SIGXFSZ which killed the ircd process on daxnet because of
a file size limit set too low. That way, write() and friends will abort
and errno will be set to EFBIG. We may think about a NOTICE which could
be sent to operators on a failed write attempt to either the log files
or k/x-line files.
Revision
593 -
Directory Listing
Modified
Fri May 12 05:47:32 2006 UTC
(14 years, 9 months ago)
by
michael
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
592 -
Directory Listing
Modified
Thu May 11 12:43:02 2006 UTC
(14 years, 9 months ago)
by
michael
- Merged check_xline() and check_regexp_xline into a single function
Revision
589 -
Directory Listing
Modified
Mon May 8 18:40:00 2006 UTC
(14 years, 10 months ago)
by
michael
- Clear the TS6 CAPAB bit possibly set on an unregistered client connection
in mr_motd(), mr_admin() and register_local_user(). This is a kludge for now.
Revision
588 -
Directory Listing
Modified
Mon May 8 13:22:59 2006 UTC
(14 years, 10 months ago)
by
michael
- m_restart(): don't send restart notices twice to locally connected clients
Revision
585 -
Directory Listing
Modified
Mon May 8 11:05:46 2006 UTC
(14 years, 10 months ago)
by
michael
- Proper typecasting in newblock()
Revision
584 -
Directory Listing
Modified
Sun May 7 15:26:45 2006 UTC
(14 years, 10 months ago)
by
michael
- Added new general::stats_e_disabled configuration option. Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
- Updated RELNOTES
Revision
582 -
Directory Listing
Modified
Tue May 2 20:47:11 2006 UTC
(14 years, 10 months ago)
by
michael
- The 2nd and 3rd character of a SID may be a digit as well.
Spotted by ThaPrince
- Fixed compile warnings in log_user_exit()
Revision
581 -
Directory Listing
Modified
Tue May 2 07:50:39 2006 UTC
(14 years, 10 months ago)
by
michael
- log_user_exit(): removed extranous newline character in log message.
fixed invalid casts
Revision
575 -
Directory Listing
Modified
Mon May 1 11:41:09 2006 UTC
(14 years, 10 months ago)
by
michael
- Fixed a bunch of compile warnings
Revision
573 -
Directory Listing
Modified
Mon May 1 09:40:37 2006 UTC
(14 years, 10 months ago)
by
michael
- ts6 fixes as explained on irc
Revision
572 -
Directory Listing
Modified
Sun Apr 30 16:57:48 2006 UTC
(14 years, 10 months ago)
by
michael
- Backported changes made in HEAD to get rid of Channel::locmembers.
This is mainly to save about 5megs of ram on networks like efnet where
we have about 600k allocated Membership structures.
Revision
567 -
Directory Listing
Modified
Thu Apr 27 08:27:30 2006 UTC
(14 years, 10 months ago)
by
michael
- Added missing bracket
Revision
565 -
Directory Listing
Modified
Wed Apr 26 16:52:00 2006 UTC
(14 years, 10 months ago)
by
michael
- can_send: splitted up some bigass if() statement
Revision
563 -
Directory Listing
Modified
Sun Apr 23 09:07:41 2006 UTC
(14 years, 10 months ago)
by
michael
- Backported accept_connection() cleanup from HEAD
Revision
549 -
Directory Listing
Modified
Thu Apr 20 12:46:18 2006 UTC
(14 years, 10 months ago)
by
michael
- Backported add_connection() speedups
Revision
528 -
Directory Listing
Modified
Sat Mar 18 15:13:11 2006 UTC
(14 years, 11 months ago)
by
michael
- 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
- 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
- When checking for first " in a line, make sure it doesn't run off
the end of the line before it finds one.
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(15 years ago)
by
michael
- 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
- 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
507 -
Directory Listing
Modified
Sat Mar 4 08:20:28 2006 UTC
(15 years ago)
by
michael
- Removed some outdated XXX comments
Revision
506 -
Directory Listing
Modified
Fri Mar 3 21:08:34 2006 UTC
(15 years ago)
by
michael
- 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
- 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
- exit_client(): Don't bounce a QUIT back to origin's server
Reported by adx
Revision
484 -
Directory Listing
Modified
Mon Feb 27 15:17:04 2006 UTC
(15 years ago)
by
michael
- 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
- 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
- Backported match_chan() fix to get /list *chan* to work
Revision
468 -
Directory Listing
Modified
Fri Feb 17 02:42:23 2006 UTC
(15 years ago)
by
db
- Cleaned up the resolver some more, added some comments
Revision
463 -
Directory Listing
Modified
Mon Feb 13 03:30:53 2006 UTC
(15 years ago)
by
db
- Redo NXDOMAIN check so IPV6 still works
Revision
456 -
Directory Listing
Modified
Sun Feb 12 20:17:29 2006 UTC
(15 years ago)
by
michael
- Unbreak can_send
Revision
454 -
Directory Listing
Modified
Sun Feb 12 19:01:25 2006 UTC
(15 years ago)
by
michael
- 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
451 -
Directory Listing
Modified
Sun Feb 12 16:19:54 2006 UTC
(15 years ago)
by
michael
- Properly close ssl clients
Revision
447 -
Directory Listing
Modified
Sun Feb 12 02:59:16 2006 UTC
(15 years ago)
by
db
- 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
441 -
Directory Listing
Modified
Sat Feb 11 23:12:56 2006 UTC
(15 years ago)
by
michael
- rebuilt y.tab.c
Revision
440 -
Directory Listing
Modified
Sat Feb 11 23:11:38 2006 UTC
(15 years ago)
by
michael
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result
in only port 1 being set ssl enabled.
Revision
439 -
Directory Listing
Modified
Sat Feb 11 21:58:40 2006 UTC
(15 years ago)
by
michael
- Fixed typo in example.conf and send.c
Revision
438 -
Directory Listing
Modified
Sat Feb 11 21:53:46 2006 UTC
(15 years ago)
by
michael
- 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
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
Revision
433 -
Directory Listing
Modified
Sat Feb 11 15:22:07 2006 UTC
(15 years ago)
by
michael
- Don't try to keep pointers to already freed memory on temporary_resv list
when manually removing tempoary N/C resvs.
Revision
432 -
Directory Listing
Modified
Sat Feb 11 14:55:00 2006 UTC
(15 years ago)
by
michael
- Fixed possible core in expire_temp_lines()
Revision
428 -
Directory Listing
Modified
Sat Feb 11 12:21:51 2006 UTC
(15 years ago)
by
michael
- 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
- 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, 1 month ago)
by
adx
+ fixed unaligned memory reference in resolver
Submitted by: Immo 'FaUl' Wehrenberg
Revision
397 -
Directory Listing
Modified
Fri Feb 3 22:08:10 2006 UTC
(15 years, 1 month ago)
by
nenolod
MFC r396 from ircd-hybrid 7.3 (s_auth.c reliability fixes)
Revision
391 -
Directory Listing
Modified
Fri Feb 3 09:57:22 2006 UTC
(15 years, 1 month ago)
by
michael
- fixed compile error in sendnick_TS()
Revision
388 -
Directory Listing
Modified
Wed Feb 1 12:51:45 2006 UTC
(15 years, 1 month ago)
by
michael
- 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
+ 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
- Soft caller ID fix as per ThaPrince (find_channel_link was
called with wrong pointer)
Revision
371 -
Directory Listing
Modified
Tue Jan 10 10:45:48 2006 UTC
(15 years, 1 month ago)
by
michael
- 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
368 -
Directory Listing
Modified
Mon Jan 9 23:41:29 2006 UTC
(15 years, 1 month ago)
by
michael
- Forgot the half of the fix
Revision
367 -
Directory Listing
Modified
Mon Jan 9 23:37:29 2006 UTC
(15 years, 1 month ago)
by
michael
- Fixed compile error on srv4 as reported by KEYofR
Revision
356 -
Directory Listing
Modified
Mon Jan 2 22:05:15 2006 UTC
(15 years, 2 months ago)
by
adx
+ MFC support for halfop->op rewriting.
Revision
342 -
Directory Listing
Modified
Tue Dec 27 19:28:58 2005 UTC
(15 years, 2 months ago)
by
michael
- 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
- 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
- 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
337 -
Directory Listing
Modified
Mon Dec 26 19:20:47 2005 UTC
(15 years, 2 months ago)
by
michael
- Improved topic bursting. Read the comment in s_serv.c:send_tb for
further info
Revision
329 -
Directory Listing
Modified
Sun Dec 25 10:45:42 2005 UTC
(15 years, 2 months ago)
by
michael
- Finish off TBURST (untested)
Revision
319 -
Directory Listing
Modified
Sat Dec 24 15:06:49 2005 UTC
(15 years, 2 months ago)
by
michael
- 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
- Backported revision 315 (trimmed memory usage by moving invited
dlink_list to LocalUser struct)
Revision
300 -
Directory Listing
Modified
Mon Dec 5 23:13:58 2005 UTC
(15 years, 3 months ago)
by
db
- fixed infinite loop spotted and fixed by
*runedude* Jeremy Sayres and my email is runedude@runedude.net
Revision
298 -
Directory Listing
Modified
Mon Dec 5 22:49:18 2005 UTC
(15 years, 3 months ago)
by
db
- 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
285 -
Directory Listing
Modified
Sat Dec 3 10:57:47 2005 UTC
(15 years, 3 months ago)
by
adx
+ fixed unportable usage of va_list that make ircd cry on amd64
Revision
282 -
Directory Listing
Modified
Thu Nov 24 10:31:22 2005 UTC
(15 years, 3 months ago)
by
adx
+ MFC /dev/poll
Revision
264 -
Directory Listing
Modified
Sun Nov 13 11:11:29 2005 UTC
(15 years, 3 months ago)
by
adx
MFC set +b on opers by default
Revision
258 -
Directory Listing
Modified
Sat Nov 12 18:47:17 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed another core on dlclose()
Revision
255 -
Directory Listing
Modified
Sat Nov 12 14:18:31 2005 UTC
(15 years, 3 months ago)
by
michael
- 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
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8
- Rebuilt y.tab.c using bison 2.1
Revision
242 -
Directory Listing
Modified
Sun Nov 6 11:20:44 2005 UTC
(15 years, 4 months ago)
by
adx
+ 7.1 -> 7.2
Revision
218 -
Directory Listing
Modified
Thu Nov 3 14:40:19 2005 UTC
(15 years, 4 months ago)
by
db
- make findmodule_byname case sensitive
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(15 years, 4 months ago)
by
adx
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
- 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
- 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
- Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
Revision
169 -
Directory Listing
Modified
Fri Oct 21 09:37:16 2005 UTC
(15 years, 4 months ago)
by
michael
- Removed LocalUser.port
- Removed two extra memsets in make_request()
Revision
166 -
Directory Listing
Modified
Fri Oct 21 04:20:48 2005 UTC
(15 years, 4 months ago)
by
db
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
- 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
- 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, 4 months ago)
by
adx
- MFC: fixed register_callback
Revision
155 -
Directory Listing
Modified
Tue Oct 18 02:54:54 2005 UTC
(15 years, 4 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, 4 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
136 -
Directory Listing
Modified
Sat Oct 15 23:39:54 2005 UTC
(15 years, 4 months ago)
by
db
- backport fixes from 7.3 (HEAD) for testline and ~ flags
Revision
102 -
Directory Listing
Modified
Mon Oct 10 12:17:19 2005 UTC
(15 years, 4 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, 5 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, 5 months ago)
by
db
- And update the parser files
Revision
95 -
Directory Listing
Modified
Sat Oct 8 16:26:37 2005 UTC
(15 years, 5 months ago)
by
db
- At the very least, don't create a gdeny conf with a NULL name,
this is bad manners.
Revision
58 -
Directory Listing
Modified
Mon Oct 3 12:13:38 2005 UTC
(15 years, 5 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, 5 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
42 -
Directory Listing
Modified
Sun Oct 2 23:25:27 2005 UTC
(15 years, 5 months ago)
by
adx
- *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
- MFC disallow ':' at the beginning and ' ' in server passwords
Revision
34 -
Directory Listing
Modified
Sun Oct 2 21:05:51 2005 UTC
(15 years, 5 months ago)
by
lusky
create 7.2 branch, we can move/rename it as needed.
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(15 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up