ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.7/NEWS
Revision: 6063
Committed: Sat Jun 6 19:47:06 2015 UTC (8 years, 9 months ago) by michael
File size: 3441 byte(s)
Log Message:
RELEASE TAG 1.0.7

File Contents

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

Properties

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