ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.4/NEWS
Revision: 5362
Committed: Mon Jan 12 19:18:58 2015 UTC (9 years, 3 months ago) by michael
Original Path: hopm/branches/1.0.x/NEWS
File size: 2383 byte(s)
Log Message:
- irc.c: added basic IPv6 support allowing HOPM to bind and connect to IPv6 addresses

File Contents

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

Properties

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