summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2018-11-04Revbump all Go packages after go111 update.bsiegert1-2/+2
2018-11-02jabberd2: update to 2.7.0gdt2-8/+7
Upstream changes: - openssl-1.1 support - Python script to export data in XEP-0227 format - Fix build errors with MariaDB 10.2 - systemd units restart on failure - Use systemd BindsTo= instead of BindTo.
2018-10-24*: (belatedly) revbump for net/libsoup updateleot5-10/+10
Thanks to <wiz>!
2018-10-15py-hangups: Update chat/py-hangups to 0.4.6leot3-11/+11
Changes: 0.4.6 ----- - raise maximum supported protobuf version - choose 2FA method automatically when several methods are available
2018-10-12gajim-plugin-omemo: update to 2.6.2.nia2-8/+7
changes: - Port Fingerprint dialog from openpgp plugin - Add an InfoBar for errors and informations - Add tooltip for device clearing - Remove fingerprints tab from plugin config dialog
2018-10-05chat/gajim: Fix man page installation.nia3-25/+13
2018-10-01chat/tootstream: Update to 0.3.6.nia2-9/+7
Changes: * bump to version 1.3.1 of Mastodon.py. * fix the issue where usernames were unable to be searched. * add the links command for listing and opening the URLs in a post. * add the puburl command for listing and opening the URL of the post in your browser.
2018-10-01chat/py-mastodon: Update to 1.3.1nia3-7/+26
Changes: Mastodon v2.4.3 compatibility: Keyword filter support: filters(), filter(), filters_apply(), filter_create(), filter_update(), filter_delete() Follow suggestions support: suggestions(), suggestion_delete() account_follow() now has "reblogs" parameter account_mute() now has "notifications" parameter Support for granular scopes Added status_reply() convenience function First attempt at basic Pleroma compatibility (Thanks deeunderscore) Several small fixes
2018-09-30hexchat: link network libs on SunOSwiedi1-1/+3
2018-09-27telegram-purple: build fixtnn2-1/+25
2018-09-26fix problem from upstream: avoid failing to nul terminate strings, whichmrg3-3/+38
could lead to garbage being added to assignment values.
2018-09-21chat/tootstream: require Python 3.7 as a temporary workaround for annia1-2/+6
exception-on-startup bug reported by SDF.
2018-09-20gajim: don't compress man pages.nia3-8/+24
2018-09-20gajim-plugin-omemo: don't rely on install continuing after error.nia2-6/+6
2018-09-19gajim: Update DESCR. It hasn't been called Jabber for a long time now.nia2-16/+17
2018-09-19chat/gajim-plugin-omemo: Import version 2.6.1nia5-1/+76
OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption. It is an open standard based on a Double Ratchet and PEP which can be freely used and implemented by anyone. The protocol has been audited by a third party. This package contains the OMEMO plugin for Gajim.
2018-09-19py-axolotl-curve25519: Add MAINTAINER.nia1-1/+2
2018-09-19chat/py-axolotl: Import version 0.1.42nia10-1/+349
Python port of the ratcheting forward secrecy protocol used in several chat protocols.
2018-09-19chat/gajim: Remove stale patch.nia1-29/+0
2018-09-19chat/gajim: Update to 1.0.3nia5-1352/+1625
Gajim 1.0.3 (20 May 2018) Bugs fixed: * 8296 Fix errors on roster updates after stream management resume * 9106 Convert font weight from pango to css values * 9124 Bring ChatControl to front when notification is clicked * Set no-store hint on groupchat chatstates * Dont show OOB uri if message body is the same * Add missing bybonjour dependency for Windows zeroconf Flatpak: * Limit dbus access Gajim 1.0.2 (30 April 2018) Bugs fixed: * 7879 Server name is rejected for group chat bookmarks * 8964 setup.py install misses some files if used with "--skip-build" * 9017 Password was sometimes stored in plaintext * 9022 Dont show error when receiving invalid avatars * 9031 Windows: Always hide roster window on X * 9038 No License in About dialog * 9039 Encode filenames before sending * 9044 Catch invalid IQ stanzas and log them * 9049 XMPP logo in "Add New Contact" window instead Gajim logo * 9050 Mark some strings as translatable * 9054 Error on file send completion * 9055 Removing a bookmark causes error * 9057 Avatar is deleted when updating vCard * 9065 Account label isn't change in tooltip of notification area icon * 9066 Placeholder text does't disappear * 9068 Missing pulseaudio in Flatpak image * 9070 Fix History Manager search * 9074 Proxy comobobox in accounts/connections doesn't get update after ManageProxies * 9094 problem receiving file * 9101 Notification never autohides in gnome * Correctly reload Plugins * Save history export with utf8 encoding * Dont allow plain BOSH by default Gajim 1.0.1 (1 April 2018) * Improve MAM support * Image preview in file chooser dialog * Groupchat: Set minimize on auto join default True * Delete bookmark when we destroy a room * Fix account deletion * Fix custom font handling * Fix OpenPGP message decryption * Fix window position restore on multi-head setups * Fix scrolling in message window * Improve Windows build and build for 64 bits Gajim 1.0.0 (17 March 2018) * Ported to GTK3 / Python3 * Integrate HTTPUpload * Add Navigation buttons in History Window * Improvements for HiDPI Screens * Depend on the python keyring package for password storage * Flatpak support * Lots of refactoring * New Emoji support * New Chat Window design * New StartChat Window (Ctrl+N) * New ServerInfo Window * AccountWindow Redesign * Moved some encryption code out into Plugins (see PGP Plugin, Esessions Plugin) * OTR Plugin was not ported, use OMEMO * Added mam:1 and mam:2 support (mam:0 was removed) * Added MAM for MUCs support * Added support for showing XEP-0084 Avatars * Add support for geo: URIs * Added xmpp URI handling directly in Gajim * Removed Gajim-Remote * Removed XEP-0012 (Last Activity) * Removed XEP-0136 (Message Archiving) * Added XEP-0156 (Discovering Alternative XMPP Connection Methods) * Added XEP-0319 (Last User Interaction in Presence) * Added XEP-0368 (SRV records for XMPP over TLS) * Added XEP-0380 (Explicit Message Encryption) * Added Jingle FT:5 support * Lots of other small bugfixes KNOWN ISSUES: - Meta Contacts: Filtering the roster could lead to a crash in some circumstances. Use CTRL + N for starting new chats as a workaround - Audio/Video support is currently not maintained and most likely not working - Windows: Translation is not working currently Gajim 0.16.9 (30 November 2017) * Improve Zeroconf behavior * Fix showing normal message event * remove usage of OpenSSL.rand * a few minor bugfixes Gajim 0.16.8 (04 June 2017) * Fix rejoining MUCs after connection loss * Fix Groupchat invites * Fix encoding problems with newer GnuPG versions * Fix old messages randomly reappearing in the chat window * Fix some problems with IBB filetransfer * Make XEP-0146 Commands opt-in * Improve sending messages to your own resources * Improve reliability of delivery recipes * Many minor bugfixes Gajim 0.16.7 (30 January 2017) * Better compatibility with XEP-0191: Blocking Command * Windows Credential Vault is used for password storage on Windows * Gajim now depends on python-gnupg for PGP encryption * Add portable installer for Windows * Remove usage of demandimport * Many minor bugfixes Gajim 0.16.6 (02 October 2016) * Fix using gpg2 * Improve message receipts usage * Improve roster filtering * several minor bugs Gajim 0.16.5 (28 December 2015) * Improve MAM implementation * Improve security on connexion and for roster managment * Ability for emoticons to be sorted in menu Gajim 0.16.4 (26 September 2015) * Fix trusting GPG keys * Ability to disable synchronization of logs with server * Improve MAM usage Gajim 0.16.3 (31 July 2015) * Fix reading secret file * Fix reconnection after suspend * Fix sending GPG-encrypted file to non-trusted key Gajim 0.16.2 (24 July 2015) * improve Zeroconf under windows and with IPv6 * Fix errors with GnuPG * Minor fixes and improvements Gajim 0.16.1 (28 February 2015) * Fix sending Zeroconf messages * Make ipython compatible to version >= 1.0 * Support XEP-0313 MAM * Minor fixes and improvements Gajim 0.16 (04 October 2014) * Improve File transfer support by adding Jingle file transfer * use external python-nbxmpp library * Improve audio / Video calls and add screensharing feature * Support audio under windows * Support systemd-logind * Support XEP-0308 Last message correction * Support XEP-0224 Attention * Support XEP-0191 Blocking command * Better RTL languages support * use host command to resolve SRV records if it is available Gajim 0.15.4 (25 May 2013) * Fix usage of OTR plugin * Fix connection to non-SSL server * Fix receiving GPG-encrypted messages while offline. Gajim 0.15.3 (17 March 2013) * Better handling of SSL errors * Better handling of canceling file transfer * Improve farstream calls * Minor fixes and improvements Gajim 0.15.2 (30 October 2012) * Show punycode encoded urls if they contain non-ascii chars * Fix crash when pressing Esc in chat window * Support Network Manager 0.9 * decrypt GPG messages in the correct order Gajim 0.15.1 (29 August 2012) * Switch from python-farsight to python-farstream * improve performances * Fix roster filter with unicode chars * Fix connection to msn jabber server * Fix some GPG issues * Fix other small issues
2018-09-19chat/py-nbxmpp: Import version 0.6.7nia5-1/+80
py-nbxmpp is a Python library that provides a way for Python applications to use Jabber/XMPP networks in a non-blocking way. This library was originally a fork of xmpppy, but using non-blocking sockets.
2018-09-03*: recursive bump for vala-0.42.wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz35-64/+70
2018-08-21chat/tootstream: Update to 0.3.5.nia3-25/+10
Changes: Added Updated to Mastodon.py 1.3 (no additional features yet) Fixed List renames did not work
2018-08-21py-mastodon: Update to version 1.3.0.nia3-89/+10
Changes: Several small bug fixes (Thanks goldensuneur, bowlercaptain, joyeusenoelle) Improved stream error handling (Thanks codl) Improvements to streaming: Added on_abort() handler to streams Added automatic reconnecting POTENTIALLY BREAKING CHANGE: Added better error catching to make sure streaming functions do not just crash Mastodon v2.3 compatibility (sorry for the late release) only_media parameter in timeline functions focus support for media_upload() Added media_update() Mastodon v2.4 compatibility Added fields to account_update_credentials() WebPush support: Added push_subscription(), push_subscription_set(), push_subscription_update(), push_subscription_delete() Added webpush crypto utilities: push_subscription_generate_keys(), push_subscription_decrypt_push() Added support for pinned toots, an oversight from 2.1.0: status_pin(), status_unpin() POTENTIALLY BREAKING CHANGE: Changed pagination attributes to not be part of the dict keys of paginated return values. Many internal improvements, more tests
2018-08-20inspircd*: remove outdated programs by request of authorwiz24-1330/+1
Too old and vulnerable. Newer versions could be packaged. (see pkgsrc-users post from Peter Powell)
2018-08-16revbump after boost-libs updateadam18-36/+36
2018-08-15line-purple: mark BROKEN, using this program will get your account bannedmaya1-1/+3
Upstream intentionally broke the build, follow the same policy for pkgsrc: http://altrepo.eu/git/purple-line/commit/1a07012f75d8e86077690d73917b3759fbe9b52c Reported by scole in PR pkg/53526
2018-07-31chat/py-mastodon: Fix typo in patch.nia2-4/+4
2018-07-31chat/tootstream: Add a patch removing the use of the 'async' keyword,nia3-3/+37
allowing it to be used with Python 3.7.
2018-07-31chat/py-mastodon: Add a patch to avoid the use of the 'async' keyword,nia3-5/+83
allowing it to be used with Python 3.7.
2018-07-31chat/tootstream: incompatible with python37 due to its chat/py-mastodonnia1-2/+3
dependency.
2018-07-31chat/py-mastodon: Version in pkgsrc is incompatible with python37nia1-1/+4
due to a collision with the async keyword.
2018-07-30chat: Add toxcore.jperkin1-1/+2
2018-07-30toxcore: Import new package, version 0.2.4.jperkin5-0/+60
Packaged initially in wip and updated by iphydf (toxcore author) in joyent/pkgsrc-wip#98. Toxcore is a p2p network level library that provides encrypted communication and data transfer between peers who can find each other anonymously through a DHT. The peers are identified with a 256 bit public key to be used for message encryption. The protocol specification can be found at https://toktok.ltd/spec.
2018-07-26chat/tootstream: Import tootstream-0.3.4nia5-1/+57
Tootstream is a command line interface for interacting with instances on the distributed social network known as 'the Fediverse' using the Mastodon.social API. It is inspired by the Twitter client "Rainbowstream". OAuth and two-factor authentication are supported.
2018-07-25chat/py-mastodon: add more dependenciesnia1-1/+8
2018-07-25chat/py-mastodon: remove cryptography DEPENDS, pointed out by adamnia1-2/+1
2018-07-25chat/py-Mastodon.py: Move to chat/py-mastodon following feedback on irc.nia5-7/+8
2018-07-25chat/py-Mastodon.py: Import version 1.2.2.nia5-1/+50
Mastodon.py is a Python wrapper for the Mastodon social networking API. It is feature complete for the public API as of Mastodon version 2.1.0.
2018-07-23weechat: minimal patch to allow using netbsd curses.maya3-58/+7
Now uses fake ncurses. less likely to cause problems to people who try to hide their base curses. bump pkgrevision (again).
2018-07-22weechat: make curses detection logic handle netbsd curses, at the possiblemaya3-4/+71
expense of causing problems due to pkgsrc infrastructure not hiding a base curses well enough. We now search in the following order: ncursesw, curses, ncurses. With cmake under pkgsrc, it will search your /usr/lib, so I don't have a way to hide a base curses if requested to do so. if you're trying to use pkgsrc ncurses and have a base curses, this will use your base curses. bump pkgrevision.
2018-07-22weechat: disable php. bump PKGREVISION.maya1-1/+3
It's not listed as a dependency so it is failing in builds. heads up by nia, thanks.
2018-07-20chat/ejabberd: Update to 18.06.fhajny3-30/+23
Admin - Stop ejabberd initialization on invalid/unknown options - Add new options for OOM watchdog: oom_watermark and oom_queue - Add ability to modify version string - Add option ext_api_headers to define REST API custom headers - Fix Erlang limits in ejabberdctl.cfg.example to reflect current situation - Make trusted_proxied ejabberd_http option accept ip masks - Teach acl ip matching about ipv4 mapped ipv6 addresses - Removed watchdog_admins option from config, as has no effect anymore - Improve logging of external authentication failures - ejabberd_auth: Don't use cache if the option is disabled - Make connected_users_info and user_sessions_info DB-agnostic Core - Support SASL PLAIN by xmpp_stream_out - Add Resource Binding support to xmpp_stream_out - Improve robustness of external authentication backends - Don't use 'unsupported-version' inside SM element - Generate SASL failures on unencrypted connections only for s2s - Fix reset_stream in websocket using pre-rfc protocol - Don't crash in bosh when we receive request with RID < prev_rid - Get rid of all calls to jlib.erl module - Support IPv6 connections for PostgreSQL, MySQL and LDAP - Fix authentication for usernames containing uppercase characters - Optimize HTTP requests memory usage - PKIX: Just warn instead of ignore a certificate containing no domain names - PKIX: Don't replace valid certificates with invalid ones Modules - Log modules startup - mod_disco: Advertise disco#info and disco#items features - mod_irc: is moved away from ejabberd repo to ejabberd-contrib - mod_mam: Don't replace existing stanza ID - HTTP upload: Generate HTTP Upload form using xdata codec - HTTP upload: Improve error formatting - HTTP upload: Return detailed error if HTTP upload is too large MUC - Always display room's xdata in disco#info - Display muc#roomconfig_changesubject in room's disco#info - Render roomname, allowinvites and allowpm in room disco#info - Support for roomconfig_lang/roominfo_lang - mod_muc_sql: Fix export to SQL Push - Omit summary for outgoing messages - Further improve handling of carbons - Also include sender/body for carbons - Include a static body text by default - keepalive: Increase default timeout to 3 days - SQL: Check 'max_user_sessions' limit
2018-07-20Recursive revbump from textproc/icu-62.1ryoon12-24/+24
2018-07-19apply the fix from my repo for PR 53456: "chat/ircII crashes on joiningmrg3-2/+26
to a channel with +k, with wrong channel key", which also fixes reconnecting in some cases for me. now chan->window is never stale or uninitialised.
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg3-6/+6
C++14 default language.
2018-07-16py-hangups: Update chat/py-hangups to 0.4.5leot3-20/+15
Changes: 0.4.5 ----- * raise minimum Python version to 3.5.3 * add support for Python 3.7 * improve markup parsing * fix crash on event for unloaded conversion * add compatibility with aiohttp 3
2018-07-16Adapt for emacs26. version nb1 packaged, but runtime error for make-facemef4-4/+40
2018-07-06Recursive revbump from audio/pulseaudioryoon1-2/+2