ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/NEWS
Revision: 6280
Committed: Tue Jul 14 10:45:22 2015 UTC (8 years, 9 months ago) by michael
File size: 4622 byte(s)
Log Message:
- Update NEWS file

File Contents

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

Properties

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