summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/stdafx.h
AgeCommit message (Collapse)Author
2024-07-17fixes #4533 (Jabber: версия Миранды сообщается ↵George Hazan
некорректно)
2024-01-08Update copyrightsdartraiden
2023-08-24fixes #3661 (tabSRMM: всплывающие уведомления о ↵George Hazan
наборе текста при получении оффлайнового сообщения), also implements XEP-0160 in Jabber
2023-07-26fixes #3585 (Оффлайновые файлы: исходящие ↵George Hazan
файлы должны выглядеть как и входящие)
2023-07-25SRMM: automatic RTF log redraw on event's change/removalGeorge Hazan
2023-07-09fixes #3351 (Jingle: Separate all VOIP-related code from Jabber to Jingle ↵George Hazan
plugin)
2023-06-23Jingle: first step towards #3351George Hazan
2023-04-19quick-n-dirty way to signalize that a file is loadedGeorge Hazan
2023-02-28fixes #3353 (Jabber: пункт меню "Позвонить" не ↵George Hazan
отображается после перезапуска)
2023-02-25Jabber: ignore m_bEnableVOIP if no Jingle module installedGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-10-06mir_signal: C++ helper to get rid of tons code in CGeorge Hazan
2022-09-26code cleaningGeorge Hazan
2022-09-26Utils_ClipboardCopy - system-wide helper for writing text to clipboardGeorge Hazan
2022-09-14useless field ThreadData::bIsSessionAvailable removedGeorge Hazan
2022-08-07Jabber: fix for VoiceService callingGeorge Hazan
2022-07-29fixes #3110 (remove Jabber frame)George Hazan
2022-05-12oops... select() doesnt'return -1 if a socket gets closed... wtf...George Hazan
2022-05-07Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵George Hazan
died and converted into a set of parameters + code cleaning
2022-04-15Jabber: code cleaningGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-05-10suddenly: tipper services were used as string constantsGeorge Hazan
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88)
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-01-17Update copyrightsdartraiden
2020-10-28Jabber: we store now server caps in our cache not to rerequest them on each ↵George Hazan
login
2020-10-08OpenSSL upgraded to 1.1.1George Hazan
2020-07-12Jabber: ugly scheme with flags replaced with TJabberAuth instantiationGeorge Hazan
2020-06-26rest of unused messages removedGeorge Hazan
2020-06-26two more obsolete messages removedGeorge Hazan
2020-06-26WM_JABBER_REGDLG_UPDATE - unused message removedGeorge Hazan
2020-06-25constant unificationGeorge Hazan
2020-06-24Revert "Jabber: user name to be encoded to avoid spaces"dartraiden
This reverts commit 2c369e66feacfb3b934b1ec28fcecd179d796ba1.
2020-06-24Jabber: user name to be encoded to avoid spacesGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-05-05fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-03-02Jabber:George Hazan
- capability cache is stored in a json file now instead of database; - caps manager became global; - account-dependent methods of CJabberClientCapsManager moved to CJabberProto; - code cleaning
2020-02-17code cleaningGeorge Hazan
2020-02-06Jabber:George Hazan
- MessageState support; - minor code cleaning
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-17minor code cleaningGeorge Hazan
2019-10-17fixed #1710 (Jabber: implement XEP-0363 (HTTP File Upload))George Hazan
2019-09-30compilation fixGeorge Hazan
2019-09-16fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window)George Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden