ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/doc/example.quick.conf
Revision 1445 - (view) (annotate) - [select for diffs]
Modified Sat Jun 23 18:13:30 2012 UTC (11 years, 9 months ago) by michael
File length: 8176 byte(s)
Diff to previous 1441 , to selected 1156
- example.quit.conf: removed kline_with_connection_closed as spotted by
  Mark Cunningham

Revision 1441 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 19:05:27 2012 UTC (11 years, 9 months ago) by michael
File length: 8212 byte(s)
Diff to previous 1432 , to selected 1156
- Update documents

Revision 1432 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 19:40:08 2012 UTC (11 years, 9 months ago) by michael
File length: 8901 byte(s)
Diff to previous 1401 , to selected 1156
- 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 1401 - (view) (annotate) - [select for diffs]
Modified Tue May 8 18:58:13 2012 UTC (11 years, 10 months ago) by michael
File length: 8875 byte(s)
Diff to previous 1336 , to selected 1156
o) Removed channel::burst_topicwho configuration option. Topicsetters are
   now sent by default

Revision 1336 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 18:23:29 2012 UTC (11 years, 11 months ago) by michael
File length: 8898 byte(s)
Diff to previous 1334 , to selected 1156
- Update documents, remove outdated ones

Revision 1334 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 16:35:53 2012 UTC (11 years, 11 months ago) by michael
File length: 8898 byte(s)
Diff to previous 1324 , to selected 1156
- Update copyright-years

Revision 1324 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 21:40:38 2012 UTC (12 years ago) by michael
File length: 8898 byte(s)
Diff to previous 1316 , to selected 1156
- 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
File length: 8916 byte(s)
Diff to previous 1310 , to selected 1156
- 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 1310 - (view) (annotate) - [select for diffs]
Modified Mon Mar 26 15:45:02 2012 UTC (12 years ago) by michael
File length: 8851 byte(s)
Copied from: ircd-hybrid-8/etc/example.quick.conf revision 1309
Diff to previous 1302 , to selected 1156
- move example configuration files to doc/ folder

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/etc/example.quick.conf
File length: 8851 byte(s)
Diff to previous 1285 , to selected 1156
- remove servlink in preparation for tls links/compression

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/etc/example.quick.conf
File length: 9164 byte(s)
Diff to previous 1250 , to selected 1156
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported

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/etc/example.quick.conf
File length: 9167 byte(s)
Diff to previous 1249 , to selected 1156
- A file size of 'unlimited' can now be specified for log files

Revision 1249 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 10:07:53 2011 UTC (12 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/etc/example.quick.conf
File length: 9170 byte(s)
Diff to previous 1247 , to selected 1156
- Fix typo in example configuration 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/etc/example.quick.conf
File length: 9169 byte(s)
Diff to previous 1228 , to selected 1156
- 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/etc/example.quick.conf
File length: 8598 byte(s)
Diff to previous 1176 , to selected 1156
- 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 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/etc/example.quick.conf
File length: 8590 byte(s)
Diff to previous 1156
- 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 1156 - (view) (annotate) - [selected]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/etc/example.quick.conf
File length: 8604 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, 7 months ago) by michael
Original Path: ircd-hybrid/etc/example.quick.conf
File length: 8604 byte(s)
Diff to previous 1134 , to selected 1156
- recreate "trunk"

Revision 1134 - (view) (annotate) - [select for diffs]
Modified Sat May 28 19:23:12 2011 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.3/etc/example.quick.conf
File length: 8604 byte(s)
Diff to previous 1118 , to selected 1156
- update copyright years

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/etc/example.quick.conf
File length: 8604 byte(s)
Diff to previous 1074 , to selected 1156
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

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/etc/example.quick.conf
File length: 8627 byte(s)
Diff to previous 1072 , to selected 1156
- 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/etc/example.quick.conf
File length: 8619 byte(s)
Diff to previous 1070 , to selected 1156
- remove old dot_in_ip6_addr configuration option. this is now obsolete.

Revision 1070 - (view) (annotate) - [select for diffs]
Modified Tue Feb 16 23:40:20 2010 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/etc/example.quick.conf
File length: 8643 byte(s)
Diff to previous 1068 , to selected 1156
- Update example configuration files

Revision 1068 - (view) (annotate) - [select for diffs]
Modified Tue Feb 16 23:01:26 2010 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/etc/example.quick.conf
File length: 8597 byte(s)
Copied from: ircd-hybrid-7.3/etc/example.conf.quick.in revision 1060
Diff to previous 1049 , to selected 1156
- Stop substitution of example configuration files on 'configure'

Revision 1049 - (view) (annotate) - [select for diffs]
Modified Wed Jan 27 22:50:03 2010 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/etc/example.conf.quick.in
File length: 8597 byte(s)
Diff to previous 1029 , to selected 1156
- Update copyright years

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/etc/example.conf.quick.in
File length: 8597 byte(s)
Diff to previous 1028 , to selected 1156
- 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/etc/example.conf.quick.in
File length: 8597 byte(s)
Diff to previous 954 , to selected 1156
- move ircd-hybrid-7.2 to trunk

Revision 954 - (view) (annotate) - [select for diffs]
Modified Sun Jul 26 22:14:38 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.conf.quick.in
File length: 8597 byte(s)
Diff to previous 912 , to selected 1156
- propset svn:keywords
- remove simple.conf. example.conf.quick is good enough

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.conf.quick.in
File length: 8597 byte(s)
Diff to previous 897 , to selected 1156
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

Revision 897 - (view) (annotate) - [select for diffs]
Added Sat Nov 3 17:13:32 2007 UTC (16 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2/etc/example.conf.quick.in
File length: 8599 byte(s)
Diff to selected 1156
- Major cleanup of build system (Stu should review this)
  Basically move shared stuff like help messages modules to datadir
  Try to keep to the original layout under prefix if --datadir
  --sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
  all the time anyway.


(Current path doesn't exist after revision 1591)

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