summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_chat.cpp
AgeCommit message (Collapse)Author
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-03-12fixes #2760 (Jabber: не работает меню Invite to room)George Hazan
2021-01-24Jabber: fix for a perversive three-state BOOL variableGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-10-14Jabber: newly added contact has no Nick fieldGeorge Hazan
2020-09-11Jabber: more correct way to detect chat initialization modeGeorge Hazan
2020-09-11Jabber: member info dialog -> UI classesGeorge Hazan
2020-09-10fixes #2566 (Jabber: privacy lists editor creates problems with hidden contacts)George Hazan
2020-04-06useless commands removedGeorge Hazan
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-17code cleaningGeorge Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-05fixes #2113 (Jabber: при изменении статуса ↵George Hazan
участника конфы в лог пишется некорректный статус)
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-16fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window)George Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
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-11Jabber code optimizationGeorge Hazan
2019-04-04the stronger type check the better, also some large static arrays considered ↵George Hazan
useless
2019-04-04fixes #1912 (Jabber: Unicode doesn't work correctly in nickname changing form)George Hazan
2019-04-01translation fixGeorge Hazan
2019-03-28Jabber: incorrect translation of utf8 into CMStringWGeorge Hazan
2019-02-26fixes #1865 (Joining Password Protected Jabber Conference is not working ↵George Hazan
since last updates) + code cleaning
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-25fixes #1864 (chinese in Jabber group chats)George Hazan
2019-02-22fix of sending private messagesGeorge Hazan
2019-02-22fix for chinese in Jabber group chat menuGeorge Hazan
2019-02-20Jabber:George Hazan
- fixes #1855 (Jabber: chinese in services info); - fixes #1854 (Jabber: crash on receiving channels list); - strange obsolete class UserInfoStringBuf removed; - code optimization
2019-02-19TranslateU applied to JabberGeorge Hazan
2019-02-19all !!! fixedGeorge Hazan
2019-02-19code cleaningGeorge Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-01-11Jabber invitation dialog: code simplificationGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-07-23Jabber:George Hazan
- unused function JabberGetPictureType inlined; - fixes #1509 (Miranda receive duplicate incoming messages if contact is not in roster Jabber); - code cleaning;
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
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-22m_chat.h => CMPluginGeorge Hazan
2018-05-08code cleaning (using new MS coding style)George Hazan