ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/doc/example.efnet.conf
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: 37568 byte(s)
Diff to previous 1432 , to selected 639
- 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: 37595 byte(s)
Diff to previous 1426 , to selected 639
- 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 1426 - (view) (annotate) - [select for diffs]
Modified Wed Jun 6 09:17:12 2012 UTC (11 years, 9 months ago) by michael
File length: 37476 byte(s)
Diff to previous 1424 , to selected 639
- update comments "I: line vs. auth{} block"

Revision 1424 - (view) (annotate) - [select for diffs]
Modified Tue May 29 19:32:59 2012 UTC (11 years, 10 months ago) by michael
File length: 37466 byte(s)
Diff to previous 1412 , to selected 639
- channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
  when set to yes. Italic text (ctrl+i) is supported since mIRC 7.0

Revision 1412 - (view) (annotate) - [select for diffs]
Modified Sat May 19 18:39:17 2012 UTC (11 years, 10 months ago) by michael
File length: 37449 byte(s)
Diff to previous 1401 , to selected 639
- update example configuration files

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: 37401 byte(s)
Diff to previous 1351 , to selected 639
o) Removed channel::burst_topicwho configuration option. Topicsetters are
   now sent by default

Revision 1351 - (view) (annotate) - [select for diffs]
Modified Thu Apr 12 22:56:05 2012 UTC (11 years, 11 months ago) by michael
File length: 37519 byte(s)
Diff to previous 1336 , to selected 639
- update example configuration files

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: 37061 byte(s)
Diff to previous 1334 , to selected 639
- 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: 36959 byte(s)
Diff to previous 1324 , to selected 639
- 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: 36959 byte(s)
Diff to previous 1316 , to selected 639
- 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: 36977 byte(s)
Diff to previous 1310 , to selected 639
- 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: 36985 byte(s)
Copied from: ircd-hybrid-8/etc/example.efnet.conf revision 1309
Diff to previous 1306 , to selected 639
- move example configuration files to doc/ folder

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/etc/example.efnet.conf
File length: 36985 byte(s)
Diff to previous 1303 , to selected 639
- 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/etc/example.efnet.conf
File length: 36294 byte(s)
Diff to previous 1302 , to selected 639
- 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/etc/example.efnet.conf
File length: 36294 byte(s)
Diff to previous 1301 , to selected 639
- 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/etc/example.efnet.conf
File length: 38320 byte(s)
Diff to previous 1294 , to selected 639
- 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/etc/example.efnet.conf
File length: 38326 byte(s)
Diff to previous 1290 , to selected 639
- 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 1290 - (view) (annotate) - [select for diffs]
Modified Wed Feb 8 13:02:04 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/etc/example.efnet.conf
File length: 38367 byte(s)
Diff to previous 1285 , to selected 639
- update example config files. usermode 'r' has a different function now

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.efnet.conf
File length: 38367 byte(s)
Diff to previous 1264 , to selected 639
- 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/etc/example.efnet.conf
File length: 38469 byte(s)
Diff to previous 1250 , to selected 639
- 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/etc/example.efnet.conf
File length: 38626 byte(s)
Diff to previous 1249 , to selected 639
- 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.efnet.conf
File length: 38629 byte(s)
Diff to previous 1247 , to selected 639
- 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.efnet.conf
File length: 38628 byte(s)
Diff to previous 1229 , to selected 639
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1229 - (view) (annotate) - [select for diffs]
Modified Mon Sep 19 11:57:21 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/etc/example.efnet.conf
File length: 38550 byte(s)
Diff to previous 1228 , to selected 639
- Minor cleanups to example configuration files

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.efnet.conf
File length: 38662 byte(s)
Diff to previous 1216 , to selected 639
- 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/etc/example.efnet.conf
File length: 38851 byte(s)
Diff to previous 1176 , to selected 639
- 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/etc/example.efnet.conf
File length: 38809 byte(s)
Diff to previous 1156 , to selected 639
- 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) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/etc/example.efnet.conf
File length: 39018 byte(s)
Diff to previous 1155 , to selected 639
- 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.efnet.conf
File length: 39018 byte(s)
Diff to previous 1134 , to selected 639
- 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.efnet.conf
File length: 39018 byte(s)
Diff to previous 1118 , to selected 639
- 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.efnet.conf
File length: 39018 byte(s)
Diff to previous 1076 , to selected 639
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

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/etc/example.efnet.conf
File length: 39107 byte(s)
Diff to previous 1074 , to selected 639
- 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/etc/example.efnet.conf
File length: 39436 byte(s)
Diff to previous 1070 , to selected 639
- Made general::kill_chase_time_limit accept time units. too bad this entire
  crap is still needed even with ts6.

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.efnet.conf
File length: 39438 byte(s)
Diff to previous 1068 , to selected 639
- 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.efnet.conf
File length: 39236 byte(s)
Copied from: ircd-hybrid-7.3/etc/example.efnet.conf.in revision 1060
Diff to previous 1049 , to selected 639
- 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.efnet.conf.in
File length: 39236 byte(s)
Diff to previous 1029 , to selected 639
- 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.efnet.conf.in
File length: 39236 byte(s)
Diff to previous 1028 , to selected 639
- 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.efnet.conf.in
File length: 39236 byte(s)
Diff to previous 967 , to selected 639
- move ircd-hybrid-7.2 to trunk

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/etc/example.efnet.conf.in
File length: 39236 byte(s)
Diff to previous 959 , to selected 639
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 959 - (view) (annotate) - [select for diffs]
Modified Fri Jul 31 14:42:09 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf.in
File length: 38969 byte(s)
Diff to previous 951 , to selected 639
- minor fixes to example configuration files

Revision 951 - (view) (annotate) - [select for diffs]
Modified Wed Jul 22 10:47:24 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf.in
File length: 38961 byte(s)
Diff to previous 912 , to selected 639
- update example configuration files

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.efnet.conf.in
File length: 38041 byte(s)
Diff to previous 902 , to selected 639
- 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 902 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 14:00:06 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf.in
File length: 38035 byte(s)
Copied from: ircd-hybrid-7.2/etc/example.efnet.conf revision 901
Diff to previous 901 , to selected 639
- Move etc/example.efnet.conf to etc/example.efnet.conf.in
- Update configure.ac

Revision 901 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 13:55:43 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 38035 byte(s)
Diff to previous 900 , to selected 639
- Update example.efnet.conf according to dianes configure changes

Revision 900 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 13:49:52 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 38055 byte(s)
Diff to previous 885 , to selected 639
- Added new 'server' option to listener::flags

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37863 byte(s)
Diff to previous 876 , to selected 639
- Removed LazyLinks in 7.2 to stop people from asking why we keep
  broken code for half a decade. LL will be implemented in a smarter
  fashion in due time

Revision 876 - (view) (annotate) - [select for diffs]
Modified Wed Oct 24 21:51:21 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 38593 byte(s)
Diff to previous 853 , to selected 639
Backported WATCH
Revision 853 - (view) (annotate) - [select for diffs]
Modified Thu Feb 22 06:01:30 2007 UTC (17 years, 1 month ago) by db
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 38535 byte(s)
Diff to previous 806 , to selected 639
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag


Revision 806 - (view) (annotate) - [select for diffs]
Modified Thu Aug 31 23:42:38 2006 UTC (17 years, 7 months ago) by db
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 38356 byte(s)
Diff to previous 639
- I missed this redirect the first time, don't use a real server


Revision 639 - (view) (annotate) - [selected]
Modified Thu Jun 1 14:12:21 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 38333 byte(s)
Diff to previous 632
- Updated example configuration files

Revision 632 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 10:53:00 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 38312 byte(s)
Diff to previous 584 , to selected 639
- 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 584 - (view) (annotate) - [select for diffs]
Modified Sun May 7 15:26:45 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37988 byte(s)
Diff to previous 583 , to selected 639
- 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 - (view) (annotate) - [select for diffs]
Modified Sun May 7 12:58:29 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37734 byte(s)
Diff to previous 548 , to selected 639
- Cleaned up example.conf
- Copied example.conf over to example.efnet.conf and restored
  efnet specific values

Revision 548 - (view) (annotate) - [select for diffs]
Modified Thu Apr 20 07:26:01 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37519 byte(s)
Diff to previous 390 , to selected 639
- Updated RELNOTES and example.efnet.conf

Revision 390 - (view) (annotate) - [select for diffs]
Modified Wed Feb 1 21:24:07 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37291 byte(s)
Diff to previous 330 , to selected 639
- Fixed typo in example configuration files

Revision 330 - (view) (annotate) - [select for diffs]
Modified Sun Dec 25 11:01:22 2005 UTC (18 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37290 byte(s)
Diff to previous 269 , to selected 639
- Somehow we had a 7.2 release without mentioning the topicburst directive
  in connect{} blocks -> updated example confs
- Updated RELNOTES

Revision 269 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 19:39:09 2005 UTC (18 years, 4 months ago) by adx
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37106 byte(s)
Diff to previous 264 , to selected 639
+ more rate limiting fixes
+ update RELNOTES

Revision 264 - (view) (annotate) - [select for diffs]
Modified Sun Nov 13 11:11:29 2005 UTC (18 years, 4 months ago) by adx
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37071 byte(s)
Diff to previous 201 , to selected 639
MFC set +b on opers by default

Revision 201 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 11:41:52 2005 UTC (18 years, 4 months ago) by adx
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37065 byte(s)
Diff to previous 124 , to selected 639
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

Revision 124 - (view) (annotate) - [select for diffs]
Modified Thu Oct 13 19:48:20 2005 UTC (18 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37239 byte(s)
Diff to previous 56 , to selected 639
- Updated example.conf as suggested by pi

Revision 56 - (view) (annotate) - [select for diffs]
Modified Mon Oct 3 11:33:30 2005 UTC (18 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 37239 byte(s)
Diff to previous 40 , to selected 639
- 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 40 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 22:39:02 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 35848 byte(s)
Diff to previous 34 , to selected 639
- documented cidr_bitlen

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/etc/example.efnet.conf
File length: 35605 byte(s)
Diff to previous 33 , to selected 639
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/etc/example.efnet.conf
File length: 35605 byte(s)
Diff to previous 32 , to selected 639
- 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/etc/example.efnet.conf
File length: 35605 byte(s)
Diff to previous 31 , to selected 639
- 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/etc/example.efnet.conf
File length: 35605 byte(s)
Diff to previous 30 , to selected 639
- 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/etc/example.efnet.conf
File length: 35661 byte(s)
Diff to selected 639
- 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 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