ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/NEWS
Revision: 5716
Committed: Tue Mar 17 19:10:17 2015 UTC (11 years, 4 months ago) by michael
File size: 2883 byte(s)
Log Message:
- Updated NEWS file
- Fixed previous commit to opercmd.c

File Contents

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

Properties

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