summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
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
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-08Facebook: Version bump. Copyright year update.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08Facebook: Sharing status through classic web + added from city "Miranda NG"Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08Facebook: Fixed writing status message (Mind) (temporary as from mobile device)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3496 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08Facebook: Fixed getting notifications.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08Facebook: Fixed getting friendship requests.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-07Umlauts for me.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3462 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-02-04- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-30copyright updateGeorge Hazan
fixes #204 git-svn-id: http://svn.miranda-ng.org/main/trunk@3367 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-30muuid standardizationKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-30added platform capsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3351 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29version bumpGeorge Hazan
fixes: [#204] git-svn-id: http://svn.miranda-ng.org/main/trunk@3347 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29MSN HTTP avatars, part III, finalGeorge Hazan
fixes #204 git-svn-id: http://svn.miranda-ng.org/main/trunk@3345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29MSN HTTP avatars, part IIGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29MSN HTTP avatars, part IGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29added new_gpg capsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29added mirotr capsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29- muuid standardization (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27- fix for the Jabber chat's Member Info dialogGeorge Hazan
- ++i -> i++ git-svn-id: http://svn.miranda-ng.org/main/trunk@3310 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-27- new way of removing icolib icons by handleGeorge Hazan
- icon leak fix for Jabber git-svn-id: http://svn.miranda-ng.org/main/trunk@3303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27all perversions will "core_main_*" icon names removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-26SKINICON_OTHER_FRAME for all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3297 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