ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config-lexer.l
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: 11804 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: 11747 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: 11598 byte(s)
Diff to previous 7751
- Update copyright years

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

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

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

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

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

Revision 7719 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 13:17:52 2016 UTC (8 years, 11 months ago) by michael
File length: 12065 byte(s)
Diff to previous 7716
- config-lexer.l: add our own YY_FATAL_ERROR

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

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: 12436 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: 10024 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: 9864 byte(s)
Diff to previous 6222
- Update copyright years

Revision 6222 - (view) (annotate) - [select for diffs]
Modified Wed Jul 1 18:09:27 2015 UTC (10 years, 1 month ago) by michael
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 (10 years, 2 months ago) by michael
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 (10 years, 2 months ago) by michael
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 (10 years, 2 months ago) by michael
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 (10 years, 2 months ago) by michael
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 (10 years, 2 months ago) by michael
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 (10 years, 2 months ago) by michael
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 (10 years, 3 months ago) by michael
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 (10 years, 3 months ago) by michael
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 (10 years, 5 months ago) by michael
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 (10 years, 7 months ago) by michael
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 (10 years, 7 months ago) by michael
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 (10 years, 7 months ago) by michael
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 (10 years, 7 months ago) by michael
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 (10 years, 8 months ago) by michael
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 (10 years, 8 months ago) by michael
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 (10 years, 8 months ago) by michael
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 (10 years, 8 months ago) by michael
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 (10 years, 8 months ago) by michael
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 (10 years, 8 months ago) by michael
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