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
/
Sametime
/
src
/
conference.cpp
Age
Commit message (
Expand
)
Author
2023-01-27
Group chats: all old APIs with lookup by module+session removed
George Hazan
2023-01-25
Group chats: ChatRoomID setting replaced with real protocol id
George Hazan
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
2020-02-19
if a protocol handles an event, it shall return 1, not 0
George Hazan
2020-01-25
massive code cleaning:
George Hazan
2019-07-24
useless member NETLIBOPENCONNECTION::cbSize removed
George Hazan
2019-04-12
wiping custom icolib functions: all another plugins
George Hazan
2019-02-25
GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat eve...
George Hazan
2018-11-26
Chat_AddGroup - simplified prototype
George Hazan
2018-08-09
SameTime: another menu item that gets shown for all 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
2018-05-03
mir_forkThread<typename> - stronger typizatioin for thread function parameter
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-11-13
Code modernize ...
Goraf
2017-09-19
useless structure GCDEST finally removed
George Hazan
2016-09-19
grrrrm... there's no hLangpack in chat items, therefore strings must be trans...
George Hazan
2016-09-19
forgotten LPGENW restored
George Hazan
2016-09-19
unused translations removed
George Hazan
2016-09-19
- struct GCSESSION died;
George Hazan
2016-09-19
Chat_AddGroup - even less structures
George Hazan
2016-09-17
chats: more functions, less structures
George Hazan
2016-09-16
- chats services replaces with functions;
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-01-17
Sametime protocol:
Szymon Tokarz
2015-09-04
Sametime: menu uid
Alexander Lantsev
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
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-05-31
- additional operator LPARAM() for _A2T & _T2A;
George Hazan
2015-05-22
T2Utf - handy replacement for ptrA<mir_utf8decodeT()>
George Hazan
2015-05-22
replace _tcscmp to mir_tstrcmp
Kirill Volinsky
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-09-16
useless service MS_CLIST_REMOVECONTACTMENUITEM deleted
George Hazan
2014-03-30
code cleaning
George Hazan
2014-03-22
Sametime: decapitalization
Dart Raiden
2014-03-21
Sametime protocol adopted
Szymon Tokarz