ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/conf.h
Revision 6447 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 18:49:58 2015 UTC (8 years, 7 months ago) by michael
File length: 11660 byte(s)
Diff to previous 6375 , to selected 1176
- The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning

Revision 6375 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:34:16 2015 UTC (8 years, 7 months ago) by michael
File length: 11691 byte(s)
Diff to previous 6363 , to selected 1176
- Remove splitmode checking

Revision 6363 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 09:59:26 2015 UTC (8 years, 7 months ago) by michael
File length: 11843 byte(s)
Diff to previous 6345 , to selected 1176
- Remove unused header includes

Revision 6345 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:23:26 2015 UTC (8 years, 7 months ago) by michael
File length: 11866 byte(s)
Diff to previous 6315 , to selected 1176
- Cleanup/fix names of several #ifndef INCLUDED_*

Revision 6315 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 14:50:08 2015 UTC (8 years, 7 months ago) by michael
File length: 11870 byte(s)
Diff to previous 5985 , to selected 1176
- Make use of enums some more

Revision 5985 - (view) (annotate) - [select for diffs]
Modified Tue May 26 18:52:42 2015 UTC (8 years, 10 months ago) by michael
File length: 12329 byte(s)
Diff to previous 5823 , to selected 1176
- Added 'xline_exempt' to auth{} block flags

Revision 5823 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 15:37:43 2015 UTC (8 years, 11 months ago) by michael
File length: 12205 byte(s)
Diff to previous 5805 , to selected 1176
- Get rid of valid_comment()

Revision 5805 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (8 years, 11 months ago) by michael
File length: 12262 byte(s)
Diff to previous 5791 , to selected 1176
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options

Revision 5791 - (view) (annotate) - [select for diffs]
Modified Mon Apr 6 18:39:43 2015 UTC (8 years, 11 months ago) by michael
File length: 12518 byte(s)
Diff to previous 5776 , to selected 1176
- Reject remote k-line requests that don't have enough non-wildcard characters

Revision 5776 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:30 2015 UTC (8 years, 11 months ago) by michael
File length: 12523 byte(s)
Diff to previous 5644 , to selected 1176
- Changed some function to void if we don't need a return value
- Have some other functions return saner values

Revision 5644 - (view) (annotate) - [select for diffs]
Modified Tue Mar 3 17:23:44 2015 UTC (9 years ago) by michael
File length: 12522 byte(s)
Diff to previous 5639 , to selected 1176
- conf.h, conf.c: renamed some structures to match naming convetion of other structures

Revision 5639 - (view) (annotate) - [select for diffs]
Modified Sun Mar 1 16:14:54 2015 UTC (9 years ago) by michael
File length: 12466 byte(s)
Diff to previous 5602 , to selected 1176
- Constifications

Revision 5602 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 21:04:46 2015 UTC (9 years, 1 month ago) by michael
File length: 12460 byte(s)
Diff to previous 5584 , to selected 1176
- Fixed core in conjunction with OSX 10.10/possibly other system when parsing pseudo{} blocks as reported by Daniel Oaks
- Reverted -r4080, -r4609 and 4106 as they only cause undefined behavior on some systems

Revision 5584 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 15:02:36 2015 UTC (9 years, 1 month ago) by michael
File length: 12119 byte(s)
Diff to previous 5556 , to selected 1176
- conf.h, conf.c:cluster_a_line(): made 'capab' and 'cluster_type' unsigned types

Revision 5556 - (view) (annotate) - [select for diffs]
Modified Fri Feb 13 19:25:36 2015 UTC (9 years, 1 month ago) by michael
File length: 12101 byte(s)
Diff to previous 5489 , to selected 1176
- Added oper::whois configuration option which allows to override the default
  RPL_WHOISOPERATOR numeric string shown in /whois.

Revision 5489 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:52:23 2015 UTC (9 years, 1 month ago) by michael
File length: 12073 byte(s)
Diff to previous 5347 , to selected 1176
- Fixed bug where "/rehash" would always reset the "MAX", "JFLOODTIME", and "JFLOODCOUNT" values that
  have been changed from within IRC via the "/set" command
- Renamed the following ircd.conf configuration directives to be more descriptive:

  max_clients -> default_max_clients
  join_flood_count -> default_join_flood_count
  join_flood_time -> default_join_flood_time

- Updated related ircd.conf documentation accordingly

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 2 months ago) by michael
File length: 11984 byte(s)
Diff to previous 5025 , to selected 1176
- Update copyright years

Revision 5025 - (view) (annotate) - [select for diffs]
Modified Fri Dec 12 15:18:43 2014 UTC (9 years, 3 months ago) by michael
File length: 11984 byte(s)
Diff to previous 4989 , to selected 1176
- Added general::stats_m_oper_only configuration option

Revision 4989 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:07:36 2014 UTC (9 years, 3 months ago) by michael
File length: 11950 byte(s)
Diff to previous 4982 , to selected 1176
- The general::true_no_oper_flood configuration option has been deprecated.
  Operators still can have higher 'flood' limits with no_oper_flood = yes;
  hoewever, they are no longer allowed to bypass RecvQ limits.

Revision 4982 - (view) (annotate) - [select for diffs]
Modified Sat Dec 6 18:17:20 2014 UTC (9 years, 3 months ago) by michael
File length: 11985 byte(s)
Diff to previous 4967 , to selected 1176
- Cleaned up style; reformatting; const correctness

Revision 4967 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 14:34:29 2014 UTC (9 years, 3 months ago) by michael
File length: 11980 byte(s)
Diff to previous 4937 , to selected 1176
- general::hide_spoof_ips is now deprecated

Revision 4937 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 15:05:20 2014 UTC (9 years, 4 months ago) by michael
File length: 12011 byte(s)
Diff to previous 4822 , to selected 1176
- Renamed variables; const correctness
- Removed IsConfOperator macro

Revision 4822 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 17:50:25 2014 UTC (9 years, 4 months ago) by michael
File length: 12068 byte(s)
Diff to previous 4778 , to selected 1176
- Renamed exempt::coid to exempt::country_id

Revision 4778 - (view) (annotate) - [select for diffs]
Modified Tue Oct 21 16:12:19 2014 UTC (9 years, 5 months ago) by michael
File length: 12062 byte(s)
Diff to previous 4565 , to selected 1176
- Removed hybrid 6 leftovers

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
File length: 12184 byte(s)
Diff to previous 4545 , to selected 1176
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
File length: 12180 byte(s)
Diff to previous 4415 , to selected 1176
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4415 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:09:36 2014 UTC (9 years, 7 months ago) by michael
File length: 12203 byte(s)
Diff to previous 4344 , to selected 1176
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

Revision 4344 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 17:00:47 2014 UTC (9 years, 7 months ago) by michael
File length: 12230 byte(s)
Diff to previous 4343 , to selected 1176
- Re-arranged ConfigServerInfo structure

Revision 4343 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:58:33 2014 UTC (9 years, 7 months ago) by michael
File length: 12230 byte(s)
Diff to previous 4340 , to selected 1176
- Removed unused ConfigServerInfo structure member

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (9 years, 7 months ago) by michael
File length: 12261 byte(s)
Diff to previous 4325 , to selected 1176
- Renamed structures to meet code conventions

Revision 4325 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 18:06:07 2014 UTC (9 years, 7 months ago) by michael
File length: 12262 byte(s)
Diff to previous 4319 , to selected 1176
- Moved all ip caching related code to ipcache.c

Revision 4319 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 16:48:38 2014 UTC (9 years, 7 months ago) by michael
File length: 12397 byte(s)
Diff to previous 4313 , to selected 1176
- Cleaned up ipcache

Revision 4313 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:50:11 2014 UTC (9 years, 7 months ago) by michael
File length: 12403 byte(s)
Diff to previous 4254 , to selected 1176
- Improved AWAY throttling to allow for better fine-tuning

Revision 4254 - (view) (annotate) - [select for diffs]
Modified Fri Jul 18 19:07:27 2014 UTC (9 years, 8 months ago) by michael
File length: 12350 byte(s)
Diff to previous 4114 , to selected 1176
- Cleaned up and sanitized /challenge related code
- rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes()
  if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.

Revision 4114 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 16:47:15 2014 UTC (9 years, 8 months ago) by michael
File length: 12396 byte(s)
Diff to previous 4080 , to selected 1176
- Added ssl_message_digest_algorithm configuration option to serverinfo{} block.
  See doc/reference.conf for more information.

Revision 4080 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 16:02:44 2014 UTC (9 years, 9 months ago) by michael
File length: 12325 byte(s)
Diff to previous 3933 , to selected 1176
- conf.c, conf.h: change some structures to anonymous structures

Revision 3933 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 17:56:42 2014 UTC (9 years, 9 months ago) by michael
File length: 12695 byte(s)
Diff to previous 3925 , to selected 1176
- Added max_channels to class{} blocks

Revision 3925 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 13:34:36 2014 UTC (9 years, 9 months ago) by michael
File length: 12736 byte(s)
Diff to previous 3877 , to selected 1176
- Fixed bunch of compile warnings with -Wconversion

Revision 3877 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 15:49:13 2014 UTC (9 years, 9 months ago) by michael
File length: 12674 byte(s)
Diff to previous 3870 , to selected 1176
- Added general::throttle_count idea from p4

Revision 3870 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 13:07:05 2014 UTC (9 years, 9 months ago) by michael
File length: 12643 byte(s)
Diff to previous 3860 , to selected 1176
- Use unsigned whenever possible

Revision 3860 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 19:55:07 2014 UTC (9 years, 9 months ago) by michael
File length: 12121 byte(s)
Diff to previous 3762 , to selected 1176
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam

Revision 3762 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 19:35:16 2014 UTC (9 years, 9 months ago) by michael
File length: 12048 byte(s)
Diff to previous 3674 , to selected 1176
- Added INVITE flood protection/throttling as requested by Adam. This basically
  works similar as the KNOCK throttling algorithm.

Revision 3674 - (view) (annotate) - [select for diffs]
Modified Thu May 29 14:33:49 2014 UTC (9 years, 10 months ago) by michael
File length: 12000 byte(s)
Diff to previous 3663 , to selected 1176
- conf.h:struct config_file_entry: changed 'oper_only_umodes' and 'oper_umodes'
  to unsigned int types. Otherwise we may expect integer overflows in the future
  if more user modes get added.

Revision 3663 - (view) (annotate) - [select for diffs]
Modified Thu May 29 10:25:14 2014 UTC (9 years, 10 months ago) by michael
File length: 11982 byte(s)
Diff to previous 3493 , to selected 1176
- conf.h: removed extraneous comma

Revision 3493 - (view) (annotate) - [select for diffs]
Modified Thu May 8 17:57:18 2014 UTC (9 years, 10 months ago) by michael
File length: 11983 byte(s)
Diff to previous 3491 , to selected 1176
- conf.h: remove invalid/useless comments

Revision 3491 - (view) (annotate) - [select for diffs]
Modified Thu May 8 17:54:54 2014 UTC (9 years, 10 months ago) by michael
File length: 12116 byte(s)
Diff to previous 3473 , to selected 1176
- conf.h: remove unused macros

Revision 3473 - (view) (annotate) - [select for diffs]
Modified Sun May 4 15:40:26 2014 UTC (9 years, 10 months ago) by michael
File length: 12438 byte(s)
Diff to previous 3283 , to selected 1176
- Renamed general::warn_no_nline to warn_no_connect_block

Revision 3283 - (view) (annotate) - [select for diffs]
Modified Tue Apr 8 16:39:50 2014 UTC (9 years, 11 months ago) by michael
File length: 12430 byte(s)
Diff to previous 3274 , to selected 1176
- Style corrections/constification

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (9 years, 11 months ago) by michael
File length: 12421 byte(s)
Diff to previous 3239 , to selected 1176
- Clean up redundant/unused header includes

Revision 3239 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 13:55:44 2014 UTC (10 years ago) by michael
File length: 12439 byte(s)
Diff to previous 3093 , to selected 1176
- Have /info report MPATH and SPATH aswell

Revision 3093 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 19:44:52 2014 UTC (10 years ago) by michael
File length: 12427 byte(s)
Diff to previous 3081 , to selected 1176
- conf.h: made some more constants use an enum

Revision 3081 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 18:30:06 2014 UTC (10 years ago) by michael
File length: 12458 byte(s)
Diff to previous 2995 , to selected 1176
- m_stats.c, conf.h: removed unused CONF_FLAGS_LIMIT_IP and CONF_FLAGS_NOMATCH_IP
  definitions

Revision 2995 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 21:16:17 2014 UTC (10 years, 1 month ago) by michael
File length: 12696 byte(s)
Diff to previous 2865 , to selected 1176
- hostmask.c: get rid of this (type & ~0x1) hack

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (10 years, 2 months ago) by michael
File length: 12733 byte(s)
Diff to previous 2522 , to selected 1176
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2522 - (view) (annotate) - [select for diffs]
Modified Fri Nov 1 20:44:04 2013 UTC (10 years, 4 months ago) by michael
File length: 12703 byte(s)
Diff to previous 2313 , to selected 1176
- Got rid of find_kill() and find_gline() wrapper functions

Revision 2313 - (view) (annotate) - [select for diffs]
Modified Fri Jun 21 11:40:50 2013 UTC (10 years, 9 months ago) by michael
File length: 12808 byte(s)
Diff to previous 2283 , to selected 1176
- conf.c:valid_tkline(): minor cleanups

Revision 2283 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 19:13:20 2013 UTC (10 years, 9 months ago) by michael
File length: 12802 byte(s)
Diff to previous 2269 , to selected 1176
- Added generall::cycle_on_host_change configuration option as requested
  by Adam <adam@anope.org>

Revision 2269 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 15:07:26 2013 UTC (10 years, 9 months ago) by michael
File length: 12774 byte(s)
Diff to previous 2228 , to selected 1176
- Added general::stats_u_oper_only configuration option

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (10 years, 9 months ago) by michael
File length: 12749 byte(s)
Diff to previous 2196 , to selected 1176
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 2196 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 18:30:12 2013 UTC (10 years, 9 months ago) by michael
File length: 12720 byte(s)
Diff to previous 2174 , to selected 1176
- Moved disable_remote_command configuration directive from
  general{} block to serverhide{] block

Revision 2174 - (view) (annotate) - [select for diffs]
Modified Mon Jun 3 19:45:38 2013 UTC (10 years, 9 months ago) by michael
File length: 12711 byte(s)
Diff to previous 2159 , to selected 1176
- Remove unused temporary_resv list. Move channel_resv_list to conf.c 

Revision 2159 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 18:22:01 2013 UTC (10 years, 9 months ago) by michael
File length: 12649 byte(s)
Diff to previous 2156 , to selected 1176
- Cleanup ISUPPORT code and get rid of message.c

Revision 2156 - (view) (annotate) - [select for diffs]
Modified Fri May 31 20:53:11 2013 UTC (10 years, 9 months ago) by michael
File length: 12702 byte(s)
Diff to previous 2150 , to selected 1176
- Cleanup flattened links code

Revision 2150 - (view) (annotate) - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (10 years, 9 months ago) by michael
File length: 12695 byte(s)
Diff to previous 2130 , to selected 1176
- Implement motd{} configuration blocks based on ircu's implementation

Revision 2130 - (view) (annotate) - [select for diffs]
Modified Wed May 29 15:32:28 2013 UTC (10 years, 10 months ago) by michael
File length: 12682 byte(s)
Diff to previous 2118 , to selected 1176
- resv.c: move valid_wild_card_simple() to conf.c

Revision 2118 - (view) (annotate) - [select for diffs]
Modified Sun May 26 11:49:51 2013 UTC (10 years, 10 months ago) by michael
File length: 12633 byte(s)
Diff to previous 2116 , to selected 1176
- Got rid of CONF_HUB enum type

Revision 2116 - (view) (annotate) - [select for diffs]
Modified Sun May 26 11:44:01 2013 UTC (10 years, 10 months ago) by michael
File length: 12744 byte(s)
Diff to previous 1946 , to selected 1176
- Got rid of CONF_CLASS enum type

Revision 1946 - (view) (annotate) - [select for diffs]
Modified Sun May 5 10:21:40 2013 UTC (10 years, 10 months ago) by michael
File length: 12812 byte(s)
Diff to previous 1922 , to selected 1176
- Removed channel::quiet_on_ban configuration option. This feature is
  now enabled by default

Revision 1922 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 15:08:42 2013 UTC (10 years, 11 months ago) by michael
File length: 12832 byte(s)
Diff to previous 1921 , to selected 1176
- Moved report_confitem_types() to m_stats.c

Revision 1921 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 14:54:20 2013 UTC (10 years, 11 months ago) by michael
File length: 12842 byte(s)
Diff to previous 1858 , to selected 1176
- Forward-port -r1920 [Dropped PCRE support]

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (10 years, 11 months ago) by michael
File length: 13024 byte(s)
Diff to previous 1851 , to selected 1176
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks

Revision 1851 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 18:31:06 2013 UTC (10 years, 11 months ago) by michael
File length: 12843 byte(s)
Diff to previous 1843 , to selected 1176
- Cleanup m_map.c
- Implemented serverhide::hide_services configuration option

Revision 1843 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 18:48:01 2013 UTC (10 years, 11 months ago) by michael
File length: 12822 byte(s)
Diff to previous 1798 , to selected 1176
- conf.h: removed MaskItem::hnext member

Revision 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (10 years, 11 months ago) by michael
File length: 12850 byte(s)
Diff to previous 1751 , to selected 1176
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (11 years, 2 months ago) by michael
File length: 12702 byte(s)
Diff to previous 1715 , to selected 1176
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
  via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
  option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support

Revision 1715 - (view) (annotate) - [select for diffs]
Modified Mon Dec 24 15:19:32 2012 UTC (11 years, 3 months ago) by michael
File length: 12592 byte(s)
Diff to previous 1702 , to selected 1176
- Improved WEBIRC authentication; added 'webirc' to auth::flags

Revision 1702 - (view) (annotate) - [select for diffs]
Modified Thu Dec 20 15:49:20 2012 UTC (11 years, 3 months ago) by michael
File length: 12476 byte(s)
Diff to previous 1649 , to selected 1176
- /info now also shows pathnames of g-/x-line database files

Revision 1649 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 19:27:13 2012 UTC (11 years, 4 months ago) by michael
File length: 12477 byte(s)
Diff to previous 1647 , to selected 1176
- minor MaskItem structure cleanup

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: 12569 byte(s)
Diff to previous 1646 , to selected 1176
- 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: 12582 byte(s)
Diff to previous 1644 , to selected 1176
- 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: 12537 byte(s)
Diff to previous 1636 , to selected 1176
- More config subsystem cleanups

Revision 1636 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 17:09:47 2012 UTC (11 years, 4 months ago) by michael
File length: 12678 byte(s)
Diff to previous 1632 , to selected 1176
- Cleanup configuration subsystem
- Fixed broken CIDR support for /challenge

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: 12854 byte(s)
Diff to previous 1628 , to selected 1176
- 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: 15189 byte(s)
Diff to previous 1623 , to selected 1176
- flesh out new *line database handling
- simplify temporary bans

Revision 1623 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:24:43 2012 UTC (11 years, 4 months ago) by michael
File length: 15626 byte(s)
Diff to previous 1622 , to selected 1176
- Removed temporary_xlines list

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: 15733 byte(s)
Diff to previous 1592 , to selected 1176
- 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 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
File length: 15581 byte(s)
Diff to previous 1549 , to selected 1176
- 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/include/conf.h
File length: 15581 byte(s)
Diff to previous 1547 , to selected 1176
- 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/include/conf.h
File length: 15628 byte(s)
Diff to previous 1519 , to selected 1176
- Removed general::use_whois_actually configuration directive. This is
  now enabled by default

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/include/conf.h
File length: 15654 byte(s)
Diff to previous 1518 , to selected 1176
- Topics as well as user-aways are now sent in a burst by default

Revision 1518 - (view) (annotate) - [select for diffs]
Modified Sun Sep 2 16:50:40 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16194 byte(s)
Diff to previous 1516 , to selected 1176
- Removed rkline.conf and rxline.conf leftovers. Regular expression based
  k- and x-lines can be set via ircd.conf only.

Revision 1516 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 15:08:36 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16320 byte(s)
Diff to previous 1503 , to selected 1176
- 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 1503 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 09:05:58 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16266 byte(s)
Diff to previous 1495 , to selected 1176
- Removed all unused references to GPATH and glinefile. There's no glines.conf.

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/include/conf.h
File length: 16291 byte(s)
Diff to previous 1490 , to selected 1176
- Removed use_invex, use_except and use_knock configuration options.
  These features are now enabled by default

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/include/conf.h
File length: 16343 byte(s)
Diff to previous 1474 , to selected 1176
- 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/include/conf.h
File length: 16365 byte(s)
Diff to previous 1459 , to selected 1176
- removed &localchannels

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/include/conf.h
File length: 16395 byte(s)
Diff to previous 1446 , to selected 1176
- remove g-line acls
- added general::gline_request_duration configuration option which
  simply replaces the harcoded PENDING_GLINE_TIME definition

Revision 1446 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 20:05:12 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16517 byte(s)
Diff to previous 1432 , to selected 1176
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --

M    include/defaults.h
M    include/conf.h
M    include/numeric.h
M    include/motd.h
M    src/s_user.c
M    src/messages.tab
M    src/motd.c
M    src/ircd.c
M    modules/Makefile.in
M    modules/m_challenge.c
M    modules/m_oper.c
D    modules/m_omotd.c
M    modules/m_rehash.c
M    modules/Makefile.am
M    NEWS

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/include/conf.h
File length: 16541 byte(s)
Diff to previous 1401 , to selected 1176
- 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
Original Path: ircd-hybrid-8/include/conf.h
File length: 16506 byte(s)
Diff to previous 1393 , to selected 1176
o) Removed channel::burst_topicwho configuration option. Topicsetters are
   now sent by default

Revision 1393 - (view) (annotate) - [select for diffs]
Modified Wed May 2 19:17:37 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16528 byte(s)
Diff to previous 1389 , to selected 1176
- conf.h: remove CONF_LISTEN_PORT and CONF_EXEMPTKLINE #defines
- hostmask.h: remove HostMaskEntry structure
- hostmask.c: remove find_gline_conf() and find_kline_conf() wrapper functions

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/include/conf.h
File length: 16677 byte(s)
Diff to previous 1383 , to selected 1176
- 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/include/conf.h
File length: 16680 byte(s)
Diff to previous 1380 , to selected 1176
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
  are no longer separately attached to Client structures.

Revision 1380 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 19:51:40 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16979 byte(s)
Diff to previous 1379 , to selected 1176
- conf.h: remove unused CONF_NOLIMIT definition

Revision 1379 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 19:49:57 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17022 byte(s)
Diff to previous 1377 , to selected 1176
- remove operlog and logpath from config_file_entry structure

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/include/conf.h
File length: 17056 byte(s)
Diff to previous 1370 , to selected 1176
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
  All they do is lead to confusion.

Revision 1370 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 19:16:16 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17636 byte(s)
Diff to previous 1369 , to selected 1176
- change back CLEANUP_TKLINES_TIME to 60 seconds

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/include/conf.h
File length: 17635 byte(s)
Diff to previous 1368 , to selected 1176
- cleanup temporary k/d/g line code

Revision 1368 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 16:42:06 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17715 byte(s)
Diff to previous 1364 , to selected 1176
- Remove temporary RKLINES/RXLINES leftovers

Revision 1364 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:28:21 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17794 byte(s)
Diff to previous 1353 , to selected 1176
- Optimize get_oper_name(). No need to walk client_p->localClient->confs.
  If there's any attached CONF_OPERATOR, it'll always be the last attached
  one

Revision 1353 - (view) (annotate) - [select for diffs]
Modified Sun Apr 15 18:35:55 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17788 byte(s)
Diff to previous 1335 , to selected 1176
- move conf_yy_input and conf_yy_fatal_error to conf_lexer.l
- conf_lexer.l: replace a strcpy with strlcpy

Revision 1335 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 16:40:35 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17888 byte(s)
Diff to previous 1329 , to selected 1176
- Sort out unused ConfItem flags

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/include/conf.h
File length: 18206 byte(s)
Diff to previous 1328 , to selected 1176
- Remove unused configure tests
- Fixed compile warning in conf_parser.c

Revision 1328 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 17:43:32 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18245 byte(s)
Diff to previous 1325 , to selected 1176
- Change SHOW_IP, MASK_IP and HIDE_IP into an enum type
- Removed unused CONF_SERVER_INFO_TLS_VERSION_* definition

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18340 byte(s)
Diff to previous 1324 , to selected 1176
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

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/include/conf.h
File length: 18391 byte(s)
Diff to previous 1317 , to selected 1176
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now

Revision 1317 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 17:30:55 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18417 byte(s)
Diff to previous 1309 , to selected 1176
- remove tls_version from server_info struct

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/include/conf.h
File length: 18445 byte(s)
Copied from: ircd-hybrid-8/include/s_conf.h revision 1306
Diff to previous 1306 , to selected 1176
- 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/include/s_conf.h
File length: 18447 byte(s)
Diff to previous 1303 , to selected 1176
- 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/include/s_conf.h
File length: 18426 byte(s)
Diff to previous 1302 , to selected 1176
- 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/include/s_conf.h
File length: 18204 byte(s)
Diff to previous 1301 , to selected 1176
- 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/include/s_conf.h
File length: 18789 byte(s)
Diff to previous 1285 , to selected 1176
- 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 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/include/s_conf.h
File length: 18817 byte(s)
Diff to previous 1247 , to selected 1176
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported

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/include/s_conf.h
File length: 18744 byte(s)
Diff to previous 1216 , to selected 1176
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

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/include/s_conf.h
File length: 18971 byte(s)
Diff to previous 1176
- add 'globops' to operflags

Revision 1176 - (view) (annotate) - [selected]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 18969 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, 7 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 19114 byte(s)
Diff to previous 1156 , to selected 1176
- 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/include/s_conf.h
File length: 19000 byte(s)
Diff to previous 1155 , to selected 1176
- 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/include/s_conf.h
File length: 19000 byte(s)
Diff to previous 1120 , to selected 1176
- recreate "trunk"

Revision 1120 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 09:58:25 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_conf.h
File length: 19000 byte(s)
Diff to previous 1118 , to selected 1176
- Bump up max temporary kline time to 360 days

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/include/s_conf.h
File length: 18994 byte(s)
Diff to previous 1072 , to selected 1176
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

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/include/s_conf.h
File length: 19041 byte(s)
Diff to previous 1029 , to selected 1176
- 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/include/s_conf.h
File length: 19064 byte(s)
Diff to previous 1028 , to selected 1176
- 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/include/s_conf.h
File length: 19064 byte(s)
Diff to previous 1013 , to selected 1176
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19064 byte(s)
Diff to previous 1009 , to selected 1176
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

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/include/s_conf.h
File length: 19055 byte(s)
Diff to previous 1008 , to selected 1176
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1008 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 13:56:11 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19067 byte(s)
Diff to previous 1005 , to selected 1176
- doxyfy

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/include/s_conf.h
File length: 19036 byte(s)
Diff to previous 999 , to selected 1176
- remove conf_add_d_conf wrapper

Revision 999 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 15:23:34 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19086 byte(s)
Diff to previous 992 , to selected 1176
- removed references to struct DNSReply

Revision 992 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19137 byte(s)
Diff to previous 967 , to selected 1176
- fix possible auth/dns related memleaks

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/include/s_conf.h
File length: 19104 byte(s)
Diff to previous 950 , to selected 1176
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 950 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 23:07:52 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 948 , to selected 1176
- squash several compile warnings

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18802 byte(s)
Diff to previous 912 , to selected 1176
- lp64\llp64\ilp32 portability fixes

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/include/s_conf.h
File length: 18793 byte(s)
Diff to previous 885 , to selected 1176
- 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 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/include/s_conf.h
File length: 18792 byte(s)
Diff to previous 876 , to selected 1176
- 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/include/s_conf.h
File length: 18995 byte(s)
Diff to previous 671 , to selected 1176
Backported WATCH
Revision 671 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 07:15:38 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18978 byte(s)
Diff to previous 632 , to selected 1176
- 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 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/include/s_conf.h
File length: 18964 byte(s)
Diff to previous 618 , to selected 1176
- 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 618 - (view) (annotate) - [select for diffs]
Modified Tue May 23 07:07:53 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18935 byte(s)
Diff to previous 593 , to selected 1176
- attach_conf():  We even need to increment CurrUserCount if a class got
  attached to a server or operator.  Spotted by stu.
- Removed IRCD_SOCKET_ERROR define

Revision 593 - (view) (annotate) - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18966 byte(s)
Diff to previous 584 , to selected 1176
- 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
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18860 byte(s)
Diff to previous 201 , to selected 1176
- 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 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/include/s_conf.h
File length: 18836 byte(s)
Diff to previous 56 , to selected 1176
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

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/include/s_conf.h
File length: 18859 byte(s)
Diff to previous 34 , to selected 1176
- 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 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/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 33 , to selected 1176
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/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 32 , to selected 1176
- 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/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 31 , to selected 1176
- 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/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 30 , to selected 1176
- 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/include/s_conf.h
File length: 18880 byte(s)
Diff to selected 1176
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

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