summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_groupchat.cpp
AgeCommit message (Collapse)Author
2022-08-15Jabber: ability to load group chat avatars (once in a day)George Hazan
2022-04-26Jabber: old erroneous idea about subjects in group chats removedGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-03-13fixes #2759 (Jabber: комната в клисте горит желтым, ↵George Hazan
даже когда с меня снимают membership)
2021-01-24Jabber: fix for a perversive three-state BOOL variableGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-10-11Jabber: fix for sounds & popups in group chats without SubjectGeorge Hazan
2020-09-11Jabber: more correct way to detect chat initialization modeGeorge Hazan
2020-06-26Jabber: rest of CJabberDlgGcJoin moved to UI classesGeorge 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-06-03Jabber: fix for advanced compilance with XEP-0045George Hazan
2020-03-31Jabber:George Hazan
- fixes #2257 (Jabber: double click by room name shoud open "Join chatroom" dialogue); - more code implemented using UI classes; - massive code cleaning
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-02-24Jabber: more strict XEP-045 complianceGeorge Hazan
2020-02-19Jabber: useless button removedGeorge Hazan
2020-02-17code cleaningGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-05fixes #2113 (Jabber: при изменении статуса ↵George Hazan
участника конфы в лог пишется некорректный статус)
2019-09-16fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window)George 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-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-04-13Jabber:George Hazan
- Miranda to generate globally unique packet ids; - unused member IJabberInterface::AddTemporaryIqHandler removed; - two rarely used params removed from CJabberProto::AddIQ && CJabberIqManager::AddHandler - code cleaning
2019-04-12wiping custom icolib functions: JabberGeorge Hazan
2019-04-05*sigh* rollback of setting new nickGeorge Hazan
2019-04-05Jabber: final fix for Chinese in nick change dialogGeorge Hazan
2019-04-04the stronger type check the better, also some large static arrays considered ↵George Hazan
useless
2019-03-25Jabber: error popup's title to carry account nameGeorge Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George 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-19TranslateU applied to JabberGeorge Hazan
2019-02-19dialog code cleaningGeorge Hazan
2019-02-19compilation fixGeorge Hazan
2019-02-19code cleaningGeorge Hazan
2019-02-19Jabber:George Hazan
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful
2019-02-19more checks for GetText()George Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-01-11code cleaningGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-18code cleaningGeorge 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-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-03-05Jabber: code cleaning & simplificationGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden