| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 148346
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes
|
|
|
|
|
| |
PR: 174661
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
|
|
|
|
|
| |
PR: 144368
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
|
|
|
|
|
| |
PR: 141940
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
|
|
| |
- As 0.076 brings the "extra" modules into the main ZNC package
PR: 141711
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
|
| |
bsd.port.pre.mk.
Hat: portmgr
|
|
|
|
| |
Approved by: portmgr (pav)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note:
Fix a crash bug when modperl was loaded on some arches
PERL_SYS_INIT3 was added to modperl in r1155-1158 to fix modperl on arches like
hppa. This added an invalid cast which caused a segfault.
If you have:
const char *pArgv[];
Then pArgv will point to the same memory location as &pArgv. This pointer was
then casted to (char ***) which is one level of pointers too much for this
pointer.
Thanks to an anonymous reporter who pointed out the crash.
Thanks to pippijin for helping me understand the C++ magic.
Reported by: Elvis Stansvik <elvstone@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: 126717
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 124190
Submitted by: "Matthew Donovan" <kitche@kitchetech.com>
Approved by: maintainer timeout
|
|
|
|
| |
PR: based on 123448
|
|
|
|
|
|
| |
PR: ports/123448
Submitted by: Matthew Donovan <kitche@kitchetech.com>
Approved by: Aron Stansvik <elvstone@gmail.com> (maintainer)
|
|
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.
WWW: http://znc.in/
PR: ports/121412
Submitted by: elvstone at gmail.com
|