summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ
AgeCommit message (Collapse)Author
2013-03-25- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-21handle leak in ICQGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14old ansi popups removed, noone used them anywayGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-13- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4002 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-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 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-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-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-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-21hooking loading/unloading popups pluginsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3668 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-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-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-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-11year fix for stdafx.cpp & JabberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-09ICQ: Added patch from ryo-oh-ki:Robert Pösel
1. Compatibility fix for third-party local ICQ servers - ICQ Groupware and IserverD. Added new option in Network -> ICQ -> Account -> "[X] Legacy fix", it's off by default (wont connect to old ICQ servers). 2. Compatibility fix for old non-unicode ICQ clients (crashes on file transfer). 3. Fixed double-freed memory in oscar_filetransfer.cpp (crashes after file transfer). git-svn-id: http://svn.miranda-ng.org/main/trunk@3499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-04settings ICQ own nick name from MyDetails corrupts itGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27strange icolib manager in ICQ killed and replaced with the standard icolib ↵George Hazan
calls. rip... git-svn-id: http://svn.miranda-ng.org/main/trunk@3304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-25ICQ: fixed setting last xstatus on loginRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-24- getting rid of 24-bit and 8-bit icons (tanks faith_healer)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-21fix for umlauts in plugin's infoGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-20git-svn-id: http://svn.miranda-ng.org/main/trunk@3209 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-20git-svn-id: http://svn.miranda-ng.org/main/trunk@3208 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-20- typo fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-20author typo fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-19changed invisible iconsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-15ICQ: Fixed ICQ 8 detection and added eBuddy (Mobile)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-15ICQ: added ICQ 8 detectionRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-15ICQ:Robert Pösel
- partially fixed mood icons when enabled xstatus support - set xstatus support enabled by default - clear xstatus on login git-svn-id: http://svn.miranda-ng.org/main/trunk@3111 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
2012-12-23Jasmine detectionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-11- junk removedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-11- some more filtersVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c