IRC protocol. It is designed to be small, fast, portable and compatible to RFC
standards, and most IRC clients.
libircclient features include:
* Full multi-threading support.
* Single threads handles all the IRC processing.
* Support for single-threaded applications, and socket-based applications,
which use select()
* Synchronous and asynchronous interfaces.
* CTCP support with optional build-in reply code.
* Flexible DCC support, including both DCC chat, and DCC file transfer.
* Can both initiate and react to initiated DCC.
* Can accept or decline DCC sessions asynchronously.
* Plain C interface and implementation
(possible to use from C++ code, obviously)
* Compatible with RFC 1459 and most IRC clients.
* Free, licensed under LGPL license.
* Good documentation and examples available.
WWW: http://libircclient.sourceforge.net/
PR: ports/129278
Submitted by: Julien Laffaye <kimelto at gmail.com>
Port changes:
o Adjusted WITHOUT_IPV6 port option to compensate for
ratbox enabling IPv6 by default.
o Updated patches for diff index changes and added new
patch on 'rsdb_sqlite3.c' to fix ban.db path code.
Software changes included in this release:
o Fix a crash with the the global CIDR code.
o Fix a core dump in bantool if bantool cannot open the database.
o Report failure to open logfiles in a more useful way.
o Check to see if we have both read and write access to the ban database.
o Fix a build error on OS X Leopard.
PR: 128890
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
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>
- Software changes include: ircd-ratbox-3.0.0rc2
o Log ERROR commands to file regardless of hide_error_messages setting.
o Restrict JOIN 0 to only allow 0 by itself, no multiple zeros or zeros before or after commas.
o Honor -logfile command line option.
o Fix timerfd_create check.
- Updates in: ircd-ratbox-3.0.0rc1
o Fix a bug in comment parsing in the config file.
o Have bandb honor -basedir option.
o Fix ssld to work on win32 should you ever desire such a thing and a few other minor win32 fixes.
o Fix up a few things so that the source code builds with gcc -pedantic.
o Do not abort configure if the AC_CHECK_SQLITE3 check fails.
o Drop configure option for ssl only channels, this is now controlled by a channel {} use_sslonly option.
o Attempt to override FD_SETSIZE when using select, and if this cannot be overriden, lower maxconnections.
o Fix signalfd code on 32bit platforms.
o Add support for timerfd_create event handling on linux systems with new enough kernels and glibc.
o Fix our fake rb_sockaddr_storage so that it actually compiles.
o Add some work arounds to avoid OPENSSL_applink on some platforms.
PR: ports/127925
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
based on the Qt4 framework. Distributed means that one (or multiple)
client(s) can attach to and detach from a central core that stays
permanently online. Re-attaching your client will show your IRC
session in the same state as you left it in (plus whatever happened
while you were gone), and this even when you re-attach from a
different location. An optional Beginner's Mode completely hides
this feature, so Quassel IRC can be used like a traditional client.
WWW: http://www.quassel-irc.org/
Approved by: miwi (mentor)
- Software changes include:
o Remove the remains of servlink_path from the config file parser.
o Userlog now logs the users IP address as well as their hostname.
o Whowas now supports showing the users IP address as well as hostname.
The same rules apply to showing the whowas IP as apply to showing
whois_actually and uses the same numeric.
o Double the size of the whowas array for large networks. This comes
at a hit of about 2MB or so of memory.
o Fix the block heap garbage collection code.
PR: ports/126719
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
o Fix a case a passing a NULL to match().
o Properly fix a crash in the block heap garbage collection code.
o Fix a hang with the resolver using epoll.
o Add dns source port randomization.
o Add a vhost_dns/vhost6_dns option to control which IP addresses the resolver
binds to.
o Make /stats A work again.
o Cleanup some remains of the old ident helper.
o Work around a core dump in libratbox with accepting sockets that appear to be
open in the fd hash and log this condition.
o Fix a buffer overrun in the arc4random code when there is no SSL library.
o Fix a memory alignment issue on sparc where the ircd would crash with a SIGBUS
accessing long long variables that were allocated via the block allocator
PR: ports/126539
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Port changes:
o Example EFnet configuration file updated for ratbox-3 and
re-included in the port install.
Software changes include:
o Some cleanups in the checksplit code.
o Some cleanups in the /trace code.
o Show reasons for failed outbound SSL handshakes to opers.
o Log SSL errors for servers and handshakes in serverlog.
o Make sqlite3 checking more robust.
o Change the resolver to use the code from charybdis instead of adns.
o Fix identd checking so it is no longer broken as in beta7.
o Fix a bug where the ircd could stop reading from the client on the CAP command.
o Add some functions for random number generation for the nossl case in libratbox.
PR: ports/125868
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
a GTK interface, and a "bot" interface which has no UI. Interface
segregation is accomplished through libconspire, which contains the
common code. Conspire started as a fork of XChat 2.9 CVS.
Scripting is not yet officially supported, but is being worked on.
WWW: http://nenolod.net/conspire
PR: ports/125742
Submitted by: Jacob Myers (jacob at whotookspaz.org)
irc directory tree with server, channel and nick name directories.
In every directory a FIFO in file and a normal out file is created.
The in file is used to communicate with the servers and the out files
contain the server messages. For every channel and every nick name there
are related in and out files created. This allows IRC communication from
command line and adheres to the Unix philosophy.
WWW: http://www.suckless.org/wiki/tools/irc/irc_it/
PR: ports/125567
Submitted by: Julien Laffaye <kimelto at gmail.com>
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)
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)
- 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)
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/
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/
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/
<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
- 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
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)
- 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)
dependancy, updated rc.d script to add 'conftest' option.
Changes include:
o Optional SSL support to enable encrypted connections between clients
and servers, as well as server to server links.
o Add support for SSL only channels, channel mode +S.
o Bundled sqlite3 for handling and storing k/x/d lines.
o Support for global CIDR limits.
o Added adminwall allowing admins to broadcast messages to each other.
o Creation of new library archive 'libratbox'.
o Support for force nick changes.
o New ssld and bandb processes for SSL connections and ban checking.
PR: ports/122994
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
It's based on hybrid-7.2.2 and has been tested against
hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server
protocol so should support networks based on this protocol.
Author: Chris Williams <chris@bingosnet.co.uk>
WWW: http://search.cpan.org/dist/POE-Component-Server-IRC/
PR: ports/122793
Submitted by: Masahiro Teramoto <markun at onohara.to>
-Change default OPTIONS to match wishes of upstream maintainers
-Change Makefile to actually disable features turned off in OPTIONS instead of lazily using them
-use available bz2 distfiles
PR: ports/122356
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
- Remove LDAP support (broken in this release)
- Remove old, unmaintained oscar protocol recode patch
Approved by: erwin (mentor)
Tested by: Christian Laursen <xi at borderworlds.dk>
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