summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_menu.cpp
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-12-07fingerprint: more strict service definitionsGeorge Hazan
2023-09-21MessageWindowEventData: useless structure removedGeorge Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-08-08Jabber: more voipGeorge Hazan
2022-08-06fixes #3148 (Jabber: "Voice call"menu item should be hidden if the feature ↵George Hazan
is disabled)
2022-08-03Jabber: initial version of Jingle supportGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-01-30Jabber: XEP-0085 support code occasionally check typing notification ↵George Hazan
settings, nobody knows why...
2021-01-17Update copyrightsdartraiden
2020-08-03Jabber: according to XEP-085 client MUST generate GONE event, if a message ↵George Hazan
window is closed
2020-06-29fixes #2453 (Jabber: add ability to load whole history via Message Archive ↵George Hazan
Management)
2020-06-26Revert "Jabber: XEP-0136 support removed"George Hazan
This reverts commit e6bf9c2a41622424c2cd4006326455e08c80812a. # Conflicts: # protocols/JabberG/src/jabber_caps.cpp # protocols/JabberG/src/jabber_caps.h # protocols/JabberG/src/jabber_iqid.cpp
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-11Jabber: XEP-0136 support removedGeorge Hazan
2020-06-06fixes #2429 (More strict XEP-0085 compliance)George Hazan
2020-06-01fixes #2395 (Многие пунты жаббера в меню ↵George Hazan
контакта не двигаются)
2020-02-17code cleaningGeorge Hazan
2020-02-17Jabber: massive options code cleaningGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-23Jabber: we don't need this option anymoreGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-05-29all icons with keys replaced with skin password icon SKINICON_OTHER_KEYSGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-04-12wiping custom icolib functions: JabberGeorge Hazan
2019-04-04the stronger type check the better, also some large static arrays considered ↵George Hazan
useless
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵George Hazan
controls flags
2019-02-19Jabber -> TinyXml2George Hazan
2019-01-04Update copyrightsdartraiden
2018-07-25major code cleaning of all font-related structuresGeorge Hazan
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-04-22EV_PROTO_ONMENU removedGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-02fixes #1241 (some status menu items don't change language until restart)George Hazan
2018-03-28common protocol instance management code went into templateGeorge Hazan
2018-03-26Jabber: fix for showing auth menu itemsGeorge Hazan
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan