Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / rssclient / serv_rssclient.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-02-11 Art Cancro/* We used to wait for all threads to exit. Fuck that...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-11-15 Art Cancroserv_rssclient.c: RFC2047-encode fields where needed
2020-01-07 Art Cancrocleaned up some spacing while admiring how clean this...
2019-09-12 Art CancroRemoved md5.c and md5.h because the APOP implementation...
2019-08-21 Art CancroRemoved all of the SYS_ user contexts, they aren't...
2018-08-27 Art CancroRSS feed reader now accepts <creator> as a substitute...
2017-03-24 Art CancroUpdated more modules to the new logging standard
2017-03-24 Art CancroIf the administrator specifies a smart-host as an smtp...
2017-03-12 Art CancroRemoved race condition from CheckIfAlreadySeen()
2017-03-11 Art CancroMerge branch 'easy_pop3'
2017-03-10 Art Cancroantiexpire 0 for rss
2017-03-10 Art Cancroantiexpire 0 for rss
2017-03-10 Art Cancroparse uidl list
2017-03-09 Art CancroEager-zero and compress CDB_USETABLE records to save...
2017-03-02 Art CancroAccept the 'content' tag OR the 'summary' tag for Atom...
2017-02-27 Art CancroParse date format correctly in Atom feeds
2017-02-26 Art CancroIgnore namespace, this is a naive parser, this fixes...
2017-02-26 Art CancroCompleted the greatly-simplified RSS feed reader
2017-02-26 Art CancroMore work on the simplified parser
2017-02-26 Art Cancroparser
2017-02-26 Art CancroParser fix
2017-02-26 Art CancroMove back to single threaded structure for rss feed...
2016-04-01 Art Cancrorssclient.c - dont compare null strings
2016-04-01 Art CancroUse a tokenizer for ParseRoomNetConfigFile() because...
2016-03-25 Art CancroRemoved the "filter" parameter from CtdlForEachNetCfgRo...
2016-01-23 Wilfried GoesgensRevert the parts of 03cd7985fad9d51530f613304869f3b7960...
2016-01-23 Art CancroLearned that LOG_ALERT is not really appropriate for...
2016-01-23 Art Cancrocloser...
2016-01-18 Art CancroHandle zero-length legacy netconfig files correctly...
2016-01-03 Art Cancromore progress on callers
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-08-04 Wilfried Goesgensfix pop3 Aggregator
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2015-02-19 Wilfried GoesgensNeed to set the header data.
2015-02-19 Wilfried GoesgensRSSClient: Add the location header provided URL to...
2015-01-11 Wilfried GoesgensFix seen expiration for RSS
2014-11-22 Wilfried GoesgensFucked up the sequence of arguments for the floodprotec...
2014-11-07 Art CancroFixed a null pointer issue
2014-10-27 Wilfried GoesgensAdjust handling of seen events, add debug functions...
2014-10-21 Wilfried Goesgensadd whether we're in which eventloop / a worker thread...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-09-14 Wilfried GoesgensMesages: fix copying of fields; add flush function...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-08-03 Wilfried GoesgensRSS: if debug, remove variables too.
2013-06-15 Wilfried GoesgenscURL: put error description into the status message.
2013-06-06 Wilfried GoesgensRSSClient: don't save empty messages.
2013-06-04 Wilfried GoesgensRSSClient: do not double delete the curl context; don...
2013-05-27 Wilfried GoesgensRSSClient: refresh per message UT-Entries after one day
2013-05-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-05-26 Wilfried GoesgensEV: stop all watchers before going into other queues...
2013-05-16 Wilfried GoesgensRSSClient: properly abort loop for setting state in...
2013-05-16 Wilfried GoesgensRSSClient: fix cast
2013-05-14 Wilfried GoesgensTDAP: align rss config structs with the primary type.
2013-05-14 Wilfried GoesgensTDAP: add facility to protect usetable entries from...
2013-05-12 Wilfried GoesgensEV: fix possible nullpointer access in last commit.
2013-05-12 Wilfried GoesgensRSS: expose current state of action to RWHO command
2013-04-16 Wilfried GoesgensRSS: some more debug logging.
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2013-03-25 Wilfried GoesgensRSSC: remove old malloc not needed anymore.
2013-03-21 Wilfried GoesgensRSSClient: fix loading of RSS Configs; Usetable handling
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-09 Wilfried GoesgensRSSClient: switch to new RoomNetCfg facilities
2013-01-09 Wilfried GoesgensNETCFG: make basic parsing
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.
2012-08-06 Wilfried GoesgensRSSClient: send flood protected errormessage if we...
2012-08-05 Wilfried GoesgensRSS-Client: check whether this message is new to us...
2012-08-05 Wilfried GoesgensRSS-CLIENT: remember checksum for whole feed, so we...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-03 Wilfried GoesgensRSSClient: stop curl watchers on emergency shutdown.
2012-05-06 Wilfried GoesgensEventhandling: fix shutdownhandlers
2012-04-29 Wilfried GoesgensLogging: add commands to runtime view/enable/disable...
2012-04-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-28 Wilfried GoesgensRSSClient: make debug log runtime configurable
2012-04-26 rootRSS-Client: add missing locks
2012-04-25 Art CancroMore logging for rssclient and pop3client holdoff and...
2012-04-13 Art CancroRevert "Revert "SMTP-Client: move the client-shutdown...
2012-04-13 Art CancroRevert "SMTP-Client: move the client-shutdown procedure...
2012-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-06 Wilfried GoesgensSMTP-Client: move the client-shutdown procedure into...
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2012-01-17 Wilfried Goesgensfix shutdown of RSS Aggregators
2011-12-30 Wilfried GoesgensStyle cleanup
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-29 Wilfried GoesgensCleanup of shutdown of event contexts
2011-12-25 Wilfried GoesgensStraightn http client generation
2011-12-20 Wilfried Goesgensadd more information to the system contexts, so one...
next