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
2022-09-03Update token processing logicHEADmasterJohn Smith
2021-10-13Fix chatting with groupsJohn Smith
2021-03-11Add FORM_TYPE to registration form (fixes #236)John Smith
2020-08-30Update to support API v5.120, introduce friends limitJohn Smith
2020-06-02Skip messages which id is smaller than the lastJohn Smith
2020-06-01Bump API version to 5.21John Smith
2020-03-19Update xmpppy: add XEP-0203 supportJohn Smith
2019-10-15replace URLsDima
2019-06-10Fake single conversations correctlyJohn Smith
2019-05-14Bring API v5 back. Add timezone support, use intellectual date formatJohn Smith
2019-03-15add disclamer; fix transport trying to iterate over a NoneJohn Smith
2019-02-01add ability to disable registrationJohn Smith
2019-01-12add missing constantJohn Smith
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