Commit graph

11 commits

Author SHA1 Message Date
leot
c8b222afaf py-hangups: Update to 0.4.13
Changes:
0.4.13
------
 - add --keep-emoticons
 - drop support for Python 3.5
 - add support for Python 3.9
 - show message when image is not found
 - return ConversationEvent from Conversation methods
 - add new Conversation methods
 - add group link sharing support to Conversation
 - add canonical_email to user.User
2021-03-08 21:28:27 +00:00
leot
5491a0d3aa py-hangups: Update to 0.4.12
Changes:
0.4.12
------
 * update parameters for consistency with web client
 * upgrade pinned dependencies
2020-09-29 21:42:59 +00:00
leot
55274be970 py-hangups: Update to 0.4.11
Changes:
0.4.11
------
 - Fix random 401 errors
2020-09-07 19:34:29 +00:00
leot
33d3fb5b1c py-hangups: Update to 0.4.10
Changes:
0.4.10
------
- fix "Response payload is not completed" errors
- bump maximum supported protobuf version
- fix Conversation.get_events returning events newer than the provided
  event ID rather than older
- extend default user detection
2019-11-17 21:41:13 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
leot
99e2e9318e py-hangups: Update to 0.4.9
Changes:
0.4.9
-----
 - fix loading events by event id with Conversation.get_events

0.4.8
-----
 - set device name to "hangups" when authenticating
 - fix snap package build

0.4.7
-----
 - add manual login option
 - publish tests in package
 - add participant watermarks to conversation objects and UI
 - improve hyperlink detection
 - fix issue with loading conversion history
 - bump aiohttp requirement to >=3.3
2019-02-26 18:31:46 +00:00
leot
79aa3f2bef py-hangups: Update chat/py-hangups to 0.4.6
Changes:
0.4.6
-----
- raise maximum supported protobuf version
- choose 2FA method automatically when several methods are available
2018-10-15 08:55:49 +00:00
leot
4f57abc3f2 py-hangups: Update chat/py-hangups to 0.4.5
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-16 17:43:24 +00:00
adam
cd081e33f9 py-hangups: propagate incompatibilty from py-aiohttp 2018-02-15 07:45:42 +00:00
leot
e4eb0e8fa6 hangups: Update chat/py-hangups to 0.4.4
pkgsrc changes:
 - Update some DEPENDS PKGVERSIONs to reflect upstream setup.py changes

Changes:
 * fix error when updating read timestamp for empty conversation
 * fix HTTP client resource management issue
 * add alternate up/down keybindings
 * add terminal bell notification method
 * add --notification-type option, deprecate --disable-notifications
 * fix exception propagation issues in UI
2018-01-14 16:00:35 +00:00
leot
76e076e600 Import py-hangups-0.4.3 as chat/py-hangups
hangups is the first third-party instant messaging client for Google
Hangouts. It includes both a Python library and a reference client
with a text-based user interface.

Unlike its predecessor Google Talk, Hangouts uses a proprietary,
non-interoperable protocol. hangups is implemented by reverse-engineering
this protocol, which allows it to support features like group
messaging that aren't available in clients that connect via XMPP.

hangups is still in an early stage of development. The reference
client is usable for basic chatting, but the API is undocumented
and subject to change.

Originally packaged by myself in pkgsrc-wip.
2017-09-04 13:58:24 +00:00