summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src
AgeCommit message (Collapse)Author
2013-03-25Gadu-Gadu protocolSzymon Tokarz
- PF4_IMSENDUTF flag added to GetCaps(PFLAGNUM_4) git-svn-id: http://svn.miranda-ng.org/main/trunk@4182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-24gadu-gadu now uses status description from the coreTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@4174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-18- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-17fix for popup-related memory leaksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-15various popup related code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-11only a few real mir_forkthreadex survivedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-11- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-06cleanup of the unnecessary UnhookEvent() callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02unicode folders custom names (gotten from szName by default, as usual)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02rest of TCHAR_STR_PARAM replacedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02- avatars' Folders settings moved to the "Avatars" section;George Hazan
- TCHAR_STR_PARAM is replaced by %S (we don't need the ansi version) git-svn-id: http://svn.miranda-ng.org/main/trunk@3830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02fixed for various Folders registration quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helperGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-25PROTO_INTERFACE made zeroed on the basic inheritance levelGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23useless variable m_szProtoName removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23- PROTO_INTERFACE::GetIcon removed and replaced with the standard ↵George Hazan
implementation; - PS_LOADICON also replaced with the standard function; - ProtoConstructor() & ProtoDestructor() macroses are introduced to simplify protocols' code; - GetIcon() method implementation removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@3739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11year fix for stdafx.cpp & JabberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-16Gadu-Gadu protocolSzymon Tokarz
- avatar related code cleanup and fixes - workaround for avs issue (when custom defined protected avatar could be not show if contact has no protocol avatar) git-svn-id: http://svn.miranda-ng.org/main/trunk@3117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12- Protocols descriptions standardization and russian langpack update ↵Vadim Dashevskiy
accordingly git-svn-id: http://svn.miranda-ng.org/main/trunk@3079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-06Gadu-Gadu protocolSzymon Tokarz
- protect avatar seted in AVS with "protect the picture" option (AVS could delete protected avatar if gg contact has no avatar and gg service PS_GETAVATARINFOT returned first GAIR_WAITFOR and then GAIR_NOAVATAR) - improve avatar related netlog logs, add some comments git-svn-id: http://svn.miranda-ng.org/main/trunk@3003 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-31Gadu-Gadu protocol: Szymon Tokarz
- show error popup when file io function returns an error code hope to explain avatar problems git-svn-id: http://svn.miranda-ng.org/main/trunk@2895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-22Gadu-Gadu protocol: Szymon Tokarz
Change libgadu gg encoding from GG_ENCODING_CP1250 to GG_ENCODING_UTF8 and support it. This is a long-awaited change with introducing UTF-8 support at: - messages - status descriptions (fixes issue #8) - group chats (searching and public directory not support UTF-8 beacouse of libgadu limitations, thats works as previously) Thanks to Tomasz Figa for his path from http://code.google.com/p/miranda/issues/detail?id=1195 git-svn-id: http://svn.miranda-ng.org/main/trunk@2786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-21GaduGadu:Tobias Weimer
- fixed menu icons git-svn-id: http://svn.miranda-ng.org/main/trunk@2784 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-05Gadu-Gadu protocol: account avatar workSzymon Tokarz
- fixes with groupchats support - fixed import/export contact list to text file - Nick, MyHandle, ChatRoomID stored in db as unicode (1st step to implement unicode support in GG protocol) git-svn-id: http://svn.miranda-ng.org/main/trunk@2646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02new easy standard way of registering icons: Icon_RegisterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-01SKINICONDESC initialization - end of storyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-29Gadu-Gadu protocol: account avatar workSzymon Tokarz
- MojaGeneracja.pl website changed to gg.pl git-svn-id: http://svn.miranda-ng.org/main/trunk@2554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-29Gadu-Gadu protocol: account avatar workSzymon Tokarz
- fixes setting custom avatar (when do it first time or change it to another type) - fixed restoring oryginal avatar when setting new has faild (it's complex mechanism and could need some more work, but i'm hope that this and last commits are enough for now) git-svn-id: http://svn.miranda-ng.org/main/trunk@2553 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28various menu initialization quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28new macroses for MS_PROTO_CHAINRECV: ProtoChainRecv, ProtoChainRecvMsg & ↵George Hazan
ProtoChainRecvFile git-svn-id: http://svn.miranda-ng.org/main/trunk@2540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-26various code cleaning considering protocols' declarationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-25typed stub for MS_PROTO_GETCONTACTBASEPROTOGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-25Gadu-Gadu protocolSzymon Tokarz
- implemented single junk files cleaning from avatar cache folder created after last avatar api change issue - cleaning code in gg.cpp cleanuplastplugin() that is not needed in NG - bump version to 0.11.0.2 git-svn-id: http://svn.miranda-ng.org/main/trunk@2473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-23Gadu-Gadu protocolSzymon Tokarz
- GG changed avatar API at http://api.gadu-gadu.pl/avatars/%d/0.xml file. Adapting our avatar code to that change. git-svn-id: http://svn.miranda-ng.org/main/trunk@2437 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-21consistent hash generation fix - part 4Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-15Gadu-Gadu protocolSzymon Tokarz
filetransfers and session code arrangement fixes crashes when transfer file with not ascii chars in name and freeze when transfer second file parallel git-svn-id: http://svn.miranda-ng.org/main/trunk@2321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-07Cosmetics for plugins descriptions and their translation.Vadim Dashevskiy
ImoProxy.txt and Skype.txt in langpack_russian moved to Deprecated. git-svn-id: http://svn.miranda-ng.org/main/trunk@2234 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-03Gadu-Gadu protocolSzymon Tokarz
- do not execute code in mainthread (ProtoBroadcastAck) where we are inside critical section and this critical section can be used by main thread in parallel (see bug #45) git-svn-id: http://svn.miranda-ng.org/main/trunk@2158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-03GaduGadu-Gadu protocolSzymon Tokarz
- more info logged to netlog at debug version. schould help track multithread issues - netlog logging messages fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@2157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02final switch to the typed icolib apiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-26Gadu-Gadu protocolSzymon Tokarz
- groupchats fixed - minor TCHAR fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@2089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-22Gadu-Gadu protocolSzymon Tokarz
- find contacts fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@2051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-21Gadu-Gadu protocolSzymon Tokarz
- contact's avatars requesting fix - images transfer fix - some fixes in TCHAR handling should fix #5, #15 and #45 git-svn-id: http://svn.miranda-ng.org/main/trunk@2038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-21patch for eliminating expert mode in options (to replace the simple mode ↵George Hazan
with ModernOpts) git-svn-id: http://svn.miranda-ng.org/main/trunk@2025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-12Gadu-Gadu: folders restructurizationVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c