summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22SkypeWeb: Loading contactlist after polling start.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace lstrlenA to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace lstrlen to mir_tstrlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13749 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22now nick is firstname + lastnameKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21SkypeWeb: fixed memleakAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21SkypeWeb: Contact computername in MirVer. Fix duplicate bitness in MirVer.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21war against atavisms continuesGeorge Hazan
- everything that goes to PSS_MESSAGE should be sent as utf8 string; - thus PREF_UNICODE & PREF_UTF support discontinued, these constants are removed; - support for PREF_UNICODE & PREF_UTF in protocols also removed; - PREF_UNICODE used in file transfers (PROTOFILERECVT) replaced with PRFF_UNICODE / PRFF_TCHAR git-svn-id: http://svn.miranda-ng.org/main/trunk@13734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13728 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21Fixed sending nudges.Piotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@13727 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21Removed obsolete code from protocol like P2P, Media Info status messages, ↵Piotr Piastucki
Nudge, File transfers, Switchboard. Currently it is just disabled with #ifdef OBSOLETE in order to keep the code for future reference and still benefit from decreased file size. If MSN protocol doesn't get back these features, code can finally be thrown out then later. Most likely, these features will be gone forever. git-svn-id: http://svn.miranda-ng.org/main/trunk@13726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-20Extended MSN error code list for the sake of documentationPiotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@13723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-20Reading own profile is needed for later profile updates, re-enable the callPiotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@13721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-20Steam: Prepare deleting token only when server return code 401Robert Pösel
This solves problem of deleting token even if it's still valid but just request got timeout. But it doesn't work yet, because we will got "response == null" as parameter. git-svn-id: http://svn.miranda-ng.org/main/trunk@13714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19 - Better also save SOAP store access token.Piotr Piastucki
- Implemented handling of NFY MSGR\ABCH message although I never saw one (so untested). git-svn-id: http://svn.miranda-ng.org/main/trunk@13706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19Extended address book server sync to file contacts into correct listsPiotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@13705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19Fixed some memleaks.Piotr Piastucki
Added contact list exchange feature. git-svn-id: http://svn.miranda-ng.org/main/trunk@13704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19fix for to early loading (before std plugins)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13703 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19Steam: Fix showing error message on sending message; small cleanup and FIXME ↵Robert Pösel
note git-svn-id: http://svn.miranda-ng.org/main/trunk@13701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19Omegle: Fix receiving data without first letter; various cleanup; version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19Steam: Fix disconnecting on incorrect login and always show error popup (but ↵Robert Pösel
login itself still doesn't work) git-svn-id: http://svn.miranda-ng.org/main/trunk@13699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19Steam: Fix MirVer when user is connected from different clientsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19AIM:Tobias Weimer
-minor bugfixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-18Tox:Alexander Lantsev
- fixed bugs from coverity - fixed empty profile loading - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@13687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-18SkypeWeb: added mapping of global statusesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-18Send correct capabilities on PUT presencePiotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@13682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-17Only propagate Skype contacts on Forward list, there seems to be a server ↵Piotr Piastucki
error when propagating other (MSN) contacts. git-svn-id: http://svn.miranda-ng.org/main/trunk@13664 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-17- Forgot to save hotAuthToken which prevented login to Hotmail inbox after ↵Piotr Piastucki
restart and relogin. You need to delete authTokenExpireTime in DB in order to get new token or wait 24h - Cached netId in MyOptions for faster access git-svn-id: http://svn.miranda-ng.org/main/trunk@13662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-17Tried to implement Hotmail inbox-notifications, unsure if they do work as ↵Piotr Piastucki
expected though. git-svn-id: http://svn.miranda-ng.org/main/trunk@13661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16On M$ account login problem (i.e. due to security measures), open up browser ↵Piotr Piastucki
window to let user correct the problem (untested). git-svn-id: http://svn.miranda-ng.org/main/trunk@13659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16- Fixed port number in options dlg (which still showed old port number)Piotr Piastucki
- Changed checkboxes to enable setting instead of disable it by checking them which seems a bit inconsistent. - Also cache MSN Passport token as it is needed for editing MSN profile in web - Do not set user status to offline when another endpoint of our user (i.e. web) disconnects. - Set wlid in options dialog when saving username/pass so that other modules can also read current WLID correctly (as we do not rely on e-mail addresses anymore) - Kick out file sending/receiving capability as this doesn't work anymore. git-svn-id: http://svn.miranda-ng.org/main/trunk@13658 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16fixes problems with real jid calculation in Jabber chatsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13656 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16Tox: avatars tuningAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16fix for strncat useKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16fix for strncat useKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16fix for strncat useKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16Tox: updated tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16Tox: setting direction flag of transferAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16Tox: removed unnecessary codeAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16- Cache authContactToken after refresh in MSN_GetPassportAuth as this token ↵Piotr Piastucki
expires already after 8 hours whereas other tokens like login persist 24h - Fixed groupchat invite - Fork Contact list Refresh on connect into background thread so that login is faster. git-svn-id: http://svn.miranda-ng.org/main/trunk@13615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16Set isConnectSuccess bool, maybe prevents possible crash on spurious XFR?Piotr Piastucki
Fixed status mode change and setting status text git-svn-id: http://svn.miranda-ng.org/main/trunk@13614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16Tox: attempt to fix file resumingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-15Tox: fixed outgoing transfer visualizationAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-15Tox:Alexander Lantsev
- temporary disabled multimedia abilities - fixed file sending - fixed avatar changing - updated tox core - version bumb git-svn-id: http://svn.miranda-ng.org/main/trunk@13610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-15Fixed bug on static buffer copy introduced in 13604Piotr Piastucki
Removed unnecessary use of strlen git-svn-id: http://svn.miranda-ng.org/main/trunk@13606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-15stupid typoGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c