ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config.h
Revision 9727 - (view) (annotate) - [select for diffs]
Modified Mon Nov 16 10:29:12 2020 UTC (4 years, 9 months ago) by michael
File length: 3208 byte(s)
Diff to previous 9525
- The 'vhost' configuration directive found in the irc {} and scanner {} blocks has been renamed to 'bind'

Revision 9525 - (view) (annotate) - [select for diffs]
Modified Sun Jul 12 11:32:42 2020 UTC (5 years, 1 month ago) by michael
File length: 3210 byte(s)
Diff to previous 9501
- Add basic certificate support for use with TLS

Revision 9501 - (view) (annotate) - [select for diffs]
Modified Sun Jul 5 05:41:27 2020 UTC (5 years, 1 month ago) by michael
File length: 3150 byte(s)
Diff to previous 9478
- Add tls_hostname_verification switch to allow the server identity check to be turned off if desired

Revision 9478 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 19:03:19 2020 UTC (5 years, 1 month ago) by michael
File length: 3117 byte(s)
Diff to previous 9104
- Incorporate basic TLS support for the irc bot part. Changes submitted by Adam <adam@anope.org>

Revision 9104 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 10:03:28 2020 UTC (5 years, 7 months ago) by michael
File length: 3106 byte(s)
Diff to previous 8750
- Bump copyright years everywhere

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

Revision 8582 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 16:59:59 2018 UTC (6 years, 10 months ago) by michael
File length: 3106 byte(s)
Diff to previous 8579
- Further cleanups to node allocation handling

Revision 8579 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 15:12:50 2018 UTC (6 years, 10 months ago) by michael
File length: 2918 byte(s)
Diff to previous 8563
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8563 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 11:39:44 2018 UTC (6 years, 11 months ago) by michael
File length: 2934 byte(s)
Diff to previous 8174
- Update copyright years

Revision 8174 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 14:45:05 2017 UTC (8 years, 4 months ago) by michael
File length: 2934 byte(s)
Diff to previous 8098
- config.h: move opm_types.h header include to config-lexer.l

Revision 8098 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 10:09:50 2017 UTC (8 years, 4 months ago) by michael
File length: 2967 byte(s)
Diff to previous 7927
- Added IPv6 blacklist support. Initial patch by Andreas Rammhold.

Revision 7927 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:59:46 2016 UTC (8 years, 7 months ago) by michael
File length: 2925 byte(s)
Diff to previous 7711
- Update copyright years

Revision 7711 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 11:45:41 2016 UTC (8 years, 11 months ago) by michael
File length: 2925 byte(s)
Diff to previous 7014
- Allow configuration file inclusion from within the main conf

Revision 7014 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 16:08:57 2016 UTC (9 years, 7 months ago) by michael
File length: 2872 byte(s)
Diff to previous 7005
- Added 'command_queue_size', 'command_interval', and 'command_timeout', configuration directives to the options {} block. Removed hardcoded settings from options.h.

Revision 7005 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:56 2016 UTC (9 years, 7 months ago) by michael
File length: 2784 byte(s)
Diff to previous 6200
- Update copyright years

Revision 6200 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 15:56:16 2015 UTC (10 years, 2 months ago) by michael
File length: 2784 byte(s)
Diff to previous 6149
- Added options::dns_timeout configuration option which allows to specify the amount of time the
  resolver waits until a response is received from a name server

Revision 6149 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 17:29:51 2015 UTC (10 years, 2 months ago) by michael
File length: 2762 byte(s)
Diff to previous 6086
- Style corrections

Revision 6086 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 19:59:59 2015 UTC (10 years, 2 months ago) by michael
File length: 2764 byte(s)
Diff to previous 6078
- config.h: made OptionsConf::negcache a time_t

Revision 6078 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 18:21:36 2015 UTC (10 years, 2 months ago) by michael
File length: 2761 byte(s)
Diff to previous 6043
- Made the RECONNECTINTERVAL configurable via the hopm.conf

Revision 6043 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 11:07:23 2015 UTC (10 years, 2 months ago) by michael
File length: 2733 byte(s)
Diff to previous 5879
- Made 'linenum' unsigned

Revision 5879 - (view) (annotate) - [select for diffs]
Modified Sat May 2 14:02:17 2015 UTC (10 years, 3 months ago) by michael
File length: 2725 byte(s)
Diff to previous 5405
- config.h: made BlacklistReplyConf::number unsigned

Revision 5405 - (view) (annotate) - [select for diffs]
Modified Tue Jan 20 19:14:40 2015 UTC (10 years, 7 months ago) by michael
File length: 2716 byte(s)
Diff to previous 5351
- Added irc::notice configuration option (notice(s) to send to a newly connected client).

Revision 5351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:19 2015 UTC (10 years, 7 months ago) by michael
File length: 2674 byte(s)
Diff to previous 5332
- Update license headers

Revision 5332 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 18:01:01 2015 UTC (10 years, 7 months ago) by michael
File length: 1841 byte(s)
Diff to previous 5198
- Added options::negcache_rebuild configuration option

Revision 5198 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 16:53:16 2014 UTC (10 years, 7 months ago) by michael
File length: 1814 byte(s)
Diff to previous 5135
- Made NODATA_TIMEOUT a configuration option

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (10 years, 8 months ago) by michael
File length: 1774 byte(s)
Diff to previous 5134
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (10 years, 8 months ago) by michael
File length: 1774 byte(s)
Diff to previous 5120
- propset svn:keywords "Id"

Revision 5120 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 16:04:40 2014 UTC (10 years, 8 months ago) by michael
File length: 1774 byte(s)
Diff to previous 5072
- Style corrections

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (10 years, 8 months ago) by michael
File length: 1908 byte(s)
Diff to previous 5052
- Fixed a bunch of compile warnings

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (10 years, 8 months ago) by michael
File length: 1926 byte(s)
- Initial import of bopm 3.1.3

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