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
/
services.cpp
Age
Commit message (
Expand
)
Author
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-19
- all static protocol services replaced with functions;
George Hazan
2015-06-18
"Status" became resident for all protocols, in a constructor
George Hazan
2015-06-07
YAHOO search -> utf8
George Hazan
2015-06-01
another bunch of dead crutches: non-unicode avatar services
George Hazan
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-13
arg fixes for MS_UTILS_OPENURL service
Rozhuk Ivan
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-11-30
lstr* replacements
George Hazan
2014-11-30
Fix buf size for Get/Set text, open/save file name
Rozhuk Ivan
2014-09-17
- MS_CLIST_REMOVECONTEXTFRAMEMENUITEM, MS_CLIST_REMOVESUBGROUPMENUITEM & MS_C...
George Hazan
2014-09-16
MS_CLIST_REMOVEMAINMENUITEM also removed
George Hazan
2014-09-16
useless service MS_CLIST_REMOVECONTACTMENUITEM deleted
George Hazan
2014-02-11
"we don't need these variables" (c) Pink Floyd
George Hazan
2014-02-10
these conversions aren't needed either
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-10-30
git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b...
Dart Raiden
2013-10-11
- m_hNetlibUser moved to PROTO_INTERFACE;
George Hazan
2013-10-10
- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist call
George Hazan
2013-10-10
PS_GETUNREADEMAILCOUNT - the unified macro for "/GetUnreadEmailCount"
George Hazan
2013-08-16
rest or mir_*printf in protocols
George Hazan
2013-07-28
- fix for name conflict in proto helpers;
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-23
new helper applied instead of MS_DB_SETSETTINGRESIDENT
George Hazan
2013-06-21
minor code cleaning
George Hazan
2013-06-18
massive extinction of stupid service name's buffers
George Hazan
2013-06-15
ProtoBroadcastAck - unified helper for all protocols
George Hazan
2013-05-16
some another unused headers
George Hazan
2013-04-09
- the kernel filters out contacts by proto names much faster than a plugin;
George Hazan
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-04-06
menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now on
George Hazan
2013-04-05
- rest of menus cleared;
George Hazan
2013-04-05
various menu items quirks, simplifications & optimization
George Hazan
2013-01-06
code cleaning
George Hazan
2013-01-05
- fix for Unicode popups;
George Hazan
2012-11-28
various menu initialization quirks
George Hazan
2012-10-14
Yahoo: folders restructurization
Kirill Volinsky