ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/NEWS
Revision: 5131
Committed: Thu Dec 25 18:15:27 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/NEWS
File size: 1621 byte(s)
Log Message:
- Update NEWS

File Contents

# User Rev Content
1 michael 5126 -- Noteworthy changes in version 1.0.0beta1 (2014-12-25)
2 michael 5131 ########################################################################
3     o) NOTE: this is the first release of the hybrid open proxy monitor (HOPM)
4     fully based off the discontinued blitzed open proxy monitor (BOPM)
5     ########################################################################
6 michael 5126 o) Modernized and cleaned up build system
7 michael 5101 o) The configuration parser now does support time and size units
8     o) The configuration parser now does support c++ style comments
9     o) Fixed a memory leak in conjunction with manual scans
10     o) Fixed weird behaviour in the command parser
11     o) Code hardening. Replaced occurences of strcpy/strcat with strlcpy/strlcat, etc.
12 michael 5126 o) Various code cleanups and optimizations
13 michael 5101 o) The irc::away configuration option is now optional
14 michael 5100
15    
16     --------------------------------------------------------------------------------
17    
18     BUG REPORTS: If you run this code and encounter problems, you must report
19     the bug by EMAIL to bugs@ircd-hybrid.org
20     Please include a gdb backtrace and a copy of your config.h and
21     hopm.conf with any report (with passwords and other sensitive
22     information masked).
23    
24     DISCUSSION: There is a mailing list for discussion of hopm issues,
25     including betas. To subscribe, use this link:
26     https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
27     This is the proper place to discuss new features, bugs, etc.
28    
29     Questions/comments directed to bugs@ircd-hybrid.org
30    
31     Other files recommended for reading: README, INSTALL
32    
33     --------------------------------------------------------------------------------
34     $Id: NEWS 4567 2014-08-24 10:45:02Z michael $