ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/NEWS
Revision: 5432
Committed: Wed Jan 28 14:12:42 2015 UTC (9 years, 2 months ago) by michael
File size: 2620 byte(s)
Log Message:
- Update NEWS

File Contents

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

Properties

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