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
/
plugins
/
MirOTR
/
src
/
svcs_menu.cpp
Age
Commit message (
Expand
)
Author
2022-07-31
Contact: group of functions gathered into the personal namespace
George Hazan
2022-07-16
Contact_IsGroupChat - a helper to detect chat rooms
George Hazan
2021-12-26
DWORD -> uint32_t
George Hazan
2019-12-04
GetContactProto: useless duplicate function replaced with standard Proto_GetB...
George Hazan
2019-03-13
MirOTR: fix for swapped icons
George Hazan
2019-03-07
OTR:
George Hazan
2019-02-28
MirOTR: code cleaning
George Hazan
2018-11-14
hContact, MODULENAME -> g_plugin
George Hazan
2018-08-09
fixes #1538 (MirOTR menu items are disaplyed for non-IM contacts)
George Hazan
2018-07-11
int hLangpack/m_hLang removed and replaced with HPLUGIN
George Hazan
2018-05-22
m_genmenu.h unbound from hLangpack
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-27
slightly optimized way of getting menu item's module name
George Hazan
2017-11-27
add module name (part 1)
Kirill Volinsky
2016-07-29
no more TCHARs
George Hazan
2016-07-27
less TCHARs
George Hazan
2016-07-27
<tchar.h> removed from <m_system.h>
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-03-12
MirOTR: Minor cleanup
Tobias Weimer
2015-12-15
missing UIDs in MirOTR menu
George Hazan
2015-06-29
- unified menu creation using wrapper class CMenuItem;
George Hazan
2015-06-28
finally CLISTEVENT removed completely
George Hazan
2015-06-27
- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...
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-14
- all icolib services removed;
George Hazan
2015-06-04
new mir_sntprintf templates without SIZEOF
George Hazan
2015-05-22
T2Utf - handy replacement for ptrA<mir_utf8decodeT()>
George Hazan
2015-05-22
replace _tcscmp to mir_tstrcmp
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-04-30
minus critical section
Kirill Volinsky
2015-03-26
MirOTR: fixed ICQ problem as it's dropping all messages with "otr.cypherpunks...
René Schümann
2015-03-26
MirOTR: compatibility update to support/use libotr 4
René Schümann
2015-03-14
MirOTR: part 3, file/folder structure change
René Schümann