ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.0beta2/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

# Content
1 -- Noteworthy changes in version 1.0.0beta1 (2014-12-25)
2 ########################################################################
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 o) Modernized and cleaned up build system
7 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 o) Various code cleanups and optimizations
13 o) The irc::away configuration option is now optional
14
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 $