summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-18MirLua: returned some lua types support as lparam/wparamAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18empty services removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18netlib: fix proxy connection MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16711 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17oops MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16709 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17AuthState: options -> core uiMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Oops, don't load attachments when there are noneRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Fix and rework getting message's attachmentsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17ui utils: suuport CMOption for non-protocol plugins MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua: added function interpolate into string module: ↵Alexander Lantsev
print(string.interpolate('some {1} string', 'cool')) git-svn-id: http://svn.miranda-ng.org/main/trunk@16704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Fix showing user's name for multi chat messagesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16703 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Remove useless sender_name fieldRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Loading names of all users in multi chat from server (not only ↵Robert Pösel
existing Miranda contacts) It primary iterates over Miranda's contacts list to find existing contacts (e.g. to preserve existing custom names of these contacts). Then for missing ones it does request to server to get their names. git-svn-id: http://svn.miranda-ng.org/main/trunk@16701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua: fix for number table key in string interpolation: print('some {1} ↵Alexander Lantsev
string' % { 'cool' }) git-svn-id: http://svn.miranda-ng.org/main/trunk@16700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua:Alexander Lantsev
- added string interpolation: print('some {val} string' % { val = 'cool' }) - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17VKontakte:Sergey Bolhovskoy
add change nick in muc support version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua:Alexander Lantsev
- added function topointer into _G - overrided tonumber to support pointers - api methods is only support light userdata as wparam/lparam git-svn-id: http://svn.miranda-ng.org/main/trunk@16697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17oopsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16696 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17langpacks: updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16695 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Remove option "receive messages from inbox only"Robert Pösel
It probably doesn't have any effect anymore. And if it still has any effect, plugin behaves like if it was disabled (receiving all messages). Report any issues with the new FB's feature of "approving" messages from unknown people. git-svn-id: http://svn.miranda-ng.org/main/trunk@16694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Fix receiving multi chat messages, stop using old "deliver" eventRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Fix sending multi chat messages and codepage of their error messagesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Rework read receipts for multi chatsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17- unused netlib flags removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17langpacks/ukrainian: updateRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@16688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17std_string_util: Add replace "&nbsp" to " "Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Remove unused REQUEST_MESSAGE_SEND_INBOX requestRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Implement login with two-way authorizationRobert Pösel
It shows dialog that asks for verification code. User can press button to request code via SMS. Allows 3 attempts to entering correct code, then plugin disconnects. git-svn-id: http://svn.miranda-ng.org/main/trunk@16685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Fix opening resources in Visual Studio? (someone check this please)Robert Pösel
This way it is used in Steam protocol where it works, but I'm now sure if this is correct way or how does it work at all. It seems working now though. git-svn-id: http://svn.miranda-ng.org/main/trunk@16684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Facebook: Fix for getting some other login errorsRobert Pösel
E.g. "You entered old password." git-svn-id: http://svn.miranda-ng.org/main/trunk@16683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17Updated german langpackTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17reinvented wheel removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17SkypeWeb: memleaks fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16langpacks: update according to [16654]Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16langpacks/english: ICQCorp updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16clist_modern: copy-paste bug MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16677 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- Fixed resetting database entry git-svn-id: http://svn.miranda-ng.org/main/trunk@16676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- more fixes for the options dialog - Added feature to install a list of predefined item: In module PluginUpdaterNewFiles, create a BYTE entry for each item you want to install (Name as in the options dialog, BYTE value 1) When you open "Available components list", those entries will be preselected. git-svn-id: http://svn.miranda-ng.org/main/trunk@16675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16Clist_modern: fix sorting by statusMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16674 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16langpacks/polish: minor updateGoraf
git-svn-id: http://svn.miranda-ng.org/main/trunk@16673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16langpacks/polish: updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16langpacks/polish: updateGoraf
git-svn-id: http://svn.miranda-ng.org/main/trunk@16671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16langpacks/ukrainian: update according to [16654]RMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@16670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater:Tobias Weimer
- Fixed plugin renaming - Disabled platform change until it will be fixed: To reproduce it: with x64 version, Go to PluginUpdater Options, change x64 to x32 and back, It'll stay grayed out, even after a complete restart. In fact, there is no way to change that setting back, except deleting it in database and a full Miranda restart. git-svn-id: http://svn.miranda-ng.org/main/trunk@16669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15clists code cleaning & optimizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15correct path in update windowKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater:Tobias Weimer
- Fixed updating git-svn-id: http://svn.miranda-ng.org/main/trunk@16666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c