summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
2014-07-19db_mc_tryMeta - returns parent hContact for a subcontact or hContact itself ↵George Hazan
if it's not a sub git-svn-id: http://svn.miranda-ng.org/main/trunk@9859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-18some resource leaks fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to ↵George Hazan
be omitted if the size of first one is fixed (not to contaminate sources with the excessive code) git-svn-id: http://svn.miranda-ng.org/main/trunk@9829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-15fix for the zombi contacts creation (bug imported from Miranda IM CVS, so it ↵George Hazan
existed before October 27th, 2004 :) git-svn-id: http://svn.miranda-ng.org/main/trunk@9806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-15fix for the wrong return value typeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-14%userid% expansion for metasGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9801 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-13more code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-13fix for borkred listening portsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-13fixes #736 (Converting a contact into metacontact sometimes renames it)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-13wrapping the most evident critical sections into a classGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-12minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-12netlib:George Hazan
- added a thread id to a log; - get rid of that (NULL) git-svn-id: http://svn.miranda-ng.org/main/trunk@9771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-10typing notify handler in MetaContacts considered uselessGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-04standardizing the control over checkboxes in clistGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-04various code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-02oopsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9650 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-02dbx_tree is blacklistedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-01fix for Subcontacts menu items sort orderGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-29sub status calculation untied from SRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-29fixes #668 (Change default icon for extra icon homepage)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-28fixes #630 p.2 (user must have a choice to display either Nick or ↵George Hazan
DisplayName in SRMM menu) git-svn-id: http://svn.miranda-ng.org/main/trunk@9605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-26fix for not setting the current sub from menuGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-26this code seems uselessGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-25MetaContact -> metacontact; decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-24typoDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-24useless metacontact sub's priorities wiped outGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-23code cleaning George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-23more correct way of catching incoming messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-23srmm icon to follow the received messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22fix for setting sub's status & nickGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22fix for changing sub's iconGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22message sending fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22current sub in tabSRMM untied from the meta servicesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9553 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-21fixed langpack authors cropKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-15no need to crash on getting broken event textGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-14fix for MirVer in metasGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-13tabSRMM to open subs as subs, metas as metasGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-13Few translation fixesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@9459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-02minor fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9397 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-29Revert "Core: Fix return value on success in fnCListTrayNotify"Robert Pösel
It actually worked that way. git-svn-id: http://svn.miranda-ng.org/main/trunk@9359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-29Core: Fix return value on success in fnCListTrayNotifyRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@9358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-23useless code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-12remove \ befor 'Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-04useless handlers removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-04new hidden function to access ME_MC_DEFAULTTCHANGEDGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-04fix: fingerprint's icon isn't changed when default sub changesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-03fix for ignoring subsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-03crash fix for adding the first sub into a metaGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-03unneeded declaration removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-24fix for disabling SendOffline flag for a MCGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c