ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/NEWS
Revision: 5331
Committed: Wed Jan 7 17:59:47 2015 UTC (9 years, 2 months ago) by michael
File size: 2300 byte(s)
Log Message:
- Added options::negcache_rebuild configuration option

File Contents

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

Properties

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