summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_groupchat.cpp
AgeCommit message (Expand)Author
2017-09-25fixes #934 (Jabber: missing software information about conference members)George Hazan
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-08-30attempt to fix problems with group chat presencesGeorge Hazan
2017-08-23code cleaningGeorge Hazan
2017-03-21warning fixGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-09-17chats: more functions, less structuresGeorge Hazan
2016-09-16- chats services replaces with functions;George Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-06-06- CGroupchatInviteAcceptDlg redesigned to avoid separate thread creation;George Hazan
2016-06-05- fix for #1059;George Hazan
2016-05-26fixes bug #1251 (Autologin into Jabber conference executed without correct ni...George Hazan
2016-04-27unused method removedGeorge Hazan
2016-04-15code cleaningGeorge Hazan
2016-01-02Copyrights update part 2Dart Raiden
2015-08-21crash fixGeorge Hazan
2015-08-17- numerous name conflicts resolved;George Hazan
2015-06-20xml api became a set of functionsGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-30patch for the embedded images processingGeorge Hazan
2015-05-23missing 'id' attribute added to xmpp groupchat messagesGeorge Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-04-29unified project for Jabber protocolGeorge Hazan
2015-04-28Jabber: Changed some text in headerbar (some text and jid was cut off)Tobias Weimer
2015-04-19fixed header bar infoKirill Volinsky
2015-04-11minor fixes, code cleaning etcGeorge Hazan
2015-02-28Jabber:Tobias Weimer
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-29-Fixed a bug in Ping and other small things reported in #837Tobias Weimer
2014-11-02JabberNickFromJID usage moved to ptrTGeorge Hazan
2014-09-22correct last _tcsncpy_s parameter's valueGeorge Hazan
2014-09-22_tcsncpy -> _tcsncpy_s; strncpy -> strncpy_sGeorge Hazan
2014-02-11"we don't need these variables" (c) Pink FloydGeorge Hazan
2014-02-10these conversions aren't needed eitherGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-02-01explicit groupchat exit must close its windowGeorge Hazan
2014-01-14more effective constructor for temporary formatted stringGeorge Hazan