ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/ircd_parser.c
Revision 1301 - (view) (annotate) - [select for diffs]
Modified Sat Mar 10 21:47:17 2012 UTC (12 years, 1 month ago) by michael
File length: 240347 byte(s)
Diff to previous 1294
- add 'dline' and 'undline' operator flags
- implement remote dlines mainly for services purposes, but can be used
  by operators as well
- update example configuration files; remove invalid shared::flags entries

Revision 1294 - (view) (annotate) - [select for diffs]
Modified Wed Feb 22 20:48:30 2012 UTC (12 years, 1 month ago) by michael
File length: 239969 byte(s)
Diff to previous 1285
- Add user mode +H which simply hides operator status to other users.
  This solution replaces current method of hidding operator status where the
  admin mode is not sent to other servers unless hidden_administrator is disabled.
- m_who() now takes care whether an operator is hidden or not

Revision 1285 - (view) (annotate) - [select for diffs]
Modified Sun Feb 5 15:12:59 2012 UTC (12 years, 2 months ago) by michael
File length: 238528 byte(s)
Diff to previous 1264
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported

Revision 1264 - (view) (annotate) - [select for diffs]
Modified Tue Jan 17 12:30:57 2012 UTC (12 years, 3 months ago) by michael
File length: 239566 byte(s)
Diff to previous 1250
- remove general::burst_away configuration directive. AWAY burst will have to
  be controlled via connect::flags explicitly.

Revision 1250 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 10:48:16 2011 UTC (12 years, 6 months ago) by michael
File length: 240269 byte(s)
Diff to previous 1247
- A file size of 'unlimited' can now be specified for log files

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (12 years, 6 months ago) by michael
File length: 240344 byte(s)
Diff to previous 1228
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1228 - (view) (annotate) - [select for diffs]
Modified Mon Sep 19 09:38:38 2011 UTC (12 years, 6 months ago) by michael
File length: 243498 byte(s)
Diff to previous 1216
- add 'restart'/'module' operator flags which allows better fine tuning
  whether or not an operator may have access to RESTART/MOD* commands
- ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before
  setting any privilege bits. Fixes odd behaviour with multiple 'flags'
  entries.
  Also removed ability to negate operator flags with a tilde '~'. Pretty
  useless since all operator privilege flags are set to zero by default.

Revision 1216 - (view) (annotate) - [select for diffs]
Modified Tue Sep 13 18:22:31 2011 UTC (12 years, 7 months ago) by michael
File length: 247002 byte(s)
Diff to previous 1176
- add 'globops' to operflags

Revision 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 8 months ago) by michael
File length: 247334 byte(s)
Diff to previous 1157
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself


Revision 1157 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 22:03:59 2011 UTC (12 years, 8 months ago) by michael
File length: 247245 byte(s)
Diff to previous 1156
- preliminary services support

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 8 months ago) by michael
File length: 245537 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/src/ircd_parser.c
File length: 245537 byte(s)
Diff to previous 1133
- recreate "trunk"

Revision 1133 - (view) (annotate) - [select for diffs]
Modified Fri May 27 20:11:42 2011 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 245537 byte(s)
Diff to previous 1123
- Bison 2.5

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242352 byte(s)
Diff to previous 1121
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242405 byte(s)
Diff to previous 1119
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1119 - (view) (annotate) - [select for diffs]
Modified Fri Jan 7 22:01:47 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242495 byte(s)
Diff to previous 1118
- removed HUB capability, which was a LL leftover

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242701 byte(s)
Diff to previous 1117
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

Revision 1117 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 15:01:46 2010 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 243302 byte(s)
Diff to previous 1103
- ircd_parser.y: ensure only valid hostnames can be
  specified in serverinfo::name

Revision 1103 - (view) (annotate) - [select for diffs]
Modified Wed Aug 18 22:18:47 2010 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 243289 byte(s)
Diff to previous 1089
- rebuild parser

Revision 1089 - (view) (annotate) - [select for diffs]
Modified Wed Mar 24 22:36:04 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 243256 byte(s)
Diff to previous 1076
- rebuild scanner using latest bison 2.4.2 which finally fixed
those -Wundef related warnings

Revision 1076 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 09:23:47 2010 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242774 byte(s)
Diff to previous 1074
- Dropped support for old style 'operflag = yes|no;' configuration format

Revision 1074 - (view) (annotate) - [select for diffs]
Modified Wed Feb 17 23:28:33 2010 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 258031 byte(s)
Diff to previous 1072
- Made general::kill_chase_time_limit accept time units. too bad this entire
  crap is still needed even with ts6.

Revision 1072 - (view) (annotate) - [select for diffs]
Modified Wed Feb 17 22:58:23 2010 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 258072 byte(s)
Diff to previous 1029
- remove old dot_in_ip6_addr configuration option. this is now obsolete.

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 258621 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid/src/ircd_parser.c
File length: 258621 byte(s)
Diff to previous 1024
- move ircd-hybrid-7.2 to trunk

Revision 1024 - (view) (annotate) - [select for diffs]
Modified Sun Nov 1 23:14:25 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258621 byte(s)
Diff to previous 1011
- Fixed compile with --disable-openssl
Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258505 byte(s)
Diff to previous 1009
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1009 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258611 byte(s)
Diff to previous 1005
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1005 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 23:07:43 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258290 byte(s)
Diff to previous 978
- remove conf_add_d_conf wrapper

Revision 978 - (view) (annotate) - [select for diffs]
Modified Sun Aug 9 09:47:58 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258456 byte(s)
Diff to previous 967
- avoid using native basename() since some implementations may or may not modify passed data

Revision 967 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258643 byte(s)
Diff to previous 913
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 913 - (view) (annotate) - [select for diffs]
Added Wed Nov 7 23:20:12 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 241780 byte(s)
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
  Those two shouldn't be configurable

(Current path doesn't exist after revision 1308)

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