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

github.com/SergeyDjam/purple-vk-plugin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-22Update README.mdHEADmasterSergeyDjam
2018-06-08Merge pull request #10 from Wohlstand/masterSergeyDjam
2018-06-07Fixed the inability to see attachments in the multi-user chatsVitaly Novichkov
2018-06-07Fix the duplicated incoming messagesVitaly Novichkov
2018-06-07Added .gitignoreVitaly Novichkov
2018-06-07Fixed broken and a bit improved receiving of attachmentsVitaly Novichkov
2018-06-07Update API version up to 5.78Vitaly Novichkov
2016-09-22corrected vk api version 5.52Sergey Zhemoitel
2016-07-12Update README.mdSergeyDjam
2016-07-12Update README.mdSergeyDjam
2016-04-28Merge https://github.com/SergeyDjam/purple-vk-pluginSergey Zhemoitel
2016-04-19Initial commitSergeyDjam
2015-11-07Merged in Pastafarianist/purple-vk-plugin/Pastafarianist/added-new-ubuntu-rel...olegoandreev
2015-11-07Added new Ubuntu releases to the build scriptPastafarianist
2014-11-07README.rst edited online with Bitbucketolegoandreev
2014-10-22Vk.com sometimes works too slow and returns from messages.send after more tha...Oleg Andreev
2014-10-15Do not copy strings while iterating over map.Oleg Andreev
2014-09-23Updated cpputils to revision a8c95595aaf7.Oleg Andreev
2014-09-17Added back spliting message in parts (however, much bigger then the last time...Oleg Andreev
2014-09-16Use urlencoding function from glib because to the one in libpurple a) silentl...Oleg Andreev
2014-09-16Use POST body instead of url, which allows to remove quite a bit of messing a...Oleg Andreev
2014-09-16Fixed showing only mobile users after 197d01e.Oleg Andreev
2014-09-14Updated translations.Oleg Andreev
2014-09-13Support setting status text on Vk.com page from status text box.Oleg Andreev
2014-09-13Do not consider changing status away -> online as an active action.Oleg Andreev
2014-09-13Store permissions requested for the access token along with the token, reauth...Oleg Andreev
2014-09-13Added support for running cppcheck in build system.Oleg Andreev
2014-09-12Find xgettext via find_program mechanism instead of hardcoding the name.Oleg Andreev
2014-09-11Fixed a few typos (thanks cppcheck!).Oleg Andreev
2014-09-11Added geo support for incoming messages.Oleg Andreev
2014-09-11Updated cpputils to 4c636864ffe6.Oleg Andreev
2014-09-11Support gift attachments.Oleg Andreev
2014-09-10Added an option to mark messages as read only when replying (as if the user i...Oleg Andreev
2014-09-10Try to use ranges everywhere instead of iterator pairs.Oleg Andreev
2014-09-10Updated cpputils to revision def2ce270ec6.Oleg Andreev
2014-09-10Separated po extraction from po -> mo compilation steps, now "extract-pot" ta...Oleg Andreev
2014-08-29Depend on gettext in build scripts.Oleg Andreev
2014-08-29Sort .pot file (.po files are already sorted) for easier merging.Oleg Andreev
2014-08-29Fixed compilation on Windows. Run xgettext/msgmerge/msgfmt on Windows too.Oleg Andreev
2014-08-29Remove header from POT, as it is both useless (the real headers are in .po fi...Oleg Andreev
2014-08-29Fixed a few bugs in user-facing messages. Finished russian translation.Oleg Andreev
2014-08-29Added i18n stuff to CMake, added stub for russian translation, fixed a few op...Oleg Andreev
2014-08-29Some cleanup in CMakelists.txtOleg Andreev
2014-08-25Added workaround for Webkit message styles plugin (incoming image thumbnails ...Oleg Andreev
2014-08-22Fixed some custom smileys not showing (the smileys with escapable chars, e.g....Oleg Andreev
2014-08-21Add last seen time to user info window.Oleg Andreev
2014-08-20Mark connection as connected only after we succeed in getting longpoll server...Oleg Andreev
2014-08-12Hopefully, the last round of format string fixes.Oleg Andreev
2014-08-10Do not append thumbnail url (it is both ugly and useless).Oleg Andreev
2014-08-06Removed <debug.h> dependency, explicitly add purple_debug_* prototypes.Oleg Andreev