summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2013-03-02fix for registering relative avatar path in TwitterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02version bumpGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02fix for registering relative avatar path in FacebookGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02avatar path correctionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3841 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-02unneeded code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3833 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 helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTORELATIVEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3826 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-03-01useless Folders support checks removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01Fix for crash of ICQ plugin due server group list was not obtained (patch by ↵Tobias Weimer
ryo-oh-ki) git-svn-id: http://svn.miranda-ng.org/main/trunk@3823 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-28Facebook: Fixed showing correct login error. Version bump.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-26Reverted custom smileys in outgoing messages for now, we need better ↵Robert Pösel
solution for them. git-svn-id: http://svn.miranda-ng.org/main/trunk@3788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-26translation fixesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3779 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-25fixed crash in x64Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3769 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-24fixes crashes for work with last proto changesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3756 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23Facebook, Smileyadd: Allow custom smileys in outgoing messagesRobert Pösel
Facebook: Workaround for showing also cached custom smileys git-svn-id: http://svn.miranda-ng.org/main/trunk@3743 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23git-svn-id: http://svn.miranda-ng.org/main/trunk@3742 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23git-svn-id: http://svn.miranda-ng.org/main/trunk@3741 ↵George Hazan
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-23old C proto interface removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23correct Jabber account icon calculationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23the XFire options redesign (fixes #229)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23minor ressource fixes (fixes #229)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21- account's icon is automatically set to its online icon;George Hazan
- removed Protocols/ICQ/Accounts and Protocols/Jabber/Accounts icon lib items; - removed arServices array from Jabber git-svn-id: http://svn.miranda-ng.org/main/trunk@3675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21service MS_VARS_FREEMEMORY replaced with the direct call of mir_freeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21hooking loading/unloading popups pluginsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-20fixes for various hangups & crashes on exitGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-18- Create PopUp options pages only when popup plugin present Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-16- resource cosmetics (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14+ Restored sendOwnerInfoRequest() function in legacy mode. (patch by ryo-oh-ki)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14Fixed missed update of a new password in "change user info dialog" in case ↵Tobias Weimer
when dialog was not re-opened before second password change. (patch by ryo-oh-ki) git-svn-id: http://svn.miranda-ng.org/main/trunk@3594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- boost updated to 1.53, and should be placed into ..\..\boost folderGeorge Hazan
- various compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13VS2012 projects to be compiled with SP1 XP-compatible runtimeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12fix for settings' tableGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12good bye, ansiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12fix for &RQ detection in ICQGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- ICQ: numbers only allowed in 'port' input fieldVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- ICQ: minor ressource fixesVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3566 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11minor ressource fixes (fixes #229)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3557 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