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

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-12increase api delay step by 0.10; fix groupchatsJohn Smith
2019-01-03update xmpppyJohn Smith
2019-01-03attempt to fix errors with not receiving user namesJohn Smith
2018-12-27essential fixes for read markersJohn Smith
2018-12-24experimental OOB supportJohn Smith
2018-12-23experimental: XEP-0333 chat read markers for both sides of conversationJohn Smith
2018-12-08fix groupchats missing the <x> tagJohn Smith
2018-11-04minor code cleanupJohn Smith
2018-11-04remove redundant runThread() call retryJohn Smith
2018-11-04fix user cachingJohn Smith
2018-08-03Fix AccessDenied in mod_msg_mainJohn Smith
2018-07-26More verbose logging on methods failuresJohn Smith
2018-07-26Substract one from the message id so probably attachments won't be lostJohn Smith
2018-07-26Completely rewrite the message reception algorithms (use execute.getMessagesB...John Smith
2018-07-07workaround for the broken messages.get methodJohn Smith
2017-05-07Fix "str object is not callable" errorJohn Smith
2017-04-30Don't colorize JSON on NT systemsJohn Smith
2017-04-30Fix debugging output coloringJohn Smith
2017-04-29Fix longpoll incorrectly detecting the message typeJohn Smith
2017-04-29Split network errors depending on an errnoJohn Smith
2017-04-28Remove user id from typing users when user receivies a message from them (fix...John Smith
2017-04-28Use low-lewel socket options (fix #192)John Smith
2017-04-02#184 add SO_KEEPALIVE to longpoll as a workaround for dead connectionssockoptJohn Smith
2017-01-22Fix UnboundLocalError and NameError in mod_iq_disco (#153)John Smith
2017-01-12Revert "Make roster check xmpp-based"John Smith
2016-12-29Correct return codes in longpoll (take 2)John Smith
2016-12-28Correct return codes in longpollJohn Smith
2016-12-27Fix wrong data value in longpoll (fixes #151)John Smith
2016-12-27Fix KeyError in settings (Fixes #152)John Smith
2016-12-26Fix RuntimeError in longpollJohn Smith
2016-12-25Add socket expiry checker to longpoll (fixes #74)John Smith
2016-12-25Make roster check xmpp-basedJohn Smith
2016-12-25Refactoring: rename Transport to Users, create error reporter, fix #135John Smith
2016-12-25Fix KeyError in groupchats which happened when someone tried to getJohn Smith
2016-11-06Fix AttributeError in longpollJohn Smith
2016-11-02Code cleanup, fix NameError in groupchatsJohn Smith
2016-11-02Little code cleanup in groupchats.py, add missing docstringsJohn Smith
2016-11-02Fix typo that caused longpoll not being re-initialized (resolves #131)John Smith
2016-08-25Bring API v3.0 back (fixes #112)John Smith
2016-01-23Fix mod_iq_disco crash on disco#items queryJohn Smith
2016-01-22Fix AttributeError in longpoll.pyJohn Smith
2016-01-10Update to support API v5.42John Smith
2015-12-26Commit changes before I got too far with updating to API v5.42John Smith
2015-12-25Add wall name to the wall parserJohn Smith
2015-09-02Fix EOL in attachmentsmrDoctorWho
2015-08-14Changed parsed wall lookalikemrDoctorWho
2015-08-09Fixed captcha challenge after entering wrong textmrDoctorWho
2015-05-12Turn subscription requests back onmrDoctorWho
2015-05-06Fix RosterX featuremrDoctorWho
2015-05-01Meet NT compatibilitymrDoctorWho