summaryrefslogtreecommitdiff
path: root/protocols/JabberG
AgeCommit message (Expand)Author
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13Minor warnings fixedTobias Weimer
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-05warning fixGeorge Hazan
2014-12-02less warningsGeorge Hazan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-29-Fixed a bug in Ping and other small things reported in #837Tobias Weimer
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-25jabber code clean upRozhuk Ivan
2014-11-18RichEd20.dll replaced with Msftedit.dllGeorge Hazan
2014-11-02end of ancient perversion with connection data & false connectionsGeorge Hazan
2014-11-02JabberNickFromJID usage moved to ptrTGeorge Hazan
2014-10-04Jabber:George Hazan
2014-09-26Jabber: resource cosmeticsVadim Dashevskiy
2014-09-23crazy address expression replaced with the single call of mir_tstrndup()George Hazan
2014-09-22correct last _tcsncpy_s parameter's valueGeorge Hazan
2014-09-22_tcsncpy -> _tcsncpy_s; strncpy -> strncpy_sGeorge Hazan
2014-09-19More correct version of previous commit (thanks Wishmaster)Vadim Dashevskiy
2014-09-19Jabber: translation fixVadim Dashevskiy
2014-09-17complete extinction of seld-made arrays in JabberGeorge Hazan
2014-09-16MS_CLIST_REMOVEMAINMENUITEM also removedGeorge Hazan
2014-09-16useless service MS_CLIST_REMOVECONTACTMENUITEM deletedGeorge Hazan
2014-09-07OK finally uses TLS by defaultVadim Dashevskiy
2014-09-07One nore fix for OK, VK leftovers cleanedVadim Dashevskiy
2014-09-07ooopsVadim Dashevskiy
2014-09-07use TLS for OK.ru by defaultVadim Dashevskiy
2014-09-06Jabber: manual lists partially removedGeorge Hazan
2014-08-18CRITICAL_SECTION removed from JabberGeorge Hazan
2014-08-12extraicons registration moved to Load()Kirill Volinsky
2014-07-24event codes cleaning. try 1Alexey Kulakov
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-07-13wrapping the most evident critical sections into a classGeorge Hazan
2014-06-29ooopsVadim Dashevskiy
2014-06-29git-svn-id: http://svn.miranda-ng.org/main/trunk@9615 1316c22d-e87f-b044-9b9b...Vadim Dashevskiy
2014-06-25typos, spelling correctionDart Raiden
2014-06-15fixes #701 (buffer overrun in Jabber)George Hazan
2014-05-26spelling correctionsDart Raiden