Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-21fix: HTTP: Don’t accept content encodingPhilipp Hörist
Currently libsoup does not offer any signal which communicates the transfered size over the network, which makes it impossible to track progress for encoded content. Fixes #143
2023-05-21cfix: HTTP: Remove usage of got-body-data signalPhilipp Hörist
It seems broken see https://gitlab.gnome.org/GNOME/libsoup/-/issues/347
2023-05-21cfix: HTTP: Don’t cancel() on overlow for Soup < 3.4.0Philipp Hörist
2023-05-21cfix: HTTP: Use cancel() to abort download in got-body-data callbackPhilipp Hörist
Fixes #144
2023-05-20cfix: HTTP: Exit async callbacks early if message is finishedPhilipp Hörist
2023-05-19imprv: Use got-body-data for determining progressPhilipp Hörist
Fixes #143
2023-05-19ci: Add missing jobPhilipp Hörist
2023-05-18ci: Add release publish stepPhilipp Hörist
2023-05-10change: OMEMO: Add device id and namespace to OMEMOBundlePhilipp Hörist
2023-04-23imprv: Lower log level for missing GSSAPI dependencyPhilipp Hörist
2023-04-20feat: Add method to generate XMPP IRIsPhilipp Hörist
2023-04-05ci: Add possibility to force a debian deployPhilipp Hörist
2023-03-25release: 4.2.24.2.2Philipp Hörist
2023-03-25fix: HTTP: Reset attributes on redirectPhilipp Hörist
Fixes #141
2023-03-18release: 4.2.14.2.1Philipp Hörist
2023-03-18fix: HTTP: Make sure streams are closed only oncePhilipp Hörist
Stream.close() can have side effects which lead to the method beeing called twice in the same Mainloop iteration.
2023-02-05release: 4.2.04.2.0Philipp Hörist
2023-02-05imprv: Add SASLprep profilePhilipp Hörist
2023-02-03feat: Add support for XEP-0461: Message Replieswurstsalat
2023-02-01ci: Deploy nightly only if necessaryPhilipp Hörist
2023-01-24ci: Debian: Add correct version dependenciesPhilipp Hörist
2023-01-24chore: Update README.mdPhilipp Hörist
2023-01-24change: Require PyGObject 3.42.0Philipp Hörist
2023-01-24release: 4.1.04.1.0Philipp Hörist
2023-01-24ci: Rename jobsPhilipp Hörist
2023-01-23ci: Use dedicated image for deploy stagePhilipp Hörist
2023-01-19ci: Debian: Make project folder for nightliesPhilipp Hörist
2023-01-19ci: Add debian nightly buildsPhilipp Hörist
2023-01-18ci: Use release-helperPhilipp Hörist
- Remove obsolete scripts
2023-01-18change: Port package to pyproject.tomlPhilipp Hörist
2023-01-17fix: Handle race condition when cancelling requestPhilipp Hörist
Fixes #136
2023-01-14release: 4.0.14.0.1Philipp Hörist
2023-01-10fix: HTTP: Parse uri with correct flagsPhilipp Hörist
2023-01-06release: 4.0.04.0.0Philipp Hörist
2023-01-06chore: Move pyright config into pyproject.tomlPhilipp Hörist
2023-01-06chore: Remove mypy.iniPhilipp Hörist
2023-01-06change: Raise required python version to 3.10Philipp Hörist
2023-01-06change: Remove example clientPhilipp Hörist
This is factored out into its own project https://pypi.org/project/nbxmpp-client/
2023-01-06chore: Update README.mdPhilipp Hörist
2023-01-02refactor: Don’t cancel when content-length is not availablePhilipp Hörist
In this case we default to content-length = 0
2023-01-02cfix: HTTP: Store lost content-length againPhilipp Hörist
2023-01-02cfix: HTTP: Handle case where sniffer omits content-typePhilipp Hörist
2023-01-02cfix: HTTP: Don’t special handle contet-length of zeroPhilipp Hörist
2023-01-01cfix: Don’t sniff content on unsuccessful responsesPhilipp Hörist
2023-01-01new: HTTP: Add more loggingPhilipp Hörist
2023-01-01cq: Ignore pylint errorPhilipp Hörist
2022-12-31cfix: Check Soup version earlier on importPhilipp Hörist
2022-12-29imprv: HTTP: Better handle finish of messagesPhilipp Hörist
- Always use content sniffer - Connect `got-body` to determain if body was fully received - Connect `content-sniffed` and handle header checks there - Add more logging
2022-12-28change: Port to libsoup3Philipp Hörist
- Port code to libsoup3 - Wrap Soup.Session and Soup.Message for easier usage
2022-12-25change: XEP-0392: Update to 0.8.0mjk
* Remove background adaptation * Allow users to specify saturation and lightness * Provide more granular access to separate algorithms * Add type information to the interface * Add docs with links to precise XEP versions