ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/NEWS
Revision: 6200
Committed: Thu Jun 25 15:56:16 2015 UTC (11 years ago) by michael
File size: 4045 byte(s)
Log Message:
- 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

File Contents

# User Rev Content
1 michael 6085 -- Noteworthy changes in version 1.0.8 (2015-??-??)
2 michael 6200 o) Added options::reconnectinterval configuration option. See doc/reference.conf
3     for more information.
4     o) Further modernizations and cleanups to the build system
5     o) HOPM now compiles with -fstack-protector-strong and -fstack-protector,
6     respectively, depending on what the compiler supports
7     o) Added new --enable-assert switch to ./configure. assert() statements are now
8     disabled by default and can be enabled with ./configure --enable-assert
9     o) Added options::dns_timeout configuration option. See doc/reference.conf
10     for more information.
11 michael 6085
12    
13     -- Noteworthy changes in version 1.0.7 (2015-06-06)
14     o) HOPM can now detect Dreamboxes with default root passwords
15     o) Fixed bug where the configuration parser would report syntax errors
16     with invalid line numbers when there are multi-line C-style
17     comments in the config file
18     o) Minor code cleanups
19    
20    
21 michael 5994 -- Noteworthy changes in version 1.0.6 (2015-05-27)
22     o) HOPM now catches MikroTik HttpProxies
23    
24    
25     -- Noteworthy changes in version 1.0.5 (2015-05-04)
26     o) Fixed bug where HOPM couldn't connect to the server specified
27     in the irc {} block on some OS
28    
29    
30 michael 5716 -- Noteworthy changes in version 1.0.4 (2015-03-17)
31     o) Log timestamp format is ISO8601 now
32     o) Added 'protocols' command which dumps a list of configured scanners
33     and their associated protocols/ports to a channel
34     o) Code cleanups and performance improvements
35    
36    
37 michael 5432 -- Noteworthy changes in version 1.0.3 (2015-01-28)
38     o) Fixed bug where HOPM wouldn't try re-connecting to the server in
39 michael 6200 case the connection got lost
40 michael 5432 o) Added irc::notice configuration option
41    
42    
43     -- Noteworthy changes in version 1.0.2 (2015-01-12)
44     o) Added options::negcache_rebuild configuration option
45     o) Added basic IPv6 support allowing HOPM to bind and
46     connect to IPv6 addresses
47     o) Many code cleanups and optimizations
48    
49    
50 michael 5330 -- Noteworthy changes in version 1.0.1 (2015-01-06)
51     o) Fixed build on OS X
52     o) More code cleanups, no user-visible changes
53    
54    
55 michael 5297 -- Noteworthy changes in version 1.0.0 (2015-01-03)
56     o) Minor stabilization and performance improvements
57    
58    
59 michael 5237 -- Noteworthy changes in version 1.0.0beta2 (2014-12-31)
60     o) Added irc::readtimeout configuration option
61     o) Many code cleanups and optimizations
62     o) Worked towards IPv6 support
63     o) Fixed reference.conf from causing syntax errors
64 michael 6200 o) HOPM now uses poll() for I/O event notification instead of select()
65 michael 5237
66    
67 michael 5126 -- Noteworthy changes in version 1.0.0beta1 (2014-12-25)
68 michael 5131 ########################################################################
69 michael 5996 o) NOTE: this is the first release of the hybrid open proxy monitor (HOPM)
70     fully based off the discontinued blitzed open proxy monitor (BOPM) 3.1.3
71 michael 5131 ########################################################################
72 michael 5126 o) Modernized and cleaned up build system
73 michael 5297 o) Modernized the example configuration file. Removed/updated blacklist entries.
74 michael 5101 o) The configuration parser now does support time and size units
75     o) The configuration parser now does support c++ style comments
76     o) Fixed a memory leak in conjunction with manual scans
77     o) Fixed weird behaviour in the command parser
78     o) Code hardening. Replaced occurences of strcpy/strcat with strlcpy/strlcat, etc.
79 michael 5126 o) Various code cleanups and optimizations
80 michael 5101 o) The irc::away configuration option is now optional
81 michael 5100
82    
83     --------------------------------------------------------------------------------
84    
85     BUG REPORTS: If you run this code and encounter problems, you must report
86     the bug by EMAIL to bugs@ircd-hybrid.org
87 michael 5996 Please include a gdb backtrace and a copy of your setup.h and
88 michael 5100 hopm.conf with any report (with passwords and other sensitive
89     information masked).
90    
91     DISCUSSION: There is a mailing list for discussion of hopm issues,
92     including betas. To subscribe, use this link:
93     https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
94     This is the proper place to discuss new features, bugs, etc.
95    
96     Questions/comments directed to bugs@ircd-hybrid.org
97    
98     Other files recommended for reading: README, INSTALL
99    
100     --------------------------------------------------------------------------------
101 michael 5134 $Id$

Properties

Name Value
svn:eol-style native
svn:keywords Id