ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/conf.h
Revision 9144 - (view) (annotate) - [select for diffs]
Modified Sun Jan 12 09:53:33 2020 UTC (5 years, 7 months ago) by michael
File length: 10104 byte(s)
Diff to previous 9138
- In the serverinfo {} block, the following configuration directives have been renamed:

   ssl_certificate_file -> tls_certificate_file
   ssl_dh_param_file -> tls_dh_param_file
   ssl_dh_elliptic_curve -> tls_supported_groups
   ssl_cipher_list -> tls_cipher_list
   ssl_message_digest_algorithm -> tls_message_digest_algorithm

- In the operator {} block, the following configuration directives have been renamed:

   ssl_certificate_fingerprint -> tls_certificate_fingerprint
   ssl_connection_required -> tls_connection_required
   
- In the connect {} block, the following configuration directives have been renamed:

   ssl_cipher_list -> tls_cipher_list
   ssl_certificate_fingerprint -> tls_certificate_fingerprint

Revision 9138 - (view) (annotate) - [select for diffs]
Modified Sat Jan 11 22:46:37 2020 UTC (5 years, 7 months ago) by michael
File length: 10105 byte(s)
Diff to previous 9113
- Supported TLSv1.3 cipher suites can now be configured explicitely via the new 'serverinfo::tls_cipher_suites' configuration directive

Revision 9113 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 09:42:34 2020 UTC (5 years, 7 months ago) by michael
File length: 10078 byte(s)
Diff to previous 9109
- Merge conf_dns_lookup into conf_resolve_host

Revision 9109 - (view) (annotate) - [select for diffs]
Modified Sat Jan 4 15:16:39 2020 UTC (5 years, 7 months ago) by michael
File length: 10080 byte(s)
Diff to previous 9108
- Rename several functions in conf.c as follows:
    set_default_conf -> conf_set_defaults
    read_conf -> conf_read
    validate_conf -> conf_validate
    lookup_confhost -> conf_resolve_host
    check_client -> conf_check_client
    read_conf_files -> conf_read_files
    clear_out_old_conf -> conf_clear

Revision 9108 - (view) (annotate) - [select for diffs]
Modified Sat Jan 4 14:45:57 2020 UTC (5 years, 7 months ago) by michael
File length: 10073 byte(s)
Diff to previous 9102
- Change conf:check_client() to a boolean type

Revision 9102 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:57 2020 UTC (5 years, 7 months ago) by michael
File length: 10072 byte(s)
Diff to previous 9095
- Bump copyright years everywhere

Revision 9095 - (view) (annotate) - [select for diffs]
Modified Wed Dec 25 15:51:49 2019 UTC (5 years, 8 months ago) by michael
File length: 10072 byte(s)
Diff to previous 8970
- The connection timeout for connect{} blocks can now be configured via the 'connect::timeout' configuration directive

Revision 8970 - (view) (annotate) - [select for diffs]
Modified Sat May 18 11:58:17 2019 UTC (6 years, 3 months ago) by michael
File length: 10042 byte(s)
Diff to previous 8962
- Move oper_privs_as_string() from conf.c to m_stats.c

Revision 8962 - (view) (annotate) - [select for diffs]
Modified Sat May 11 21:04:34 2019 UTC (6 years, 3 months ago) by michael
File length: 10103 byte(s)
Diff to previous 8874
- Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead

Revision 8874 - (view) (annotate) - [select for diffs]
Modified Sat Feb 16 21:53:04 2019 UTC (6 years, 6 months ago) by michael
File length: 10141 byte(s)
Diff to previous 8865
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality

Revision 8865 - (view) (annotate) - [select for diffs]
Modified Sat Feb 16 09:55:50 2019 UTC (6 years, 6 months ago) by michael
File length: 10139 byte(s)
Diff to previous 8828
- The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have been deprecated. If you need to bind() a specific address you can specify one in the connect {} block
- The 'connect::vhost' configuration directive has been renamed to 'connect::bind'

Revision 8828 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:49:32 2019 UTC (6 years, 6 months ago) by michael
File length: 10260 byte(s)
Diff to previous 8787
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument

Revision 8787 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:47:10 2019 UTC (6 years, 7 months ago) by michael
File length: 10265 byte(s)
Diff to previous 8751
- The 'general::ignore_bogus_ts' configuration option has been deprecated

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (6 years, 7 months ago) by michael
File length: 10297 byte(s)
Diff to previous 8743
- Update copyright years

Revision 8743 - (view) (annotate) - [select for diffs]
Modified Wed Dec 26 11:24:30 2018 UTC (6 years, 8 months ago) by michael
File length: 10297 byte(s)
Diff to previous 8679
- conf.h: remove unused CidrItem struct

Revision 8679 - (view) (annotate) - [select for diffs]
Modified Sat Nov 24 18:48:14 2018 UTC (6 years, 9 months ago) by michael
File length: 10400 byte(s)
Diff to previous 8669
- More parse_aline() tweaks

Revision 8669 - (view) (annotate) - [select for diffs]
Modified Sat Nov 24 13:31:53 2018 UTC (6 years, 9 months ago) by michael
File length: 10388 byte(s)
Diff to previous 8663
- Cleanup parse_aline() related code

Revision 8663 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 14:25:57 2018 UTC (6 years, 9 months ago) by michael
File length: 10302 byte(s)
Diff to previous 8659
- Make use of bool even more

Revision 8659 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 12:53:34 2018 UTC (6 years, 9 months ago) by michael
File length: 10300 byte(s)
Diff to previous 8657
- Make use of the bool data type in some more places

Revision 8657 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:02:38 2018 UTC (6 years, 9 months ago) by michael
File length: 10297 byte(s)
Diff to previous 8655
- Make use of the bool data type in some more places

Revision 8655 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 20:18:54 2018 UTC (6 years, 9 months ago) by michael
File length: 10320 byte(s)
Diff to previous 8478
- Make use of the bool data type in some places

Revision 8478 - (view) (annotate) - [select for diffs]
Modified Tue Apr 3 17:03:30 2018 UTC (7 years, 4 months ago) by michael
File length: 10319 byte(s)
Diff to previous 8436
- Documentation changes

Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (7 years, 4 months ago) by michael
File length: 10320 byte(s)
Diff to previous 8430
- Stylistic changes

Revision 8430 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:48:40 2018 UTC (7 years, 5 months ago) by michael
File length: 10380 byte(s)
Diff to previous 8394
- Stylistic changes

Revision 8394 - (view) (annotate) - [select for diffs]
Modified Sun Mar 18 13:13:20 2018 UTC (7 years, 5 months ago) by michael
File length: 10473 byte(s)
Diff to previous 8390
- Rename attach_conf() -> conf_attach(), detach_conf() -> conf_detach(); clean up documentation

Revision 8390 - (view) (annotate) - [select for diffs]
Modified Sat Mar 17 21:43:52 2018 UTC (7 years, 5 months ago) by michael
File length: 10473 byte(s)
Diff to previous 8313
- Clean up some awful CONF_SERVER handling in serv_connect()

Revision 8313 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 17:45:36 2018 UTC (7 years, 5 months ago) by michael
File length: 10565 byte(s)
Diff to previous 8280
- Remove experimental libgeoip support

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (7 years, 6 months ago) by michael
File length: 10681 byte(s)
Diff to previous 8045
- Update copyright years

Revision 8045 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 18:05:41 2017 UTC (8 years, 5 months ago) by michael
File length: 10681 byte(s)
Diff to previous 7925
- Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size
  specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by
  irc-operators or servers.

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (8 years, 7 months ago) by michael
File length: 10650 byte(s)
Diff to previous 7859
- Update copyright years

Revision 7859 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 20:09:29 2016 UTC (8 years, 9 months ago) by michael
File length: 10650 byte(s)
Diff to previous 7792
- Import FLOODTIME changes from p4

Revision 7792 - (view) (annotate) - [select for diffs]
Modified Mon Oct 17 19:22:28 2016 UTC (8 years, 10 months ago) by michael
File length: 10616 byte(s)
Diff to previous 7765
- Implement INVITE expirations

Revision 7765 - (view) (annotate) - [select for diffs]
Modified Fri Oct 7 16:26:19 2016 UTC (8 years, 10 months ago) by michael
File length: 10581 byte(s)
Diff to previous 7667
- Added 'channel::max_invites' configuration directive

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (9 years, 1 month ago) by michael
File length: 10553 byte(s)
Diff to previous 7534
- Fixed svn properties

Revision 7534 - (view) (annotate) - [select for diffs]
Modified Mon Apr 11 14:46:54 2016 UTC (9 years, 4 months ago) by michael
File length: 10553 byte(s)
Diff to previous 7436
- conf.c: removed unused cluster_a_line() prototype

Revision 7436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 19:57:51 2016 UTC (9 years, 5 months ago) by michael
File length: 10659 byte(s)
Diff to previous 7428
- Change whowas system to use a linked list instead of othe this monolithic WHOWAS table
- Size of the whowas nick name history length is now configurable

Revision 7428 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 17:46:09 2016 UTC (9 years, 5 months ago) by michael
File length: 10621 byte(s)
Diff to previous 7402
- parse_aline() cleanups

Revision 7402 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 16:32:59 2016 UTC (9 years, 5 months ago) by michael
File length: 10685 byte(s)
Diff to previous 7400
- Remove useless parameters from operator_find()

Revision 7400 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 16:10:14 2016 UTC (9 years, 5 months ago) by michael
File length: 10751 byte(s)
Diff to previous 7384
- Cleanups to operator/connect block lookup routines

Revision 7384 - (view) (annotate) - [select for diffs]
Modified Thu Mar 3 12:16:34 2016 UTC (9 years, 5 months ago) by michael
File length: 10854 byte(s)
Diff to previous 7329
- conf.h: removed now unused MaskItem::count

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (9 years, 6 months ago) by michael
File length: 10882 byte(s)
Diff to previous 7303
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7303 - (view) (annotate) - [select for diffs]
Modified Wed Feb 10 10:34:25 2016 UTC (9 years, 6 months ago) by michael
File length: 10876 byte(s)
Diff to previous 7281
- Cleanup/separate XLINE / gecos{} conf implementation

Revision 7281 - (view) (annotate) - [select for diffs]
Modified Sun Feb 7 18:02:24 2016 UTC (9 years, 6 months ago) by michael
File length: 10932 byte(s)
Diff to previous 7257
- Cleanup/separate RESV conf implementation

Revision 7257 - (view) (annotate) - [select for diffs]
Modified Sat Feb 6 17:28:28 2016 UTC (9 years, 6 months ago) by michael
File length: 11256 byte(s)
Diff to previous 7247
- Improve libGeoIP support

Revision 7247 - (view) (annotate) - [select for diffs]
Modified Thu Feb 4 17:19:38 2016 UTC (9 years, 6 months ago) by michael
File length: 11140 byte(s)
Diff to previous 7215
- Move service {} block configuration management into its own module

Revision 7215 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:14:50 2016 UTC (9 years, 6 months ago) by michael
File length: 11198 byte(s)
Diff to previous 7208
- conf.h: removed old shared_items leftover

Revision 7208 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:06:47 2016 UTC (9 years, 6 months ago) by michael
File length: 11230 byte(s)
Diff to previous 7138
- Clustering has been broken in -r7158. Rewrote most of the shared/cluster implementation to be less obscure.
  This introduces a little bit of code duplication, but increases readability, is less error prone, and
  reduces memory consumption a bit. 

Revision 7138 - (view) (annotate) - [select for diffs]
Modified Wed Jan 27 21:29:13 2016 UTC (9 years, 6 months ago) by michael
File length: 11783 byte(s)
Diff to previous 7115
- conf.h, conf.c: remove now unused ConfigServerInfo.rsa_private_key

Revision 7115 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 21:06:27 2016 UTC (9 years, 7 months ago) by michael
File length: 11837 byte(s)
Diff to previous 7106
- Remove MaskItem::rsa_public_key

Revision 7106 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 20:17:08 2016 UTC (9 years, 7 months ago) by michael
File length: 11874 byte(s)
Diff to previous 7059
- Incorporate gnutls support by Adam & Attila

Revision 7059 - (view) (annotate) - [select for diffs]
Modified Mon Jan 18 18:53:32 2016 UTC (9 years, 7 months ago) by michael
File length: 11726 byte(s)
Diff to previous 7007
- Operators can now REHASH on remote servers; requested by astrutt
- REHASH now requires at least one parameter which currently might be one of CONF, MOTD, or DNS

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (9 years, 7 months ago) by michael
File length: 11694 byte(s)
Diff to previous 6794
- Update copyright years

Revision 6794 - (view) (annotate) - [select for diffs]
Modified Tue Nov 17 20:51:46 2015 UTC (9 years, 9 months ago) by michael
File length: 11694 byte(s)
Diff to previous 6717
- Add channel::invite_delay_channel configuration option

Revision 6717 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 17:38:32 2015 UTC (9 years, 9 months ago) by michael
File length: 11657 byte(s)
Diff to previous 6666
- Rename 'xconf_item' list to 'gecos_items'

Revision 6666 - (view) (annotate) - [select for diffs]
Modified Mon Oct 26 19:27:56 2015 UTC (9 years, 10 months ago) by michael
File length: 11657 byte(s)
Diff to previous 6635
- conf.h: whitespace changes

Revision 6635 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 17:26:12 2015 UTC (9 years, 10 months ago) by michael
File length: 11670 byte(s)
Diff to previous 6627
- Fixed bug where changing 'serverhide::flatten_links_delay' would not have any effect
- Allow disabling the 'event_write_links_file' event with 'serverhide::flatten_links_delay' being zero
- Get rid of 'config_serverhide_entry::links_disabled'

Revision 6627 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:27:43 2015 UTC (9 years, 10 months ago) by michael
File length: 11701 byte(s)
Diff to previous 6600
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6600 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 17:54:57 2015 UTC (9 years, 10 months ago) by michael
File length: 11696 byte(s)
Diff to previous 6598
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH

Revision 6598 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 17:26:02 2015 UTC (9 years, 10 months ago) by michael
File length: 11668 byte(s)
Diff to previous 6448
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay

Revision 6448 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 18:51:51 2015 UTC (9 years, 11 months ago) by michael
File length: 11660 byte(s)
Diff to previous 6376
- The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning

Revision 6376 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:36:52 2015 UTC (10 years ago) by michael
File length: 11691 byte(s)
Diff to previous 6364
- Remove splitmode checking

Revision 6364 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 09:59:43 2015 UTC (10 years ago) by michael
File length: 11843 byte(s)
Diff to previous 6346
- Remove unused header includes

Revision 6346 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:23:45 2015 UTC (10 years ago) by michael
File length: 11866 byte(s)
Diff to previous 6316
- Cleanup/fix names of several #ifndef INCLUDED_*

Revision 6316 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 14:51:26 2015 UTC (10 years ago) by michael
File length: 11870 byte(s)
Diff to previous 5986
- Make use of enums some more

Revision 5986 - (view) (annotate) - [select for diffs]
Modified Tue May 26 18:55:38 2015 UTC (10 years, 3 months ago) by michael
File length: 12329 byte(s)
Diff to previous 5824
- Added 'xline_exempt' to auth{} block flags

Revision 5824 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 15:38:25 2015 UTC (10 years, 4 months ago) by michael
File length: 12205 byte(s)
Diff to previous 5810
- Get rid of valid_comment()

Revision 5810 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 17:27:17 2015 UTC (10 years, 4 months ago) by michael
File length: 12262 byte(s)
Diff to previous 5790
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options
- m_dline.c: allow d-lines to be added even if an exempt {} exists

Revision 5790 - (view) (annotate) - [select for diffs]
Modified Mon Apr 6 18:37:52 2015 UTC (10 years, 4 months ago) by michael
File length: 12518 byte(s)
Diff to previous 5775
- Reject remote k-line requests that don't have enough non-wildcard characters

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

Revision 5643 - (view) (annotate) - [select for diffs]
Modified Tue Mar 3 17:23:32 2015 UTC (10 years, 5 months ago) by michael
File length: 12522 byte(s)
Diff to previous 5640
- conf.h, conf.c: renamed some structures to match naming convetion of other structures

Revision 5640 - (view) (annotate) - [select for diffs]
Modified Sun Mar 1 16:15:37 2015 UTC (10 years, 5 months ago) by michael
File length: 12466 byte(s)
Diff to previous 5604
- Constifications

Revision 5604 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 21:07:13 2015 UTC (10 years, 6 months ago) by michael
File length: 12460 byte(s)
Diff to previous 5585
- Fixed core in conjunction with OSX 10.10/possibly other system when parsing pseudo{} blocks as reported by Daniel Oaks
- Reverted -r4079, -r4608 and 4107 as they only cause undefined behavior on some systems

Revision 5585 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 15:03:04 2015 UTC (10 years, 6 months ago) by michael
File length: 12119 byte(s)
Diff to previous 5559
- conf.h, conf.c:cluster_a_line(): made 'capab' and 'cluster_type' unsigned types

Revision 5559 - (view) (annotate) - [select for diffs]
Modified Sat Feb 14 19:39:06 2015 UTC (10 years, 6 months ago) by michael
File length: 12101 byte(s)
Diff to previous 5488
- Finish basic SVSTAG implementatio
- Added oper::whois configuration option which allows to override the default
  RPL_WHOISOPERATOR numeric string shown in /whois.

Revision 5488 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:50:36 2015 UTC (10 years, 6 months ago) by michael
File length: 12073 byte(s)
Diff to previous 5346
- 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 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (10 years, 7 months ago) by michael
File length: 11984 byte(s)
Diff to previous 5024
- Update copyright years

Revision 5024 - (view) (annotate) - [select for diffs]
Modified Fri Dec 12 15:18:29 2014 UTC (10 years, 8 months ago) by michael
File length: 11984 byte(s)
Diff to previous 4988
- Added general::stats_m_oper_only configuration option

Revision 4988 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:04:42 2014 UTC (10 years, 8 months ago) by michael
File length: 11950 byte(s)
Diff to previous 4983
- 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 4983 - (view) (annotate) - [select for diffs]
Modified Sat Dec 6 18:17:33 2014 UTC (10 years, 8 months ago) by michael
File length: 11985 byte(s)
Diff to previous 4968
- Cleaned up style; reformatting; const correctness

Revision 4968 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 14:36:42 2014 UTC (10 years, 8 months ago) by michael
File length: 11980 byte(s)
Diff to previous 4936
- general::hide_spoof_ips is now deprecated

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

Revision 4821 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 17:49:55 2014 UTC (10 years, 9 months ago) by michael
File length: 12068 byte(s)
Diff to previous 4777
- Renamed exempt::coid to exempt::country_id

Revision 4777 - (view) (annotate) - [select for diffs]
Modified Tue Oct 21 16:11:06 2014 UTC (10 years, 10 months ago) by michael
File length: 12062 byte(s)
Diff to previous 4564
- Removed hybrid 6 leftovers

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (11 years ago) by michael
File length: 12184 byte(s)
Diff to previous 4533
- Update GPL 2 license headers

Revision 4533 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 19:05:56 2014 UTC (11 years ago) by michael
File length: 12180 byte(s)
Diff to previous 4414
- Implemented pseudo {} blocks (service aliases)

Revision 4414 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:06:08 2014 UTC (11 years ago) by michael
File length: 12203 byte(s)
Diff to previous 4345
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

Revision 4345 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 17:01:00 2014 UTC (11 years ago) by michael
File length: 12230 byte(s)
Diff to previous 4342
- Re-arranged ConfigServerInfo structure

Revision 4342 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:58:21 2014 UTC (11 years ago) by michael
File length: 12230 byte(s)
Diff to previous 4341
- Removed unused ConfigServerInfo structure member

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (11 years ago) by michael
File length: 12261 byte(s)
Diff to previous 4326
- Renamed structures to meet code conventions

Revision 4326 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 18:08:53 2014 UTC (11 years ago) by michael
File length: 12262 byte(s)
Diff to previous 4320
- Moved all ip caching related code to ipcache.c

Revision 4320 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 16:49:16 2014 UTC (11 years ago) by michael
File length: 12397 byte(s)
Diff to previous 4314
- Cleaned up ipcache

Revision 4314 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:53:31 2014 UTC (11 years ago) by michael
File length: 12403 byte(s)
Diff to previous 4253
- Improved AWAY throttling to allow for better fine-tuning

Revision 4253 - (view) (annotate) - [select for diffs]
Modified Fri Jul 18 19:05:01 2014 UTC (11 years, 1 month ago) by michael
File length: 12350 byte(s)
Diff to previous 4115
- 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 4115 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 16:49:54 2014 UTC (11 years, 1 month ago) by michael
File length: 12396 byte(s)
Diff to previous 4079
- Added ssl_message_digest_algorithm configuration option to serverinfo{} block.
  See doc/reference.conf for more information.

Revision 4079 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 15:59:53 2014 UTC (11 years, 2 months ago) by michael
File length: 12325 byte(s)
Diff to previous 3934
- conf.c, conf.h: change some structures to anonymous structures

Revision 3934 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 17:59:22 2014 UTC (11 years, 2 months ago) by michael
File length: 12695 byte(s)
Diff to previous 3926
- Added max_channels to class{} blocks

Revision 3926 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 13:35:19 2014 UTC (11 years, 2 months ago) by michael
File length: 12736 byte(s)
Diff to previous 3876
- Fixed bunch of compile warnings with -Wconversion

Revision 3876 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 15:42:52 2014 UTC (11 years, 2 months ago) by michael
File length: 12674 byte(s)
Diff to previous 3871
- Added general::throttle_count idea from p4

Revision 3871 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 13:08:03 2014 UTC (11 years, 2 months ago) by michael
File length: 12643 byte(s)
Diff to previous 3863
- Use unsigned whenever possible

Revision 3863 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 20:31:35 2014 UTC (11 years, 2 months ago) by michael
File length: 12121 byte(s)
Diff to previous 3763
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam

Revision 3763 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 20:29:36 2014 UTC (11 years, 2 months ago) by michael
File length: 12048 byte(s)
Diff to previous 3675
- Added INVITE flood protection/throttling as requested by Adam. This basically
  works similar as the KNOCK throttling algorithm.

Revision 3675 - (view) (annotate) - [select for diffs]
Modified Thu May 29 14:34:09 2014 UTC (11 years, 2 months ago) by michael
File length: 12000 byte(s)
Diff to previous 3662
- 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 3662 - (view) (annotate) - [select for diffs]
Modified Thu May 29 10:25:02 2014 UTC (11 years, 2 months ago) by michael
File length: 11982 byte(s)
Diff to previous 3494
- conf.h: removed extraneous comma

Revision 3494 - (view) (annotate) - [select for diffs]
Modified Thu May 8 17:57:33 2014 UTC (11 years, 3 months ago) by michael
File length: 11983 byte(s)
Diff to previous 3492
- conf.h: remove invalid/useless comments

Revision 3492 - (view) (annotate) - [select for diffs]
Modified Thu May 8 17:55:07 2014 UTC (11 years, 3 months ago) by michael
File length: 12116 byte(s)
Diff to previous 3474
- conf.h: remove unused macros

Revision 3474 - (view) (annotate) - [select for diffs]
Modified Sun May 4 15:45:10 2014 UTC (11 years, 3 months ago) by michael
File length: 12438 byte(s)
Diff to previous 3377
- Renamed general::warn_no_nline to warn_no_connect_block

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (11 years, 4 months ago) by michael
File length: 12430 byte(s)
Diff to previous 3283
- Create 8.2.x branch

Revision 3283 - (view) (annotate) - [select for diffs]
Modified Tue Apr 8 16:39:50 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12430 byte(s)
Diff to previous 3274
- Style corrections/constification

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12421 byte(s)
Diff to previous 3239
- Clean up redundant/unused header includes

Revision 3239 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 13:55:44 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12439 byte(s)
Diff to previous 3093
- Have /info report MPATH and SPATH aswell

Revision 3093 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 19:44:52 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12427 byte(s)
Diff to previous 3081
- 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12458 byte(s)
Diff to previous 2995
- 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 (11 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12696 byte(s)
Diff to previous 2865
- 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 (11 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12733 byte(s)
Diff to previous 2522
- 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 (11 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12703 byte(s)
Diff to previous 2313
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12808 byte(s)
Diff to previous 2283
- conf.c:valid_tkline(): minor cleanups

Revision 2283 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 19:13:20 2013 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12802 byte(s)
Diff to previous 2269
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12774 byte(s)
Diff to previous 2228
- Added general::stats_u_oper_only configuration option

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12749 byte(s)
Diff to previous 2196
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12720 byte(s)
Diff to previous 2174
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12711 byte(s)
Diff to previous 2159
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12649 byte(s)
Diff to previous 2156
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12702 byte(s)
Diff to previous 2150
- Cleanup flattened links code

Revision 2150 - (view) (annotate) - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12695 byte(s)
Diff to previous 2130
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12682 byte(s)
Diff to previous 2118
- 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 (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12633 byte(s)
Diff to previous 2116
- Got rid of CONF_HUB enum type

Revision 2116 - (view) (annotate) - [select for diffs]
Modified Sun May 26 11:44:01 2013 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12744 byte(s)
Diff to previous 1946
- Got rid of CONF_CLASS enum type

Revision 1946 - (view) (annotate) - [select for diffs]
Modified Sun May 5 10:21:40 2013 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12812 byte(s)
Diff to previous 1922
- 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 (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12832 byte(s)
Diff to previous 1921
- Moved report_confitem_types() to m_stats.c

Revision 1921 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 14:54:20 2013 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12842 byte(s)
Diff to previous 1858
- Forward-port -r1920 [Dropped PCRE support]

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 13024 byte(s)
Diff to previous 1851
- 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 (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12843 byte(s)
Diff to previous 1843
- 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 (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12822 byte(s)
Diff to previous 1798
- conf.h: removed MaskItem::hnext member

Revision 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12850 byte(s)
Diff to previous 1751
- 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12702 byte(s)
Diff to previous 1715
- 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 (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12592 byte(s)
Diff to previous 1702
- Improved WEBIRC authentication; added 'webirc' to auth::flags

Revision 1702 - (view) (annotate) - [select for diffs]
Modified Thu Dec 20 15:49:20 2012 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12476 byte(s)
Diff to previous 1649
- /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 (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12477 byte(s)
Diff to previous 1647
- minor MaskItem structure cleanup

Revision 1647 - (view) (annotate) - [select for diffs]
Modified Fri Nov 9 20:11:58 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12569 byte(s)
Diff to previous 1646
- Finish stabilizing/cleanup of conf parser

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12582 byte(s)
Diff to previous 1644
- First pass of conf parser stabilization/cleanup

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12537 byte(s)
Diff to previous 1636
- More config subsystem cleanups

Revision 1636 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 17:09:47 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12678 byte(s)
Diff to previous 1632
- 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 (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 12854 byte(s)
Diff to previous 1628
- Initial rewrite of the configuration subsystem

Revision 1628 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 21:08:56 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 15189 byte(s)
Diff to previous 1623
- 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 (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 15626 byte(s)
Diff to previous 1622
- Removed temporary_xlines list

Revision 1622 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 15733 byte(s)
Diff to previous 1592
- 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 (12 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/conf.h
File length: 15581 byte(s)
Diff to previous 1549
- 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 (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 15581 byte(s)
Diff to previous 1547
- 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 (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 15628 byte(s)
Diff to previous 1519
- 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 (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 15654 byte(s)
Diff to previous 1518
- 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 (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16194 byte(s)
Diff to previous 1516
- 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 (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16320 byte(s)
Diff to previous 1503
- 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 (13 years ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16266 byte(s)
Diff to previous 1495
- 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 (13 years ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16291 byte(s)
Diff to previous 1490
- 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 (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16343 byte(s)
Diff to previous 1474
- removed serverhide::disable_hidden configuration option
- update NEWS

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16365 byte(s)
Diff to previous 1459
- removed &localchannels

Revision 1459 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 14:23:09 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16395 byte(s)
Diff to previous 1446
- 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 (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16517 byte(s)
Diff to previous 1432
- 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 (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16541 byte(s)
Diff to previous 1401
- 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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16506 byte(s)
Diff to previous 1393
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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16528 byte(s)
Diff to previous 1389
- 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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16677 byte(s)
Diff to previous 1383
- rename some struct AccessItem members

Revision 1383 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:18:22 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16680 byte(s)
Diff to previous 1380
- 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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 16979 byte(s)
Diff to previous 1379
- conf.h: remove unused CONF_NOLIMIT definition

Revision 1379 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 19:49:57 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17022 byte(s)
Diff to previous 1377
- 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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17056 byte(s)
Diff to previous 1370
- 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17636 byte(s)
Diff to previous 1369
- change back CLEANUP_TKLINES_TIME to 60 seconds

Revision 1369 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 19:04:19 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17635 byte(s)
Diff to previous 1368
- cleanup temporary k/d/g line code

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

Revision 1364 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:28:21 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17794 byte(s)
Diff to previous 1353
- 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17788 byte(s)
Diff to previous 1335
- 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 17888 byte(s)
Diff to previous 1329
- Sort out unused ConfItem flags

Revision 1329 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 12:02:12 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18206 byte(s)
Diff to previous 1328
- 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18245 byte(s)
Diff to previous 1325
- 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18340 byte(s)
Diff to previous 1324
- 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18391 byte(s)
Diff to previous 1317
- 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 (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/include/conf.h
File length: 18417 byte(s)
Diff to previous 1309
- remove tls_version from server_info struct

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months 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
- 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 (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 18447 byte(s)
Diff to previous 1303
- 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 (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 18426 byte(s)
Diff to previous 1302
- Implement basic tls connections for server-server links

Revision 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 18204 byte(s)
Diff to previous 1301
- remove servlink in preparation for tls links/compression

Revision 1301 - (view) (annotate) - [select for diffs]
Modified Sat Mar 10 21:47:17 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 18789 byte(s)
Diff to previous 1285
- 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 (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 18817 byte(s)
Diff to previous 1247
- 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 (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 18744 byte(s)
Diff to previous 1216
- 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 (13 years, 11 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) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (14 years 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 (14 years ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 19114 byte(s)
Diff to previous 1156
- preliminary services support

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/s_conf.h
File length: 19000 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 (14 years ago) by michael
Original Path: ircd-hybrid/include/s_conf.h
File length: 19000 byte(s)
Diff to previous 1120
- recreate "trunk"

Revision 1120 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 09:58:25 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_conf.h
File length: 19000 byte(s)
Diff to previous 1118
- 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 (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_conf.h
File length: 18994 byte(s)
Diff to previous 1072
- 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 (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_conf.h
File length: 19041 byte(s)
Diff to previous 1029
- remove old dot_in_ip6_addr configuration option. this is now obsolete.

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_conf.h
File length: 19064 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/include/s_conf.h
File length: 19064 byte(s)
Diff to previous 1013
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19064 byte(s)
Diff to previous 1009
- 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 (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19055 byte(s)
Diff to previous 1008
- 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 (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19067 byte(s)
Diff to previous 1005
- doxyfy

Revision 1005 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 23:07:43 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19036 byte(s)
Diff to previous 999
- remove conf_add_d_conf wrapper

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

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

Revision 967 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 19104 byte(s)
Diff to previous 950
- 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 (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 948
- squash several compile warnings

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

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18793 byte(s)
Diff to previous 885
- 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 (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18792 byte(s)
Diff to previous 876
- 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 (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18995 byte(s)
Diff to previous 671
Backported WATCH
Revision 671 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 07:15:38 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18978 byte(s)
Diff to previous 632
- 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 (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18964 byte(s)
Diff to previous 618
- 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 (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18935 byte(s)
Diff to previous 593
- 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 (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18966 byte(s)
Diff to previous 584
- 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 (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18860 byte(s)
Diff to previous 201
- 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 (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18836 byte(s)
Diff to previous 56
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 (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18859 byte(s)
Diff to previous 34
- 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 (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 33
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 (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/s_conf.h
File length: 18833 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/include/s_conf.h
File length: 18880 byte(s)
- 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