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
/
protocols
/
ICQCorp
/
src
/
services.cpp
Age
Commit message (
Expand
)
Author
2024-01-26
major atavism, PROTORECVEVENT, died with its own set of constants
George Hazan
2024-01-24
PS_GETNAME: another old atavism removed
George Hazan
2024-01-08
no need to call PSS_GETINFO, PSS_GETAWAYMSG, PSS_FILEALLOW, PSS_FILEDENY & PS...
George Hazan
2023-12-29
fixes #4085 (Удалить настройки невидимости)
George Hazan
2023-12-20
DBEVENTINFO::hContact to be returned inside an event, no need to call db_even...
George Hazan
2023-04-11
DB::FILE_BLOB - file events' access unification
George Hazan
2022-07-31
Contact: group of functions gathered into the personal namespace
George Hazan
2021-12-26
DWORD -> uint32_t
George Hazan
2021-12-26
WORD -> uint16_t
George Hazan
2021-12-26
PBYTE -> uint8_t*
George Hazan
2020-07-23
fixes #2493 (Проблема с Юникодом в диалоге доба...
George Hazan
2019-09-27
fix for a function name:
George Hazan
2019-09-26
Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden variabl...
George Hazan
2019-07-21
Restore "Free for chat" status support (fixes #1963)
dartraiden
2019-05-27
fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses com...
George Hazan
2019-01-18
code cleaning
George Hazan
2019-01-18
we don't need PSR_URL as well
George Hazan
2018-12-28
User added notifications:
George Hazan
2018-05-17
ICQCorp -> CMPlugin
George Hazan
2018-04-26
ICQCorp: fix for unique name
Mataes
2018-04-05
ICQCorp: custom logging removed & replaced with standard Miranda network log
George Hazan
2018-03-28
PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq...
George Hazan
2018-01-18
perhaps it was last problem with utf8...
George Hazan
2018-01-17
unified project for ICQCorp
George Hazan
2018-01-17
ICQCorp: fix for reading away messages
George Hazan
2018-01-17
ICQCorp: fix for broken file transfers
George Hazan
2018-01-17
ICQCorp: fix for sending messages in utf8
George Hazan
2018-01-16
ICQCorp:
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-17
useless field DBEVENTINFO::cbSize removed
George Hazan
2016-11-29
code cleaning
George Hazan
2016-07-29
removing TCHAR + WCHAR from headers
George Hazan
2016-07-27
less TCHARs
George Hazan
2015-12-17
ICQCorp: encoding fix, crash fix(?)
MikalaiR
2015-12-14
ICQCorp:
Tobias Weimer
2015-08-27
fix for 64-bit issues & warnings
George Hazan
2015-05-31
- CreateProtoServiceFunction() moved into mir_core.dll instead of inlining
George Hazan
2015-05-31
fixes for PS_SETAWAYMSG calls
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
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 lstrlen to mir_tstrlen
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2014-04-15
ICQCorp adopted - needs Unicode fixes
Vadim Dashevskiy