summaryrefslogtreecommitdiff
path: root/src/modules/protocols
AgeCommit message (Collapse)Author
2013-09-18double ;; removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-26- langpacks updateVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@5842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-26- spelling correction (patch from RMN)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@5840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-07crash fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-08protocol helpers, beginning George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-21fix for regression in rev. 5010George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-18fix for a misprintGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-18massive extinction of stupid service name's buffersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-17ProtoBroadcastAck macro converted into a functionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5007 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-14Improved and iconized some MessageBoxes.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-25From IM: Add notification on account creation name duplication error.Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16words of wisdom were well receivedGeorge Hazan
now the shortened types are called ptrA, ptrT & ptrW respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16shortened typedefs for string buffers:George Hazan
MCBuf -> mir_ptr<char> MTBuf -> mir_ptr<TCHAR> MWBuf -> mir_ptr<WCHAR> git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-17more memory fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4072 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02rest of TCHAR_STR_PARAM replacedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-25PROTO_INTERFACE made zeroed on the basic inheritance levelGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23crash fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23useless variable m_szProtoName removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23- PROTO_INTERFACE::GetIcon removed and replaced with the standard ↵George Hazan
implementation; - PS_LOADICON also replaced with the standard function; - ProtoConstructor() & ProtoDestructor() macroses are introduced to simplify protocols' code; - GetIcon() method implementation removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@3739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23old C proto interface removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23correct Jabber account icon calculationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21small cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3656 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-17patch for the messages to be translated George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11core: copyright update to year 2013George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-05fix for the missing dlls in account listGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28various menu initialization quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28- removed borkred clutch for RecvChain;George Hazan
- fixed problems with PROTOTYPE_VIRTUAL registration - restored hMainThreadId variable in miranda32.exe git-svn-id: http://svn.miranda-ng.org/main/trunk@2536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-27virtual protos also need Protocol/pGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-26virtual protos, invisible in the Account Manager & status bar, but ↵George Hazan
fortunately searchable git-svn-id: http://svn.miranda-ng.org/main/trunk@2515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-25typed stub for MS_PROTO_GETCONTACTBASEPROTOGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-19- added another helper, ExtraIcon_Clear, to remove an icon from slot;George Hazan
- added ability to pass IcoLib handles instead of icons' names git-svn-id: http://svn.miranda-ng.org/main/trunk@2371 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-15- fix for the Online/Offline button in clist_mwGeorge Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-15core: tabs over spacesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-10code cleaning for ME_DB_CONTACT_SETTINGCHANGED in pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-04massive extinction of clutches:George Hazan
- nicer own extra icons; - duplicate cache entries in modern - many other quirks git-svn-id: http://svn.miranda-ng.org/main/trunk@2201 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-04kernel extraicons, part IIGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02final switch to the typed icolib apiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-31we don't wanna gather junkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-30- contact's base proto is cached nowGeorge Hazan
- settings cache structure had been changed git-svn-id: http://svn.miranda-ng.org/main/trunk@2119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-13fix for proto options drawingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10service call replaced with the direct function callGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::typeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1799 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07check if the _Filters module wasn't deletedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1798 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07new event filters, beginningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07old database macros removed from m_database.hGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1796 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-25protocols are unloadable nowGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1656 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c