ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/conf.h
Revision 9927 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 14:42:30 2021 UTC (4 years, 4 months ago) by michael
File length: 9941 byte(s)
Diff to previous 9898 , to selected 9750
- Treat 0 minute klines as permanent ones;  rename valid_tkline() to valid_aline_time();  remove TK_SECONDS/TK_MINUTES cruft

Revision 9898 - (view) (annotate) - [select for diffs]
Modified Sun Jan 17 06:19:26 2021 UTC (4 years, 7 months ago) by michael
File length: 10035 byte(s)
Diff to previous 9857 , to selected 9750
- The `general::dots_in_ident` configuration directive has been renamed to `general::specials_in_ident`
  and now covers the '-' and '_' characters in addition to '.'

Revision 9857 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 04:43:22 2021 UTC (4 years, 7 months ago) by michael
File length: 10031 byte(s)
Diff to previous 9750
- Bump copyright years

Revision 9750 - (view) (annotate) - [selected]
Modified Sun Nov 29 16:51:58 2020 UTC (4 years, 8 months ago) by michael
File length: 10031 byte(s)
Diff to previous 9692
- Replace WATCH with IRCv3.2 MONITOR

Revision 9692 - (view) (annotate) - [select for diffs]
Modified Sat Oct 31 19:05:15 2020 UTC (4 years, 9 months ago) by michael
File length: 10029 byte(s)
Diff to previous 9369 , to selected 9750
- For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description`

Revision 9369 - (view) (annotate) - [select for diffs]
Modified Fri May 1 15:36:39 2020 UTC (5 years, 3 months ago) by michael
File length: 10022 byte(s)
Diff to previous 9333 , to selected 9750
- Reformatting of various header files in some places

Revision 9333 - (view) (annotate) - [select for diffs]
Modified Sat Apr 11 17:01:43 2020 UTC (5 years, 4 months ago) by michael
File length: 10022 byte(s)
Diff to previous 9234 , to selected 9750
- Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days.
  The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway

Revision 9234 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 17:38:34 2020 UTC (5 years, 6 months ago) by michael
File length: 10135 byte(s)
Diff to previous 9157 , to selected 9750
- Extbans have been implemented. Main implementation done by Adam for p4.
  Currently supported extbans:

  Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

  Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

Revision 9157 - (view) (annotate) - [select for diffs]
Modified Mon Jan 13 14:56:38 2020 UTC (5 years, 7 months ago) by michael
File length: 10104 byte(s)
Diff to previous 9145 , to selected 9750
- Replaced most occurences of 'SSL' with 'TLS'

Revision 9145 - (view) (annotate) - [select for diffs]
Modified Sun Jan 12 09:55:27 2020 UTC (5 years, 7 months ago) by michael
File length: 10104 byte(s)
Diff to previous 9139 , to selected 9750
- 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 9139 - (view) (annotate) - [select for diffs]
Modified Sat Jan 11 22:50:08 2020 UTC (5 years, 7 months ago) by michael
File length: 10105 byte(s)
Diff to previous 9114 , to selected 9750
- Supported TLSv1.3 cipher suites can now be configured explicitely via the new 'serverinfo::tls_cipher_suites' configuration directive

Revision 9114 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 09:43:16 2020 UTC (5 years, 7 months ago) by michael
File length: 10078 byte(s)
Diff to previous 9110 , to selected 9750
- Merge conf_dns_lookup into conf_resolve_host

Revision 9110 - (view) (annotate) - [select for diffs]
Modified Sat Jan 4 15:17:42 2020 UTC (5 years, 7 months ago) by michael
File length: 10080 byte(s)
Diff to previous 9107 , to selected 9750
- 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 9107 - (view) (annotate) - [select for diffs]
Modified Sat Jan 4 14:45:25 2020 UTC (5 years, 7 months ago) by michael
File length: 10073 byte(s)
Diff to previous 9101 , to selected 9750
- Change conf:check_client() to a boolean type

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

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

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

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

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

Revision 8864 - (view) (annotate) - [select for diffs]
Modified Sat Feb 16 09:54:03 2019 UTC (6 years, 6 months ago) by michael
File length: 10139 byte(s)
Diff to previous 8829 , to selected 9750
- 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 8829 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:51:30 2019 UTC (6 years, 6 months ago) by michael
File length: 10260 byte(s)
Diff to previous 8788 , to selected 9750
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument

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

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (6 years, 7 months ago) by michael
File length: 10297 byte(s)
Diff to previous 8744 , to selected 9750
- Update copyright years

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

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

Revision 8670 - (view) (annotate) - [select for diffs]
Modified Sat Nov 24 13:32:28 2018 UTC (6 years, 9 months ago) by michael
File length: 10388 byte(s)
Diff to previous 8664 , to selected 9750
- Cleanup parse_aline() related code

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

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

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

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

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

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (7 years, 4 months ago) by michael
File length: 10320 byte(s)
Diff to previous 8431 , to selected 9750
- Stylistic changes

Revision 8431 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:49:15 2018 UTC (7 years, 5 months ago) by michael
File length: 10380 byte(s)
Diff to previous 8395 , to selected 9750
- Stylistic changes

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

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

Revision 8314 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 17:47:23 2018 UTC (7 years, 5 months ago) by michael
File length: 10565 byte(s)
Diff to previous 8279 , to selected 9750
- Remove experimental libgeoip support

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

Revision 8046 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 18:07:45 2017 UTC (8 years, 5 months ago) by michael
File length: 10681 byte(s)
Diff to previous 7924 , to selected 9750
- 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 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (8 years, 7 months ago) by michael
File length: 10650 byte(s)
Diff to previous 7858 , to selected 9750
- Update copyright years

Revision 7858 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 20:06:16 2016 UTC (8 years, 9 months ago) by michael
File length: 10650 byte(s)
Diff to previous 7793 , to selected 9750
- Import FLOODTIME changes from p4

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

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

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

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

Revision 7437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 19:59:52 2016 UTC (9 years, 5 months ago) by michael
File length: 10659 byte(s)
Diff to previous 7429 , to selected 9750
- 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 7429 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 17:47:07 2016 UTC (9 years, 5 months ago) by michael
File length: 10621 byte(s)
Diff to previous 7403 , to selected 9750
- parse_aline() cleanups

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

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

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

Revision 7330 - (view) (annotate) - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (9 years, 6 months ago) by michael
File length: 10882 byte(s)
Diff to previous 7304 , to selected 9750
- 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 7304 - (view) (annotate) - [select for diffs]
Modified Wed Feb 10 10:45:46 2016 UTC (9 years, 6 months ago) by michael
File length: 10876 byte(s)
Diff to previous 7282 , to selected 9750
- Cleanup/separate XLINE / gecos{} conf implementation

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

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

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

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

Revision 7209 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:10:39 2016 UTC (9 years, 6 months ago) by michael
File length: 11230 byte(s)
Diff to previous 7139 , to selected 9750
- Clustering has been broken in -r7159. 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 7139 - (view) (annotate) - [select for diffs]
Modified Wed Jan 27 21:29:38 2016 UTC (9 years, 7 months ago) by michael
File length: 11783 byte(s)
Diff to previous 7116 , to selected 9750
- conf.h, conf.c: remove now unused ConfigServerInfo.rsa_private_key

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

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

Revision 7060 - (view) (annotate) - [select for diffs]
Modified Mon Jan 18 18:55:40 2016 UTC (9 years, 7 months ago) by michael
File length: 11726 byte(s)
Diff to previous 7006 , to selected 9750
- 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 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 11694 byte(s)
Diff to previous 6792 , to selected 9750
- Update copyright years

Revision 6792 - (view) (annotate) - [select for diffs]
Modified Tue Nov 17 20:48:38 2015 UTC (9 years, 9 months ago) by michael
File length: 11694 byte(s)
Diff to previous 6716 , to selected 9750
- Add channel::invite_delay_channel configuration option

Revision 6716 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 17:37:27 2015 UTC (9 years, 9 months ago) by michael
File length: 11657 byte(s)
Diff to previous 6667 , to selected 9750
- Rename 'xconf_item' list to 'gecos_items'

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

Revision 6636 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 17:27:12 2015 UTC (9 years, 10 months ago) by michael
File length: 11670 byte(s)
Diff to previous 6628 , to selected 9750
- 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 6628 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:29:47 2015 UTC (9 years, 10 months ago) by michael
File length: 11701 byte(s)
Diff to previous 6599 , to selected 9750
- Rename uconf_items to shared_items and oconf_items to operator_items

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

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

Revision 6447 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 18:49:58 2015 UTC (9 years, 11 months ago) by michael
File length: 11660 byte(s)
Diff to previous 6375 , to selected 9750
- 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 (10 years ago) by michael
File length: 11691 byte(s)
Diff to previous 6363 , to selected 9750
- Remove splitmode checking

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

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

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

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

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

Revision 5805 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (10 years, 4 months ago) by michael
File length: 12262 byte(s)
Diff to previous 5791 , to selected 9750
- 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 (10 years, 4 months ago) by michael
File length: 12518 byte(s)
Diff to previous 5776 , to selected 9750
- 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 (10 years, 4 months ago) by michael
File length: 12523 byte(s)
Diff to previous 5644 , to selected 9750
- 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 (10 years, 5 months ago) by michael
File length: 12522 byte(s)
Diff to previous 5639 , to selected 9750
- 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 (10 years, 5 months ago) by michael
File length: 12466 byte(s)
Diff to previous 5602 , to selected 9750
- Constifications

Revision 5602 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 21:04:46 2015 UTC (10 years, 6 months ago) by michael
File length: 12460 byte(s)
Diff to previous 5584 , to selected 9750
- 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 (10 years, 6 months ago) by michael
File length: 12119 byte(s)
Diff to previous 5556 , to selected 9750
- 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 (10 years, 6 months ago) by michael
File length: 12101 byte(s)
Diff to previous 5489 , to selected 9750
- 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 (10 years, 6 months ago) by michael
File length: 12073 byte(s)
Diff to previous 5347 , to selected 9750
- 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 (10 years, 7 months ago) by michael
File length: 11984 byte(s)
Diff to previous 5025 , to selected 9750
- Update copyright years

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

Revision 4989 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:07:36 2014 UTC (10 years, 8 months ago) by michael
File length: 11950 byte(s)
Diff to previous 4982 , to selected 9750
- 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 (10 years, 8 months ago) by michael
File length: 11985 byte(s)
Diff to previous 4967 , to selected 9750
- Cleaned up style; reformatting; const correctness

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

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

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

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

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

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (11 years ago) by michael
File length: 12180 byte(s)
Diff to previous 4415 , to selected 9750
- 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 (11 years ago) by michael
File length: 12203 byte(s)
Diff to previous 4344 , to selected 9750
- 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 (11 years ago) by michael
File length: 12230 byte(s)
Diff to previous 4343 , to selected 9750
- Re-arranged ConfigServerInfo structure

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

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

Revision 4325 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 18:06:07 2014 UTC (11 years ago) by michael
File length: 12262 byte(s)
Diff to previous 4319 , to selected 9750
- 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 (11 years ago) by michael
File length: 12397 byte(s)
Diff to previous 4313 , to selected 9750
- Cleaned up ipcache

Revision 4313 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:50:11 2014 UTC (11 years ago) by michael
File length: 12403 byte(s)
Diff to previous 4254 , to selected 9750
- 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 (11 years, 1 month ago) by michael
File length: 12350 byte(s)
Diff to previous 4114 , to selected 9750
- 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 (11 years, 1 month ago) by michael
File length: 12396 byte(s)
Diff to previous 4080 , to selected 9750
- 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 (11 years, 2 months ago) by michael
File length: 12325 byte(s)
Diff to previous 3933 , to selected 9750
- 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 (11 years, 2 months ago) by michael
File length: 12695 byte(s)
Diff to previous 3925 , to selected 9750
- Added max_channels to class{} blocks

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

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

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

Revision 3860 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 19:55:07 2014 UTC (11 years, 2 months ago) by michael
File length: 12121 byte(s)
Diff to previous 3762 , to selected 9750
- 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 (11 years, 2 months ago) by michael
File length: 12048 byte(s)
Diff to previous 3674 , to selected 9750
- 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 (11 years, 3 months ago) by michael
File length: 12000 byte(s)
Diff to previous 3663 , to selected 9750
- 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 (11 years, 3 months ago) by michael
File length: 11982 byte(s)
Diff to previous 3493 , to selected 9750
- conf.h: removed extraneous comma

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

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

Revision 3473 - (view) (annotate) - [select for diffs]
Modified Sun May 4 15:40:26 2014 UTC (11 years, 3 months ago) by michael
File length: 12438 byte(s)
Diff to previous 3283 , to selected 9750
- 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 (11 years, 4 months ago) by michael
File length: 12430 byte(s)
Diff to previous 3274 , to selected 9750
- 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
File length: 12421 byte(s)
Diff to previous 3239 , to selected 9750
- 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
File length: 12439 byte(s)
Diff to previous 3093 , to selected 9750
- 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
File length: 12427 byte(s)
Diff to previous 3081 , to selected 9750
- 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
File length: 12458 byte(s)
Diff to previous 2995 , to selected 9750
- 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
File length: 12696 byte(s)
Diff to previous 2865 , to selected 9750
- 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
File length: 12733 byte(s)
Diff to previous 2522 , to selected 9750
- 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
File length: 12703 byte(s)
Diff to previous 2313 , to selected 9750
- 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
File length: 12808 byte(s)
Diff to previous 2283 , to selected 9750
- 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
File length: 12802 byte(s)
Diff to previous 2269 , to selected 9750
- 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
File length: 12774 byte(s)
Diff to previous 2228 , to selected 9750
- 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
File length: 12749 byte(s)
Diff to previous 2196 , to selected 9750
- 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
File length: 12720 byte(s)
Diff to previous 2174 , to selected 9750
- 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
File length: 12711 byte(s)
Diff to previous 2159 , to selected 9750
- 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
File length: 12649 byte(s)
Diff to previous 2156 , to selected 9750
- 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
File length: 12702 byte(s)
Diff to previous 2150 , to selected 9750
- 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
File length: 12695 byte(s)
Diff to previous 2130 , to selected 9750
- 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, 3 months ago) by michael
File length: 12682 byte(s)
Diff to previous 2118 , to selected 9750
- 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
File length: 12633 byte(s)
Diff to previous 2116 , to selected 9750
- 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
File length: 12744 byte(s)
Diff to previous 1946 , to selected 9750
- 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
File length: 12812 byte(s)
Diff to previous 1922 , to selected 9750
- 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
File length: 12832 byte(s)
Diff to previous 1921 , to selected 9750
- 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
File length: 12842 byte(s)
Diff to previous 1858 , to selected 9750
- 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
File length: 13024 byte(s)
Diff to previous 1851 , to selected 9750
- 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
File length: 12843 byte(s)
Diff to previous 1843 , to selected 9750
- 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
File length: 12822 byte(s)
Diff to previous 1798 , to selected 9750
- 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
File length: 12850 byte(s)
Diff to previous 1751 , to selected 9750
- 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
File length: 12702 byte(s)
Diff to previous 1715 , to selected 9750
- 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
File length: 12592 byte(s)
Diff to previous 1702 , to selected 9750
- 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
File length: 12476 byte(s)
Diff to previous 1649 , to selected 9750
- /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
File length: 12477 byte(s)
Diff to previous 1647 , to selected 9750
- 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
File length: 12569 byte(s)
Diff to previous 1646 , to selected 9750
- 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
File length: 12582 byte(s)
Diff to previous 1644 , to selected 9750
- 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
File length: 12537 byte(s)
Diff to previous 1636 , to selected 9750
- 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
File length: 12678 byte(s)
Diff to previous 1632 , to selected 9750
- 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
File length: 12854 byte(s)
Diff to previous 1628 , to selected 9750
- 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
File length: 15189 byte(s)
Diff to previous 1623 , to selected 9750
- 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
File length: 15626 byte(s)
Diff to previous 1622 , to selected 9750
- 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
File length: 15733 byte(s)
Diff to previous 1592 , to selected 9750
- 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
File length: 15581 byte(s)
Diff to previous 1549 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
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 , to selected 9750
- 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 , to selected 9750
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 , to selected 9750
- 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 , to selected 9750
- 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 , to selected 9750
- 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)
Diff to selected 9750
- 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