ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/NEWS
Revision: 5126
Committed: Thu Dec 25 17:46:48 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/NEWS
File size: 1330 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     o) Modernized and cleaned up build system
3 michael 5101 o) The configuration parser now does support time and size units
4     o) The configuration parser now does support c++ style comments
5     o) Fixed a memory leak in conjunction with manual scans
6     o) Fixed weird behaviour in the command parser
7     o) Code hardening. Replaced occurences of strcpy/strcat with strlcpy/strlcat, etc.
8 michael 5126 o) Various code cleanups and optimizations
9 michael 5101 o) The irc::away configuration option is now optional
10 michael 5100
11    
12     --------------------------------------------------------------------------------
13    
14     BUG REPORTS: If you run this code and encounter problems, you must report
15     the bug by EMAIL to bugs@ircd-hybrid.org
16     Please include a gdb backtrace and a copy of your config.h and
17     hopm.conf with any report (with passwords and other sensitive
18     information masked).
19    
20     DISCUSSION: There is a mailing list for discussion of hopm issues,
21     including betas. To subscribe, use this link:
22     https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
23     This is the proper place to discuss new features, bugs, etc.
24    
25     Questions/comments directed to bugs@ircd-hybrid.org
26    
27     Other files recommended for reading: README, INSTALL
28    
29     --------------------------------------------------------------------------------
30     $Id: NEWS 4567 2014-08-24 10:45:02Z michael $