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
/
Tlen
/
src
/
tlen_svc.cpp
Age
Commit message (
Expand
)
Author
2015-06-19
- all static protocol services replaced with functions;
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-31
- CreateProtoServiceFunction() moved into mir_core.dll instead of inlining
George Hazan
2015-05-31
- additional operator LPARAM() for _A2T & _T2A;
George Hazan
2015-05-31
another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENT
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-05-21
war against atavisms continues
George Hazan
2015-05-11
minus critical section
Kirill Volinsky
2015-02-20
Tlen: memory leaks fixed.
Tobias Weimer
2015-02-15
code cleaning
George Hazan
2015-01-16
MEVENT - the strict type for events, they are not HANDLE anymore
George Hazan
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-10-04
no need to call the same code twice
George Hazan
2014-09-16
MS_CLIST_REMOVEMAINMENUITEM also removed
George Hazan
2014-02-24
- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...
George Hazan
2014-02-16
PS_CHANGEINFO is never called, and therefore exterminated
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
HCONTACT, part 3
George Hazan
2014-02-10
more HCONTACT
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2014-01-24
Tlen protocol
Szymon Tokarz
2014-01-23
patch for avatars reading optimization (by wsx22)
George Hazan
2013-10-11
- m_hNetlibUser moved to PROTO_INTERFACE;
George Hazan
2013-09-25
PROTO<>::SendAwayMsg / PSS_AWAYMSG considered unused
George Hazan
2013-09-07
shameful end of the group processing zoo, part 1
George Hazan
2013-08-20
Tlen: Try to fix login issues (fixes 447)
Tobias Weimer
2013-08-20
Tlen: Try to fix login issues (fixes 447)
Tobias Weimer
2013-08-19
replace jabber to tlen
Kirill Volinsky
2013-08-19
files renaming
Kirill Volinsky