ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/NEWS
Revision: 7738
Committed: Mon Sep 26 17:53:52 2016 UTC (7 years, 6 months ago) by michael
File size: 5611 byte(s)
Log Message:
- Update NEWS file

File Contents

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

Properties

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