index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
protocols
/
MSN
/
src
/
msn_chat.cpp
Age
Commit message (
Expand
)
Author
2016-07-29
no more TCHARs
George Hazan
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-07-25
hello, Unix.
George Hazan
2016-01-02
Copyrights update part 2
Dart Raiden
2015-08-27
fix for 64-bit issues & warnings
George Hazan
2015-08-11
code cleaning
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-04
new mir_sntprintf templates without SIZEOF
George Hazan
2015-06-04
unified project for MSN
George Hazan
2015-06-04
Fixed a memleak in groupchat
Piotr Piastucki
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-22
replace _tcscpy to mir_tstrcpy
Kirill Volinsky
2015-05-22
replace _tcsicmp to mir_tstrcmpi
Kirill Volinsky
2015-05-22
replace stricmp to mir_strcmpi
Kirill Volinsky
2015-05-22
replace _tcscmp to mir_tstrcmp
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-19
Fixed some memleaks.
Piotr Piastucki
2015-05-16
- Cache authContactToken after refresh in MSN_GetPassportAuth as this token e...
Piotr Piastucki
2015-05-15
stupid typo
George Hazan
2015-05-15
- crash fix in chats;
George Hazan
2015-05-14
Updated for partial MSNP24 protocol support, for detailed changes see MSNP24 ...
Piotr Piastucki
2014-11-19
code cleaning
George Hazan
2014-11-16
MSN protocol's death-scream
George Hazan
2014-11-02
reverted MSN removal (too early)
Vadim Dashevskiy
2014-11-02
MSN protocol stopped working (R.I.P), moved to deprecated, banned by the core...
Vadim Dashevskiy
2014-07-30
crash fix for MSN "Invite to Chat" command
George Hazan
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2014-01-10
GCDEST::pszModule and GCDEST::ptszID must be constant
George Hazan
2014-01-08
- end of ANSI support in chats;
George Hazan
2014-01-01
copyright update for year 2014
George Hazan
2013-07-20
protocol helper for detecting chats: isChatRoom
George Hazan
2013-07-08
core protocol helpers for creating protocol evengs, services & threads
George Hazan
2013-04-23
also wrtrim renamed, according to the standard, to rtrimw
George Hazan
2013-01-30
copyright update
George Hazan
2012-12-18
useless chat event removed
George Hazan
2012-10-13
MSN: folders restructurization
Kirill Volinsky