ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/NEWS
Revision: 6085
Committed: Tue Jun 9 18:32:15 2015 UTC (11 years, 1 month ago) by michael
File size: 3552 byte(s)
Log Message:
- Update NEWS file

File Contents

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

Properties

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