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_thread.cpp
Age
Commit message (
Expand
)
Author
2015-11-11
thread library:
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-27
fix for 64-bit issues & warnings
George Hazan
2015-08-11
'unreferenced formal parameter' warnings fixed
George Hazan
2015-08-10
tlen: common project
Kirill Volinsky
2015-07-22
Tlen: vc2015 compilation fix
Kirill Volinsky
2015-07-12
Tlen protocol
Szymon Tokarz
2015-06-25
- Menu_EnableItem & Menu_SetChecked - more suitable helpers to set flags;
George Hazan
2015-06-22
Menu_ModifyItem unbound from CLISTMENUITEM structure
George Hazan
2015-06-22
- CLISTMENUITEM::cbSize - atavism removed;
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-04
new mir_snprintf templates without SIZEOF
George Hazan
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-23
replace strcat to mir_strcat
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-03-14
Tlen:
Tobias Weimer
2015-02-20
Tlen: memory leaks fixed.
Tobias Weimer
2015-01-16
MEVENT - the strict type for events, they are not HANDLE anymore
George Hazan
2014-12-02
mir_snprintf(..., "%s", ...) -> strncpy_s(...)
Rozhuk Ivan
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-11-30
Fix buf size for Get/Set text, open/save file name
Rozhuk Ivan
2014-06-14
unicode popup
Kirill Volinsky
2014-06-12
one more header moved
Kirill Volinsky
2014-06-11
correct ServiceExists call for popups
George Hazan
2014-04-22
translation fix
Kirill Volinsky
2014-02-24
- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...
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-24
-Tlen: Minor typos and translations fixed
Tobias Weimer
2014-01-24
Tlen protocol
Szymon Tokarz
2013-11-19
preparing to the transparent cyphering: end of MS_DB_CRYPT_ENCODESTRING/MS_DB...
George Hazan
2013-10-11
- m_hNetlibUser moved to PROTO_INTERFACE;
George Hazan
2013-09-24
PROTORECVEVENT::pCustomData field added to add user-defined into to incoming ...
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