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