ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/NEWS
Revision: 5997
Committed: Thu May 28 14:57:20 2015 UTC (8 years, 10 months ago) by michael
File size: 3253 byte(s)
Log Message:
- HOPM can now detect Dreamboxes with default root passwords. Patch by Gavin Hanover (EFnet)

File Contents

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

Properties

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