index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
AVS
/
src
/
cache.cpp
Age
Commit message (
Expand
)
Author
2021-04-05
embedded cycle removed
George Hazan
2021-01-17
Update copyrights
dartraiden
2020-01-28
AVS: metacontacs avatars occasionally got hidden
George Hazan
2019-12-04
GetContactProto: useless duplicate function replaced with standard Proto_GetB...
George Hazan
2019-08-01
fixes #2022 (shitty internal AVS flags finally removed from global include file)
George Hazan
2018-11-12
db_* functions replaced with g_plugin calls
George Hazan
2018-07-24
database:
George Hazan
2018-05-03
mir_forkThread<typename> - stronger typizatioin for thread function parameter
George Hazan
2018-04-13
fix for deadlock in AVS
George Hazan
2018-04-11
AVS: if an avatar is already loaded, don't put it into a queue, just load & r...
George Hazan
2018-04-10
these temporary variables aren't needed as well
George Hazan
2018-04-10
obsolete compatibility code removed from AVS
George Hazan
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2017-01-08
code cleaning
George Hazan
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-06-11
MRA: change avatars load threads count default value from 4 to 1
Rozhuk Ivan
2016-05-13
code cleaning
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-15
correct notification when avatar is removed
George Hazan
2015-04-24
AVS - common project
Vadim Dashevskiy
2014-12-13
CopyMemory -> memcpy
Rozhuk Ivan
2014-07-31
old ugly trash removed from AVS
George Hazan
2014-07-24
- AVS_path* functions replaced with the core analogs;
George Hazan
2014-07-23
removing direct access to metas: AVS
George Hazan
2014-07-16
in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...
George Hazan
2014-05-30
db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACT
George Hazan
2014-04-08
bunch of mc related fixes
George Hazan
2014-02-27
- metacontacts are always present;
George Hazan
2014-02-27
direct access to MetaContacts/IsSubcontact removed everywhere
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
2013-10-22
- rare crash fix in Smileys;
George Hazan
2013-08-11
ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ProtoGe...
George Hazan
2013-08-11
fix for russian variable name (though it works ok :)
George Hazan
2013-08-10
- strange built-in base64 encoder replaced with the core one;
George Hazan
2013-08-10
divide et impera
George Hazan