ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/config-parser.y
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: 15330 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: 14753 byte(s)
Diff to previous 7558
- Update copyright years

Revision 7558 - (view) (annotate) - [select for diffs]
Modified Sun May 15 13:49:00 2016 UTC (7 years, 10 months ago) by michael
File length: 14753 byte(s)
Diff to previous 7015
- config-parser.y: fixed archaic bug as reported by Thomas M. Carlsson which could cause the scanner to either
  detect nothing or to detect everything and therefore even kill legit clients

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: 14744 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: 14217 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: 14217 byte(s)
Diff to previous 6200
- Create 1.1.x branch

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-parser.y
File length: 14217 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 (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 14068 byte(s)
Diff to previous 6078
- Style corrections

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-parser.y
File length: 14065 byte(s)
Diff to previous 6049
- Made the RECONNECTINTERVAL configurable via the hopm.conf

Revision 6049 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 15:51:26 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13805 byte(s)
Diff to previous 5650
- config-parser.y: removed explicit yydebug=0; yydebug is disabled by default anyways.
  Declared 'tmp' as static. Fixed minor style issues

Revision 5650 - (view) (annotate) - [select for diffs]
Modified Sun Mar 8 13:34:55 2015 UTC (9 years ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13791 byte(s)
Diff to previous 5426
- config-parser.y: style corrections

Revision 5426 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:49:38 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13948 byte(s)
Diff to previous 5405
- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree

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-parser.y
File length: 13973 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-parser.y
File length: 13800 byte(s)
Diff to previous 5333
- Update license headers

Revision 5333 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 20:45:06 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13759 byte(s)
Diff to previous 5332
- Move malloc.c to memory.c

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-parser.y
File length: 13758 byte(s)
Diff to previous 5274
- Added options::negcache_rebuild configuration option

Revision 5274 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:00:33 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13588 byte(s)
Diff to previous 5249
- Renamed MyMalloc() to xcalloc()

Revision 5249 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 12:50:47 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13594 byte(s)
Diff to previous 5198
- config-parser.y: removed pointless casts

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-parser.y
File length: 13895 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 (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13736 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-parser.y
File length: 13736 byte(s)
Diff to previous 5092
- propset svn:keywords "Id"

Revision 5092 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:12:39 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 13736 byte(s)
Diff to previous 5080
- Renamed DupString() to xstrdup()

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-parser.y
File length: 13816 byte(s)
Diff to previous 5072
- Added support for time/size units

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 12755 byte(s)
Diff to previous 5068
- Fixed a bunch of compile warnings

Revision 5068 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:49:06 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 12737 byte(s)
Diff to previous 5067
- config-parser.y: fixed several shift/reduce conflicts

Revision 5067 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:36:44 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/config-parser.y
File length: 12978 byte(s)
Diff to previous 5052
- config_parser.y: removed invalid redeclaration of PROTOCOLTYPE

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-parser.y
File length: 12998 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