ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/NEWS
Revision: 6711
Committed: Fri Oct 30 16:55:21 2015 UTC (8 years, 4 months ago) by michael
File size: 4694 byte(s)
Log Message:
- Update NEWS file

File Contents

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

Properties

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