summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_chatrooms.cpp
AgeCommit message (Collapse)Author
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-05-29Skype:George Hazan
- fixes #829; - massive code cleaning
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-01-23no need to implement the same code in each pluginGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-09-19grrrrm... there's no hLangpack in chat items, therefore strings must be ↵George Hazan
translated inside plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@17323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19forgotten LPGENW restoredGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19unused translations removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19- struct GCSESSION died;George Hazan
- Chat_NewSession simply gets 5 parameters; - minor chat code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19Chat_AddGroup - even less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-17chats: more functions, less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-16- chats services replaces with functions;George Hazan
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14second major wipeout of database services & structures:George Hazan
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31git-svn-id: http://svn.miranda-ng.org/main/trunk@17230 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-28SkypeWeb: Menu items which open some dialog should end with "..."Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-28SkypeWeb: Improve setting custom nick for chat contact; version bumpRobert Pösel
* Fixed memleak (pForm.ptszResult must be freed) * Fixed target groupchat (use gch->pDest->ptszID instead of id of user) * Setting empty name will delete the custom nick * When new nick is same as current, do nothing git-svn-id: http://svn.miranda-ng.org/main/trunk@17212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-28SkypeWeb: Show better names for chat contactsRobert Pösel
Based on idea of olegtarasov - https://github.com/miranda-ng/miranda-ng/pull/8 It primarily uses custom nicks (changed via chatroom), then it tries to get custom name of the contact in our contact list, or his nick (if custom name is not present), or as last option his id. Also custom name is used on more places (when adding new contact, or kicking contact - and also the "initiator" of the kick). git-svn-id: http://svn.miranda-ng.org/main/trunk@17211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13two memory leaks fixed in SkypeWebGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-07SkypeWeb: support custom nicks for chat's usersMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-25SkypeWeb: database optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-22SkypeWeb: fix chatrooms loading (?)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13SkypeWeb: code cleaning MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 1Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-09SkypeWeb: Strip html from messages only when type is "RichText" (fixes #1085)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-07SkypeWeb: fixed memleak MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-06SkypeWeb: chatrooms fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-02SkypeWeb: fixed messageid problems (test it!)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01SkypeWeb: clientmessageid = time in milliseconds (fix doubles in linux client)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-15SkypeWeb: refactoring part 1MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-02SkypeWeb: fix memory corruption MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-01SkypeWeb: More fixes & optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-31SkypeWeb: small fixesMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-29SkypeWeb: code optimizationMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-27SkypeWeb: More fixes & optimizationsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-25SkypeWeb: Closing dialogs on logoutMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-24SkypeWeb: ChatCreateDialog refactoringMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-15SkypeWeb: Chat create dialog -> core ui MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14568 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-15SkypeWeb: Invite dialog -> core ui MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14563 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-20SkypeWeb: CosmeticsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14290 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-20xml api became a set of functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SkypeWeb: support change chat topicMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-07SkypeWeb: Unneeded buttons removed.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-06dozen of mem leaks fixed in SkypeWebGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01SkypeWeb: Minor cleanup.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-30SkypeWeb: More fixes...MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c