ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/src/y.tab.c
Revision 849 - (view) (annotate) - [select for diffs]
Modified Mon Feb 19 19:41:59 2007 UTC (17 years, 1 month ago) by db
File length: 180210 byte(s)
Diff to previous 671 , to selected 619
- Add +C 
- add etrace -full

Reviewed by: cryogen, bear

Revision 671 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 07:15:38 2006 UTC (17 years, 9 months ago) by michael
File length: 241665 byte(s)
Diff to previous 668 , to selected 619
- 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 668 - (view) (annotate) - [select for diffs]
Modified Sun Jun 11 13:39:25 2006 UTC (17 years, 9 months ago) by michael
File length: 241510 byte(s)
Diff to previous 632 , to selected 619
- 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 632 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 10:53:00 2006 UTC (17 years, 10 months ago) by michael
File length: 241488 byte(s)
Diff to previous 619
- 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 619 - (view) (annotate) - [selected]
Modified Tue May 23 07:22:23 2006 UTC (17 years, 10 months ago) by michael
File length: 240849 byte(s)
Diff to previous 601
- Backported r376 (STATS y now shows the total number of clients in a class)
- Rebuilt y.tab.c using bison 2.2

Revision 601 - (view) (annotate) - [select for diffs]
Modified Sat May 13 16:59:28 2006 UTC (17 years, 10 months ago) by michael
File length: 235314 byte(s)
Diff to previous 595 , to selected 619
- Removed dalloca.h

Revision 595 - (view) (annotate) - [select for diffs]
Modified Fri May 12 21:17:16 2006 UTC (17 years, 10 months ago) by michael
File length: 235335 byte(s)
Diff to previous 593 , to selected 619
- Backported core fix for regexp k-lines

Revision 593 - (view) (annotate) - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (17 years, 10 months ago) by michael
File length: 235263 byte(s)
Diff to previous 584 , to selected 619
- 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 584 - (view) (annotate) - [select for diffs]
Modified Sun May 7 15:26:45 2006 UTC (17 years, 10 months ago) by michael
File length: 234144 byte(s)
Diff to previous 573 , to selected 619
- 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 573 - (view) (annotate) - [select for diffs]
Modified Mon May 1 09:40:37 2006 UTC (17 years, 11 months ago) by michael
File length: 233532 byte(s)
Diff to previous 441 , to selected 619
- ts6 fixes as explained on irc

Revision 441 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 23:12:56 2006 UTC (18 years, 1 month ago) by michael
File length: 233645 byte(s)
Diff to previous 342 , to selected 619
- rebuilt y.tab.c

Revision 342 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 19:28:58 2005 UTC (18 years, 3 months ago) by michael
File length: 233523 byte(s)
Diff to previous 341 , to selected 619
- Fixed compile error reported by Volk and CoolCold

Revision 341 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 13:43:46 2005 UTC (18 years, 3 months ago) by michael
File length: 233522 byte(s)
Diff to previous 339 , to selected 619
- As reported by CoolCold:
  - Updated cmode helpfile
  - Added support for old-style topicburst = yes|no


Revision 339 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 08:21:49 2005 UTC (18 years, 3 months ago) by michael
File length: 233006 byte(s)
Diff to previous 251 , to selected 619
- 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 251 - (view) (annotate) - [select for diffs]
Modified Fri Nov 11 12:36:59 2005 UTC (18 years, 4 months ago) by michael
File length: 232626 byte(s)
Diff to previous 201 , to selected 619
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8
- Rebuilt y.tab.c using bison 2.1

Revision 201 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 11:41:52 2005 UTC (18 years, 4 months ago) by adx
File length: 226549 byte(s)
Diff to previous 136 , to selected 619
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

Revision 136 - (view) (annotate) - [select for diffs]
Modified Sat Oct 15 23:39:54 2005 UTC (18 years, 5 months ago) by db
File length: 177254 byte(s)
Diff to previous 102 , to selected 619
- backport fixes from 7.3 (HEAD) for testline and ~ flags


Revision 102 - (view) (annotate) - [select for diffs]
Modified Mon Oct 10 12:17:19 2005 UTC (18 years, 5 months ago) by michael
File length: 229471 byte(s)
Diff to previous 96 , to selected 619
- 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 96 - (view) (annotate) - [select for diffs]
Modified Sat Oct 8 16:27:32 2005 UTC (18 years, 5 months ago) by db
File length: 176713 byte(s)
Diff to previous 56 , to selected 619
- And update the parser files


Revision 56 - (view) (annotate) - [select for diffs]
Modified Mon Oct 3 11:33:30 2005 UTC (18 years, 5 months ago) by michael
File length: 229404 byte(s)
Diff to previous 38 , to selected 619
- 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 38 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 22:27:12 2005 UTC (18 years, 5 months ago) by adx
File length: 223097 byte(s)
Diff to previous 34 , to selected 619
- MFC disallow ':' at the beginning and ' ' in server passwords

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
File length: 225008 byte(s)
Diff to previous 33 , to selected 619
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/y.tab.c
File length: 225008 byte(s)
Diff to previous 32 , to selected 619
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/y.tab.c
File length: 225008 byte(s)
Diff to previous 31 , to selected 619
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/y.tab.c
File length: 225008 byte(s)
Diff to previous 30 , to selected 619
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/src/y.tab.c
File length: 225057 byte(s)
Diff to selected 619
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 907)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a