2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-02-26 19:31:47 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
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
|
2018-10-15 10:55:49 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
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-07-16 19:43:25 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
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-02-15 08:45:42 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-hangups: propagate incompatibilty from py-aiohttp
|
2018-01-14 17:00:35 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
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
|
2017-09-04 15:58:24 by Leonardo Taccari | Files touched by this commit (5) |
Log message:
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.
|