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
2015-03-21Fix localesSteven
2015-03-20Added a possibility to change vk4xmpp-monitor addressmrDoctorWho
Added new events: 08 and 09 (see plugin .example.py for more information) Replaced code “with Database(...” by runDatabaseQuery() Added last_used timestamp for groupchats Added inactive groupchats exterminator Groupchats are now kept in the database, so nothing will be missed or messed As groupchats are now in the database, the function that was calling for Daleks to exterminate a chat was completely rewritten, so now Daleks don't have to exterminate any VK administrator to find out the groupchat owner TransportFeatures and UserFeatures was cleared in the kernel and now they must be filled by modules and extensions Added "force_vk_date" to user's settings to force VK timestamp for messages A brand new Module Loader that allows you easy to load, unload and reload any module A bit of optimizations for html unescape As there are new events: 08 and 09, the Watcher now is a plugin Kilobytes replaced by Megabytes in stats Fixed exec command, now it execs the code in the main globals()
2015-02-23Fixed Russian localizationSteven
2015-02-21Fixed registration form stringsmrDoctorWho
Completed "Check an API token" option in adhoc Little refactoring in mod_iq_disco Added translation feature to adhoc items, but those are still in english. Translators are welcome!
2015-02-18Updated config. Now there is no "evalJID" variable. Now it's ADMIN_JIDS[]mrDoctorWho
Fixed formatting error somewhere in groupchats.py Little core refactoring. Still trying to figure out why the hell the transport freezes sometimes. Updated locale, a little Fixed #82 ("VK" object has no attr[..]; not tested, but should work fine) Fixed #83. Transport was completely untied from simpleapps.ru. Feel free to make your own registration url Fixed #84. Password registration should work fine now
2015-02-16Little code cleanupmrDoctorWho
Fix AttributeError in groupchats
2014-11-04user will be notified if transport was unable to change status on the site & ↵mrDoctorWho
typo fix
2014-10-15Fixed #68mrDoctorWho
Advanced logging in poll
2014-09-13A couple fixesmrDoctorWho
Details: * Attachments in forwarded messages is now have spacer just like text * Fixed zero-id error in groupchats (lol, how many times it was fixed) * Probably fixed error when user has handled when he was offline (not in Transport dictionary) * A little code cleanup in captcha_forms.py, mod_iq_register.py and other files * Extended groupchats debug. There was no jids for whom groupchats were created * Added priority for ujson usage instead of simplejson (it faster) * Fixed a little typo in runThread() and also added 3 retries * Forced "account.setOffline" method call, because it wasn't called at all * User will be deleted from database if record exists (now i wonder why i did it) * Fixed socket.timeout in utils.getLinkData (vk, i "love" you!) * Extended xmpp.DataForms() support in utils.buildDataForm() * Fixed AttributeError() in mod_xhtml * A little translations fixes Well, that's a really huge list for project that not-supported-anymore, but project should NOT have errors when it development is stopped.
2014-08-13Less huge refactoring: VKLogin class is now called VKmrDoctorWho
Most of functions working with VK or operates VK datas moved in VK class Fixed issue when disco was handled before other handlers Something else? Fixed #29
2014-08-11A huge refactoring just happened to transport.mrDoctorWho
Deleted all handlers and now they're separately stored in the modules directory Added js sources which transport uses instead of local handling Fixed couple typos in translations Forward messages now have things called "spacers" in start of line Users is now handling in separate threads And there are more changes...
2014-07-19Test in-memory hash cachemrDoctorWho
2014-05-06Fixes for registration through captcha, little code cleanupmrDoctorWho
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.
2014-02-22Added composing message notification from xmpp to vkmrDoctorWho
Added threading lock for messages
2014-02-16single thread longPoll implementedalkorgun
2014-01-20fixed #46, systemd service updatemrDoctorWho
2014-01-15Fixed #44, added option SLICE_STEP into config, added handling errno 101 ↵mrDoctorWho
(when vk.com is down), xmpppy fixes
2013-12-02add options for change storage files pidFile.txt and Config.txt. Removed ↵mrDoctorWho
unused argument "force" for method() removed "User not allowed to perform this action"
2013-11-23Create locale.plZ37
Почти все переведено на польский язык
2013-11-22added: registration limit; exec command (for admins)mrDoctorWho
removed: debug from vkApi fixed: if user was blocked, transport wasn't notify about that and won't work until user reconnect; will not cause error when trying to check vcard of user who not in friends something else...
2013-09-21will now ask user for new registration when token invalidmrDoctorWho
2013-09-15fixed error when user don't go to offline in vk when he left in jabbermrDoctorWho
fixed error when exceptions reperated removed defaultHandler from xmpppy
2013-09-14Fixed work with more than 1 resource (testing), now attachments will be ↵mrDoctorWho
parsed in forwarded messages too
2013-09-13chg: descriptions for registration formdisabler
2013-09-09add: more statistic by stats requestdisabler
add: registration watcher
2013-09-08add: client-side captchadisabler
2013-09-05Added attachments support, maybe fixed bug when roster wasn't filled by friendsmrDoctorWho
Added forwarded messages support.
2013-09-03fixed captcha challenge.mrDoctorWho
now stupid clients like miranda will accept addition into roster added support xmpp.NS_LAST some uptimizations a lot of fixes