1 |
-- Noteworthy changes in version 1.1.9 (2020-11-16) |
2 |
* Implemented support for loading a user-provided private key and tls client |
3 |
certificate. The `irc::rsa_private_key_file`and `irc::tls_certificate_file` |
4 |
configuration directives have been added for this. |
5 |
As a side effect this now allows HOPM to use certificate fingerprints for |
6 |
NickServ authentication |
7 |
* The `vhost` configuration directive found in the irc {} and scanner {} blocks |
8 |
has been renamed to `bind` |
9 |
|
10 |
|
11 |
-- Noteworthy changes in version 1.1.8 (2020-07-05) |
12 |
* Minimum supported OpenSSL version is 1.1.1 now |
13 |
* Experimental TLS support for the irc client part has been implemented. We |
14 |
only do TLSv1.2 and higher |
15 |
* The `irc::tls` and `irc::tls_hostname_verification` configuration directives |
16 |
have been added |
17 |
* A possible out-of-bounds write in the irc parser logic has been fixed |
18 |
|
19 |
|
20 |
-- Noteworthy changes in version 1.1.7 (2020-04-19) |
21 |
* Fixed github issue #31: hopm attempts to open stderr for logging in |
22 |
non-debug/fork mode which can cause hopm to exit silently |
23 |
|
24 |
|
25 |
-- Noteworthy changes in version 1.1.6 (2019-04-21) |
26 |
* Fixed issue with ssh banner scans where hopm would test connections only |
27 |
against the `target_string` that's defined last in the scanner{} block |
28 |
* Minimum supported OpenSSL version is 1.0.1f now |
29 |
|
30 |
|
31 |
-- Noteworthy changes in version 1.1.5 (2018-10-14) |
32 |
* The `:`, and `,` nickname delimiters work again |
33 |
* Fixed a bug where the hopm process couldn't be restarted under certain |
34 |
conditions |
35 |
* The hopm process can now be restarted from the command line via `kill -HUP` |
36 |
* Added `--enable-efence` switch to allow easy linking with the |
37 |
electric fence memory debugger library |
38 |
* Implemented proper support to kill users with vulnerable SSH versions by |
39 |
version announcement. Patch provided by falsovsky (Pedro de Oliveira). See |
40 |
`doc/reference.conf` for more information. |
41 |
* Minimum supported OpenSSL version is 1.0.1d now |
42 |
|
43 |
|
44 |
-- Noteworthy changes in version 1.1.4 (2017-04-05) |
45 |
* IPv6 blacklist support has been implemented |
46 |
* The `CHECK` command now accepts IPv6 addresses |
47 |
* The negative cache has been rewritten to use latest Net::Patricia C sources |
48 |
and does support IPv6 now |
49 |
|
50 |
|
51 |
-- Noteworthy changes in version 1.1.3 (2016-09-26) |
52 |
* Allow inclusion of other configuration files in the main `hopm.conf` file. |
53 |
See `doc/reference.conf` for further information on how to use the new |
54 |
`.include` configuration directive. |
55 |
|
56 |
|
57 |
-- Noteworthy changes in version 1.1.2 (2016-05-15) |
58 |
* Fixed archaic bug which can cause the scanner to either detect nothing or to |
59 |
detect everything and therefore even kill legit clients |
60 |
|
61 |
|
62 |
-- Noteworthy changes in version 1.1.1 (2016-01-03) |
63 |
* Added `command_queue_size`, `command_interval`, and `command_timeout`, |
64 |
configuration directives to the options {} block. See `doc/reference.conf` |
65 |
for more information. |
66 |
* Various updates to the `reference.conf`; added updated `connregex` directives |
67 |
for ircd-hybrid in conjunction with user mode +F (far connect notices), and |
68 |
UnrealIRCd 4.0.0, which now uses a different format for connect notices |
69 |
|
70 |
|
71 |
-- Noteworthy changes in version 1.1.0 (2015-08-07) |
72 |
* `options::pidfile` and `options::scanlog` can now be relative pathnames |
73 |
* Due to security reasons the `PROTOCOLS` command has been removed again |
74 |
|
75 |
|
76 |
-- Noteworthy changes in version 1.1.0beta1 (2015-07-02) |
77 |
* Added HTTPS support for SSL/TLS-enabled HTTP proxies which seem to be used |
78 |
quite a lot on IRC nowadays. LibreSSL or OpenSSL 0.9.8o and above is required |
79 |
for this to work. |
80 |
* Added new `HTTPS` and `HTTPSPOST` protocol configuration directives to the |
81 |
scanner {} block |
82 |
|
83 |
|
84 |
-- Noteworthy changes in version 1.0.8 (2015-06-25) |
85 |
* Added `options::reconnectinterval` configuration option. See `doc/reference.conf` |
86 |
for more information. |
87 |
* Added `options::dns_timeout` configuration option. See `doc/reference.conf` |
88 |
for more information. |
89 |
* Further modernizations and cleanups to the build system |
90 |
* HOPM now compiles with `-fstack-protector-strong` and `-fstack-protector`, |
91 |
respectively, depending on what the compiler supports |
92 |
* Added `--enable-assert` switch to `./configure`. assert() statements are now |
93 |
disabled by default and can be enabled with `./configure --enable-assert` |
94 |
* Added `--enable-warnings` switch to `./configure`, which enables various |
95 |
compiler warnings if supported by the compiler |
96 |
|
97 |
|
98 |
-- Noteworthy changes in version 1.0.7 (2015-06-06) |
99 |
* HOPM can now detect Dreamboxes with default root passwords |
100 |
* Fixed bug where the configuration parser would report syntax errors with |
101 |
invalid line numbers when there are multi-line C-style comments in the |
102 |
config file |
103 |
|
104 |
|
105 |
-- Noteworthy changes in version 1.0.6 (2015-05-27) |
106 |
* HOPM now catches MikroTik HttpProxies |
107 |
|
108 |
|
109 |
-- Noteworthy changes in version 1.0.5 (2015-05-04) |
110 |
* Fixed bug where HOPM couldn't connect to the server specified in the irc {} |
111 |
block on some OS |
112 |
|
113 |
|
114 |
-- Noteworthy changes in version 1.0.4 (2015-03-17) |
115 |
* Log timestamp format is ISO8601 now |
116 |
* Added `protocols` command which dumps a list of configured scanners and their |
117 |
associated protocols/ports to a channel |
118 |
|
119 |
|
120 |
-- Noteworthy changes in version 1.0.3 (2015-01-28) |
121 |
* Fixed bug where HOPM wouldn't try re-connecting to the server in case the |
122 |
connection got lost |
123 |
* Added `irc::notice` configuration option |
124 |
|
125 |
|
126 |
-- Noteworthy changes in version 1.0.2 (2015-01-12) |
127 |
* Added `options::negcache_rebuild` configuration option |
128 |
* Added basic IPv6 support allowing HOPM to bind and connect to IPv6 addresses |
129 |
|
130 |
|
131 |
-- Noteworthy changes in version 1.0.1 (2015-01-06) |
132 |
* Fixed build on OS X |
133 |
|
134 |
|
135 |
-- Noteworthy changes in version 1.0.0 (2015-01-03) |
136 |
* Minor stabilization and performance improvements |
137 |
|
138 |
|
139 |
-- Noteworthy changes in version 1.0.0beta2 (2014-12-31) |
140 |
* Added `irc::readtimeout` configuration option |
141 |
* Worked towards IPv6 support |
142 |
* Fixed `reference.conf` from causing syntax errors |
143 |
* HOPM now uses poll() for I/O event notification instead of select() |
144 |
|
145 |
|
146 |
-- Noteworthy changes in version 1.0.0beta1 (2014-12-25) |
147 |
* **NOTE:** this is the first release of the hybrid open proxy monitor (HOPM) |
148 |
fully based off the discontinued blitzed open proxy monitor (BOPM) 3.1.3 |
149 |
* Modernized and cleaned up build system |
150 |
* Modernized the example configuration file. Removed/updated blacklist entries. |
151 |
* The configuration parser now does support time and size units |
152 |
* The configuration parser now does support c++ style comments |
153 |
* Fixed a memory leak in conjunction with manual scans |
154 |
* Fixed weird behaviour in the command parser |
155 |
* Code hardening. Replaced occurences of strcpy/strcat with strlcpy/strlcat, etc. |
156 |
* Various code cleanups and optimizations |
157 |
* The `irc::away` configuration option is now optional |
158 |
|
159 |
|
160 |
-------------------------------------------------------------------------------- |
161 |
|
162 |
BUG REPORTS: If you run this code and encounter problems, you must report |
163 |
the bug by EMAIL to bugs@ircd-hybrid.org |
164 |
Please include a gdb backtrace and a copy of your setup.h and |
165 |
hopm.conf with any report (with passwords and other sensitive |
166 |
information masked). |
167 |
|
168 |
DISCUSSION: There is a mailing list for discussion of hopm issues, |
169 |
including betas. To subscribe, use this link: |
170 |
https://lists.ircd-hybrid.org/mailman/listinfo/hybrid |
171 |
This is the proper place to discuss new features, bugs, etc. |
172 |
|
173 |
Questions/comments directed to bugs@ircd-hybrid.org |
174 |
|
175 |
Other files recommended for reading: README, INSTALL |
176 |
|
177 |
-------------------------------------------------------------------------------- |
178 |
$Id$ |