ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/NEWS
Revision: 5857
Committed: Mon Apr 27 21:24:36 2015 UTC (8 years, 11 months ago) by michael
File size: 2990 byte(s)
Log Message:
- Update NEWS file

File Contents

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

Properties

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