| 1 |
michael |
5297 |
-- Noteworthy changes in version 1.0.0 (2015-01-03) |
| 2 |
|
|
o) Minor stabilization and performance improvements |
| 3 |
|
|
|
| 4 |
|
|
|
| 5 |
michael |
5237 |
-- Noteworthy changes in version 1.0.0beta2 (2014-12-31) |
| 6 |
|
|
o) Added irc::readtimeout configuration option |
| 7 |
|
|
o) Many code cleanups and optimizations |
| 8 |
|
|
o) Worked towards IPv6 support |
| 9 |
|
|
o) Fixed reference.conf from causing syntax errors |
| 10 |
|
|
o) hopm now uses poll() for I/O event notification instead of select() |
| 11 |
|
|
|
| 12 |
|
|
|
| 13 |
michael |
5126 |
-- Noteworthy changes in version 1.0.0beta1 (2014-12-25) |
| 14 |
michael |
5131 |
######################################################################## |
| 15 |
|
|
o) NOTE: this is the first release of the hybrid open proxy monitor (HOPM) |
| 16 |
|
|
fully based off the discontinued blitzed open proxy monitor (BOPM) |
| 17 |
|
|
######################################################################## |
| 18 |
michael |
5126 |
o) Modernized and cleaned up build system |
| 19 |
michael |
5297 |
o) Modernized the example configuration file. Removed/updated blacklist entries. |
| 20 |
michael |
5101 |
o) The configuration parser now does support time and size units |
| 21 |
|
|
o) The configuration parser now does support c++ style comments |
| 22 |
|
|
o) Fixed a memory leak in conjunction with manual scans |
| 23 |
|
|
o) Fixed weird behaviour in the command parser |
| 24 |
|
|
o) Code hardening. Replaced occurences of strcpy/strcat with strlcpy/strlcat, etc. |
| 25 |
michael |
5126 |
o) Various code cleanups and optimizations |
| 26 |
michael |
5101 |
o) The irc::away configuration option is now optional |
| 27 |
michael |
5100 |
|
| 28 |
|
|
|
| 29 |
|
|
-------------------------------------------------------------------------------- |
| 30 |
|
|
|
| 31 |
|
|
BUG REPORTS: If you run this code and encounter problems, you must report |
| 32 |
|
|
the bug by EMAIL to bugs@ircd-hybrid.org |
| 33 |
|
|
Please include a gdb backtrace and a copy of your config.h and |
| 34 |
|
|
hopm.conf with any report (with passwords and other sensitive |
| 35 |
|
|
information masked). |
| 36 |
|
|
|
| 37 |
|
|
DISCUSSION: There is a mailing list for discussion of hopm issues, |
| 38 |
|
|
including betas. To subscribe, use this link: |
| 39 |
|
|
https://lists.ircd-hybrid.org/mailman/listinfo/hybrid |
| 40 |
|
|
This is the proper place to discuss new features, bugs, etc. |
| 41 |
|
|
|
| 42 |
|
|
Questions/comments directed to bugs@ircd-hybrid.org |
| 43 |
|
|
|
| 44 |
|
|
Other files recommended for reading: README, INSTALL |
| 45 |
|
|
|
| 46 |
|
|
-------------------------------------------------------------------------------- |
| 47 |
michael |
5134 |
$Id$ |