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 (Collapse)Author
2017-01-23Get rid of redundant pipeAndriy Kushnir (Orhideous)
2017-01-23Slightly refactored MakefileAndriy Kushnir (Orhideous)
2016-05-26Removed 'snapshot' optionecat3
2016-05-26Fix hier(7) support and debian packageecat3
2016-05-24Fix debian_packageecat3
2016-05-24Fix debian_package_systemd optionecat3
2016-05-24Fix debian packageecat3
2014-08-30That's probably my last commit.mrDoctorWho
Let's look what have i done: * implemented adhoc (it really works!). ** Features: *** admin: global message, user deletion, online/all users list, *** user: user can turn off groupchats handling, user can allow transport to publish his status text in VK (NEW TOKEN NEEDED) * user/admin features in adhoc * increased extensions features (status change, user online/offline) * added avatar hashes which is now is optional feature (extension, configurable, look new config) * smart registration: whatever user change (get token automatically or not) transport will "understand" what user want to do * new settings which is could be added by extensions will be hooked in adhoc automatically (look extensions/status-to-vk.py for example) * VK.com access number is now exists as global variable VK_ACCESS which could be changed by plugins as well * transport will notify user if registration by password was failed by captcha or other things * registration link now contain hash ("#") which is mean access rights
2014-04-06There are a lot of changes. Completely new watcher added to watch users who ↵mrDoctorWho
wasn't added to poll. Code cleanup, new features (xhtml-im available to receive images) Fixes in user deletion Added debian scripts for dpkg. And more.