summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator
AgeCommit message (Collapse)Author
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01various quirks with PROTO_AVATAR_INFORMATION declarationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13965 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
- absence of fnInitFunc to identify a protocol without instances; - whole bunch of ansi crutches discarded git-svn-id: http://svn.miranda-ng.org/main/trunk@13937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21war against atavisms continuesGeorge Hazan
- everything that goes to PSS_MESSAGE should be sent as utf8 string; - thus PREF_UNICODE & PREF_UTF support discontinued, these constants are removed; - support for PREF_UNICODE & PREF_UTF in protocols also removed; - PREF_UNICODE used in file transfers (PROTOFILERECVT) replaced with PRFF_UNICODE / PRFF_TCHAR git-svn-id: http://svn.miranda-ng.org/main/trunk@13734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24fixed substring replacementKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13075 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-23more changes for string functionsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵George Hazan
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-19crash fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-15minor fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-10no, it wasn't a memory leakGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-30Miranda HTTP user agent unification (not to have problems with sites)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-24NewsAggregator:Tobias Weimer
-Fixed another memory leak git-svn-id: http://svn.miranda-ng.org/main/trunk@11902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-24NewsAggregator:Tobias Weimer
- Fixed memory leaks git-svn-id: http://svn.miranda-ng.org/main/trunk@11901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-30fixed double memmory freeKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-16NewsAggregator: warnings fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-16NewsAggregator: some fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-12NewsAggregator: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-07NewsAggregator: one fix for timestampKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-07NewsAggregator: fix for timestampKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-07NewsAggregator: not need show auth form when no connectionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11263 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-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-28crazy flag TTBST_RELEASED removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-19fix for hangup on exitGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11026 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-19NewsAggregator:Tobias Weimer
-Fixed Message format git-svn-id: http://svn.miranda-ng.org/main/trunk@11023 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-14minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-12fix for full encryption modeKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10970 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-11minor tag changesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06doubles search algorithm optimizedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06Export fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06git-svn-id: http://svn.miranda-ng.org/main/trunk@10917 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06- common message archiving code extracted to a separate function;George Hazan
- manual memory allocation code removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@10916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06- fix for major memory leak;George Hazan
- event cycle optimization git-svn-id: http://svn.miranda-ng.org/main/trunk@10915 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02NewsAggregator:Tobias Weimer
-Fixed memory leak -Fixed crash when server isn't available -performance improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@10899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-28fixed import from IM pluginKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10883 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-13icons registration moved to Load()Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05some more fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05fixed #743Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10076 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c