summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2016-05-08Pullup ticket #4976 - requested by joergbsiegert4-8/+8
chat/ktp-contact-runner: build fix chat/ktp-filetransfer-handler: build fix chat/ktp-kded-integration-module: build fix chat/ktp-send-file: build fix Revisions pulled up: - chat/ktp-contact-runner/Makefile 1.4 - chat/ktp-filetransfer-handler/Makefile 1.4 - chat/ktp-kded-integration-module/Makefile 1.4 - chat/ktp-send-file/Makefile 1.4 --- Module Name: pkgsrc Committed By: joerg Date: Fri May 6 11:49:08 UTC 2016 Modified Files: pkgsrc/chat/ktp-contact-runner: Makefile pkgsrc/chat/ktp-filetransfer-handler: Makefile pkgsrc/chat/ktp-kded-integration-module: Makefile pkgsrc/chat/ktp-send-file: Makefile Log Message: Requires msgfmt to build.
2016-05-07Pullup ticket #4966 - requested by joergbsiegert1-2/+3
chat/atheme: build fix devel/libmcs: build fix devel/libmowgli: build fix Revisions pulled up: - chat/atheme/Makefile 1.14 - devel/libmcs/Makefile 1.6 - devel/libmowgli/Makefile 1.8 --- Module Name: pkgsrc Committed By: joerg Date: Sat Apr 30 20:57:23 UTC 2016 Modified Files: pkgsrc/chat/atheme: Makefile Log Message: Drop MASTERSITE, requires authentication now. --- Module Name: pkgsrc Committed By: joerg Date: Sun May 1 12:28:43 UTC 2016 Modified Files: pkgsrc/devel/libmcs: Makefile Log Message: Comment out MASTER_SITE, it requires authentication now. --- Module Name: pkgsrc Committed By: joerg Date: Sun May 1 14:34:29 UTC 2016 Modified Files: pkgsrc/devel/libmowgli: Makefile Log Message: Drop distfiles.atheme.org, requires authentication.
2016-03-28Update to 4.0.2 (security fix).gdt2-9/+10
9 Mar 2016: - Updated Spanish, German, Norwegian Bokmål translations. - New Danish translation. - Fix use-after-free issue during SMP. - Release 4.0.2
2016-03-27Use PKGMANDIR.jperkin1-2/+2
2016-03-25Needs automoc4.joerg1-1/+2
2016-03-25Needs pkg-config.joerg1-2/+2
2016-03-25Sync PLIST with reality.joerg2-4/+4
2016-03-22Register missing dependency on curseskhorben1-1/+2
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-21Relax the requirement on libncurses to any implementationkhorben1-2/+2
As suggested by wiz@.
2016-03-21Register missing dependency on devel/ncurseskhorben1-1/+2
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-09Update to 4.1.1.gdt2-7/+7
This is a security release addressing CVE-2016-2851. - Fix an integer overflow bug that can cause a heap buffer overflow (and from there remote code execution) on 64-bit platforms - Fix possible free() of an uninitialized pointer - Be stricter about parsing v3 fragments - Add a testsuite ("make check" to run it), but only on Linux for now, since it uses Linux-specific features such as epoll - Fix a memory leak when reading a malformed instance tag file - Protocol documentation clarifications
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin59-97/+118
2016-03-01Update swift to 3.0.wiz10-105/+33
we are pleased to announce the availability of Swift 3.0, an XMPP client focused on usability and security. It is our first release for 3 years and includes bug fixes and new features like: - File-transfer using Jingle File Transfer - Simple continuation of 1-to-1 chats in group chats - Keyword highlighting ( http://swift.im/blog/keyword-highlighting ) - Simple blocking of contacts using Blocking Command - Compact roster setting that hides avatars and status messages - Quick contact search filter in roster - and more. For the full changelog see https://swift.im/docs/changelog-3-0.html .
2016-02-28Update to jabberd 2.3.6:schnoebe2-8/+7
* 2.3.5 to 2.3.6 upgrade: What changed: - Support WebSocket fragmented packets - Fixed delivering directed presence (to self) - Reset in-sess 'from' to FullJID on non-Presence packets This is mainly a bugfix release. The main change is that WebSocket connections work stable now. https://github.com/jabberd2/jabberd2/commits/jabberd-2.3.6
2016-02-26Skip example certs build, simplifies and fixes unprivileged installation.fhajny2-8/+4
Bump PKGREVISION.
2016-02-25Use OPSYSVARS.jperkin5-27/+11
2016-02-24Add telegram-purplekhorben1-1/+2
2016-02-24Package telegram-purple 1.2.5khorben6-0/+102
Telegram is a cloud-based instant messaging service. Telegram clients exist for both mobile (Android, iOS, Windows Phone, Ubuntu Touch) and desktop systems (Windows, OS X, Linux). Users can send messages and exchange photos, videos, stickers and files of any type up to 1.5 GB in size. Telegram also provides optional end-to-end encrypted messaging with self-destruct timers. This package contains a libpurple protocol plugin that adds support for the Telegram messenger.
2016-02-14Update to 1.4ryoon4-9/+11
* Fix PR pkg/50358 partially using dynamic python library. However if your system has python in /usr/bin and your current working directory is not your home directory, your weechat reads its library files and dies. Changelog: Among the new features: - add a parent name in options, display inherited values if null in /set output - add option weechat.look.paste_auto_add_newline - add /fifo command - track real names using extended-join and WHO (IRC) - add support of SNI (Server Name Indication) in SSL connection to IRC server - add support of IRC "cap-notify" capability - add IRC command /cap - add hex dump of messages in raw buffer when debug is enabled for irc plugin - add option relay.irc.backlog_since_last_message - add option script.scripts.download_timeout - add scripts to build Debian packages - many bugs fixed.
2016-02-09Packaging changes:schnoebe5-41/+17
move requirement for cppunit to debug option add db-update.pgsql, README.md Updated to version 2.3.5 This file contains news, important changes and upgrade instructions between different versions of jabberd2. * 2.3.4 to 2.3.5 upgrade: What changed: - Module to verify users using e-mail - Reordered MIO backends priority - Skip non-existing blowfish i386 assembler code - Use CSPRNG for dialback keys - Allow presence probing own connections - Use OpenSSL functions for base64 en/decoding when available - Option to dump packet-filter matched packets to file mod_verify requires CREATE TABLE "verify" in DB. Make sure you created it before enabling the module in sm.xml. MIO backends are prioritized from best to worst now, so if you do not enforce a backend with ./configure it may change in new build. jabberd2 is now leaning strongly against OpenSSL. It is still possible to use without, but not advisable.
2016-02-04Bump PKGREVISION for vala update to 0.30.wiz1-2/+2
2016-02-01Update chat/prosody to 0.9.10.fhajny2-7/+7
Security - mod_dialback: Adopt key generation algorithm from XEP-0185, to prevent impersonation attacks (CVE-2016-0756) Fixes and improvements - Startup: Open /dev/urandom read-only, to fix a failure to start on some systems (fixes #585) - Networking: Improve handling of the 'select' network backend running out of file descriptors Minor changes - Networking: Increase default internal read size to prevent connections stalling with LuaEvent (see #583) - DNS: Discard queries that failed to send due to connection errors (fixes #598) - c2s, s2s: Lower priority of shutdown handler, so that modules such as MUC can always send shutdown notifications to (remote) users (fixes #601)
2016-01-28More automoc4 dependencies.joerg9-9/+26
2016-01-25Needs automoc4.joerg1-1/+2
2016-01-25Update chat/prosody to 0.9.9.fhajny4-17/+13
Security fixes: - Fix path traversal vulnerability in mod_http_files (CVE-2016-1231) - Fix use of weak PRNG in generation of dialback secrets (CVE-2016-1232) Bugs: - Improve handling of CNAME records in DNS - Fix traceback when deleting a user in some configurations - MUC: restrict_room_creation could prevent users from joining rooms - MUC: fix occasional dropping of iq stanzas sent privately between occupants - Fix a potential memory leak in mod_pep Additions: - Add http:list() command to telnet to view active HTTP services - Simplify IPv4/v6 address selection code for outgoing s2s - Add support for importing SCRAM hashes from ejabberd
2016-01-22remove non-working mirrors.zafer2-14/+4
2016-01-18Fix Bash interpreter path in one more script. PKGREVISION++fhajny1-2/+3
2016-01-17Fix build with latest libpurple.wiz3-2/+19
2016-01-17libpurple leaks many more other libraries nowadays, add them to the bl3.mk.wiz1-1/+6
2016-01-17Added KTP packages to SUBDIRsjaapb1-1/+12
2016-01-17Added chat/ktp-send-file, a plugin to add context menus to Dolphin andjaapb4-0/+74
Konqueror to send files to KDE Telepathy contacts.
2016-01-17Added chat/ktp-contact-runner, which shows KDE Telepathy chat suitejaapb4-0/+71
contacts in the KRunner desktop menu.
2016-01-17Added chat/ktp-filetransfer-handler, the KDE Telepathy chat suitejaapb4-0/+69
background application that handles file transfers.
2016-01-17Added chat/ktp-desktop-applets, the Plasma widgets for the KDE Telepathyjaapb4-0/+145
chat suite.
2016-01-17Added chat/ktp-approver, a chat notification application for the KDEjaapb4-0/+75
Telepathy chat suite.
2016-01-17Added chat/ktp-kded-integration-module, the KDE workspace integrationjaapb4-0/+73
module for the KDE Telepathy chat suite.
2016-01-17Added chat/ktp-auth-handler, the authentication handling library (passwordsjaapb4-0/+80
and SSL certificates) for the KDE Telepathy chat suite.
2016-01-17Added chat/ktp-text-ui, the text chat application for the KDE Telepathyjaapb4-0/+515
chat suite.
2016-01-17Added chat/ktp-accounts-kcm, the KDE configuration module for KDE Telepathyjaapb4-0/+421
suite accounts.
2016-01-17Added chat/ktp-contact-list, the contact list application for the KDEjaapb5-0/+86
Telepathy chat suite. This package also contains shared icons and data files for the rest of the chat suite.
2016-01-17Added chat/ktp-common-internals, the internal library for the KDE Telepathyjaapb5-0/+225
chat suite.
2016-01-16Update chat/ejabberd to 16.01fhajny7-326/+300
Security - Improve Dialback Key Generation and Validation support (XEP-0185) - More generally, improve random number generator to avoid timing / guessing attacks on any random value. Database - Use BLOB instead of TEXT on mysql in stanza storage - Use UTF8MB4 character set in MySQL tables - Make Riak working on Erlang R18 MAM - Use stanza-id tags for deduplication - Advertise MAM in disco info for account/room JID - Improve MUC support - Don't store resent messages - Do not forget to include xmlns in mam prefs response (#859) - Honor Message Processing Hints (XEP-0334) MUC - Add support for muc#roomconfig_presencebroadcast option - Only filter rooms in Service Disco when more than 100 (EJAB-343) - List in Service Disco non-empty rooms and provide Node for empty (EJAB-343) - When user joins logged room, he must be warned (EJAB-726) Pubsub - Fix pubsub virtual nodetree plugin - Use correct notification_type for last items (#827) - PubSub plugin for online users only - Disable use of multi-subscribe and subscription-option on standard plugins - Limit number of subscriptions per node and allow custom default node configuration - Don't force max_items_node to MAXITEMS if not defined - Don't read pubsub options when plugin does not use them Elixir - Upgrade Elixir to v1.1.0 Admin - Add plugin for passing extra erl_opts flags to deps, and use it for hipe - Add --enable-latest-deps to configure - Remove "--enable-nif" flag - New send_stanza command - ejabberdctl: new --no-timout flag - ejabberdctl: Don't let "reopen_log" rotate files (EJAB-1243) - ejabberdctl: Improve escaping of arguments passed to ejabberdctl - OpenSSL minimum required version: raised from 0.9.8 to 1.0.0 Config - New option accept_interval in ejabberd_listener - Webadmin console visual refresh (EJAB-1142) - If mod_register access_from is 'none', then don't advertise IBR (#857) - Fix handling of some options in old style configs - Fix parsing option trusted_proxies - Fix ipv6 configuration processing (#803) - ejabberd_service: simplify configuration: no need for 'hosts', just provide 'password' Cleanup and optimisations - Faster string_to_jid/1 implementation - Move JID related functions from jlib.erl to jid.erl (#847) - Remove usage of erlang's now() - Update dependency name from p1_cache_tab to cache_tab - Use crypto:rand_uniform instead of random:uniform - Fix randoms.erl on R17 that don't have random:seed(integer()) - Faster and more memory efficient XML parsing. - Faster stringprep library. Other changes - ejabberd_http: Cope with large POST/PUT requests - ejabberd_http: Log debug message on receive errors - mod_offline: Discard chat states notifications - mod_offline: Honor store hint - mod_http_upload: various fixes - XEP-0198: Fix stanza counting corner case issue - Adding WEBIRC, custom realname & ident, ISO-8859-15 - Update hebrew translation
2016-01-16Fix build with poco 1.6.1 and cmake libraries detectionryoon3-2/+39
2016-01-14farstream is not optional either.wiz2-17/+5
Perhaps it can be made to be so again, and that would be good. Anyone interested?
2016-01-13Undo unintended part of commit.wiz1-3/+3
2016-01-13Update pidgin/finch/libpurple to 2.10.12.wiz14-61/+165
gstreamer is not an option any longer. version 2.10.12 (MM/DD/YY): Windows-Specific Changes: * Updates to dependencies: * Cyrus SASL 2.1.26 * libxml2 2.9.2 * NSS 3.17.3 and NSPR 4.10.7 * Perl 5.20.1 * SILC 1.1.12 * Remove support for Tcl plugins Gadu-Gadu: * Updated internal libgadu to version 1.12.1.
2016-01-07Don't modify CFLAGS, especially when done badly and break -gfoo arguments.jperkin2-1/+17
2016-01-06Revbump after updating graphics/libwebpadam1-2/+2
2015-12-29Whitespace.dholland4-10/+10
2015-12-29Fix missing/broken rcsids.dholland1-1/+2