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