aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing dependencyMartin Wilke2008-12-221-1/+3
| | | | | | | | PR: 129791 Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=224602
* Update quassel to 0.3.1Max Brazhnikov2008-12-214-17/+48
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=224537
* - Update to 20081217Martin Wilke2008-12-192-4/+4
| | | | Notes: svn path=/head/; revision=224489
* - Has expired: Has been broken for more than 6 monthsPav Lucistnik2008-12-197-173/+0
| | | | Notes: svn path=/head/; revision=224477
* - Update to 3.0.1Beech Rintoul2008-12-196-41/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | Port changes: o Removed patch on 'rsdb_sqlite3.c' that fixed ban.db path code in previous release. Software changes included in this release: o Call rb_helper_close on bandb errors to kill off old bandb processes. o Report correct files/line numbers for spoof warnings. o SID in the serverinfo struct should be 4 bytes, not 3. o Rebuild the included ircd_lexer.c. o Fix ports and /dev/poll for solaris. o Report libratbox version on -version and /info. o libratbox version info includes SSL info. o Fix installing when using install-sh. o Re-enable ziplinks + SSL server connections. o Fix a gnutls related core dump. o Add support for a serverinfo::bandb setting in ircd.conf for the ban database. o Report adding throttles when an oper is set umode +r. o Report throttle stats in /stats T. PR: ports/129725 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=224406
* update to 0.9.1, and fix perl linkage issuesJosh Paetzel2008-12-173-5/+6
| | | | | | | Approved by: linimon (portmgr) Notes: svn path=/head/; revision=224313
* - Update to 20081213Martin Wilke2008-12-142-4/+4
| | | | Notes: svn path=/head/; revision=224225
* - Update to 20081210Martin Wilke2008-12-112-4/+4
| | | | Notes: svn path=/head/; revision=224116
* - Update to 0.062Martin Wilke2008-12-114-50/+51
| | | | Notes: svn path=/head/; revision=224115
* - Update to 1.7.24Beech Rintoul2008-12-103-5/+6
| | | | | | | | | | - Pass maintainership to submitter PR: ports/129509 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=224068
* - Update to 1.7.22Beech Rintoul2008-12-102-6/+5
| | | | Notes: svn path=/head/; revision=224066
* Update irc/epic5 to latest release version 0.9.0Josh Paetzel2008-12-092-4/+5
| | | | | | | Approved by: linimon (portmgr) Notes: svn path=/head/; revision=224046
* - Update to 20081205Martin Wilke2008-12-062-4/+4
| | | | Notes: svn path=/head/; revision=223893
* - Update to 20081203Martin Wilke2008-12-043-4/+6
| | | | Notes: svn path=/head/; revision=223785
* - Update to 20081128Martin Wilke2008-11-292-4/+4
| | | | Notes: svn path=/head/; revision=223578
* libircclient is a small but powerful library, which implements client-serverMartin Wilke2008-11-295-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223549
* - Update to 20081125Martin Wilke2008-11-263-4/+5
| | | | Notes: svn path=/head/; revision=223422
* - Update to 0.7.5Martin Wilke2008-11-232-4/+4
| | | | | | | | PR: 128417 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=223245
* - Update to 0.9.14Martin Wilke2008-11-232-5/+4
| | | | | | | | | PR: 128475 Submitted by: jadawin@ Approved by: maintainer Notes: svn path=/head/; revision=223244
* - Update to ratbox-3.0.0 releaseMartin Wilke2008-11-239-27/+48
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=223243
* - Record conflict with bitlbee-otrHenrik Brix Andersen2008-11-161-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=222928
* - Remove unneeded patchMartin Wilke2008-11-151-8/+0
| | | | Notes: svn path=/head/; revision=222904
* - add really the patch :PMartin Wilke2008-11-151-0/+13
| | | | Notes: svn path=/head/; revision=222902
* - Add patch from upstream to fix segfault in modperl on x86Martin Wilke2008-11-151-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> Notes: svn path=/head/; revision=222901
* - Update to 20081114Martin Wilke2008-11-153-5/+5
| | | | Notes: svn path=/head/; revision=222889
* - Add bitlbee-otrMartin Wilke2008-11-156-56/+59
| | | | | | | | | | An IRC to other chat networks gateway with support for OTR PR: 126208 Submitted by: Ashish Shukla <wahjava@gmail.com> Notes: svn path=/head/; revision=222888
* - Update to 20081112Martin Wilke2008-11-134-6/+5
| | | | Notes: svn path=/head/; revision=222814
* - Update to 1.7.21Pav Lucistnik2008-11-126-509/+212
| | | | | | | | | | | | PR: ports/123290 Submitted by: Boris Kovalenko <boris@tagnet.ru> - Drop maintainership Submitted by: mat (maintainer) Notes: svn path=/head/; revision=222777
* - Update to 20081110Martin Wilke2008-11-113-5/+5
| | | | Notes: svn path=/head/; revision=222756
* - Update to 20081109Martin Wilke2008-11-093-5/+5
| | | | Notes: svn path=/head/; revision=222604
* Mark BROKEN: does not build with newer stErwin Lansing2008-11-071-0/+2
| | | | Notes: svn path=/head/; revision=222490
* - Update to 3.0.0rc3 to fix a memory leak.Wesley Shields2008-11-072-4/+4
| | | | | | | | PR: ports/128270 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=222480
* Update to 0.3.0.3Max Brazhnikov2008-11-032-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=222348
* - Update to 20081031Martin Wilke2008-11-013-5/+5
| | | | Notes: svn path=/head/; revision=222306
* Update to 0.4.8Hye-Shik Chang2008-10-313-13/+14
| | | | | | | | PR: 128451 Submitted by: lwhsu Notes: svn path=/head/; revision=222246
* - Update to 20081021Martin Wilke2008-10-243-5/+5
| | | | Notes: svn path=/head/; revision=221978
* - Update to 1.34Beech Rintoul2008-10-202-4/+4
| | | | | | | | PR: ports/128209 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=221818
* - Update ircd-ratbox-devel port to release candidate 2 of ircd-ratbox-3.0.0.Beech Rintoul2008-10-183-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=221726
* - Update to 20081009Martin Wilke2008-10-123-5/+5
| | | | Notes: svn path=/head/; revision=221482
* update to 0.3.0.2Max Brazhnikov2008-10-012-4/+4
| | | | | | | approved by: miwi (mentor) Notes: svn path=/head/; revision=221099
* Update to v1.2.3 (security update)Henrik Brix Andersen2008-09-264-8/+8
| | | | | | | Security: http://www.vuxml.org/freebsd/24ec781b-8c11-11dd-9923-0016d325a0ed.html Notes: svn path=/head/; revision=220863
* - Update to 0.060Martin Wilke2008-09-243-4/+6
| | | | Notes: svn path=/head/; revision=220682
* Add optins to allow build client and server separately.Max Brazhnikov2008-09-232-10/+48
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=220575
* Fix build on 6.3Max Brazhnikov2008-09-161-0/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=220405
* - Fix CFLAGS settingsPietro Cerutti2008-09-151-4/+6
| | | | | | | | | - Fix build on sparc64 Approved by: portmgr (pav) Notes: svn path=/head/; revision=220392
* - Update to 2.38Martin Wilke2008-09-072-5/+5
| | | | | | | | | - Take maintainership Approved by: lippe (old maintainer) Notes: svn path=/head/; revision=220146
* add patch to disable l10n supportMax Brazhnikov2008-09-071-0/+13
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=220131
* - Depend on devel/ruby-gettext which is reqired by default translation functionIon-Mihai Tetcu2008-09-071-1/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/127090 Submitted by: Yi-Jheng Lin (maintainer) Notes: svn path=/head/; revision=220081
* - Take maintainership.Felippe de Meirelles Motta2008-09-071-1/+1
| | | | Notes: svn path=/head/; revision=220058
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031