| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: 125412
Submitted by: miwi
Approved by: mich@ (maintainer)
Notes:
svn path=/head/; revision=216568
|
|
|
|
|
|
|
|
| |
PR: ports/125035
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes:
svn path=/head/; revision=216251
|
|
|
|
|
|
|
|
| |
PR: ports/125200
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer)
Notes:
svn path=/head/; revision=216196
|
|
|
|
|
|
|
|
| |
PR: ports/125159
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
Notes:
svn path=/head/; revision=216195
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/125108
Submitted by: Chris Pet <chrispetso@gmail.com>
Notes:
svn path=/head/; revision=216188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
o sqlite3 dependency restored.
o Added support for services' ircd-shortcut commands make options.
o Added dependency on PERL for generation of ircd-shortcut modules.
o The example EFNet configuration file is not helpful because it has not been updated
for ratbox-3. It therefore is not installed as standard by this port version, but should
be back in the next update.
Software changes include:
o Change -lock klines and friends to now use the ADMINKLINE etc commands.
o Change to only support TS6.
o Fix remote kline reasons.
o Have sqlite3 checking use pkg-config when possible.
o Move identd checking back into the ircd, this seems to have been more
problematic than what it was worth.
o Add experimental gnutls support - note that CHALLENGE does not work when using
just gnutls.
o Some helpfile cleanups and additions.
o Fix compile error when zlib is not found.
o Remove some restrictions on k/d/x/resv reasons that are no longer needed.
PR: ports/125106
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes:
svn path=/head/; revision=216187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some port changes include:
o Removed port dependency on patch files.
o Added LIB_DEPENDS for requiring pcre to build services.
o Added CONFIGURE_ENV options to help configure detect sqlite and pcre libs and header files.
o Added PERL dependency for database schema generation scripts on port installation.
o Added new Memoserv configure options.
o Restored MySQL database backend support.
o Fixed build error caused when building with 'NOPORTDOCS=yes'.
Brief list of some package changes:
o Multi-language support - Support for different language translations of services help files and
responses (currently not recommended in this release).
o Memoserv - A new service allowing usernames to send memos to each other.
o Service merging - Ability to merge services like banserv, jupeserv and watchserv into operserv.
o Regexp - Ability to add regular expression ban matches.
o Suspend - Ability to suspend users and channels.
PR: ports/125035
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes:
svn path=/head/; revision=216182
|
|
|
|
| |
Notes:
svn path=/head/; revision=215908
|
|
|
|
| |
Notes:
svn path=/head/; revision=215907
|
|
|
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
Notes:
svn path=/head/; revision=215900
|
|
|
|
|
|
|
|
| |
PR: ports/124968
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=215892
|
|
|
|
| |
Notes:
svn path=/head/; revision=215795
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ircd-ratbox-3.0.0
- sqlite3 dependancy temporarily removed due to sqlite3 detection problem.
- Add USE_LDCONFIG to register shared libs.
Changes include:
- Add admin only -lock klines, doing KLINE -lock will allow admins to add klines
that normal opers cannot remove.
- Modify bantool to have a -u option that updates the database schema if upgrading
from previous betas, this needs to be run to support the -lock kline changes.
- Fix cidr klines so they work again.
- Update included sqlite3 to the latest revision.
- Allow kline/unkline of a bare host or address, this gets treated as *@host.
- Report when an invalid kline is passed, instead of silently ignoring.
PR: ports/124799
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes:
svn path=/head/; revision=215753
|
|
|
|
|
|
|
|
|
|
|
|
| |
the XChat-Ruby Plugin now allows X-Chat plugins to written in Ruby,
in addition to the other supported scripting interfaces. This means that,
for the first time, you can use a purely object-oriented language
in which to write X-Chat plugins.
WWW: http://xchat-ruby.sourceforge.net/
Notes:
svn path=/head/; revision=215493
|
|
|
|
|
|
|
|
| |
- Simplify Makefile
- Claim maintainership
Notes:
svn path=/head/; revision=215441
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that provides DNS query facilities to the channels it occupies and via
private messaging.
It uses POE::Component::Client::DNS to do non-blocking DNS queries. By
default the plugin attempts to use POE::Component::IRC's internal
PoCo-Client-DNS resolver object, but will spawn its own copy. You can
supply your own resolver object via the constructor.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-QueryDNS/
Notes:
svn path=/head/; revision=215417
|
|
|
|
|
|
|
|
|
|
| |
that runs Acme::POE::Knee style horse races on IRC channels using the
channel member list to generate the POE::Knees.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-POE-Knee/
Notes:
svn path=/head/; revision=215415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that provides DNSBL query facilities to the channels it occupies and via
private messaging.
It uses POE::Component::Client::DNSBL to do non-blocking DNSBL queries.
By default the plugin attempts to use POE::Component::IRC's internal
PoCo-Client-DNS resolver object, but will spawn its own copy. You can
supply your own resolver object via the constructor
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-QueryDNSBL/
Notes:
svn path=/head/; revision=215414
|
|
|
|
|
|
|
|
|
| |
to the IRC protocol ( see RFC1459 or RFC2812 ).
WWW: http://search.cpan.org/dist/Net-Parse-IRC/
Notes:
svn path=/head/; revision=215412
|
|
|
|
|
|
|
|
|
|
| |
plugin that provides a mechanism for retrieving RSS headlines from given
URLs.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-RSS-Headlines/
Notes:
svn path=/head/; revision=215410
|
|
|
|
|
|
|
|
| |
PR: 124529
Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer)
Notes:
svn path=/head/; revision=215409
|
|
|
|
| |
Notes:
svn path=/head/; revision=215405
|
|
|
|
| |
Notes:
svn path=/head/; revision=215389
|
|
|
|
|
|
|
|
|
| |
PR: 124190
Submitted by: "Matthew Donovan" <kitche@kitchetech.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=215379
|
|
|
|
|
|
|
|
|
| |
fixed in next two months.
With hat: portmgr
Notes:
svn path=/head/; revision=215228
|
|
|
|
|
|
|
|
| |
PR: ports/124689
Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer)
Notes:
svn path=/head/; revision=215225
|
|
|
|
| |
Notes:
svn path=/head/; revision=215176
|
|
|
|
| |
Notes:
svn path=/head/; revision=215174
|
|
|
|
|
|
|
|
|
|
|
|
| |
<joe@joeholden.co.uk>
(reason: 553 5.3.5 system config error)
----- Transcript of session follows -----
553 5.3.5 127.0.0.1. config error: mail loops back to me (MX problem?)
554 5.3.5 Local configuration error
Notes:
svn path=/head/; revision=215025
|
|
|
|
| |
Notes:
svn path=/head/; revision=214960
|
|
|
|
| |
Notes:
svn path=/head/; revision=214842
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add distfile mirror.
- Also includes a bugfix for ctrlproxy failing to recognize
'learn-nickserv' option. The bug has been submitted to upstream and
it'll be included in next release.
Submitted by: Ashish Shukla <wahjava at gmail.com> via mail
Approved by: maintainer
Notes:
svn path=/head/; revision=214736
|
|
|
|
|
|
|
| |
Notified by: itetcu
Notes:
svn path=/head/; revision=214670
|
|
|
|
|
|
|
| |
Bump PORTREVISION for users to install.
Notes:
svn path=/head/; revision=214629
|
|
|
|
|
|
|
|
|
| |
Discussed with: tabthorpe, linimon
Reported by: linimon
Approved by: Douglas Menezes <douglas@t2web.com.br> (maintainer), gabor (mentor, implicit)
Notes:
svn path=/head/; revision=214464
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
PR: 124314
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=214404
|
|
|
|
| |
Notes:
svn path=/head/; revision=214363
|
|
|
|
|
|
|
|
|
|
| |
excellent Module::CoreList module which will let you know
what modules shipped with which versions of perl, over IRC.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/
Notes:
svn path=/head/; revision=214036
|
|
|
|
|
|
|
|
|
|
|
|
| |
generates management bullshit whenever you need it.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/
PR: ports/-u
Submitted by: Martin Wilke <miwi at FreeBSD.org
Notes:
svn path=/head/; revision=214034
|
|
|
|
| |
Notes:
svn path=/head/; revision=214033
|
|
|
|
| |
Notes:
svn path=/head/; revision=213955
|
|
|
|
|
|
|
| |
does build, but fails to package.
Notes:
svn path=/head/; revision=213731
|
|
|
|
|
|
|
|
|
|
|
| |
default to honor the fact that 'nobody' is not intended to own any
files.
Requested by: simon
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=213343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
openssl libs as well as openssl installed from ports.
PR: ports/123076
Submitted by: Matthew Seaman <matthew.seaman@thebunker.net>
Approved by: Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
Notes:
svn path=/head/; revision=213322
|
|
|
|
|
|
|
| |
- Take maintainership
Notes:
svn path=/head/; revision=213222
|
|
|
|
|
|
|
| |
PR: based on 123448
Notes:
svn path=/head/; revision=213188
|
|
|
|
| |
Notes:
svn path=/head/; revision=212988
|
|
|
|
|
|
|
|
|
| |
PR: ports/123448
Submitted by: Matthew Donovan <kitche@kitchetech.com>
Approved by: Aron Stansvik <elvstone@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=212854
|
|
|
|
| |
Notes:
svn path=/head/; revision=212832
|