summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ
AgeCommit message (Expand)Author
2014-12-18unneeded assignment removedGeorge Hazan
2014-12-18warning fixesGeorge Hazan
2014-12-14ICQ: warning level 4George Hazan
2014-12-14warning fixesGeorge Hazan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk 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 fixesGeorge Hazan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01fix buf size for mir_sntprintf()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-30and a few moreGeorge Hazan
2014-11-30all buffer lengths are of size_t nowGeorge Hazan
2014-11-30warning fixGeorge Hazan
2014-11-30code cleanup, x64 fixRozhuk Ivan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-25jabber code clean upRozhuk Ivan
2014-09-16useless service MS_CLIST_REMOVECONTACTMENUITEM deletedGeorge Hazan
2014-08-05'xStatus' correctionDart Raiden
2014-07-26stupid duplicated code of embedded clists removedGeorge Hazan
2014-07-18some resource leaks fixedGeorge Hazan
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-07-16fix for keep-alive in ICQGeorge Hazan
2014-07-16oopsVadim Dashevskiy
2014-07-16RC file editing from MSVS fixVadim Dashevskiy
2014-07-16ICQ: Fix edit text in auth dialog to be multilineRobert Pösel
2014-07-15CIcqProto::SetNickName must be declared as PS_SETMYNICKNAMEGeorge Hazan
2014-07-15useless junk removedGeorge Hazan
2014-07-14git-svn-id: http://svn.miranda-ng.org/main/trunk@9795 1316c22d-e87f-b044-9b9b...George Hazan
2014-07-14- debug prints uncommented to log packet codes etc.George Hazan
2014-07-13oops... not committed from the first timeGeorge Hazan
2014-07-13- fix for 64-bit incompatibility;George Hazan
2014-07-13code cleaningGeorge Hazan
2014-07-12these debug prints aren't needed anymoreGeorge Hazan
2014-07-12version bumpGeorge Hazan
2014-07-12- keep-alive thread removed;George Hazan
2014-07-12wipe out of the old ugly disconnection codeGeorge Hazan
2014-07-12- more logs;George Hazan
2014-07-09unused parameter removedGeorge Hazan
2014-07-09- advanced diagnostics;George Hazan
2014-07-02fix for losing ICQ connection after searching by emailGeorge Hazan
2014-06-29ooopsVadim Dashevskiy