summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2013-01-20Update chat/bitlbee to 3.2tonio4-92/+6
Version 3.2 (released 2013-01-06) hilights: Updated Twitter module. Support for Twitter API 1.1, streaming API, direct messages and some other improvements. Fixed potential connection issue to Google Talk, OpenFire, possibly other Jabber services. A bunch of other things. Version 3.0.6 (released 2012-10-14) hilights: Updated MSN module, now speaking the MSNP18 protocol. This adds support for MPOP and also fixes sending off-line messages. Loads of bugfixes, etc. accumulated over the last half a year.
2013-01-19chat/msn-pecan needs glib2.riastradh1-2/+3
2013-01-11Fix build with clang by using more void and proper return values.joerg21-82/+1448
2012-12-29Remove chat/aim and chat/ymessenger. As noted by obache when proposingdholland8-112/+1
them for removal back on October 2nd, they require Linux gtk1, and this is no longer available.
2012-12-24Don't use "restrict" as an identifier; it's a keyword nowadays.dholland4-5/+54
Fixes clang build.
2012-12-22Needs pkg-configjoerg1-2/+2
2012-12-21Add two new patches:schnoebe4-4/+109
* handle building with NetBSD 6's 64bit time_t on a 32 bit platform * reorder src/utf8/checked.h to define the append() function before using it later on in the same file. Also updated the MASTER_SITES to reference the new download site.
2012-12-20Fix inline usage.joerg2-1/+69
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache7-12/+14
2012-12-15Bump PKGREVISION from devel/nss 3.14.0.ryoon17-34/+34
2012-12-14chat/sirc: Fix PLIST properlymarino2-13/+13
1) getopts.pl was documented with a bad path 2) PLIST needed sorting badly
2012-12-07Note: Psi 0.15 uses a new profile data format. Data from 0.14 andschnoebe7-57/+129
prior will be migrated to the new format when you run 0.15 for the first time. Changes: - Merge many changes from Psi+. - New message history browser. - New, fast contact list window. - TURN proxying for voice calls. - Store data in more standardized locations based on the platform. - No longer dependent on the Qt3Support library. - Domains ending in .local now always work, whether via DNS server or mdns. - Windows 64-bit and Mac 64-bit now supported. Mac PPC deprecated. - Legacy SSL port probe feature removed. - Various small features and bugfixes. Since 0.14, this version contains about two years worth of merges from the Psi+ project. Thanks to Rion and Dealer_WeARE for diligently keeping the Psi source repo current all this time.
2012-12-01Update to 4.2.1ryoon5-30/+11
* Convert whitespaces to tab Changelog: no changelog available
2012-11-24Update chat/weechat to 0.3.9.2tonio5-24/+26
Changes: Security: - CVE-2012-5854: Fix buffer overflow when decoding IRC colors in strings - CVE-2012-5534: Fix untrusted command for function hook_process could lead to execution of commands, because of shell expansions Among the new features: - add plugin "script" (replacement of weeget.py and script.pl) - add support of SSL in relay plugin - add color for offline nicks - add system resource limits for WeeChat process - add zoom on merged buffer (default key: alt+"x") - add "Day changed to" in logger backlog - add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat - add option "swap" for command /buffer - generate alternate IRC nicks dynamically (when all nicks are already in use) - fix rejoin of password protected IRC channels - fix freeze in irc and relay plugins with sockets - fix color of long lines (displayed on more than one line on screen) under FreeBSD - allow update for some variables of hdata - add japanese user's guide, scripting guide and tester's guide - many bugs fixed.
2012-11-23chat/centerim: #include <unistd.h>marino2-1/+14
Fixes out-of-scope errors seen on gcc 4.7.x
2012-11-21Adjustt commentabout avoiding O2/SSP bug.gdt1-3/+1
(No non-comment change.)
2012-11-16Fix inline.joerg6-1/+71
2012-11-16Fix inline usage.joerg2-1/+16
2012-11-16restrict is a C99 keyword, so don't use it as field name.joerg2-1/+33
2012-11-16Match PLIST with reality.joerg2-3/+4
2012-11-08 -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic thanschnoebe1-2/+7
in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build failures when including gnutls on older versions of gcc. Should clear up the build issues on NetBSD 5.x
2012-11-01Add missing return value.joerg2-1/+15
2012-10-24Don't define a function inline without providing the implementation.joerg3-1/+29
2012-10-21Add CONFLICTS between chat/jabberd2 and net/sendfilecheusov1-3/+3
2012-10-09chat/libmsn: Fix build on gcc 4.7.2marino2-7/+9
Add <unistd.h> to solve "unlink not declared in scope" error in gcc47.
2012-10-08Revbump after updating graphics/pangoadam28-56/+56
2012-10-06Recursive bump from net/gssdp.ryoon18-36/+36
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz38-69/+76
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau131-372/+131
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron28-56/+56
requested by Thomas Klausner.
2012-09-30Update "ejabberd" package to version 2.1.11. Changes since 2.1.10:tron3-8/+15
- HTTP service - Fix ejabberd_http:get_line - Don't use binary:match to extract lines from binaries - Parse and encode https header names like native http parser does - Parse correctly https request split into multiple packets - Properly handle HEAD request in mod_http_bind (EJAB-1538) - New option default_host for handling requests with ambiguous Host (EJAB-1261) - ODBC - New ODBC support for mod_announce - New ODBC support for mod_blocking - New ODBC support for mod_irc - New ODBC support for mod_muc - New ODBC support for mod_shared_roster - New ODBC support for mod_vcard_xupdate - Add ODBC exporting function for privacy table - Work also with some unicode strings in PgSQL (EJAB-1490) - Replace a single quote with double quotes in an ODBC escape - SSL - Make sure that res is initialized in all cases - Parse correctly https request split into multiple packets (EJAB-1537) - Added missed tls:recv_data/2 - Don't ignore Length parameter in tls:recv - Avoid quadratic behavior in reading SSL data - Dix http_bind webserver TLS fail on Chrome (EJAB-1530) - Miscelanea - Assume we have only one CPU when an auto-detection fails (EJAB-1516) - Auth: Relax digest-uri handling (EJAB-1529) - Caps: Cache caps timestamp before the IQ-request is done - IRC: Use of MUC password - Private: misc errors cases fixes - Pubsub: return user affiliation for a specified node (EJAB-1294) - Shared Roster: Foreign items were not pushed (EJAB-1509) - Shared Roster LDAP: user substitution in ldap_rfilter (EJAB-1555) - Windows: Fix makefile rules for building DLLs
2012-09-29Use "PKGREVISION_NOREV" in master site URL. The download now works eventron1-2/+2
after the package revision has been bumped.
2012-09-26Configure the correct path for configuration files instead of usingtron1-1/+3
"${PREFIX}/etc". Bump package revision because of this fix.
2012-09-23missing parts of recursive revbump for gnutls update.obache2-3/+4
2012-09-15recursive bump from libffi shlib major bumpobache52-98/+104
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam23-45/+46
2012-09-06Update to 4.0.0.gdt2-8/+6
24 Aug 2012: - Release 4.0.0 21 Jun 2012: - Fixed an issue that happened when enabling the OTR plugin while a conversation is open. - Release 4.0.0-beta2 7 Jun 2012: - The plugin now supports multiple OTR conversations with the same buddy who is logged in at multiple locations. In this case, a new OTR menu will appear, which allows you to select which session an outgoing message is indended for. Note that concurrent SMP authentications with the same buddy who is logged in multiple times is not yet supported (starting a second authentication will end the first). - During a private conversation with a buddy, an incoming unencrypted message will now trigger the regular incoming message notifications. In Pidgin this includes showing the message in the top-right notification area, if it is normally configured to do so. - New Italian, Swedish, Polish and Vietnamese translations. Updates to the French translation. - When a private conversation begins, the plugin will indicate whether Pidgin is configured to log the conversation. - By default, OTR conversations will not be logged by Pidgin. - Fingerprints in the manual authentication dialog are now selectable - The plugin will no longer delete the OTR menus if a non-foreground conversation window is closed. - Except on WIN32, the plugin will now set the umask to 0077 before creating the otr.* files in the purple directory so that they end up mode 0600. - The menu item now says "Reauthenticate buddy" when the buddy is already authenticated. - Release 4.0.0-beta1
2012-09-06Update to 4.0.0.gdt4-10/+31
Note that while the protocol is compatible, the API is not, and hence there will be a pidgin-otr update within minutes. There is an apparent gcc 4.1.3 -O2/SSP bug, which is avoided by disabling SSP in libotr (which libotr finds and turns on). This is temporary pending more fine-grained control and/or a fix. Update to libotr 4.0.0. Note that libotr 4.x is API-incompatible with libotr 3.x; upstream thinks this is ok, so pkgsrc won't try to work around it. 24 Aug 2012: - Release 4.0.0 - Support v3 of the OTR protocol - The main new feature: sensibly handle the case where a user is logged in multiple times to the same IM account - API changes: - instance tags, to support multiple simultaneous logins - support for asynchronous private key generation - the ability to provide an "extra" symmetric key to applications (with forward secrecy) - applications can supply a formation conversion callback if they do not natively use XHTML-style UTF8 markup - error messages formerly provided by libotr are now handled using callbacks to the application, for better i18n support - otrl_message_sending now handles message fragmentation internally
2012-08-29Recursive bump from boost-libs update.obache1-2/+2
2012-08-27Remove the set_debug_log_from_config patch; it was merged incorrectly anddholland2-17/+1
now breaks the build.
2012-08-26Changes 2.2.17:adam7-22/+22
* Fixed possibility of Unsolicited Dialback Attacks * Use XML_SetHashSalt with expat 2.1.x only * Fix s2s crash with witelist enabled
2012-08-26+ irssi-xmpp.wiz1-1/+2
2012-08-26Mention that irssi-xmpp also uses this file.wiz1-1/+2
2012-08-26Import irssi-xmpp-0.52 as chat/irssi-xmpp.wiz4-0/+73
Packaged for wip by Leonardo Taccari. irssi-xmpp is an irssi plugin to connect to the Jabber network. Its aim is to provide a good integration in this text-based irc client and a good support of XMPP (the Jabber protocol). Its main features are: * Sending and receiving messages in irssi's query windows * A roster with contact & resource tracking (contact list) * Contact management (add, remove, manage subscriptions) * Tab completion of commands, JIDs and resources * Many extensions supported (XEP) including Multi-User Chat (MUC) * Support for multiple accounts * Unicode support (UTF-8) * SSL and STARTTLS support To deal with the XMPP protocol, it uses of the Loudmouth library.
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino6-10/+12
2012-08-21chat/zircon: Add tcl/tk 8.5 supportmarino4-5/+33
Create 8.5 support files based on version 8.4 and add them to manifest.
2012-08-21chat/quirc: Add tcl/tk 8.5 supportmarino1-2/+8
In-line replace changes 8.3 support to 8.5 support.
2012-08-18Recursive revbump from graphics/libwebp update.ryoon1-2/+2
Thank you, obache@.
2012-08-14Update to 3.2.1.gdt6-165/+7
(This is a security release, but pkgsrc already had patches from upstream.) This version corrects two heap overflows reported by our users: - A small write overflow, reported by Justin Ferguson - A large read overflow, reported by Ben Hawkes
2012-08-09att patches from upstream to fix buffer overflow in the base64drochner6-3/+161
decoder which can lead to crashes or potentially code injection (CVE-2012-3461) bump PKGREV