summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Utils.cpp
AgeCommit message (Collapse)Author
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-12crash fix for NewsAggregatorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-11ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ↵George Hazan
ProtoGetAvatarExtension - standard helpers for protocol avatars' processing instead of the zoo that existed previously git-svn-id: http://svn.miranda-ng.org/main/trunk@5645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-06timestamp fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-01don't import duplicatesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-19export work correctKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5419 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-19files reorganizationKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-19added password encoding/decodingKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5410 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-19auth data request working nowKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-18preparing for using authenticztion dialogKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5402 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-17fixed Homepage fillingKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-15prepare for asking login and password when they not enteredKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5375 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-13fixed work with rss with auth (ticket #411)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5352 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-13fixed typos, made message boxes modalTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@5348 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-20Export also addedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-20wbOSD changed codepage to utf-8Kirill Volinsky
NewsAggregator: Import added in main menu git-svn-id: http://svn.miranda-ng.org/main/trunk@5070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-15added break when we find same messageKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-04end of base64* zoo George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-12fixed #311Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-09- the kernel filters out contacts by proto names much faster than a plugin;George Hazan
- database cycles simplified git-svn-id: http://svn.miranda-ng.org/main/trunk@4404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-09- short function names allows to write database loops in one string;George Hazan
- 'continue' operator can be used then; - multiple bugs fixed in clists; - code becomes much more compact; git-svn-id: http://svn.miranda-ng.org/main/trunk@4403 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-31export 2nd partKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-30code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4258 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-01service call replaced with helper: MS_UTILS_PATHTORELATIVEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12added options for not receiving news at startupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12added border to feeds listKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3075 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-08fixed checking news manuallyKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-06added main menu item for disabling auto update (needs to add icons)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2999 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-05short name replaced on long plugin nameKirill Volinsky
removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@2974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28ex-protos moved to the Plugins folderGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-06protocols plugins moved to protocolsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-04typo fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c