ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/conf.c
Revision 7536 - (view) (annotate) - [select for diffs]
Modified Mon Apr 11 15:02:36 2016 UTC (7 years, 11 months ago) by michael
File length: 44991 byte(s)
Diff to previous 7520
- conf.c:check_client(): removed redudant sockhost info in server notice

Revision 7520 - (view) (annotate) - [select for diffs]
Modified Sat Apr 2 15:55:25 2016 UTC (7 years, 11 months ago) by michael
File length: 45043 byte(s)
Diff to previous 7479
- attach_connect_block(), check_server(): replace match() calls with irccmp() since the
  strings that are to be compared cannot contain wildcards anyway

Revision 7479 - (view) (annotate) - [select for diffs]
Modified Wed Mar 16 08:53:26 2016 UTC (8 years ago) by michael
File length: 45033 byte(s)
Diff to previous 7436
- conf.c:read_conf_files(): removed isupport_rebuild() call no longer needed

Revision 7436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 19:57:51 2016 UTC (8 years ago) by michael
File length: 45178 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 (8 years ago) by michael
File length: 45046 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 (8 years ago) by michael
File length: 45628 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 (8 years ago) by michael
File length: 45678 byte(s)
Diff to previous 7334
- Cleanups to operator/connect block lookup routines

Revision 7334 - (view) (annotate) - [select for diffs]
Modified Sat Feb 20 17:50:27 2016 UTC (8 years, 1 month ago) by michael
File length: 46624 byte(s)
Diff to previous 7329
- conf.c:clear_out_old_conf(): removed double motd_clear() call which somehow sneaked in

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (8 years, 1 month ago) by michael
File length: 46694 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 (8 years, 1 month ago) by michael
File length: 46685 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 (8 years, 1 month ago) by michael
File length: 48418 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 (8 years, 1 month ago) by michael
File length: 48945 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 (8 years, 1 month ago) by michael
File length: 48545 byte(s)
Diff to previous 7246
- Move service {} block configuration management into its own module

Revision 7246 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 18:30:27 2016 UTC (8 years, 1 month ago) by michael
File length: 48802 byte(s)
Diff to previous 7235
- Renamed 'mod_clear_paths()' to 'modules_conf_clear()'. Further simplification to modules_conf_clear()

Revision 7235 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 16:33:03 2016 UTC (8 years, 1 month ago) by michael
File length: 48799 byte(s)
Diff to previous 7231
- Move resv.* to conf_resv.*

Revision 7231 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 16:00:39 2016 UTC (8 years, 1 month ago) by michael
File length: 48794 byte(s)
Diff to previous 7228
- conf.c:conf_handle_tls(): use EXIT_FAILURE

Revision 7228 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:58:38 2016 UTC (8 years, 1 month ago) by michael
File length: 48784 byte(s)
Diff to previous 7227
- conf.c: documenting

Revision 7227 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:52:27 2016 UTC (8 years, 1 month ago) by michael
File length: 48662 byte(s)
Diff to previous 7224
- conf.c:oper_privs_as_string(): rename variables

Revision 7224 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:47:51 2016 UTC (8 years, 1 month ago) by michael
File length: 48731 byte(s)
Diff to previous 7216
- conf.c:oper_privs_as_string(): adjust/improve buffer size

Revision 7216 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:22:04 2016 UTC (8 years, 1 month ago) by michael
File length: 48698 byte(s)
Diff to previous 7208
- conf.c:clear_out_old_conf(): clear ClusterItems

Revision 7208 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:06:47 2016 UTC (8 years, 1 month ago) by michael
File length: 48593 byte(s)
Diff to previous 7158
- 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 7158 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 11:25:55 2016 UTC (8 years, 2 months ago) by michael
File length: 49765 byte(s)
Diff to previous 7138
- Fixed bug where shared & cluster confs would not get removed from their associated list and memory free'd
  (SHARED_ALL sets all bits and therefore IsConfDatabase(x) == true

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

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

Revision 7033 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:37:29 2016 UTC (8 years, 2 months ago) by michael
File length: 49599 byte(s)
Diff to previous 7007
- Renamed MyCalloc to xcalloc

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

Revision 6955 - (view) (annotate) - [select for diffs]
Modified Thu Dec 17 10:53:54 2015 UTC (8 years, 3 months ago) by michael
File length: 49624 byte(s)
Diff to previous 6935
- Allow general::ts_warn_delta, and general::ts_max_delta to become 0

Revision 6935 - (view) (annotate) - [select for diffs]
Modified Sun Dec 13 17:06:38 2015 UTC (8 years, 3 months ago) by michael
File length: 49882 byte(s)
Diff to previous 6919
- conf.c:read_conf_files(): add 'T' to CHANMODES

Revision 6919 - (view) (annotate) - [select for diffs]
Modified Thu Dec 10 12:59:48 2015 UTC (8 years, 3 months ago) by michael
File length: 49881 byte(s)
Diff to previous 6840
- Removed backwards compatibility hack for older servers that allowed client->sockhost being "0"

Revision 6840 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 17:44:32 2015 UTC (8 years, 4 months ago) by michael
File length: 49987 byte(s)
Diff to previous 6794
- conf.c, numeric.c: use the appropriate conversion specifier for unsigned int

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

Revision 6741 - (view) (annotate) - [select for diffs]
Modified Mon Nov 9 17:22:27 2015 UTC (8 years, 4 months ago) by michael
File length: 49945 byte(s)
Diff to previous 6730
- Increase default values of 'max_watch' and 'max_accept' to 50

Revision 6730 - (view) (annotate) - [select for diffs]
Modified Wed Nov 4 21:17:13 2015 UTC (8 years, 4 months ago) by michael
File length: 49945 byte(s)
Diff to previous 6717
- defaults.h, conf.c: get rid of this WATCHSIZE_MIN, WATCHSIZE_DEFAULT magic

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

Revision 6699 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 13:11:36 2015 UTC (8 years, 5 months ago) by michael
File length: 50039 byte(s)
Diff to previous 6697
- conf.c:oper_privs_as_string(): unbreak episode 2

Revision 6697 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 13:08:22 2015 UTC (8 years, 5 months ago) by michael
File length: 50005 byte(s)
Diff to previous 6692
- conf.c:oper_privs_as_string(): unbreak; make it display "0" in /stats o in case there are no privileges specified

Revision 6692 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 12:49:29 2015 UTC (8 years, 5 months ago) by michael
File length: 49954 byte(s)
Diff to previous 6644
- Add all the missing irc-operator flags to /stats o output

Revision 6644 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 18:54:41 2015 UTC (8 years, 5 months ago) by michael
File length: 49486 byte(s)
Diff to previous 6640
- conf.c, conf_parser.y: use EXIT_FAILURE instead of some magic value to be passed to exit()

Revision 6640 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 18:36:54 2015 UTC (8 years, 5 months ago) by michael
File length: 49476 byte(s)
Diff to previous 6627
- conf.c:set_default_conf(): removed useless NULL assignments already done by clear_out_old_conf()

Revision 6627 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:27:43 2015 UTC (8 years, 5 months ago) by michael
File length: 49857 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 (8 years, 5 months ago) by michael
File length: 49842 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 (8 years, 5 months ago) by michael
File length: 49702 byte(s)
Diff to previous 6550
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay

Revision 6550 - (view) (annotate) - [select for diffs]
Modified Sat Sep 19 16:53:42 2015 UTC (8 years, 6 months ago) by michael
File length: 49694 byte(s)
Diff to previous 6448
- conf.c:conf_connect_allowed(): cleanup redundant test on 'conf'

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

Revision 6442 - (view) (annotate) - [select for diffs]
Modified Thu Aug 27 17:05:51 2015 UTC (8 years, 7 months ago) by michael
File length: 49727 byte(s)
Diff to previous 6376
- Rename functions in userhost.c to comply with naming convention

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

Revision 6368 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 10:25:56 2015 UTC (8 years, 7 months ago) by michael
File length: 49901 byte(s)
Diff to previous 6353
- Rename several functions in listener.c to comply with naming convention

Revision 6353 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:50:40 2015 UTC (8 years, 7 months ago) by michael
File length: 49895 byte(s)
Diff to previous 6331
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6331 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 17:55:19 2015 UTC (8 years, 7 months ago) by michael
File length: 49891 byte(s)
Diff to previous 6317
- conf.c:valid_wild_card_simple(): allow for short names (less than min_nonwildcard_simple) that don't have wildcards in it

Revision 6317 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:03:09 2015 UTC (8 years, 7 months ago) by michael
File length: 49854 byte(s)
Diff to previous 6314
- Get rid of UMODE_ALL

Revision 6314 - (view) (annotate) - [select for diffs]
Modified Sat Aug 1 18:06:37 2015 UTC (8 years, 7 months ago) by michael
File length: 49798 byte(s)
Diff to previous 6186
- Make use of the *Flag() macros in some more places

Revision 6186 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 17:49:10 2015 UTC (8 years, 9 months ago) by michael
File length: 49772 byte(s)
Diff to previous 5954
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention

Revision 5954 - (view) (annotate) - [select for diffs]
Modified Sat May 9 19:34:12 2015 UTC (8 years, 10 months ago) by michael
File length: 49763 byte(s)
Diff to previous 5872
- conf.c:parse_aline(): removed test on target_server. There's no command that doesn't support the "ON" option

Revision 5872 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 20:36:12 2015 UTC (8 years, 11 months ago) by michael
File length: 49912 byte(s)
Diff to previous 5848
- conf.c:expire_tklines(): deduplicate

Revision 5848 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 19:03:20 2015 UTC (8 years, 11 months ago) by michael
File length: 50208 byte(s)
Diff to previous 5842
- conf.c:clear_out_old_conf(): also don't remove database based XLINE and RESVs from their
  associated linked list(s)

Revision 5842 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 17:40:03 2015 UTC (8 years, 11 months ago) by michael
File length: 50340 byte(s)
Diff to previous 5839
- conf.c:clear_out_old_conf(): also don't clear out RESVs that have been set with the RESV command

Revision 5839 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 17:27:40 2015 UTC (8 years, 11 months ago) by michael
File length: 50448 byte(s)
Diff to previous 5824
- conf.c:clear_out_old_conf(): fixed bug where REHASH would clear all x-lines that
  have been set with the XLINE command

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

Revision 5814 - (view) (annotate) - [select for diffs]
Modified Fri Apr 24 17:32:05 2015 UTC (8 years, 11 months ago) by michael
File length: 50862 byte(s)
Diff to previous 5810
- Configuration related server notices are now admins only as they potentially
  could leak passwords and other sensitive data to irc operators that don't have
  administrator privileges

Revision 5810 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 17:27:17 2015 UTC (8 years, 11 months ago) by michael
File length: 50852 byte(s)
Diff to previous 5798
- 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 5798 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 16:19:42 2015 UTC (8 years, 11 months ago) by michael
File length: 51162 byte(s)
Diff to previous 5790
- conf.c:conf_add_class_to_conf(): cleaned up duplicated code

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

Revision 5782 - (view) (annotate) - [select for diffs]
Modified Sun Apr 5 15:00:54 2015 UTC (8 years, 11 months ago) by michael
File length: 51681 byte(s)
Diff to previous 5775
- conf.c:find_user_host(): removed unused 'flags' argument

Revision 5775 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:06 2015 UTC (8 years, 11 months ago) by michael
File length: 51714 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 (9 years ago) by michael
File length: 51738 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 (9 years ago) by michael
File length: 51710 byte(s)
Diff to previous 5604
- Constifications

Revision 5604 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 21:07:13 2015 UTC (9 years, 1 month ago) by michael
File length: 51704 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 (9 years, 1 month ago) by michael
File length: 51402 byte(s)
Diff to previous 5582
- conf.h, conf.c:cluster_a_line(): made 'capab' and 'cluster_type' unsigned types

Revision 5582 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 14:42:58 2015 UTC (9 years, 1 month ago) by michael
File length: 51384 byte(s)
Diff to previous 5559
- Style corrections only

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

Revision 5513 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 19:36:29 2015 UTC (9 years, 1 month ago) by michael
File length: 51360 byte(s)
Diff to previous 5512
- conf.c:get_oper_name(): use IRCD_BUSIZE for buffer size and be done with it

Revision 5512 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 19:32:39 2015 UTC (9 years, 1 month ago) by michael
File length: 51421 byte(s)
Diff to previous 5505
- conf.c:read_conf_files(): ad channel mode 'C' to CHANMODES isupport

Revision 5505 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 19:11:18 2015 UTC (9 years, 1 month ago) by michael
File length: 51420 byte(s)
Diff to previous 5488
- conf.c:set_default_conf(): add all possible oper-only user modes to ConfigGeneral.oper_only_umodes

Revision 5488 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:50:36 2015 UTC (9 years, 1 month ago) by michael
File length: 51175 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 (9 years, 2 months ago) by michael
File length: 51075 byte(s)
Diff to previous 5038
- Update copyright years

Revision 5038 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 16:08:27 2014 UTC (9 years, 3 months ago) by michael
File length: 51075 byte(s)
Diff to previous 5024
- conf.c:validate_conf(): use 'EmptyString'

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

Revision 5002 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 14:09:10 2014 UTC (9 years, 3 months ago) by michael
File length: 51026 byte(s)
Diff to previous 4988
- Style corrections

Revision 4988 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:04:42 2014 UTC (9 years, 3 months ago) by michael
File length: 51170 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 (9 years, 3 months ago) by michael
File length: 51210 byte(s)
Diff to previous 4976
- Cleaned up style; reformatting; const correctness

Revision 4976 - (view) (annotate) - [select for diffs]
Modified Thu Dec 4 15:12:10 2014 UTC (9 years, 3 months ago) by michael
File length: 51743 byte(s)
Diff to previous 4968
- Style corrections; constifications

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

Revision 4940 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 15:16:58 2014 UTC (9 years, 4 months ago) by michael
File length: 51877 byte(s)
Diff to previous 4936
- conf.c:conf_add_class_to_conf(): improve warning if there's no proper
  class associated with an oper{} block

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

Revision 4891 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:14:06 2014 UTC (9 years, 4 months ago) by michael
File length: 51817 byte(s)
Diff to previous 4873
- Set reasonable default ciphers if there aren't any specified in general::ssl_cipher_list

Revision 4873 - (view) (annotate) - [select for diffs]
Modified Tue Nov 11 18:29:33 2014 UTC (9 years, 4 months ago) by michael
File length: 51726 byte(s)
Diff to previous 4816
- Const-correctness

Revision 4816 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:29:49 2014 UTC (9 years, 4 months ago) by michael
File length: 51702 byte(s)
Diff to previous 4777
- Renamed variables

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

Revision 4745 - (view) (annotate) - [select for diffs]
Modified Thu Oct 16 11:46:36 2014 UTC (9 years, 5 months ago) by michael
File length: 51741 byte(s)
Diff to previous 4693
- Enable ECDH for OpenSSL 0.9.8o and above

Revision 4693 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 14:21:25 2014 UTC (9 years, 5 months ago) by michael
File length: 51741 byte(s)
Diff to previous 4641
- conf.c:find_user_host(): minor cleanup

Revision 4641 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 11:23:40 2014 UTC (9 years, 6 months ago) by michael
File length: 51813 byte(s)
Diff to previous 4627
- conf.c:find_user_host(): replaced !IsServer() test with IsClient() 

Revision 4627 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 09:47:43 2014 UTC (9 years, 6 months ago) by michael
File length: 51814 byte(s)
Diff to previous 4597
- conf.c: let get_oper_name() deal with servers. Makes it easier to allow servers to add/remove
  xlines, resvs, etc. without rewriting too much code later on

Revision 4597 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 16:56:59 2014 UTC (9 years, 6 months ago) by michael
File length: 51760 byte(s)
Diff to previous 4589
- conf.c:find_conf_name(): removed useless match(). with server name masking being removed
  with TS6, this is no longer needed.

Revision 4589 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:21 2014 UTC (9 years, 7 months ago) by michael
File length: 51813 byte(s)
Diff to previous 4564
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 51835 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 (9 years, 7 months ago) by michael
File length: 51831 byte(s)
Diff to previous 4522
- Implemented pseudo {} blocks (service aliases)

Revision 4522 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 09:43:06 2014 UTC (9 years, 7 months ago) by michael
File length: 52058 byte(s)
Diff to previous 4514
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items

Revision 4514 - (view) (annotate) - [select for diffs]
Modified Sun Aug 17 18:26:06 2014 UTC (9 years, 7 months ago) by michael
File length: 52087 byte(s)
Diff to previous 4510
- conf.c:rehash(): moved the strlcpy(me.info,...) to conf_parser.y

Revision 4510 - (view) (annotate) - [select for diffs]
Modified Sun Aug 17 14:50:25 2014 UTC (9 years, 7 months ago) by michael
File length: 52193 byte(s)
Diff to previous 4495
- conf.c:conf_free(): fixed possible infinite loop with /stats c as reported by Adam.
  We now assume that all MaskItem are linked onto some list

Revision 4495 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 18:13:16 2014 UTC (9 years, 7 months ago) by michael
File length: 52192 byte(s)
Diff to previous 4459
- conf.c:set_default_conf(): really default to secp256r1

Revision 4459 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 19:44:25 2014 UTC (9 years, 7 months ago) by michael
File length: 51850 byte(s)
Diff to previous 4438
- conf.c:conf_dns_lookup(): use gethost_byname_type()
- res.h, res.c: removed gethost_byname()

Revision 4438 - (view) (annotate) - [select for diffs]
Modified Sat Aug 9 18:33:17 2014 UTC (9 years, 7 months ago) by michael
File length: 51723 byte(s)
Diff to previous 4414
- Renamed various variables

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

Revision 4410 - (view) (annotate) - [select for diffs]
Modified Wed Aug 6 21:36:38 2014 UTC (9 years, 7 months ago) by michael
File length: 51825 byte(s)
Diff to previous 4409
- Let's allow overlength host name entries in connect {} blocks

Revision 4409 - (view) (annotate) - [select for diffs]
Modified Wed Aug 6 21:20:45 2014 UTC (9 years, 7 months ago) by michael
File length: 51887 byte(s)
Diff to previous 4401
- Fixed resolver/auth issues with too long hostnames

Revision 4401 - (view) (annotate) - [select for diffs]
Modified Tue Aug 5 17:43:39 2014 UTC (9 years, 7 months ago) by michael
File length: 51806 byte(s)
Diff to previous 4342
- Unset FLAGS_IPHASH on source_p in exit_client() when removing from ipcache

Revision 4342 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:58:21 2014 UTC (9 years, 7 months ago) by michael
File length: 51794 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 (9 years, 7 months ago) by michael
File length: 51885 byte(s)
Diff to previous 4331
- Renamed structures to meet code conventions

Revision 4331 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 19:49:08 2014 UTC (9 years, 7 months ago) by michael
File length: 51724 byte(s)
Diff to previous 4326
- conf.c:attach_iline(): constification

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

Revision 4323 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 16:59:23 2014 UTC (9 years, 7 months ago) by michael
File length: 57810 byte(s)
Diff to previous 4322
- conf.c: optimized count_ip_hash()

Revision 4322 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 16:55:23 2014 UTC (9 years, 7 months ago) by michael
File length: 57839 byte(s)
Diff to previous 4320
- conf.c:ipcache_remove_expired_entries(): of course should be DLINK_FOREACH_SAFE

Revision 4320 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 16:49:16 2014 UTC (9 years, 7 months ago) by michael
File length: 57806 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 (9 years, 7 months ago) by michael
File length: 58018 byte(s)
Diff to previous 4299
- Improved AWAY throttling to allow for better fine-tuning

Revision 4299 - (view) (annotate) - [select for diffs]
Modified Sun Jul 20 13:51:28 2014 UTC (9 years, 8 months ago) by michael
File length: 57950 byte(s)
Diff to previous 4264
- Fixed typos all over the place

Revision 4264 - (view) (annotate) - [select for diffs]
Modified Sat Jul 19 17:21:14 2014 UTC (9 years, 8 months ago) by michael
File length: 57931 byte(s)
Diff to previous 4253
- conf.c:valid_wild_card_simple(): don't read past the zero character

Revision 4253 - (view) (annotate) - [select for diffs]
Modified Fri Jul 18 19:05:01 2014 UTC (9 years, 8 months ago) by michael
File length: 57925 byte(s)
Diff to previous 4163
- 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 4163 - (view) (annotate) - [select for diffs]
Modified Thu Jul 3 19:45:30 2014 UTC (9 years, 8 months ago) by michael
File length: 58074 byte(s)
Diff to previous 4115
- Removed ssl_server_method and ssl_client_method configuration options.
  ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending
  on the OpenSSL version.

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

Revision 4087 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 16:45:42 2014 UTC (9 years, 9 months ago) by michael
File length: 58465 byte(s)
Diff to previous 4079
- Let mp_pool_get() clear memory

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

Revision 4069 - (view) (annotate) - [select for diffs]
Modified Wed Jun 25 16:43:46 2014 UTC (9 years, 9 months ago) by michael
File length: 58816 byte(s)
Diff to previous 4057
- conf.c:set_default_conf(): default to 1 connection per 1 second

Revision 4057 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 18:18:46 2014 UTC (9 years, 9 months ago) by michael
File length: 58817 byte(s)
Diff to previous 4056
- Use %u conversion specifier for unsigned ints

Revision 4056 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 16:09:53 2014 UTC (9 years, 9 months ago) by michael
File length: 58817 byte(s)
Diff to previous 4053
- conf.c:conf_connect_allowed(): fixed some logic errors

Revision 4053 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 15:31:18 2014 UTC (9 years, 9 months ago) by michael
File length: 58870 byte(s)
Diff to previous 4018
- conf.c:read_conf_files(): chanmodes c an M were missed in CHANMODES

Revision 4018 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 16:04:36 2014 UTC (9 years, 9 months ago) by michael
File length: 58868 byte(s)
Diff to previous 3934
- Renamed OPER_FLAG_K to OPER_FLAG_KLINE

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

Revision 3932 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 15:25:08 2014 UTC (9 years, 9 months ago) by michael
File length: 58921 byte(s)
Diff to previous 3930
- conf.c:valid_wild_card(): use unsigned

Revision 3930 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 14:58:12 2014 UTC (9 years, 9 months ago) by michael
File length: 58894 byte(s)
Diff to previous 3876
- Greatly speedup d-line lookup. Instead of testing every single client against
  every existing d-line just check the just added ban against connected clients.
  Also now check d-line _before_ looking for a matching exempt{}

Revision 3876 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 15:42:52 2014 UTC (9 years, 9 months ago) by michael
File length: 58895 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 (9 years, 9 months ago) by michael
File length: 58479 byte(s)
Diff to previous 3867
- Use unsigned whenever possible

Revision 3867 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 22:11:02 2014 UTC (9 years, 9 months ago) by michael
File length: 58454 byte(s)
Diff to previous 3863
- Removed OPERWALL. Use GLOBOPS instead.

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

Revision 3779 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 20:43:11 2014 UTC (9 years, 9 months ago) by michael
File length: 58462 byte(s)
Diff to previous 3765
- conf.c:set_default_conf(): reset ConfigFileEntry.stats_e_disabled

Revision 3765 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 21:29:08 2014 UTC (9 years, 9 months ago) by michael
File length: 58422 byte(s)
Diff to previous 3736
- Make sure ConfigChannel.invite_delay_channel and ConfigChannel.invite_delay
  get initialized in conf.c:set_default_conf(). Also make sure the values are
  reported in /info.

Revision 3736 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 16:10:21 2014 UTC (9 years, 9 months ago) by michael
File length: 58342 byte(s)
Diff to previous 3505
- Added some documentation about find_chasing()

Revision 3505 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:42 2014 UTC (9 years, 10 months ago) by michael
File length: 58301 byte(s)
Diff to previous 3500
- Renamed MyMalloc() to MyCalloc()

Revision 3500 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:30:07 2014 UTC (9 years, 10 months ago) by michael
File length: 58301 byte(s)
Diff to previous 3474
- conf.c:parse_aline(): use CONF_NOREASON for default reason

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

Revision 3422 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 17:23:26 2014 UTC (9 years, 11 months ago) by michael
File length: 58291 byte(s)
Diff to previous 3377
- Get rid of LOCAL_CHANNELLEN; change CHANNELLEN to 50

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

Revision 3375 - (view) (annotate) - [select for diffs]
Modified Wed Apr 23 16:03:50 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58297 byte(s)
Diff to previous 3347
- Style corrections

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58331 byte(s)
Diff to previous 3322
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3322 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58335 byte(s)
Diff to previous 3320
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

Revision 3320 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 15:58:33 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58339 byte(s)
Diff to previous 3283
- Removed useless header includes

Revision 3283 - (view) (annotate) - [select for diffs]
Modified Tue Apr 8 16:39:50 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58360 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 (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58364 byte(s)
Diff to previous 3263
- Clean up redundant/unused header includes

Revision 3263 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 19:29:03 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58382 byte(s)
Diff to previous 3235
- conf.c:match_conf_password(): fixed undefined behaviour with crypt()
  returning NULL since glibc2.17 in certain cases.

Revision 3235 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 19:34:16 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58374 byte(s)
Diff to previous 3215
- Style corrections all over the place

Revision 3215 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 19:23:15 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58435 byte(s)
Diff to previous 3192
- Fixed some comments; cleaned up style here and there

Revision 3192 - (view) (annotate) - [select for diffs]
Modified Sun Mar 23 19:46:39 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58453 byte(s)
Diff to previous 3171
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58459 byte(s)
Diff to previous 3110
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58497 byte(s)
Diff to previous 3109
- Added sendto_one_notice()

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58819 byte(s)
Diff to previous 3022
- Applied Adam's sendto_one_numeric() changes

Revision 3022 - (view) (annotate) - [select for diffs]
Modified Mon Feb 24 20:41:16 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58963 byte(s)
Diff to previous 3009
- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c

Revision 3009 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 11:45:36 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58920 byte(s)
Diff to previous 2916
- conf.c:get_oper_name(): constification

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58908 byte(s)
Diff to previous 2872
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2872 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 17:25:38 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58931 byte(s)
Diff to previous 2852
- Moved configuration related code from ircd.c to conf.c

Revision 2852 - (view) (annotate) - [select for diffs]
Modified Sat Jan 18 16:30:48 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58764 byte(s)
Diff to previous 2830
- Added 'unxline' oper privilege for better fine tuning

Revision 2830 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 15:23:07 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58764 byte(s)
Diff to previous 2736
- Tweak reloading/rehasing config files server notice

Revision 2736 - (view) (annotate) - [select for diffs]
Modified Fri Jan 3 19:37:33 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58757 byte(s)
Diff to previous 2694
- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes

Revision 2694 - (view) (annotate) - [select for diffs]
Modified Tue Dec 17 19:35:37 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58636 byte(s)
Diff to previous 2659
- Avoid magically sized temporary buffers

Revision 2659 - (view) (annotate) - [select for diffs]
Modified Thu Dec 12 19:36:08 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58606 byte(s)
Diff to previous 2525
- conf.c:valid_wild_card(): add missing va_end()

Revision 2525 - (view) (annotate) - [select for diffs]
Modified Sat Nov 2 17:07:38 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58546 byte(s)
Diff to previous 2522
- Style corrections

Revision 2522 - (view) (annotate) - [select for diffs]
Modified Fri Nov 1 20:44:04 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58542 byte(s)
Diff to previous 2475
- Got rid of find_kill() and find_gline() wrapper functions

Revision 2475 - (view) (annotate) - [select for diffs]
Modified Fri Oct 11 19:40:43 2013 UTC (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59432 byte(s)
Diff to previous 2317
- find_person(): fixed naming convention
- find_chasing(): reduced required arguments

Revision 2317 - (view) (annotate) - [select for diffs]
Modified Fri Jun 21 14:00:41 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59442 byte(s)
Diff to previous 2313
- conf.c:attach_iline(): there should never be a conf that hasn't a class attached
  to it. Let it crash if it's otherwise

Revision 2313 - (view) (annotate) - [select for diffs]
Modified Fri Jun 21 11:40:50 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59514 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 (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59422 byte(s)
Diff to previous 2278
- Added generall::cycle_on_host_change configuration option as requested
  by Adam <adam@anope.org>

Revision 2278 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 16:33:30 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59378 byte(s)
Diff to previous 2275
- Back out previous changes to detach_conf()

Revision 2275 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 16:30:11 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59377 byte(s)
Diff to previous 2269
- conf.c:detach_conf(): fixed bug where we didn't call remove_from_cidr_check()
  in some cases

Revision 2269 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 15:07:26 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59378 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 (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59337 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 (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59313 byte(s)
Diff to previous 2182
- Moved disable_remote_command configuration directive from
  general{} block to serverhide{] block

Revision 2182 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 12:19:04 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 59303 byte(s)
Diff to previous 2175
- Style correcions/white-space changes

Revision 2175 - (view) (annotate) - [select for diffs]
Modified Mon Jun 3 23:45:39 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58387 byte(s)
Diff to previous 2174
- Now that invite- and ban-exempts are hardcoded, there's no need to delete
  them from ISUPPORT-list on /rehash

Revision 2174 - (view) (annotate) - [select for diffs]
Modified Mon Jun 3 19:45:38 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58516 byte(s)
Diff to previous 2150
- Remove unused temporary_resv list. Move channel_resv_list to conf.c 

Revision 2150 - (view) (annotate) - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58537 byte(s)
Diff to previous 2138
- Implement motd{} configuration blocks based on ircu's implementation

Revision 2138 - (view) (annotate) - [select for diffs]
Modified Wed May 29 21:14:02 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58502 byte(s)
Diff to previous 2133
- s_user.c:user_set_hostmask(): don't unset FLAGS_IP_SPOOFING if the client's
  hostname has already been spoofed by an auth{} block based spoof.

Revision 2133 - (view) (annotate) - [select for diffs]
Modified Wed May 29 18:27:24 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58467 byte(s)
Diff to previous 2130
- get_member_status(), valid_wildcard(): constification

Revision 2130 - (view) (annotate) - [select for diffs]
Modified Wed May 29 15:32:28 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 58460 byte(s)
Diff to previous 2012
- resv.c: move valid_wild_card_simple() to conf.c

Revision 2012 - (view) (annotate) - [select for diffs]
Modified Sun May 12 14:47:26 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 57838 byte(s)
Diff to previous 1992
- Removed 'remote', and 'global_kill' oper flags, and added 'connect',
  'squit', and 'kill' flags for better fine-tuning instead. Whether or 
  not a specific action is allowed on a remote server can be controlled
  by appeding the ':remote' flag. For example: 'kill' allows only local
  clients to be killed, whereas 'kill:remote' allows to issue a KILL for
  remote clients

Revision 1992 - (view) (annotate) - [select for diffs]
Modified Fri May 10 18:32:26 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 57657 byte(s)
Diff to previous 1964
- Removed unused OFLAG_OPER_SPY definition

Revision 1964 - (view) (annotate) - [select for diffs]
Modified Wed May 8 14:27:02 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 57691 byte(s)
Diff to previous 1949
- Tweaked various mempool chunk sizes

Revision 1949 - (view) (annotate) - [select for diffs]
Modified Sun May 5 10:28:09 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 57689 byte(s)
Diff to previous 1946
- conf.c:verify_access(): removed unused variable

Revision 1946 - (view) (annotate) - [select for diffs]
Modified Sun May 5 10:21:40 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 57705 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 (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 57739 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 (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 62625 byte(s)
Diff to previous 1904
- Forward-port -r1920 [Dropped PCRE support]

Revision 1904 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 21:16:22 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64803 byte(s)
Diff to previous 1864
- Removed operflag 'nick_changes'. Operators can now set +n at will

Revision 1864 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 17:07:20 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64837 byte(s)
Diff to previous 1858
- Fixed core on rehash with resv exempts

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64863 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 (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64674 byte(s)
Diff to previous 1834
- Cleanup m_map.c
- Implemented serverhide::hide_services configuration option

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64636 byte(s)
Diff to previous 1832
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64466 byte(s)
Diff to previous 1831
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

Revision 1831 - (view) (annotate) - [select for diffs]
Modified Mon Apr 15 10:57:05 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64636 byte(s)
Diff to previous 1825
- Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]

Revision 1825 - (view) (annotate) - [select for diffs]
Modified Sun Apr 14 19:54:48 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64687 byte(s)
Diff to previous 1751
- Quarantined/reserved channels may now contain wildcards

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (11 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64886 byte(s)
Diff to previous 1666
- 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 1666 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:03:18 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64306 byte(s)
Diff to previous 1654
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64341 byte(s)
Diff to previous 1653
- Implemented memory pool allocator which basically is taken from Tor's
  mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again

Revision 1653 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 11:50:55 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64342 byte(s)
Diff to previous 1652
- added improved match() stolen from ircu
- fixed compile warning in m_module.c

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64345 byte(s)
Diff to previous 1649
- changed match() polarity. match() now returns 0 on match and 1 on non-match
  This cleans up several places where function pointers of different matching
  functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c

Revision 1649 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 19:27:13 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64345 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 64379 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 65374 byte(s)
Diff to previous 1645
- First pass of conf parser stabilization/cleanup

Revision 1645 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 12:25:02 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 65379 byte(s)
Diff to previous 1644
- conf.c: cleanup detach_conf()

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 65525 byte(s)
Diff to previous 1637
- More config subsystem cleanups

Revision 1637 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 17:23:27 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 66970 byte(s)
Diff to previous 1636
- Fixed class limits for oper{} blocks

Revision 1636 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 17:09:47 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 66754 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 74851 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 88730 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 89466 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 89516 byte(s)
Diff to previous 1618
- 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 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 91772 byte(s)
Diff to previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/conf.c
File length: 91440 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 91440 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92255 byte(s)
Diff to previous 1536
- Removed general::use_whois_actually configuration directive. This is
  now enabled by default

Revision 1536 - (view) (annotate) - [select for diffs]
Modified Tue Sep 25 19:15:50 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92297 byte(s)
Diff to previous 1526
- conf.c: r(x|k)line.conf is gone. Don't try to load it on startup

Revision 1526 - (view) (annotate) - [select for diffs]
Modified Mon Sep 10 18:06:06 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92400 byte(s)
Diff to previous 1519
- fixed minor compile warnings

Revision 1519 - (view) (annotate) - [select for diffs]
Modified Wed Sep 5 12:02:04 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92464 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 (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92553 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 (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92734 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 (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92015 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 (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92090 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 (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92416 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 (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92455 byte(s)
Diff to previous 1459
- removed &localchannels

Revision 1459 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 14:23:09 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 92656 byte(s)
Diff to previous 1444
- remove g-line acls
- added general::gline_request_duration configuration option which
  simply replaces the harcoded PENDING_GLINE_TIME definition

Revision 1444 - (view) (annotate) - [select for diffs]
Modified Sat Jun 23 18:12:16 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93561 byte(s)
Diff to previous 1432
- conf.c: fixed stupid bug which would set the default value of
  max_chans_per_user to 50 while setting max_chans_per_oper to 0

Revision 1432 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 19:40:08 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93561 byte(s)
Diff to previous 1417
- 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 1417 - (view) (annotate) - [select for diffs]
Modified Sat May 26 11:51:19 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93520 byte(s)
Diff to previous 1413
- "STATS Y|y" now reports CIDR limits as well

Revision 1413 - (view) (annotate) - [select for diffs]
Modified Sat May 26 08:25:12 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93372 byte(s)
Diff to previous 1411
- Don't try to access aconf->user when aconf is a SERVER_TYPE.
  aconf->user is a NULL pointer.

Revision 1411 - (view) (annotate) - [select for diffs]
Modified Sat May 12 20:46:53 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93483 byte(s)
Diff to previous 1401
- src/conf.c: fixed compile error with openssl disabled

Revision 1401 - (view) (annotate) - [select for diffs]
Modified Tue May 8 18:58:13 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93482 byte(s)
Diff to previous 1394
o) Removed channel::burst_topicwho configuration option. Topicsetters are
   now sent by default

Revision 1394 - (view) (annotate) - [select for diffs]
Modified Wed May 2 19:29:19 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93518 byte(s)
Diff to previous 1393
- conf.c:attach_conf(): remove useless conftype test.
  conf is now always one of CLIENT_TYPE, SERVER_TYPE,
  or OPER_TYPE.

Revision 1393 - (view) (annotate) - [select for diffs]
Modified Wed May 2 19:17:37 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93623 byte(s)
Diff to previous 1390
- 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 1390 - (view) (annotate) - [select for diffs]
Modified Tue May 1 13:39:18 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93636 byte(s)
Diff to previous 1389
- cleanup match_conf_password(). remove outdated comments

Revision 1389 - (view) (annotate) - [select for diffs]
Modified Tue May 1 13:08:29 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 93998 byte(s)
Diff to previous 1388
- rename some struct AccessItem members

Revision 1388 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:59:09 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 94005 byte(s)
Diff to previous 1387
- conf.c:get_sendq(): fixed an assert()

Revision 1387 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:50:01 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 94004 byte(s)
Diff to previous 1383
- conf.c: cleanup get_sendq(), get_client_class() and get_client_ping().
  Now that we don't have any other attached conf than CONF_CLIENT|CONF_SERVER|CONF_OPER,
  we may simply use the last attached conf pointed by x->confs.head

Revision 1383 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:18:22 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 94232 byte(s)
Diff to previous 1381
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
  are no longer separately attached to Client structures.

Revision 1381 - (view) (annotate) - [select for diffs]
Modified Tue May 1 08:21:27 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 95695 byte(s)
Diff to previous 1377
- conf.c: remove CLIENT_CONF leftovers in clear_out_old_conf()
  clear_out_address_conf() already does the deal.

Revision 1377 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 19:35:16 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 95886 byte(s)
Diff to previous 1369
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
  All they do is lead to confusion.

Revision 1369 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 19:04:19 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 95803 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 98276 byte(s)
Diff to previous 1366
- Remove temporary RKLINES/RXLINES leftovers

Revision 1366 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 18:35:34 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 98910 byte(s)
Diff to previous 1364
- Cleanup conf_add_server(). Remove traces of obsolete username verification
  for incoming server connections.

Revision 1364 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:28:21 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 99475 byte(s)
Diff to previous 1363
- 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 1363 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:15:48 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 99481 byte(s)
Diff to previous 1353
- conf.c: remove unused prototypes

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

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 99866 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 99901 byte(s)
Diff to previous 1316
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now

Revision 1316 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 17:05:51 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 99937 byte(s)
Diff to previous 1309
- Removed 'ssl_server_protocol' configuration directive and
  added 'ssl_client_method' and 'ssl_server_method' instead.

  Both of these options can now be changed at runtime.

- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/conf.c
File length: 99492 byte(s)
Copied from: ircd-hybrid-8/src/s_conf.c 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 99500 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 99468 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 99420 byte(s)
Diff to previous 1294
- remove servlink in preparation for tls links/compression

Revision 1294 - (view) (annotate) - [select for diffs]
Modified Wed Feb 22 20:48:30 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100446 byte(s)
Diff to previous 1285
- Add user mode +H which simply hides operator status to other users.
  This solution replaces current method of hidding operator status where the
  admin mode is not sent to other servers unless hidden_administrator is disabled.
- m_who() now takes care whether an operator is hidden or not

Revision 1285 - (view) (annotate) - [select for diffs]
Modified Sun Feb 5 15:12:59 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100850 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 (12 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100137 byte(s)
Diff to previous 1243
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100370 byte(s)
Diff to previous 1219
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100407 byte(s)
Diff to previous 1176
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100365 byte(s)
Diff to previous 1175
- 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 1175 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 10:47:48 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100397 byte(s)
Diff to previous 1172
- several fixes to services compatibility mode

Revision 1172 - (view) (annotate) - [select for diffs]
Modified Sat Aug 13 18:49:37 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100283 byte(s)
Diff to previous 1157
- update s_conf.c:map_to_list

Revision 1157 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 22:03:59 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 100223 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/s_conf.c
File length: 99290 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/s_conf.c
File length: 99290 byte(s)
Diff to previous 1153
- recreate "trunk"

Revision 1153 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 19:37:24 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99290 byte(s)
Diff to previous 1147
- Update CHANMODES ISUPORT...

Revision 1147 - (view) (annotate) - [select for diffs]
Modified Thu Jul 28 20:14:29 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99288 byte(s)
Diff to previous 1123
- replace several ircsprintf with snprintf

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99166 byte(s)
Diff to previous 1121
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99203 byte(s)
Diff to previous 1120
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

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

Revision 1119 - (view) (annotate) - [select for diffs]
Modified Fri Jan 7 22:01:47 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99282 byte(s)
Diff to previous 1118
- removed HUB capability, which was a LL leftover

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99463 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 (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99532 byte(s)
Diff to previous 1032
- remove old dot_in_ip6_addr configuration option. this is now obsolete.

Revision 1032 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 18:45:37 2009 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99573 byte(s)
Diff to previous 1029
- fixed compile errors as reported by Peter Evans

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_conf.c
File length: 99576 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 (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/src/s_conf.c
File length: 99576 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 99576 byte(s)
Diff to previous 1011
- 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 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 99606 byte(s)
Diff to previous 1009
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1009 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 99605 byte(s)
Diff to previous 1005
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1005 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 23:07:43 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 99440 byte(s)
Diff to previous 1001
- remove conf_add_d_conf wrapper

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100164 byte(s)
Diff to previous 992
- remove half done and broken win32 support

Revision 992 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100185 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 (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100641 byte(s)
Diff to previous 956
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 956 - (view) (annotate) - [select for diffs]
Modified Mon Jul 27 00:34:48 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100546 byte(s)
Diff to previous 948
- removed LL leftover in set_default_conf(). now ServerInfo.hub
  properly initializes on /rehash

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

Revision 936 - (view) (annotate) - [select for diffs]
Modified Mon Apr 13 04:27:47 2009 UTC (14 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100576 byte(s)
Diff to previous 896
- Fix typo


Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100577 byte(s)
Diff to previous 891
- Killed s_stats.c

Revision 891 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:44:50 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100603 byte(s)
Diff to previous 885
- Avoid useless irc_getnameinfo calls in several places

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100841 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 (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100887 byte(s)
Diff to previous 867
Backported WATCH
Revision 867 - (view) (annotate) - [select for diffs]
Modified Thu May 17 14:59:27 2007 UTC (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100752 byte(s)
Diff to previous 855
- Fixed occasional core when placing RESVs on channel names as repoared
  by Christopher A. Bongaarts.


Revision 855 - (view) (annotate) - [select for diffs]
Modified Mon Feb 26 22:06:45 2007 UTC (17 years, 1 month ago) by db
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100729 byte(s)
Diff to previous 815
- fix core in temp channel resv
- remove unused variable in m_join
- update RELNOTES


Revision 815 - (view) (annotate) - [select for diffs]
Modified Sun Sep 10 17:35:18 2006 UTC (17 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100782 byte(s)
Diff to previous 673
- Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless

Revision 673 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 07:38:50 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100886 byte(s)
Diff to previous 672
- check_classes(): Only call destroy_cidr_class() on a class that is ready
  for deletion, otherwise the current cidr count would become unadjusted in
  case a disabled class gets re-enabled later on.

Revision 672 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 07:28:30 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100897 byte(s)
Diff to previous 671
- Fixed possible core introduced by previous commit
- Put some asserts into detach_conf()

Revision 671 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 07:15:38 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100999 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 (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101434 byte(s)
Diff to previous 624
- 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 624 - (view) (annotate) - [select for diffs]
Modified Thu May 25 10:22:02 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101390 byte(s)
Diff to previous 619
- Fixed an off-by one bug in the ip limiting code as reported by Volk

Revision 619 - (view) (annotate) - [select for diffs]
Modified Tue May 23 07:22:23 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101431 byte(s)
Diff to previous 618
- Backported r376 (STATS y now shows the total number of clients in a class)
- Rebuilt y.tab.c using bison 2.2

Revision 618 - (view) (annotate) - [select for diffs]
Modified Tue May 23 07:07:53 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101401 byte(s)
Diff to previous 596
- 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 596 - (view) (annotate) - [select for diffs]
Modified Fri May 12 21:44:39 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101676 byte(s)
Diff to previous 593
- Cosmetical fix to "STATS k|K".  temporary regexp based k-lines should 
  be prefixed with 'kR' and permanent ones with 'KR'.

Revision 593 - (view) (annotate) - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101676 byte(s)
Diff to previous 575
- 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 575 - (view) (annotate) - [select for diffs]
Modified Mon May 1 11:41:09 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101575 byte(s)
Diff to previous 433
- Fixed a bunch of compile warnings

Revision 433 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 15:22:07 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101545 byte(s)
Diff to previous 432
- Don't try to keep pointers to already freed memory on temporary_resv list
  when manually removing tempoary N/C resvs.

Revision 432 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 14:55:00 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101246 byte(s)
Diff to previous 264
- Fixed possible core in expire_temp_lines()

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

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

Revision 151 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 18:21:11 2005 UTC (18 years, 5 months ago) by db
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101265 byte(s)
Diff to previous 102
- backported from HEAD flush_deleted_I_P is trying to treat MatchItems
  as if they are AccessItems

  I am almost sure this function is redundant as well.


Revision 102 - (view) (annotate) - [select for diffs]
Modified Mon Oct 10 12:17:19 2005 UTC (18 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101290 byte(s)
Diff to previous 100
- That one should be the propper fix for GDENY items.  Previous fix broke
  the ability of stacking user/name/action combinations.
  That fix still needs to go into -HEAD, and VERY important, into 7.1.3.
  Someone please test this, e.g. write a small dump function that spits out
  GDENY items.

Revision 100 - (view) (annotate) - [select for diffs]
Modified Sun Oct 9 14:43:13 2005 UTC (18 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101294 byte(s)
Diff to previous 58
- CHANNELLEN vs. LOCAL_CHANNELLEN fix.  Local JOINs are limited to 50chars whereas
  remote SJOINs/JOINs can be upto 200chars for backwards compatibility.

Revision 58 - (view) (annotate) - [select for diffs]
Modified Mon Oct 3 12:13:38 2005 UTC (18 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 101288 byte(s)
Diff to previous 34
- Reverted oper_privs_as_string() back to its previous version which is easier
  to maintain when adding new operflags. Even the one who wrote the new version
  introduced a bug by not taking care to keep the oper_flags_table in sync
  with the OPER_FLAGS_* bits.  (which also no one really wants to do ...)
- Updated it to deal with new 'remoteban', 'operwall' and 'operspy' flags

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/s_conf.c
File length: 100366 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 (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/s_conf.c
File length: 100366 byte(s)
Diff to previous 32
- svn:keywords

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/s_conf.c
File length: 100366 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 (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/src/s_conf.c
File length: 100413 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