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 (Expand)Author
2023-10-24refactor: Rewrite channel binding codePhilipp Hörist
2022-10-16fix: Client: Don’t override modified certification errorsPhilipp Hörist
2022-09-28fix: TCP: Improve detection of broken connectionPhilipp Hörist
2022-09-21cq: Client: Fix return typePhilipp Hörist
2022-09-06cq: Fix pylint errorsPhilipp Hörist
2022-09-06feat: Expose TLS version and ciphersuitePhilipp Hörist
2022-05-25imprv: Remove unnecessary validation flags overridelovetox
2022-03-12TCP: Set read priority to lowlovetox
2020-09-25TCP: Add more debug logginglovetox
2020-09-25TCP: Catch RuntimeError also on _on_read_async_finish()lovetox
2020-08-14TCP: Set input/output closed on finalize()lovetox
2020-08-14TCP: Catch Runtime errorlovetox
2020-08-12Client: Expose more information about the connectionlovetox
2020-05-30Client: Expose local addresslovetox
2020-04-16TCP: Refactor write async callbacklovetox
2020-04-16TCP: Add debug logging for keepalive timerlovetox
2020-04-10TCP: Pass Node objects instead of actual data on data-sentlovetox
2020-04-07TCP: Check write queue after sending keepalivelovetox
2020-03-28TCP: Add commentlovetox
2020-03-28Revert "TCP: Initiate new read before data-received signal"Philipp Hörist
2020-03-28TCP: Initiate new read before data-received signallovetox
2020-03-25Client: Handle server not ending stream gracefullylovetox
2020-03-24TCP: Disconnect on all not handled read errorslovetox
2020-03-20Logging: Add context to logging outputlovetox
2020-03-19TCP: Don't use deprecated methodlovetox
2020-03-19Connection: Use INFO log level for connection errorslovetox
2020-03-17TCP: Set timeout when connectinglovetox
2020-03-17Revert "TCP: Set timeout when connecting"Philipp Hörist
2020-03-17TCP: Set timeout when connectinglovetox
2020-03-10TCP: Consider failed TLS handshake as connection-failedlovetox
2020-03-10Remove unused importlovetox
2020-03-08TCP: Don't stop read/write on exceptionlovetox
2020-03-07Add new modules and example clientlovetox