ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2
Revision 675 - Directory Listing - [select for diffs]
Modified Tue Jun 13 16:51:10 2006 UTC (17 years, 9 months ago) by adx
Diff to previous 673
+ patch against truncated NAMES output

Submitted by: Murat Deligonul <deligonul@gmail.com>

Revision 673 - Directory Listing - [select for diffs]
Modified Tue Jun 13 07:38:50 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 672
- 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 - [select for diffs]
Modified Tue Jun 13 07:28:30 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 671
- Fixed possible core introduced by previous commit
- Put some asserts into detach_conf()

Revision 671 - Directory Listing - [select for diffs]
Modified Tue Jun 13 07:15:38 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 670
- 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 - [select for diffs]
Modified Mon Jun 12 12:20:55 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 668
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES

Revision 668 - Directory Listing - [select for diffs]
Modified Sun Jun 11 13:39:25 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 666
- 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 666 - Directory Listing - [select for diffs]
Modified Sat Jun 10 23:35:38 2006 UTC (17 years, 9 months ago) by stu
Diff to previous 664
Fix compile error.  Be more careful with the so called stable branch :)
Revision 664 - Directory Listing - [select for diffs]
Modified Sat Jun 10 14:34:01 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 660
- Fixed compile error in s_auth.c

Revision 660 - Directory Listing - [select for diffs]
Modified Fri Jun 9 18:51:22 2006 UTC (17 years, 9 months ago) by adx
Diff to previous 650
+ backported numeric changes

Revision 650 - Directory Listing - [select for diffs]
Modified Thu Jun 8 07:00:17 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 646
- 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 646 - Directory Listing - [select for diffs]
Modified Wed Jun 7 12:42:00 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 639
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"

Revision 639 - Directory Listing - [select for diffs]
Modified Thu Jun 1 14:12:21 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 637
- Updated example configuration files

Revision 637 - Directory Listing - [select for diffs]
Modified Thu Jun 1 14:00:50 2006 UTC (17 years, 10 months ago) by adx
Diff to previous 635
+ added invisible character ^O (cancel all formatting)

Revision 635 - Directory Listing - [select for diffs]
Modified Thu Jun 1 13:10:18 2006 UTC (17 years, 10 months ago) by db
Diff to previous 634
- actually remove the chars that should not be marked as visible chan chars


Revision 634 - Directory Listing - [select for diffs]
Modified Thu Jun 1 12:34:29 2006 UTC (17 years, 10 months ago) by db
Diff to previous 633
- At least I noticed it myself, I got it completely backwards
  when folding in Michael's suggested optimisation.


Revision 633 - Directory Listing - [select for diffs]
Modified Thu Jun 1 12:30:29 2006 UTC (17 years, 10 months ago) by db
Diff to previous 632
- optimise Michael's fake channel catcher.
  Make it work first, then optimise.


Revision 632 - Directory Listing - [select for diffs]
Modified Thu Jun 1 10:53:00 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 627
- 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 - [select for diffs]
Modified Fri May 26 11:33:57 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 624
- Fixed compile warning in change_simple_umode as reported by Volk

Revision 624 - Directory Listing - [select for diffs]
Modified Thu May 25 10:22:02 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 620
- Fixed an off-by one bug in the ip limiting code as reported by Volk

Revision 620 - Directory Listing - [select for diffs]
Modified Wed May 24 18:54:19 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 619
- Unbroke KILLHOST

Revision 619 - Directory Listing - [select for diffs]
Modified Tue May 23 07:22:23 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 618
- 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 - [select for diffs]
Modified Tue May 23 07:07:53 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 617
- 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 - [select for diffs]
Modified Mon May 22 07:21:17 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 616
- 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 616 - Directory Listing - [select for diffs]
Modified Mon May 22 07:10:56 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 611
- Backported m_clearchan:kick_list fixes

Revision 611 - Directory Listing - [select for diffs]
Modified Thu May 18 11:43:38 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 606
- Fixed /dline nick for ipv6 servers

Revision 606 - Directory Listing - [select for diffs]
Modified Tue May 16 07:14:39 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 601
- ERR_NOSUCHNICK should actually be sent to local clients trying to PRIVMSG
  a non existant nick starting with a digit.

Revision 601 - Directory Listing - [select for diffs]
Modified Sat May 13 16:59:28 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 598
- Removed dalloca.h

Revision 598 - Directory Listing - [select for diffs]
Modified Sat May 13 09:08:47 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 597
- Added missing sigaction for SIGALRM

Revision 597 - Directory Listing - [select for diffs]
Modified Sat May 13 08:45:18 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 596
- Updated RELNOTES

Revision 596 - Directory Listing - [select for diffs]
Modified Fri May 12 21:44:39 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 595
- 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 - [select for diffs]
Modified Fri May 12 21:17:16 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 594
- Backported core fix for regexp k-lines

Revision 594 - Directory Listing - [select for diffs]
Modified Fri May 12 20:05:57 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 593
- 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 - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 592
- 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 - [select for diffs]
Modified Thu May 11 12:43:02 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 589
- Merged check_xline() and check_regexp_xline into a single function

Revision 589 - Directory Listing - [select for diffs]
Modified Mon May 8 18:40:00 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 588
- 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 - [select for diffs]
Modified Mon May 8 13:22:59 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 585
- m_restart(): don't send restart notices twice to locally connected clients

Revision 585 - Directory Listing - [select for diffs]
Modified Mon May 8 11:05:46 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 584
- Proper typecasting in newblock()

Revision 584 - Directory Listing - [select for diffs]
Modified Sun May 7 15:26:45 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 583
- 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 583 - Directory Listing - [select for diffs]
Modified Sun May 7 12:58:29 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 582
- Cleaned up example.conf
- Copied example.conf over to example.efnet.conf and restored
  efnet specific values

Revision 582 - Directory Listing - [select for diffs]
Modified Tue May 2 20:47:11 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 581
- 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 - [select for diffs]
Modified Tue May 2 07:50:39 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 579
- log_user_exit(): removed extranous newline character in log message.
  fixed invalid casts

Revision 579 - Directory Listing - [select for diffs]
Modified Mon May 1 13:02:52 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 575
- Update RELNOTES

Revision 575 - Directory Listing - [select for diffs]
Modified Mon May 1 11:41:09 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 574
- Fixed a bunch of compile warnings

Revision 574 - Directory Listing - [select for diffs]
Modified Mon May 1 11:22:11 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 573
- Updated INSTALL.  --with-maxcon doesn't exist anymore

Revision 573 - Directory Listing - [select for diffs]
Modified Mon May 1 09:40:37 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 572
- ts6 fixes as explained on irc

Revision 572 - Directory Listing - [select for diffs]
Modified Sun Apr 30 16:57:48 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 570
- 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 570 - Directory Listing - [select for diffs]
Modified Thu Apr 27 21:52:26 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 569
- Updated RELNOTES
- Fixed mkpasswd help file

Revision 569 - Directory Listing - [select for diffs]
Modified Thu Apr 27 13:56:29 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 567
- Fixed core in m_mkpasswd.c as reported by Grigor Josifov

Revision 567 - Directory Listing - [select for diffs]
Modified Thu Apr 27 08:27:30 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 565
- Added missing bracket

Revision 565 - Directory Listing - [select for diffs]
Modified Wed Apr 26 16:52:00 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 564
- can_send: splitted up some bigass if() statement

Revision 564 - Directory Listing - [select for diffs]
Modified Sun Apr 23 15:35:58 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 563
- Allow servers to CHGHOST.  This is mainly to fix an issue with
  ip_cloaking module

Revision 563 - Directory Listing - [select for diffs]
Modified Sun Apr 23 09:07:41 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 560
- Backported accept_connection() cleanup from HEAD

Revision 560 - Directory Listing - [select for diffs]
Modified Sun Apr 23 06:38:25 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 555
- Fixed negative "STATS ?" output as reported by ThaPrince
- Updated RELNOTES

Revision 555 - Directory Listing - [select for diffs]
Modified Sat Apr 22 09:39:44 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 554
- Updated RELNOTED.  Added missing entries etc..
  BUGS, TODO, INSTALL: likewise
- Fixed formatting in example.conf

Revision 554 - Directory Listing - [select for diffs]
Modified Fri Apr 21 17:01:46 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 553
- Don't send out multiple "requesting G-Line" notices in case the same oper
  is requesting the same gline over and over again.

Revision 553 - Directory Listing - [select for diffs]
Modified Fri Apr 21 15:46:54 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 552
- Forgot the half of the gline voting fix

Revision 552 - Directory Listing - [select for diffs]
Modified Fri Apr 21 15:37:22 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 549
- Fixed g-line voting as discussed on irc

Revision 549 - Directory Listing - [select for diffs]
Modified Thu Apr 20 12:46:18 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 548
- Backported add_connection() speedups

Revision 548 - Directory Listing - [select for diffs]
Modified Thu Apr 20 07:26:01 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 547
- Updated RELNOTES and example.efnet.conf

Revision 547 - Directory Listing - [select for diffs]
Modified Thu Apr 20 07:23:18 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 545
- added missing documentation for connect::vhost

Revision 545 - Directory Listing - [select for diffs]
Modified Wed Apr 5 19:16:50 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 541
- Fixed core on FORCEJOIN as reported by CoolCold.
    ** Fixed doesn't need to get forward-ported to HEAD
- Updated RELNOTES

Revision 541 - Directory Listing - [select for diffs]
Modified Sun Mar 26 23:35:48 2006 UTC (18 years ago) by lusky
Diff to previous 537
bump version to 7.2.1 (release)


Revision 537 - Directory Listing - [select for diffs]
Modified Fri Mar 24 09:42:22 2006 UTC (18 years ago) by michael
Diff to previous 536
- Backported OJOIN fix from HEAD.  Thanks for remembering me, CoolCold

Revision 536 - Directory Listing - [select for diffs]
Modified Thu Mar 23 09:59:02 2006 UTC (18 years ago) by michael
Diff to previous 535
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x

Revision 535 - Directory Listing - [select for diffs]
Modified Wed Mar 22 20:43:12 2006 UTC (18 years ago) by adx
Diff to previous 530
+ fixed linking error on bcc/win32 about _strcasecmp

Revision 530 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:47:06 2006 UTC (18 years ago) by michael
Diff to previous 528
- Fixed compile error in m_operspy.c.  Reported by Volk

Revision 528 - Directory Listing - [select for diffs]
Modified Sat Mar 18 15:13:11 2006 UTC (18 years ago) by michael
Diff to previous 523
- Added missing !u@h prefix when sending MODE message back to a client

Revision 523 - Directory Listing - [select for diffs]
Modified Sun Mar 12 14:03:12 2006 UTC (18 years ago) by michael
Diff to previous 522
- Updated RELNOTES

Revision 522 - Directory Listing - [select for diffs]
Modified Sun Mar 12 13:42:20 2006 UTC (18 years ago) by michael
Diff to previous 521
- Backported msg_tree_parse() speedup

Revision 521 - Directory Listing - [select for diffs]
Modified Sat Mar 11 21:37:16 2006 UTC (18 years ago) by db
Diff to previous 516
- 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 - [select for diffs]
Modified Thu Mar 9 10:55:50 2006 UTC (18 years ago) by michael
Diff to previous 512
- Removed unused struct DNSQuery pointer from Listener structure

Revision 512 - Directory Listing - [select for diffs]
Modified Sat Mar 4 16:21:54 2006 UTC (18 years ago) by michael
Diff to previous 510
- 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 - [select for diffs]
Modified Sat Mar 4 08:37:51 2006 UTC (18 years ago) by michael
Diff to previous 507
- 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 - [select for diffs]
Modified Sat Mar 4 08:20:28 2006 UTC (18 years ago) by michael
Diff to previous 506
- Removed some outdated XXX comments

Revision 506 - Directory Listing - [select for diffs]
Modified Fri Mar 3 21:08:34 2006 UTC (18 years ago) by michael
Diff to previous 503
- channel_member_names(): properly count the number of prefixes
  that will be written to lbuf

Revision 503 - Directory Listing - [select for diffs]
Modified Fri Mar 3 19:53:47 2006 UTC (18 years ago) by michael
Diff to previous 498
- 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 - [select for diffs]
Modified Wed Mar 1 19:30:58 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 497
- exit_client(): Don't bounce a QUIT back to origin's server
  Reported by adx

Revision 497 - Directory Listing - [select for diffs]
Modified Wed Mar 1 18:57:56 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 494
- 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 - [select for diffs]
Modified Wed Mar 1 16:26:31 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 490
- Break the loop if a client has reached its channel limit

Revision 490 - Directory Listing - [select for diffs]
Modified Wed Mar 1 14:13:27 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 488
- mo_force(): Don't allow servers to be added to a channel.
  (could possibly lead to a core)

Revision 488 - Directory Listing - [select for diffs]
Modified Wed Mar 1 12:40:31 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 487
- 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 - [select for diffs]
Modified Wed Mar 1 10:54:20 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 484
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work.
  Reported by ThaPrince

Revision 484 - Directory Listing - [select for diffs]
Modified Mon Feb 27 15:17:04 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 482
- Yet another mach_chan fix (broken #*chan vs. &chan match logic
                             as pointed out by adx)

Revision 482 - Directory Listing - [select for diffs]
Modified Mon Feb 27 14:49:50 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 481
- Don't give away IP information unless it's an admin doing /stats P

Revision 481 - Directory Listing - [select for diffs]
Modified Mon Feb 27 13:12:59 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 472
- Backported match_chan() fix to get /list *chan* to work

Revision 472 - Directory Listing - [select for diffs]
Modified Fri Feb 17 10:13:25 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 468
- Fixed RPL_WHOISACTUALLY as reported by CoolCold

Revision 468 - Directory Listing - [select for diffs]
Modified Fri Feb 17 02:42:23 2006 UTC (18 years, 1 month ago) by db
Diff to previous 465
- Cleaned up the resolver some more, added some comments


Revision 465 - Directory Listing - [select for diffs]
Modified Mon Feb 13 14:19:25 2006 UTC (18 years, 1 month ago) by adx
Diff to previous 463
+ backported quit change

Revision 463 - Directory Listing - [select for diffs]
Modified Mon Feb 13 03:30:53 2006 UTC (18 years, 1 month ago) by db
Diff to previous 456
- Redo NXDOMAIN check so IPV6 still works 


Revision 456 - Directory Listing - [select for diffs]
Modified Sun Feb 12 20:17:29 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 454
- Unbreak can_send

Revision 454 - Directory Listing - [select for diffs]
Modified Sun Feb 12 19:01:25 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 451
- 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 - [select for diffs]
Modified Sun Feb 12 16:19:54 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 448
- Properly close ssl clients

Revision 448 - Directory Listing - [select for diffs]
Modified Sun Feb 12 10:55:28 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 447
- Backported spy_trace_notice module unload fix

Revision 447 - Directory Listing - [select for diffs]
Modified Sun Feb 12 02:59:16 2006 UTC (18 years, 1 month ago) by db
Diff to previous 441
- 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 - [select for diffs]
Modified Sat Feb 11 23:12:56 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 440
- rebuilt y.tab.c

Revision 440 - Directory Listing - [select for diffs]
Modified Sat Feb 11 23:11:38 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 439
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result
  in only port 1 being set ssl enabled.

Revision 439 - Directory Listing - [select for diffs]
Modified Sat Feb 11 21:58:40 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 438
- Fixed typo in example.conf and send.c

Revision 438 - Directory Listing - [select for diffs]
Modified Sat Feb 11 21:53:46 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 436
- Got rid of the last IVARIANT we had and replaced it with two asserts().

Revision 436 - Directory Listing - [select for diffs]
Modified Sat Feb 11 21:35:16 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 435
- Fixed bug in fd_close() that caused a core when calling restart_resolver()


Revision 435 - Directory Listing - [select for diffs]
Modified Sat Feb 11 19:21:50 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 433
- Fixed invalid output of the USERS command as reported by ThaPrince

Revision 433 - Directory Listing - [select for diffs]
Modified Sat Feb 11 15:22:07 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 432
- 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 - [select for diffs]
Modified Sat Feb 11 14:55:00 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 430
- Fixed possible core in expire_temp_lines()

Revision 430 - Directory Listing - [select for diffs]
Modified Sat Feb 11 12:52:34 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 428
- Fixed same problem for SSL_write.  Some interesting reference
  about the problem we experienced can be found at
  http://www.mail-archive.com/openssl-dev@openssl.org/msg13939.html


Revision 428 - Directory Listing - [select for diffs]
Modified Sat Feb 11 12:21:51 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 427
- Fixed bug where all ssl clients would get disconnected in certain situations.
  (reported by many people)

Revision 427 - Directory Listing - [select for diffs]
Modified Sat Feb 11 00:58:24 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 425
- Fixed compile errors

Revision 425 - Directory Listing - [select for diffs]
Modified Sat Feb 11 00:27:28 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 416
- Add BMASK and TMODE onto message tree when building with static modules.
  reported by hb505.

Revision 416 - Directory Listing - [select for diffs]
Modified Fri Feb 10 09:50:59 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 411
- Backported updated help file for "SET"

Revision 411 - Directory Listing - [select for diffs]
Modified Wed Feb 8 14:42:01 2006 UTC (18 years, 1 month ago) by adx
Diff to previous 410
+ fixed unaligned memory reference in resolver

Submitted by: Immo 'FaUl' Wehrenberg

Revision 410 - Directory Listing - [select for diffs]
Modified Wed Feb 8 14:31:37 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 397
- backported spelling fix

Revision 397 - Directory Listing - [select for diffs]
Modified Fri Feb 3 22:08:10 2006 UTC (18 years, 1 month ago) by nenolod
Diff to previous 395
MFC r396 from ircd-hybrid 7.3 (s_auth.c reliability fixes)

Revision 395 - Directory Listing - [select for diffs]
Modified Fri Feb 3 17:39:45 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 394
- Fixed typo

Revision 394 - Directory Listing - [select for diffs]
Modified Fri Feb 3 17:32:17 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 393
- Fixed TBURST as reported by ThaPrince

Revision 393 - Directory Listing - [select for diffs]
Modified Fri Feb 3 15:50:47 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 391
- Backported max_chans_per_user fix from HEAD

Revision 391 - Directory Listing - [select for diffs]
Modified Fri Feb 3 09:57:22 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 390
- fixed compile error in sendnick_TS()

Revision 390 - Directory Listing - [select for diffs]
Modified Wed Feb 1 21:24:07 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 388
- Fixed typo in example configuration files

Revision 388 - Directory Listing - [select for diffs]
Modified Wed Feb 1 12:51:45 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 386
- Forward-port banfix from 7.2 (reported by ThaPrince)

Revision 386 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:40:56 2006 UTC (18 years, 2 months ago) by adx
Diff to previous 384
+ this should fix sockhost relaying (ThaPrince #1)

Revision 384 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:22:01 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 382
- Soft caller ID fix as per ThaPrince (find_channel_link was
  called with wrong pointer)

Revision 382 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:13:42 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 371
- 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 - [select for diffs]
Modified Tue Jan 10 10:45:48 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 368
- 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 - [select for diffs]
Modified Mon Jan 9 23:41:29 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 367
- Forgot the half of the fix

Revision 367 - Directory Listing - [select for diffs]
Modified Mon Jan 9 23:37:29 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 356
- Fixed compile error on srv4 as reported by KEYofR

Revision 356 - Directory Listing - [select for diffs]
Modified Mon Jan 2 22:05:15 2006 UTC (18 years, 2 months ago) by adx
Diff to previous 352
+ MFC support for halfop->op rewriting.

Revision 352 - Directory Listing - [select for diffs]
Modified Sun Jan 1 09:44:41 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 343
- Don't allow shared k-lines to be set without a valid reason

Revision 343 - Directory Listing - [select for diffs]
Modified Sat Dec 31 09:38:11 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 342
- 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 - [select for diffs]
Modified Tue Dec 27 19:28:58 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 341
- Fixed compile error reported by Volk and CoolCold

Revision 341 - Directory Listing - [select for diffs]
Modified Tue Dec 27 13:43:46 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 340
- As reported by CoolCold:
  - Updated cmode helpfile
  - Added support for old-style topicburst = yes|no


Revision 340 - Directory Listing - [select for diffs]
Modified Tue Dec 27 08:24:52 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 339
- Updated RELNOTES

Revision 339 - Directory Listing - [select for diffs]
Modified Tue Dec 27 08:21:49 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 338
- 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 - [select for diffs]
Modified Tue Dec 27 07:49:27 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 337
- Don't allow other servers to send less than 4 parameters within TB

Revision 337 - Directory Listing - [select for diffs]
Modified Mon Dec 26 19:20:47 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 336
- Improved topic bursting.  Read the comment in s_serv.c:send_tb for
  further info

Revision 336 - Directory Listing - [select for diffs]
Modified Mon Dec 26 18:31:08 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 335
- This should finally fix the TBURST issue as reported by
  ThaPrince. Untested as always

Revision 335 - Directory Listing - [select for diffs]
Modified Mon Dec 26 10:36:42 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 330
- Backported TBURST fix from HEAD

Revision 330 - Directory Listing - [select for diffs]
Modified Sun Dec 25 11:01:22 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 329
- Somehow we had a 7.2 release without mentioning the topicburst directive
  in connect{} blocks -> updated example confs
- Updated RELNOTES

Revision 329 - Directory Listing - [select for diffs]
Modified Sun Dec 25 10:45:42 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 327
- Finish off TBURST (untested)

Revision 327 - Directory Listing - [select for diffs]
Modified Sun Dec 25 09:55:48 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 326
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile

Revision 326 - Directory Listing - [select for diffs]
Modified Sun Dec 25 09:29:11 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 325
- Removed m_tb.c and updated Makefile.in

Revision 325 - Directory Listing - [select for diffs]
Modified Sun Dec 25 09:26:45 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 324
- Imported m_tburst.c from 7.3

Revision 324 - Directory Listing - [select for diffs]
Modified Sat Dec 24 22:10:42 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 322
- Updated RELNOTES

Revision 322 - Directory Listing - [select for diffs]
Modified Sat Dec 24 22:04:58 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 321
- 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 321 - Directory Listing - [select for diffs]
Modified Sat Dec 24 15:16:10 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 319
- Updated RELNOTES

Revision 319 - Directory Listing - [select for diffs]
Modified Sat Dec 24 15:06:49 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 318
- Fixed core in case aconf->cipher_preference and
  ConfigFileEntry.default_cipher_preference are both NULL pointers

  Reported by opteron-hani via Joan

Revision 318 - Directory Listing - [select for diffs]
Modified Sat Dec 24 14:51:35 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 317
- Updated RELNOTES

Revision 317 - Directory Listing - [select for diffs]
Modified Sat Dec 24 14:45:17 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 313
- Backported revision 315 (trimmed memory usage by moving invited
  dlink_list to LocalUser struct)

Revision 313 - Directory Listing - [select for diffs]
Modified Fri Dec 23 10:55:47 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 310
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients

Revision 310 - Directory Listing - [select for diffs]
Modified Fri Dec 9 11:28:02 2005 UTC (18 years, 3 months ago) by adx
Diff to previous 309
+ clean up *.tds files after compile

Revision 309 - Directory Listing - [select for diffs]
Modified Fri Dec 9 11:25:44 2005 UTC (18 years, 3 months ago) by adx
Diff to previous 308
+ fixed bugs related to win32 & static builds

Revision 308 - Directory Listing - [select for diffs]
Modified Fri Dec 9 06:15:41 2005 UTC (18 years, 3 months ago) by lusky
Diff to previous 304
- bump patchlevel to 7.2.1beta
- stub 7.2.1beta1 in RELNOTES and add BETA verbage


Revision 304 - Directory Listing - [select for diffs]
Modified Fri Dec 9 05:39:16 2005 UTC (18 years, 3 months ago) by lusky
Diff to previous 300
- bump patchlevel to 7.2.0
- update RELNOTES
- bump version in specfile


Revision 300 - Directory Listing - [select for diffs]
Modified Mon Dec 5 23:13:58 2005 UTC (18 years, 3 months ago) by db
Diff to previous 298
- fixed infinite loop spotted and fixed by
  *runedude* Jeremy Sayres and my email is runedude@runedude.net


Revision 298 - Directory Listing - [select for diffs]
Modified Mon Dec 5 22:49:18 2005 UTC (18 years, 3 months ago) by db
Diff to previous 287
- 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 - [select for diffs]
Modified Sat Dec 3 13:28:04 2005 UTC (18 years, 3 months ago) by db
Diff to previous 285
- This BUG is gone so the ancillary files are no longer needed as well


Revision 285 - Directory Listing - [select for diffs]
Modified Sat Dec 3 10:57:47 2005 UTC (18 years, 3 months ago) by adx
Diff to previous 282
+ fixed unportable usage of va_list that make ircd cry on amd64

Revision 282 - Directory Listing - [select for diffs]
Modified Thu Nov 24 10:31:22 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 280
+ MFC /dev/poll

Revision 280 - Directory Listing - [select for diffs]
Modified Wed Nov 23 23:09:48 2005 UTC (18 years, 4 months ago) by db
Diff to previous 269
- Back port whois fix from HEAD


Revision 269 - Directory Listing - [select for diffs]
Modified Mon Nov 14 19:39:09 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 268
+ more rate limiting fixes
+ update RELNOTES

Revision 268 - Directory Listing - [select for diffs]
Modified Mon Nov 14 11:02:39 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 264
+ add more load2hi protection
+ style fixes

Revision 264 - Directory Listing - [select for diffs]
Modified Sun Nov 13 11:11:29 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 258
MFC set +b on opers by default

Revision 258 - Directory Listing - [select for diffs]
Modified Sat Nov 12 18:47:17 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 255
- Fixed another core on dlclose()

Revision 255 - Directory Listing - [select for diffs]
Modified Sat Nov 12 14:18:31 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 251
- Fixed core on /modunload, /modrestart

Revision 251 - Directory Listing - [select for diffs]
Modified Fri Nov 11 12:36:59 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 242
- 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 - [select for diffs]
Modified Sun Nov 6 11:20:44 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 222
+ 7.1 -> 7.2

Revision 222 - Directory Listing - [select for diffs]
Modified Thu Nov 3 15:39:49 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 219
- Added missing 'return' after register_remote_user() call in
  nick_from_server()

Revision 219 - Directory Listing - [select for diffs]
Modified Thu Nov 3 14:41:55 2005 UTC (18 years, 4 months ago) by db
Diff to previous 218
- Use MODE_PRIVATE, MODE_PARANOID isn't defined until HEAD (7.3)


Revision 218 - Directory Listing - [select for diffs]
Modified Thu Nov 3 14:40:19 2005 UTC (18 years, 4 months ago) by db
Diff to previous 202
- make findmodule_byname case sensitive 


Revision 202 - Directory Listing - [select for diffs]
Modified Tue Nov 1 11:48:01 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 201
+ reverted accidental invalid backport of win32build.bat

Revision 201 - Directory Listing - [select for diffs]
Modified Tue Nov 1 11:41:52 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 195
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

Revision 195 - Directory Listing - [select for diffs]
Modified Sun Oct 30 09:39:59 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 189
- Fixed compile error in load_a_module() with glibc that don't
  have a Link_map typedef

Revision 189 - Directory Listing - [select for diffs]
Modified Sun Oct 23 21:35:38 2005 UTC (18 years, 5 months ago) by db
Diff to previous 176
- 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 - [select for diffs]
Modified Sat Oct 22 00:00:13 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 172
- Fixed gcc4 related compilewarnings in inet_ntop6().  Reported by ThaPrince

Revision 172 - Directory Listing - [select for diffs]
Modified Fri Oct 21 22:04:25 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 169
- ETRACE should spit out an error if used by a non-oper.  Reported by nenolod

Revision 169 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:37:16 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 167
- Removed LocalUser.port
- Removed two extra memsets in make_request()

Revision 167 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:32:05 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 166
- Fixed compilewarning about unused parc in a more or less clean way.
  Reported by Marines

Revision 166 - Directory Listing - [select for diffs]
Modified Fri Oct 21 04:20:48 2005 UTC (18 years, 5 months ago) by db
Diff to previous 163
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 - [select for diffs]
Modified Thu Oct 20 21:09:02 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 159
- MFC iorecv/iosend changes to allow charset recoding

Revision 159 - Directory Listing - [select for diffs]
Modified Wed Oct 19 09:39:13 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 157
- Fixed bug where we would increase Count.invisi even
  if invisible_on_connect is off

Revision 157 - Directory Listing - [select for diffs]
Modified Tue Oct 18 06:33:24 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 155
- MFC: fixed register_callback

Revision 155 - Directory Listing - [select for diffs]
Modified Tue Oct 18 02:54:54 2005 UTC (18 years, 5 months ago) by db
Diff to previous 151
(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 - [select for diffs]
Modified Sun Oct 16 18:21:11 2005 UTC (18 years, 5 months ago) by db
Diff to previous 150
- 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 - [select for diffs]
Modified Sun Oct 16 18:14:43 2005 UTC (18 years, 5 months ago) by db
Diff to previous 148
 - 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 - [select for diffs]
Modified Sun Oct 16 16:18:18 2005 UTC (18 years, 5 months ago) by db
Diff to previous 145
- backport fix for memory leak and parv1 from HEAD


Revision 145 - Directory Listing - [select for diffs]
Modified Sun Oct 16 10:07:13 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 143
- Limit maximum WHOWAS replies for remote requests to 20, as per H6

Revision 143 - Directory Listing - [select for diffs]
Modified Sun Oct 16 09:49:16 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 138
- 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 - [select for diffs]
Modified Sun Oct 16 01:20:07 2005 UTC (18 years, 5 months ago) by db
Diff to previous 136
- fix compile warning


Revision 136 - Directory Listing - [select for diffs]
Modified Sat Oct 15 23:39:54 2005 UTC (18 years, 5 months ago) by db
Diff to previous 124
- backport fixes from 7.3 (HEAD) for testline and ~ flags


Revision 124 - Directory Listing - [select for diffs]
Modified Thu Oct 13 19:48:20 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 105
- Updated example.conf as suggested by pi

Revision 105 - Directory Listing - [select for diffs]
Modified Tue Oct 11 15:10:35 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 103
- Fixed compile error in m_ctrace.c

Revision 103 - Directory Listing - [select for diffs]
Modified Mon Oct 10 18:29:05 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 102
- MFC: fixed core on /links

Revision 102 - Directory Listing - [select for diffs]
Modified Mon Oct 10 12:17:19 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 100
- 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 - [select for diffs]
Modified Sun Oct 9 14:43:13 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 96
- 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 - [select for diffs]
Modified Sat Oct 8 16:27:32 2005 UTC (18 years, 5 months ago) by db
Diff to previous 95
- And update the parser files


Revision 95 - Directory Listing - [select for diffs]
Modified Sat Oct 8 16:26:37 2005 UTC (18 years, 5 months ago) by db
Diff to previous 94
- At the very least, don't create a gdeny conf with a NULL name,
  this is bad manners.


Revision 94 - Directory Listing - [select for diffs]
Modified Sat Oct 8 11:26:25 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 93
- Updated 7.2 RELNOTES

Revision 93 - Directory Listing - [select for diffs]
Modified Sat Oct 8 11:24:01 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 66
- 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 - [select for diffs]
Modified Mon Oct 3 23:44:13 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 58
- added /stats h to help

Revision 58 - Directory Listing - [select for diffs]
Modified Mon Oct 3 12:13:38 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 56
- 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 - [select for diffs]
Modified Mon Oct 3 11:33:30 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 46
- 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 - [select for diffs]
Modified Mon Oct 3 01:14:44 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 42
MFC: switch to static "SVN" string


Revision 42 - Directory Listing - [select for diffs]
Modified Sun Oct 2 23:25:27 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 40
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)


Revision 40 - Directory Listing - [select for diffs]
Modified Sun Oct 2 22:39:02 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 38
- documented cidr_bitlen

Revision 38 - Directory Listing - [select for diffs]
Modified Sun Oct 2 22:27:12 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 34
- MFC disallow ':' at the beginning and ' ' in server passwords

Revision 34 - Directory Listing - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Copied from: ircd-hybrid revision 33
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid
Diff to previous 32
- svn:keywords

Revision 32 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid
Diff to previous 31
- svn:keywords

Revision 31 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid
Diff to previous 30
- Fix svn:keywords

Revision 30 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid
Diff to previous 29
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Revision 29 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:40:06 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 28
x


Revision 28 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:38:54 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 27
test 12312431241


Revision 27 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:37:28 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 26
blah


Revision 26 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:11:04 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 25
xxx


Revision 25 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:09:18 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 24
zzz


Revision 24 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:06:59 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 23
test


Revision 23 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:04:18 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 22
another


Revision 22 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:02:23 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 21
test 123


Revision 21 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:59:38 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 20
this is a test


Revision 20 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:58:38 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 19
yet another test commit
Revision 19 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:55:26 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 18
yet another test commit
Revision 18 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:24:09 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 14
test commit.  will it email?
Revision 14 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:59 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 13
Deleted ircd-hybrid/trunk
Revision 13 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:51 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 12
Deleted ircd-hybrid/tags
Revision 12 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:45 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 5
Deleted ircd-hybrid/branches
Revision 5 - Directory Listing - [select for diffs]
Modified Fri Sep 30 22:20:48 2005 UTC (18 years, 6 months ago) by adx
Original Path: ircd-hybrid
Diff to previous 3
- test commit

Revision 3 - Directory Listing - [select for diffs]
Added Thu Sep 29 02:24:21 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid
Initial import
(Current path doesn't exist after revision 1027)

Convenience Links