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
2021-10-13Fix chatting with groupsJohn Smith
2021-06-28Fix performance issues caused by groupchats presence flood; fix groupchat use...John Smith
2020-11-30Make transport methods more strict about arguments' values; don't exterminate...John Smith
2020-10-19Put "online" to the default friends fields listJohn Smith
2020-10-13Add explicit "online" field to friends requestsJohn 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
2019-09-06Change isAppUser method to users.getJohn Smith
2019-06-10Fake single conversations correctlyJohn Smith
2019-06-03Correctly add recent messages to the listJohn 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-01fix getting names for groupsJohn Smith
2019-01-03attempt to fix errors with not receiving user namesJohn Smith
2018-12-30define a type for chat markers so it'll be carbon-able (CLASHES WITH THE STAN...John Smith
2018-12-27essential fixes for read markersJohn Smith
2018-12-25attempt to not to send all messages during registration (doesn't work due to ...John 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-10-10Remove recursion & set MAX_MESSAGES_PER_REQUEST to 20John Smith
2018-08-03Fix AccessDenied in mod_msg_mainJohn Smith
2018-07-26More verbose logging on methods failuresJohn Smith
2018-07-26Completely rewrite the message reception algorithms (use execute.getMessagesB...John Smith
2018-07-10attempt to fix offline message reception; add getMessagesBulk method codeJohn Smith
2018-07-08fix TypeError on peerMessageHistory length checkJohn Smith
2018-07-07workaround for even more insane vk stuff (two different data types in the res...John Smith
2018-07-07workaround for the broken messages.get methodJohn Smith
2017-05-07Fix "str object is not callable" errorJohn Smith
2017-04-30Fix debugging output coloringJohn 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-02-18Don't log a crash if the error is TokenError3.5John Smith
2017-02-18Don't use the past date in error reporterJohn Smith
2017-02-18Fix error reporter. Fixes #166John Smith
2017-01-22Fix AttributeError in captcha_forms (#148)John Smith
2017-01-12Revert "Make roster check xmpp-based"John Smith
2016-12-25Merry X-Mas (update readme, fix NameError in longpoll)John 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-25Add feature to remove all user's chats #123John Smith
2016-12-08Fix vcard city & country valuesJohn Smith
2016-11-17Getting rid of magic numbers & stringsJohn Smith
2016-11-16Fix AttributeError on NoneType friends listJohn 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-10-24Fix fast message delivery through the PollJohn Smith
2016-08-25Bring API v3.0 back (fixes #112)John Smith