ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.c
Revision 1651 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 10:54:51 2012 UTC (11 years, 4 months ago) by michael
File length: 217163 byte(s)
Diff to previous 1650 , to selected 1516
- Fixed class blocks not getting default values set properly
- bison 2.6.5

Revision 1650 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 20:57:51 2012 UTC (11 years, 4 months ago) by michael
File length: 218529 byte(s)
Diff to previous 1648 , to selected 1516
- Fixed few bugs that have been introduced with config rewrite
- Set some reasonable default values right after a class has been created

Revision 1648 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 17:34:09 2012 UTC (11 years, 4 months ago) by michael
File length: 218480 byte(s)
Diff to previous 1647 , to selected 1516
- conf_parser.y: fixed some logic errors

Revision 1647 - (view) (annotate) - [select for diffs]
Modified Fri Nov 9 20:11:58 2012 UTC (11 years, 4 months ago) by michael
File length: 218423 byte(s)
Diff to previous 1646 , to selected 1516
- Finish stabilizing/cleanup of conf parser

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 4 months ago) by michael
File length: 217447 byte(s)
Diff to previous 1644 , to selected 1516
- First pass of conf parser stabilization/cleanup

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (11 years, 4 months ago) by michael
File length: 219365 byte(s)
Diff to previous 1632 , to selected 1516
- More config subsystem cleanups

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
File length: 220254 byte(s)
Diff to previous 1628 , to selected 1516
- Initial rewrite of the configuration subsystem

Revision 1628 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 21:08:56 2012 UTC (11 years, 4 months ago) by michael
File length: 221418 byte(s)
Diff to previous 1622 , to selected 1516
- flesh out new *line database handling
- simplify temporary bans

Revision 1622 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (11 years, 4 months ago) by michael
File length: 221539 byte(s)
Diff to previous 1619 , to selected 1516
- klines, dlines, xlines, glines and resv now make use of the new database;
  also, temporary *lines are now stored, so they're not lost after
  restarting the ircd. This also applies to G-lines.

Revision 1619 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 19:21:26 2012 UTC (11 years, 4 months ago) by michael
File length: 221545 byte(s)
Diff to previous 1592 , to selected 1516
- bison 2.6.3

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
File length: 221122 byte(s)
Diff to previous 1549 , to selected 1516
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1549 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 18:11:11 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 221122 byte(s)
Diff to previous 1547 , to selected 1516
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1547 - (view) (annotate) - [select for diffs]
Modified Sun Sep 30 17:50:03 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 222868 byte(s)
Diff to previous 1542 , to selected 1516
- Removed general::use_whois_actually configuration directive. This is
  now enabled by default

Revision 1542 - (view) (annotate) - [select for diffs]
Modified Sat Sep 29 20:31:35 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 223557 byte(s)
Diff to previous 1526 , to selected 1516
- Fixed an off-by-one with spoofs. Spoofs are now also checked for
  invalid characters.

Revision 1526 - (view) (annotate) - [select for diffs]
Modified Mon Sep 10 18:06:06 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 223503 byte(s)
Diff to previous 1520 , to selected 1516
- fixed minor compile warnings

Revision 1520 - (view) (annotate) - [select for diffs]
Modified Wed Sep 5 15:50:02 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 223517 byte(s)
Diff to previous 1519 , to selected 1516
- removed unused terminal symbols

Revision 1519 - (view) (annotate) - [select for diffs]
Modified Wed Sep 5 12:02:04 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 224454 byte(s)
Diff to previous 1516
- Topics as well as user-aways are now sent in a burst by default

Revision 1516 - (view) (annotate) - [selected]
Modified Thu Aug 30 15:08:36 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 224318 byte(s)
Diff to previous 1498
- Removed general::client_flood configuration option and added the
  new 'recvq' configuration directive to class{} blocks.
  The max size of a receive queue can be seen in "STATS Y" for each class
- Update NEWS

Revision 1498 - (view) (annotate) - [select for diffs]
Modified Sun Aug 12 17:30:53 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 224830 byte(s)
Diff to previous 1495 , to selected 1516
- bison 2.6.2

Revision 1495 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 09:35:42 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 224831 byte(s)
Diff to previous 1492 , to selected 1516
- Removed use_invex, use_except and use_knock configuration options.
  These features are now enabled by default

Revision 1492 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 16:13:27 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 226515 byte(s)
Diff to previous 1490 , to selected 1516
- bison 2.6.1

Revision 1490 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 19:33:23 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 226851 byte(s)
Diff to previous 1474 , to selected 1516
- removed serverhide::disable_hidden configuration option
- update NEWS

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 226917 byte(s)
Diff to previous 1466 , to selected 1516
- removed &localchannels

Revision 1466 - (view) (annotate) - [select for diffs]
Modified Fri Jul 20 16:02:20 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 228402 byte(s)
Diff to previous 1460 , to selected 1516
- bison 2.6

Revision 1460 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 14:32:53 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 227836 byte(s)
Diff to previous 1459 , to selected 1516
- Added 'set' to operator privilege flags. Gives access to the "SET" command

Revision 1459 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 14:23:09 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 228273 byte(s)
Diff to previous 1432 , to selected 1516
- remove g-line acls
- added general::gline_request_duration configuration option which
  simply replaces the harcoded PENDING_GLINE_TIME definition

Revision 1432 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 19:40:08 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 233063 byte(s)
Diff to previous 1425 , to selected 1516
- Added channel::max_chans_per_oper configuration directive. The old way
  was to let ircops join three times the amount of max_chans_per_user.

  I'd rather would make this a class{} based limit, but this would require us
  to reprint the ISUPPORT buffer every time a client connects.

Revision 1425 - (view) (annotate) - [select for diffs]
Modified Wed Jun 6 08:44:22 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 232666 byte(s)
Diff to previous 1416 , to selected 1516
- automake 1.12.1 & bison 2.5.1

Revision 1416 - (view) (annotate) - [select for diffs]
Modified Sat May 26 11:45:43 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 231696 byte(s)
Diff to previous 1401 , to selected 1516
- Truncate 'cidr_bitlen_ipv4' to 32 if someone feeds us with a value higher
  than this. The same applies to 'cidr_bitlen_ipv6' that has a value higher
  than 128.

Revision 1401 - (view) (annotate) - [select for diffs]
Modified Tue May 8 18:58:13 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 231618 byte(s)
Diff to previous 1389 , to selected 1516
o) Removed channel::burst_topicwho configuration option. Topicsetters are
   now sent by default

Revision 1389 - (view) (annotate) - [select for diffs]
Modified Tue May 1 13:08:29 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 232261 byte(s)
Diff to previous 1383 , to selected 1516
- rename some struct AccessItem members

Revision 1383 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:18:22 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 232275 byte(s)
Diff to previous 1378 , to selected 1516
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
  are no longer separately attached to Client structures.

Revision 1378 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 19:43:34 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235454 byte(s)
Diff to previous 1377 , to selected 1516
- Get rid of OPERNICKLEN. Oper login IDs are no longer limited to NICKLEN*2

Revision 1377 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 19:35:16 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235541 byte(s)
Diff to previous 1369 , to selected 1516
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
  All they do is lead to confusion.

Revision 1369 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 19:04:19 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235526 byte(s)
Diff to previous 1366 , to selected 1516
- cleanup temporary k/d/g line code

Revision 1366 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 18:35:34 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235398 byte(s)
Diff to previous 1352 , to selected 1516
- Cleanup conf_add_server(). Remove traces of obsolete username verification
  for incoming server connections.

Revision 1352 - (view) (annotate) - [select for diffs]
Modified Fri Apr 13 09:57:08 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235476 byte(s)
Diff to previous 1329 , to selected 1516
- conf_parser.y: dh prime size should be at least 1024 bits

Revision 1329 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 12:02:12 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235314 byte(s)
Diff to previous 1324 , to selected 1516
- Remove unused configure tests
- Fixed compile warning in conf_parser.c

Revision 1324 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 21:40:38 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235296 byte(s)
Diff to previous 1316 , to selected 1516
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now

Revision 1316 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 17:05:51 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 235802 byte(s)
Diff to previous 1309 , to selected 1516
- Removed 'ssl_server_protocol' configuration directive and
  added 'ssl_client_method' and 'ssl_server_method' instead.

  Both of these options can now be changed at runtime.

- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/conf_parser.c
File length: 234910 byte(s)
Copied from: ircd-hybrid-8/src/ircd_parser.c revision 1306
Diff to previous 1306 , to selected 1516
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1306 - (view) (annotate) - [select for diffs]
Modified Sat Mar 24 07:43:04 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 234914 byte(s)
Diff to previous 1303 , to selected 1516
- improve ssl/tls support
- cipher suites can now be specified via ircd.conf

Revision 1303 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 10:52:19 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 234686 byte(s)
Diff to previous 1302 , to selected 1516
- Implement basic tls connections for server-server links

Revision 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 231816 byte(s)
Diff to previous 1301 , to selected 1516
- remove servlink in preparation for tls links/compression

Revision 1301 - (view) (annotate) - [select for diffs]
Modified Sat Mar 10 21:47:17 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 240347 byte(s)
Diff to previous 1294 , to selected 1516
- 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
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 239969 byte(s)
Diff to previous 1285 , to selected 1516
- 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, 1 month ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 238528 byte(s)
Diff to previous 1264 , to selected 1516
- 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, 2 months ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 239566 byte(s)
Diff to previous 1250 , to selected 1516
- 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, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 240269 byte(s)
Diff to previous 1247 , to selected 1516
- 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, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 240344 byte(s)
Diff to previous 1228 , to selected 1516
- 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
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 243498 byte(s)
Diff to previous 1216 , to selected 1516
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 247002 byte(s)
Diff to previous 1176 , to selected 1516
- add 'globops' to operflags

Revision 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 247334 byte(s)
Diff to previous 1157 , to selected 1516
- 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, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/ircd_parser.c
File length: 247245 byte(s)
Diff to previous 1156 , to selected 1516
- preliminary services support

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

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/ircd_parser.c
File length: 245537 byte(s)
Diff to previous 1133 , to selected 1516
- 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 , to selected 1516
- Bison 2.5

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242352 byte(s)
Diff to previous 1121 , to selected 1516
- 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, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242405 byte(s)
Diff to previous 1119 , to selected 1516
- 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, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242495 byte(s)
Diff to previous 1118 , to selected 1516
- 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, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242701 byte(s)
Diff to previous 1117 , to selected 1516
- 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 , to selected 1516
- 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, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 243289 byte(s)
Diff to previous 1089 , to selected 1516
- 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 , to selected 1516
- 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, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 242774 byte(s)
Diff to previous 1074 , to selected 1516
- 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, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 258031 byte(s)
Diff to previous 1072 , to selected 1516
- 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, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 258072 byte(s)
Diff to previous 1029 , to selected 1516
- 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_parser.c
File length: 258621 byte(s)
Diff to previous 1028 , to selected 1516
- 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, 4 months ago) by michael
Original Path: ircd-hybrid/src/ircd_parser.c
File length: 258621 byte(s)
Diff to previous 1024 , to selected 1516
- 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258621 byte(s)
Diff to previous 1011 , to selected 1516
- Fixed compile with --disable-openssl
Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258505 byte(s)
Diff to previous 1009 , to selected 1516
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258611 byte(s)
Diff to previous 1005 , to selected 1516
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258290 byte(s)
Diff to previous 978 , to selected 1516
- remove conf_add_d_conf wrapper

Revision 978 - (view) (annotate) - [select for diffs]
Modified Sun Aug 9 09:47:58 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258456 byte(s)
Diff to previous 967 , to selected 1516
- 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, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 258643 byte(s)
Diff to previous 913 , to selected 1516
- 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_parser.c
File length: 241780 byte(s)
Diff to selected 1516
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
  Those two shouldn't be configurable

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