aboutsummaryrefslogtreecommitdiffstats
path: root/irc/znc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.092miwi2010-07-062-4/+4
| | | | | | PR: 148346 Submitted by: Jase Thew <freebsd@beardz.net> Feature safe: yes
* - Update to 0.090miwi2010-06-123-133/+137
| | | | | PR: 174661 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
* - Update to 0.080miwi2010-03-093-5/+15
| | | | | PR: 144368 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
* - Update to 0.078miwi2009-12-253-13/+4
| | | | | PR: 141940 Submitted by: Jase Thew <freebsd@beardz.net>
* - Update to 0.076miwi2009-12-193-97/+174
| | | | | | | - As 0.076 brings the "extra" modules into the main ZNC package PR: 141711 Submitted by: Jase Thew <freebsd@beardz.net>
* Conditionally uses Perl, so needs WANT_PERL before inclusion oflinimon2009-08-301-0/+1
| | | | | | bsd.port.pre.mk. Hat: portmgr
* - Remove remaining SFP references (switch these ports to SF)amdmi32009-08-271-1/+1
| | | | Approved by: portmgr (pav)
* - Update to 0.074miwi2009-08-133-5/+7
|
* - Update to 0.070miwi2009-06-073-26/+24
|
* - Update to 0.068miwi2009-03-313-4/+5
|
* - Update to 0.066miwi2009-03-073-4/+6
|
* - Update to 0.062miwi2008-12-124-50/+51
|
* - add really the patch :Pmiwi2008-11-161-0/+13
|
* - Add patch from upstream to fix segfault in modperl on x86miwi2008-11-161-0/+1
| | | | | | | | | | | | | | | | | | | 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>
* - Update to 0.060miwi2008-09-243-4/+6
|
* - Update to 0.058miwi2008-08-263-77/+37
| | | | | | | | - Take maintainership PR: 126717 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
* - Update to 0.056miwi2008-06-212-4/+4
| | | | | | PR: 124190 Submitted by: "Matthew Donovan" <kitche@kitchetech.com> Approved by: maintainer timeout
* - Fix plistmiwi2008-05-171-0/+24
| | | | PR: based on 123448
* - Update to 0.054beech2008-05-093-117/+95
| | | | | | PR: ports/123448 Submitted by: Matthew Donovan <kitche@kitchetech.com> Approved by: Aron Stansvik <elvstone@gmail.com> (maintainer)
* ZNC is an advanced IRC bouncer with features that include support formiwi2008-03-074-0/+206
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