aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.72Martin Wilke2008-07-083-7/+9
| | | | | | | | | | | - Take maintainership PR: 125412 Submitted by: miwi Approved by: mich@ (maintainer) Notes: svn path=/head/; revision=216568
* - Update to 1.2.1Beech Rintoul2008-07-033-4/+5
| | | | | | | | PR: ports/125035 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=216251
* - Update to 0.7.4Beech Rintoul2008-07-032-4/+4
| | | | | | | | PR: ports/125200 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=216196
* - Update to 0.3.9Beech Rintoul2008-07-032-4/+4
| | | | | | | | PR: ports/125159 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=216195
* - Add patch to fix core dump issue on amd64Beech Rintoul2008-07-032-1/+45
| | | | | | | | | | - Bump portrevision PR: ports/125108 Submitted by: Chris Pet <chrispetso@gmail.com> Notes: svn path=/head/; revision=216188
* - Update to 3.0.0.b7Beech Rintoul2008-07-029-88/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 1.2.0Beech Rintoul2008-07-029-246/+695
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 5.84Martin Wilke2008-06-282-4/+4
| | | | Notes: svn path=/head/; revision=215908
* - Update to 20080619Martin Wilke2008-06-283-5/+5
| | | | Notes: svn path=/head/; revision=215907
* Update to version 1.2.1.Henrik Brix Andersen2008-06-284-10/+8
| | | | | | | Approved by: erwin (mentor, implicit) Notes: svn path=/head/; revision=215900
* - Update to 5.0.0Beech Rintoul2008-06-283-6/+8
| | | | | | | | PR: ports/124968 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=215892
* Update to 2.11.2p1 (bugfix release)Johan van Selst2008-06-262-5/+5
| | | | Notes: svn path=/head/; revision=215795
* - Update ircd-ratbox-devel port to latest beta testing release of ↵Beech Rintoul2008-06-2517-791/+41
| | | | | | | | | | | | | | | | | | | | | | | 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
* For those of us that prefer the Ruby programming language above all others,Dirk Meyer2008-06-215-0/+69
| | | | | | | | | | | | 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
* - Update to 2.11.2Johan van Selst2008-06-218-73/+43
| | | | | | | | - Simplify Makefile - Claim maintainership Notes: svn path=/head/; revision=215441
* POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC pluginMartin Wilke2008-06-205-0/+62
| | | | | | | | | | | | | | | 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
* POE::Component::IRC::Plugin::POE::Knee, is a POE::Component::IRC pluginMartin Wilke2008-06-205-0/+57
| | | | | | | | | | 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
* POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC pluginMartin Wilke2008-06-205-0/+62
| | | | | | | | | | | | | | | 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
* Parse::IRC provides a convenient way of parsing lines of text conformingMartin Wilke2008-06-205-0/+34
| | | | | | | | | to the IRC protocol ( see RFC1459 or RFC2812 ). WWW: http://search.cpan.org/dist/Net-Parse-IRC/ Notes: svn path=/head/; revision=215412
* POE::Component::IRC::Plugin::RSS::Headlines, is a POE::Component::IRCMartin Wilke2008-06-205-0/+59
| | | | | | | | | | 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
* - Update to 1.32Martin Wilke2008-06-202-4/+4
| | | | | | | | PR: 124529 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=215409
* - Update to 20080618Martin Wilke2008-06-203-6/+6
| | | | Notes: svn path=/head/; revision=215405
* - Take maintainershipMartin Wilke2008-06-201-1/+1
| | | | Notes: svn path=/head/; revision=215389
* - Update to 0.056Martin Wilke2008-06-202-4/+4
| | | | | | | | | PR: 124190 Submitted by: "Matthew Donovan" <kitche@kitchetech.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=215379
* - This port has been BROKEN for more than 6 months. It will be removed unlessPav Lucistnik2008-06-191-0/+2
| | | | | | | | | fixed in next two months. With hat: portmgr Notes: svn path=/head/; revision=215228
* - Update to to 0.8.1.1Li-Wen Hsu2008-06-193-45/+106
| | | | | | | | PR: ports/124689 Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=215225
* - Update to 20080611Martin Wilke2008-06-184-7/+5
| | | | Notes: svn path=/head/; revision=215176
* - Update to 5.82Martin Wilke2008-06-183-10/+10
| | | | Notes: svn path=/head/; revision=215174
* Reset maintainership (the domain has expired):Pav Lucistnik2008-06-172-2/+2
| | | | | | | | | | | | <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
* Update idle timeout statment with reality.David E. O'Brien2008-06-161-0/+9
| | | | Notes: svn path=/head/; revision=214960
* Update to 2.8.6.Jeremy Messenger2008-06-147-102/+5
| | | | Notes: svn path=/head/; revision=214842
* - Update to 3.0.6Chin-San Huang2008-06-135-36/+20
| | | | | | | | | | | | | - 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
* Unbreak: Fix line concatination.Makoto Matsushita2008-06-111-2/+1
| | | | | | | Notified by: itetcu Notes: svn path=/head/; revision=214670
* Fix RUN_DEPENDS after POE upgrade: Add devel/p5-POE-Component-Pluggable.Makoto Matsushita2008-06-101-1/+3
| | | | | | | Bump PORTREVISION for users to install. Notes: svn path=/head/; revision=214629
* - Respect NOPORTDOCS.Felippe de Meirelles Motta2008-06-071-1/+1
| | | | | | | | | 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-0633-20/+33
| | | | | | | | | | | | | 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
* - Update to 1.4.1Martin Wilke2008-06-057-113/+53
| | | | | | | | PR: 124314 Submitted by: Ports Fury Notes: svn path=/head/; revision=214404
* Reset maintainer at his request.Mark Linimon2008-06-051-1/+1
| | | | Notes: svn path=/head/; revision=214363
* POE::Component::IRC::Plugin::CoreList is a frontend to theMartin Wilke2008-05-315-0/+55
| | | | | | | | | | 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
* POE::Component::IRC::Plugin::Bollocks is a POE::Component::IRC pluginMartin Wilke2008-05-315-0/+54
| | | | | | | | | | | | 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
* - Update to 5.78Martin Wilke2008-05-314-23/+18
| | | | Notes: svn path=/head/; revision=214033
* - use PORTEXAMPLESDirk Meyer2008-05-307-23/+29
| | | | Notes: svn path=/head/; revision=213955
* Maintainer wishes to relinquish maintainership: apparently the portMark Linimon2008-05-271-1/+1
| | | | | | | does build, but fails to package. Notes: svn path=/head/; revision=213731
* Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' byHenrik Brix Andersen2008-05-1912-14/+240
| | | | | | | | | | | 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
* - Update to version 1.1.19Beech Rintoul2008-05-199-134/+544
| | | | | | | | | | | | | | | | - 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
* - Update to 0.65Martin Wilke2008-05-172-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=213222
* - Fix plistMartin Wilke2008-05-171-0/+24
| | | | | | | PR: based on 123448 Notes: svn path=/head/; revision=213188
* - Update to 20080429Martin Wilke2008-05-133-5/+5
| | | | Notes: svn path=/head/; revision=212988
* - Update to 0.054Beech Rintoul2008-05-083-117/+95
| | | | | | | | | PR: ports/123448 Submitted by: Matthew Donovan <kitche@kitchetech.com> Approved by: Aron Stansvik <elvstone@gmail.com> (maintainer) Notes: svn path=/head/; revision=212854
* - Update to 5.76Martin Wilke2008-05-082-4/+4
| | | | Notes: svn path=/head/; revision=212832