summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
2014-12-05useless function removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
+ varios fixs git-svn-id: http://svn.miranda-ng.org/main/trunk@11245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-04- bin2hex() instead of manual loops;George Hazan
- change of icon packets git-svn-id: http://svn.miranda-ng.org/main/trunk@11239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02less warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02fix for tab locations in Scriver & StdChatGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11216 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
fix some x64 ptr truncations git-svn-id: http://svn.miranda-ng.org/main/trunk@11211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
small fixs cleanups git-svn-id: http://svn.miranda-ng.org/main/trunk@11188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01fix buf size for mir_sntprintf()Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
SMS: SIZE_T -> size_t MRA: small code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30code cleanup, x64 fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11163 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29-Fixed a bug in Ping and other small things reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26FirstRun plugin ignored by the coreVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add null ptr checksRozhuk Ivan
code review required see comments git-svn-id: http://svn.miranda-ng.org/main/trunk@11060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add null ptr checkRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11058 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add nullptr checkRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add nullptr ckeck after alloca()Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code cleanup.Rozhuk Ivan
please review this. git-svn-id: http://svn.miranda-ng.org/main/trunk@11055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code clean upRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11053 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13one more part not needed checksKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13not needed NULL checksKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13minor fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-09code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02reverted MSN removal (too early)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02MSN protocol stopped working (R.I.P), moved to deprecated, banned by the ↵Vadim Dashevskiy
core, delete mask in PluginUpdater was created git-svn-id: http://svn.miranda-ng.org/main/trunk@10896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-25- Fixed enabling/disabling checkbox behaviourTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-24-Fixed icon order in plugin optionsTobias Weimer
-Fixed groupbox caption git-svn-id: http://svn.miranda-ng.org/main/trunk@10866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-19variable name changeVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-13wrong special char processingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-12this variable should also be deletedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-12if last sub gets deleted, we need to remove a metaGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-08git-svn-id: http://svn.miranda-ng.org/main/trunk@10748 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-08SkypeKit Skype is banned by the coreVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-06wrong condition in account's removerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-04code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-04fix for the EV_PROTO_ONREADYTOEXIT processingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-28fixed Add to list button activationKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-25more correct URLs for skinsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-22fixed crash when add contacts without searchingKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c