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
2018-10-07Prepare 0.6.8nbxmpp-0.6.8Philipp Hörist
2018-10-07Update ChangeLogPhilipp Hörist
2018-10-05Issue event when sm resume failsPhilipp Hörist
2018-10-04Add .pylintrcPhilipp Hörist
2018-10-03StreamManagement: Reset IN counter after enabledPhilipp Hörist
2018-08-18Prepare 0.6.7nbxmpp-0.6.7Philipp Hörist
2018-08-18Update ChangeLogPhilipp Hörist
2018-08-18Dispatch stream headerPhilipp Hörist
2018-08-18Change event name to match other eventsPhilipp Hörist
2018-08-18Remove stanza sent eventPhilipp Hörist
2018-07-21Load files from FreeBSD specific locationPhilipp Hörist
2018-07-16Add more debug output for handlersPhilipp Hörist
2018-07-07Add stanza received/sent eventPhilipp Hörist
2018-07-06Add XEP-0084 namespacesPhilipp Hörist
2018-06-28Remove DIGEST-MD5 from the default auth mechsPhilipp Hörist
2018-06-28Raise default TLS encryptionPhilipp Hörist
2018-05-28Move readlines() into try/except blockPhilipp Hörist
2018-05-19Prepare 0.6.6nbxmpp-0.6.6Philipp Hörist
2018-05-19Update ChangeLogPhilipp Hörist
2018-05-18Allow initRoster without requesting the rosterPhilipp Hörist
2018-05-18Pass arguments to plugin/plugout methodPhilipp Hörist
2018-05-01Record all ssl errors that are encounteredPhilipp Hörist
2018-04-30prepare 0.6.5 releasenbxmpp-0.6.5Yann Leboulanger
2018-04-29Update NamespacesPhilipp Hörist
2018-04-29Fix missing argumentPhilipp Hörist
2018-04-28Catch UnicodeError when decoding certsPhilipp Hörist
2018-04-13Fix parsing utf8 cert filesPhilipp Hörist
2018-04-08fix Gitlab CIYann Leboulanger
2018-04-08Improve coding style. Fixes gajim/gajim#8366Yann Leboulanger
2018-03-17prepare 0.6.4 releasenbxmpp-0.6.4Yann Leboulanger
2018-03-15Fix syntax errorPhilipp Hörist
2018-03-15Dont build a session if its not mandatoryPhilipp Hörist
2018-03-10Merge branch 'socks5_v6' into 'master'Yann Leboulanger
2018-03-10Correct handling of Socks5 server replies (gajim/#8914)l-n-s
2018-02-25Merge branch 'fix_socks5_issue' into 'master'Philipp Hörist
2018-02-25Fix UnicodeDecodeError exceptions when connecting with Socks5 proxyl-n-s
2018-01-26prepare 0.6.3 releasenbxmpp-0.6.3Philipp Hörist
2018-01-24Merge branch 'master' into 'master'Philipp Hörist
2018-01-24Merge branch 'master' into 'master'Philipp Hörist
2018-01-22Formatting clean-up and additional comments regarding flags for clarityJeff 'Raid' Baitis
2018-01-22Make file flags consistent with the two different implementations ofJeff 'Raid' Baitis
2018-01-22Remove unused implementation of process() in the superclass.Jeff 'Raid' Baitis
2018-01-22Correct logic error in code that checks for infile handlesJeff 'Raid' Baitis
2018-01-22Unit test the SelectIdleQueue (and not an unusued implementation)Jeff 'Raid' Baitis
2018-01-21Update ChangeLogPhilipp Hörist
2018-01-20Set SNI EXT when using DirectTLSPhilipp Hörist
2018-01-11add missing function (removed in cbc2bae8). Fixes #47Yann Leboulanger
2018-01-04Merge branch 'master' into 'master'Yann Leboulanger
2018-01-03Detect invalid file handles when passed to SelectIdleQueueJeff 'Raid' Baitis
2018-01-03fix testsYann Leboulanger