ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.5/NEWS
Revision: 5903
Committed: Mon May 4 12:36:20 2015 UTC (8 years, 11 months ago) by michael
File size: 3036 byte(s)
Log Message:
RELEASE TAG 1.0.5

File Contents

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

Properties

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