ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/config-lexer.l
Revision 9919 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 16:43:21 2021 UTC (3 years, 1 month ago) by michael
File length: 12273 byte(s)
Diff to previous 9866
- Add `irc::tls_disable_certificate_verification` configuration option as requested in github issue #43

Revision 9866 - (view) (annotate) - [select for diffs]
Modified Sat Jan 2 18:42:50 2021 UTC (3 years, 2 months ago) by michael
File length: 12187 byte(s)
Diff to previous 9726
- Bump copyright years

Revision 9726 - (view) (annotate) - [select for diffs]
Modified Mon Nov 16 10:28:41 2020 UTC (3 years, 4 months ago) by michael
File length: 12187 byte(s)
Diff to previous 9524
- The 'vhost' configuration directive found in the irc {} and scanner {} blocks has been renamed to 'bind'

Revision 9524 - (view) (annotate) - [select for diffs]
Modified Sun Jul 12 11:31:01 2020 UTC (3 years, 8 months ago) by michael
File length: 12187 byte(s)
Diff to previous 9500
- Add basic certificate support for use with TLS

Revision 9500 - (view) (annotate) - [select for diffs]
Modified Sun Jul 5 05:40:41 2020 UTC (3 years, 8 months ago) by michael
File length: 12073 byte(s)
Diff to previous 9477
- Add tls_hostname_verification switch to allow the server identity check to be turned off if desired

Revision 9477 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 19:02:07 2020 UTC (3 years, 8 months ago) by michael
File length: 12009 byte(s)
Diff to previous 9103
- Incorporate basic TLS support for the irc bot part. Changes submitted by Adam <adam@anope.org>

Revision 9103 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 10:03:12 2020 UTC (4 years, 2 months ago) by michael
File length: 11960 byte(s)
Diff to previous 8749
- Bump copyright years everywhere

Revision 8749 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:27 2019 UTC (5 years, 2 months ago) by michael
File length: 11960 byte(s)
Diff to previous 8565
- Update copyright years

Revision 8565 - (view) (annotate) - [select for diffs]
Modified Wed Sep 26 19:24:14 2018 UTC (5 years, 6 months ago) by michael
File length: 11960 byte(s)
Diff to previous 8562
- Implemented proper support to kill users with vulnerable SSH versions. Patch
  provided by falsovsky (Pedro de Oliveira).

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

Revision 8173 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 14:44:29 2017 UTC (6 years, 11 months ago) by michael
File length: 11804 byte(s)
Diff to previous 8099
- config.h: move opm_types.h header include to config-lexer.l

Revision 8099 - (view) (annotate) - [select for diffs]
Modified Sun Apr 2 10:12:17 2017 UTC (6 years, 11 months ago) by michael
File length: 11747 byte(s)
Diff to previous 7926
- Added IPv6 blacklist support. Initial patch by Andreas Rammhold.

Revision 7926 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:59:33 2016 UTC (7 years, 2 months ago) by michael
File length: 11598 byte(s)
Diff to previous 7752
- Update copyright years

Revision 7752 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 20:27:47 2016 UTC (7 years, 5 months ago) by michael
File length: 11598 byte(s)
Diff to previous 7749
- config-lexer.l:conf_eof(): remove lineno assignment not needed here

Revision 7749 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 19:03:37 2016 UTC (7 years, 5 months ago) by michael
File length: 11622 byte(s)
Diff to previous 7747
- config-lexer.l: add %option noinput to silence compiler warning

Revision 7747 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 18:51:35 2016 UTC (7 years, 5 months ago) by michael
File length: 11606 byte(s)
Diff to previous 7741
- config-lexer.l: redo C comment processing

Revision 7741 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 18:44:19 2016 UTC (7 years, 5 months ago) by michael
File length: 12058 byte(s)
Diff to previous 7730
- config-lexer.l: replace a snprintf with strlcpy

Revision 7730 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 15:53:44 2016 UTC (7 years, 6 months ago) by michael
File length: 12065 byte(s)
Diff to previous 7720
- config-lexer.l:conf_include(): we don't use yyin

Revision 7720 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 13:18:26 2016 UTC (7 years, 6 months ago) by michael
File length: 12065 byte(s)
Diff to previous 7715
- config-lexer.l: add our own YY_FATAL_ERROR

Revision 7715 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 12:08:23 2016 UTC (7 years, 6 months ago) by michael
File length: 11919 byte(s)
Diff to previous 7710
- config-lexer.l: sync it a bit with hybrid; log warnings of unterminated strings

Revision 7710 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 11:43:58 2016 UTC (7 years, 6 months ago) by michael
File length: 12436 byte(s)
Diff to previous 7015
- Allow configuration file inclusion from within the main conf

Revision 7015 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 16:10:14 2016 UTC (8 years, 2 months ago) by michael
File length: 10024 byte(s)
Diff to previous 7004
- Added 'command_queue_size', 'command_interval', and 'command_timeout', configuration directives to the options {} block. Removed hardcoded settings from options.h.

Revision 7004 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:28 2016 UTC (8 years, 2 months ago) by michael
File length: 9864 byte(s)
Diff to previous 6228
- Update copyright years

Revision 6228 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 13:10:18 2015 UTC (8 years, 8 months ago) by michael
File length: 9864 byte(s)
Diff to previous 6222
- Create 1.1.x branch

Revision 6222 - (view) (annotate) - [select for diffs]
Modified Wed Jul 1 18:09:27 2015 UTC (8 years, 8 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9864 byte(s)
Diff to previous 6200
- Added HTTPS support for SSL/TLS-enabled HTTP proxies

Revision 6200 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 15:56:16 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9544 byte(s)
Diff to previous 6078
- 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 6078 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 18:21:36 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9495 byte(s)
Diff to previous 6046
- Made the RECONNECTINTERVAL configurable via the hopm.conf

Revision 6046 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 11:09:23 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9441 byte(s)
Diff to previous 6043
- config-lexer.l: declare ccomment() as static

Revision 6043 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 11:07:23 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9427 byte(s)
Diff to previous 6042
- Made 'linenum' unsigned

Revision 6042 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 11:00:54 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9418 byte(s)
Diff to previous 6036
- config-lexer.c:ccomment(): cleaned up style issues

Revision 6036 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 10:41:19 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9395 byte(s)
Diff to previous 5998
- config-lexer.l: fixed bug where the configuration parser would report syntax errors with invalid line numbers
  when there are multi-line C comments in the config file.

Revision 5998 - (view) (annotate) - [select for diffs]
Modified Thu May 28 14:59:47 2015 UTC (8 years, 10 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9346 byte(s)
Diff to previous 5876
- HOPM can now detect Dreamboxes with default root passwords. Patch by Gavin Hanover (EFnet)

Revision 5876 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 11:25:48 2015 UTC (8 years, 11 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9184 byte(s)
Diff to previous 5687
- Removed trailing whitespaces

Revision 5687 - (view) (annotate) - [select for diffs]
Modified Sat Mar 14 18:45:55 2015 UTC (9 years ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9200 byte(s)
Diff to previous 5405
- config-lexer.l: added 'never-interactive' to scanner options

Revision 5405 - (view) (annotate) - [select for diffs]
Modified Tue Jan 20 19:14:40 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9174 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 (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9125 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 (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9221 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 (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9168 byte(s)
Diff to previous 5175
- Made NODATA_TIMEOUT a configuration option

Revision 5175 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 21:09:41 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9119 byte(s)
Diff to previous 5135
- Removed now unused inet.c and inet.h

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9137 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 (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9137 byte(s)
Diff to previous 5080
- propset svn:keywords "Id"

Revision 5080 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:00:47 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 9137 byte(s)
Diff to previous 5078
- Added support for time/size units

Revision 5078 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 18:42:28 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 8026 byte(s)
Diff to previous 5052
- Added support for c++ style comments
- Replaced strcpy() with strlcpy()

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-lexer.l
File length: 8031 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