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
/
Yahoo
/
src
/
avatar.cpp
Age
Commit message (
Expand
)
Author
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-07-25
hello, Unix.
George Hazan
2016-04-17
- unused netlib flags removed
George Hazan
2015-08-28
fix for all remaining warnings like 'blablabla hides blablabla'
George Hazan
2015-08-11
code cleaning
George Hazan
2015-08-10
Yahoo: common project
Kirill Volinsky
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-07
YAHOO search -> utf8
George Hazan
2015-06-01
various quirks with PROTO_AVATAR_INFORMATION declarations
George Hazan
2015-06-01
another bunch of dead crutches: non-unicode avatar services
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-03-30
Yahoo:
Tobias Weimer
2015-03-27
Yahoo:
Tobias Weimer
2014-12-02
mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)
Rozhuk Ivan
2014-11-30
new sorting functions applied
George Hazan
2014-11-30
lstr* replacements
George Hazan
2014-11-30
code cleanup, x64 fix
Rozhuk Ivan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-10-11
- m_hNetlibUser moved to PROTO_INTERFACE;
George Hazan
2013-10-08
separate Folders handles removed from protocols
George Hazan
2013-07-10
protocol DB helpers for YAHOO
George Hazan
2013-07-09
applied protocol helpers
George Hazan
2013-07-08
core protocol helpers for creating protocol evengs, services & threads
George Hazan
2013-06-15
ProtoBroadcastAck - unified helper for all protocols
George Hazan
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-11
- translation fixes (patch from Basil)
Vadim Dashevskiy
2013-03-02
unicode folders custom names (gotten from szName by default, as usual)
George Hazan
2013-03-02
rest of TCHAR_STR_PARAM replaced
George Hazan
2013-03-02
- avatars' Folders settings moved to the "Avatars" section;
George Hazan
2013-03-01
service call replaced with helper
George Hazan
2013-03-01
useless Folders support checks removed
George Hazan
2013-01-06
code cleaning
George Hazan
2013-01-05
- fix for Unicode popups;
George Hazan
2012-10-14
Yahoo: folders restructurization
Kirill Volinsky