summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
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
2015-12-23py-expat is required for building.joerg1-1/+7
2015-12-23Newer xmlto insists on using elinks as links, which in turn fails whenjoerg1-4/+2
building as root. Sidestep both by depending on w3m instead.
2015-12-14- Added missing dependency to gst-pythonjaapb1-3/+3
2015-12-13Update to jabberd 2.3.4:schnoebe5-14/+51
This is a major feature release with a bit of bugfixes. With this release jabberd2 joins HTTP realm with WebSocket client connections handling built in C2S module! :-) Changes: * Rewrite TLS ephemeral key + cipher handling * Recover Berkeley DB before opening it * bcrypt support for PostgreSQL * Option to set authreg module per realm * AuthReg ANONYMOUS does not offer password check * Answer to disco#info queries to user JID * WebSocket C2S SX plugin Note: websockets are not available, as the required http-parser module is not (yet) in pkgsrc.
2015-12-11Tell xmlto where links is.joerg1-1/+3
2015-12-07update to ircii 20151120. changes include:mrg2-7/+7
o fix a program hang upon invalid utf-8 sequences o /set log and /window log no longer double the output o /lastlog no longer adds trailing ^Os to log files this also fixes an assert() in /server.
2015-12-06Update chat/weechat to 1.3tonio4-11/+26
New features - core: add completion "colors" (issue #481) - core: start/stop search in buffer at current scroll position by default, add key Ctrl+q to stop search and reset scroll (issue #76, issue #393) - core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with Alt+k - core: add option weechat.look.confirm_upgrade (issue #463) - core: allow Ctrl+c to exit WeeChat when the passphrase is asked on startup (issue #452) - core: allow pointer as list name in evaluation of hdata (issue #450) - core: add signal "signal_sighup" - api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /eval - api: add function string_eval_path_home() - alias: add options "add", "addcompletion" and "del" in command /alias, remove command /unalias (issue #458) - irc: add option irc.network.channel_encode (issue #218, issue #482) - irc: add option irc.color.topic_current (issue #475) - irc: evaluate content of server option "nicks" - logger: evaluate content of option logger.file.path (issue #388) - relay: display value of HTTP header "X-Real-IP" for websocket connections (issue #440) - script: rename option script.scripts.dir to script.scripts.path, evaluate content of option (issue #388) - xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388) Bugs fixed - core: flush stdout/stderr after sending text directly on them (fix corrupted data sent to hook_process() callback) (issue #442) - core: allow execution of command "/input return" on a buffer which is not displayed in a window - core: allow jump from current to previous buffer with default keys Alt+j, NN (issue #466) - core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on Linux/BSD) (issue #465) - core: fix display of invalid UTF-8 chars in bars - core: fix bar item "scroll" after /buffer clear (issue #448) - core: fix display of time in bare display when option weechat.look.buffer_time_format is set to empty string (issue #441) - api: add missing function infolist_search_var() in script API (issue #484) - api: add missing function hook_completion_get_string() in script API (issue #484) - api: fix type of value returned by functions strcasestr, utf8_prev_char, utf8_next_char, utf8_add_offset and util_get_time_string - api: fix type of value returned by function strcasestr - fifo: fix send error on Cygwin when something is received in the pipe (issue #436) - irc: fix update of lag item when the server lag changes - irc: do not allow command /query with a channel name (issue #459) - irc: decode/encode only text in IRC messages and not the headers (bug #29886, issue #218, issue #451) - irc: fix crash with commands /allchan, /allpv and /allserv if the executed command closes buffers (issue #445) - irc: do not open auto-joined channels buffers when option "-nojoin" is used in command /connect (even if the option irc.look.buffer_open_before_autojoin is on) - irc: fix errors displayed on WHOX messages received (issue #376) - lua: add detection of Lua 5.3 - ruby: add detection of Ruby 2.2 - xfer: fix crash if the DCC file socket number is too high (> 1024 on Linux/BSD) (issue #465) - xfer: fix parsing of DCC chat messages (handle "\r\n" at the end of messages) (issue #425, issue #426) - doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (issue #354)
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam13-26/+26
2015-12-03use a single tab for indentationjnemeth1-2/+2
2015-12-01Added telepathy-haze to SUBDIRsjaapb1-1/+2
2015-12-01Added chat/telepathy-haze version 0.8.0, a Telepathy connection managerjaapb4-0/+30
based on libpurple.
2015-12-01Added telepathy-qt to Makefilejaapb1-1/+2
2015-12-01Added chat/telepathy-qt 0.9.6.1, a set of Qt bindings for Telepathy.jaapb7-0/+563
2015-12-01Added telepathy-farstream to SUBDIRsjaapb1-1/+2
2015-12-01Added telepathy-farstream, version 0.6.2, a Farstream connection managerjaapb5-0/+63
for Telepathy.
2015-12-01Added farstream to SUBDIRsjaapb1-1/+2
2015-12-01Added package farstream, version 0.2.7---an audio/video communicationsjaapb5-0/+159
framework. Based on the farstream package from pkgsrc-wip.
2015-12-01Updated package to latest version, 0.0.19. Changes include:jaapb2-10/+8
Only call CodecsUpdated() when config params have changed and the other side should be notified Run dispose from the main thread always Add a block-ready property to TfStream This allows the application to block the calling of the Ready() dbus method until some pre-condition as been accomplished. If this property is set to TRUE during the "stream-created" signal, then Ready() will not be called before it is unset. Remove set-but-unused variable Set the rtp header extension preferences before the codec prefs The RTP header extension preferences are only taken into account when the codec preferences are changed. Set Farsight2's default header extensions and codecs stream-get-codec-config signal does not have details, removing hint Set the local RTP header extensions Set remote RTP Header extensions Set local Feedback Messages Implement setting remote feedback messages Ensure there is a stop call before a start call always Don't free codecs borrowed from the GstMessage Implement StartNamedTelephoneEvent Return TRUE when messages are handled, a few were missing Add StartSoundTelephonyEvent and StartNamedTelephonyEvent The sound variant has an implementation since its trivial python: Don't link to libpython Some distributions (Debian) link libpython statically into the python interpreter async_method_callback_optional: also ignore NotImplemented errors (#35791) async_method_callback_optional: use g_error_matches() Also use early returns to make things easier to read. Don't leak the tpcodecs if we do Supported then Update
2015-12-01Updated package to latest version, 0.18.3. Given that we have four yearsjaapb12-236/+22
worth of changes here, I won't paste the entire changelog (it is in the .tar.gz if anyone is really interested).
2015-11-26Update chat/unrealircd to 3.2.10.5.jperkin17-83/+80
pkgsrc changes: - Remove obsolete and broken MESSAGE files. - Find zlib correctly when enabled. - Add SMF manifest. - Update patch files and add comments where necessary. Upstream changes: - This release fixes a SASL Denial of Service issue Patch provided by Marco Wessel in joyent/pkgsrc#306.
2015-11-25Remove mk/find-prefix.mk usage from the chat category.jperkin1-3/+2
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-23Update chat/ejabberd to 15.11.fhajny3-11/+8
- Integrate join/leave cluster as ejabberd command. - Allow longer command execution time.
2015-11-22fix stupid typo in previousdholland2-4/+4
2015-11-08patch xmpp/transport.py to use the more modern SSL/TLS interfaces.schnoebe3-3/+37
2015-11-08Apparently, setting PLIST.foo=no is the same as setting PLIST.foo=yes.dholland1-4/+2
Sigh.
2015-11-07Explicitly disable V8, in case cmake finds it somewhere.dholland1-1/+2
XXX: Someone(tm) should make this an option; but note that it implies XXX: adding USE_LANGUAGES+=c++.
2015-11-07patch commentsdholland4-7/+13
2015-11-07pkglintdholland2-35/+35