ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/NEWS
Revision: 6204
Committed: Thu Jun 25 18:09:01 2015 UTC (8 years, 9 months ago) by michael
File size: 4163 byte(s)
Log Message:
- Update NEWS file

File Contents

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

Properties

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