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
/
Dummy
/
src
/
dummy_proto.cpp
Age
Commit message (
Expand
)
Author
2020-02-20
bunch of useless threads replaced with a call of ProtoBroadcastAsync
George Hazan
2020-01-01
Happy new year, Miranda
George Hazan
2019-09-27
end of manual experiments with CList/NotOnList
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-08-13
useless checks removed
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-08
fixes #1715 (by default account's destructor doesn't free network handle)
George Hazan
2019-01-04
Update copyrights
dartraiden
2018-09-21
old crutch removed: error messages to go in Unicode
George Hazan
2018-05-08
Dummy: added stubs for deprecated protocols
George Hazan
2018-04-21
code cleaning:
George Hazan
2018-04-18
g_hInstance incapulated into PLUGIN<>, no need in the separate variable
George Hazan
2018-03-28
PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq...
George Hazan
2018-01-01
massive copyright update
dartraiden
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-12-06
fix after files conversation
Kirill Volinsky
2017-11-28
Source files converted to utf-8
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2016-09-14
second major wipeout of database services & structures:
George Hazan
2016-07-29
no more TCHARs
George Hazan
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2015-10-25
Dummy: Support for sending messages (with option to enable it)
Robert Pösel
2015-10-25
Dummy: Allow searching (by id) and adding new contacts
Robert Pösel
2015-10-25
Dummy: Simplify settings by provide list of existing protocols to choose from...
Robert Pösel
2015-08-27
fix for 64-bit issues & warnings
George Hazan
2015-04-26
unified project for Dummy protocol
George Hazan
2015-03-22
- PROTO_INTERFACE got the default implementation;
George Hazan
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-11-30
new sorting functions applied
George Hazan
2014-09-24
Dummy: Fix settings for more dummy accounts
Robert Pösel
2014-09-18
Implement basic Dummy protocol
Robert Pösel