some work on calendar
[citadel.git] / webcit / messages.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2024-01-08 Art CancroSTART_CHAT_MODE is renamed to SEND_THEN_RECV
2024-01-04 Art Cancrodammit, learn to spell
2023-06-23 Art CancroMerge branch 'Webcit_Coredump_StrBufQuotedPrintableEnco...
2023-06-16 Harlow SolutionsWebcit coredumping when body of message is blank
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-22 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-09-21 Art CancroAdded a new parameter to html_to_ascii() to let it...
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2022-06-14 Art CancroCtdlEncodeBase64() - only add linebreaks if told to...
2022-05-23 Art CancroRewrote our local implementation of a Base64 encoder...
2022-05-20 Art Cancrocomment style
2022-05-17 Art CancroFound another vestige of ignet to remove
2022-05-16 Art CancroFixed a buffer size calculation that caused uploads...
2020-12-27 Art Cancromore sorting out of the headers
2020-12-27 Art Cancromore sorting out of the headers
2020-12-26 Art Cancromore style cleanup ... ugh
2020-12-26 Art Cancrothe dreaded style cleanup
2018-09-17 Art Cancrohtml_to_ascii() , removed unused option do_citaformat
2018-06-28 Art CancroRewrote mimepart() as view_or_download_mimepart()
2018-04-05 Art CancroRenderers cleanup part 1
2016-01-03 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2016-01-02 Wilfried GoesgensFollow type change to StrBuf
2015-12-26 Wilfried GoesgensRework blogview renderer, so it can build the threads...
2015-12-21 Wilfried Goesgensput standard handlers into their own enum-lookupable...
2015-12-21 Wilfried GoesgensUse a table similar to citserver to map message fields.
2015-12-13 Wilfried Goesgensadd preference whether the user prefers to send markdow...
2015-12-13 Wilfried GoesgensAllow to stack contexts into message renderers.
2015-10-29 Wilfried GoesgensOutput really all email headers in the mail headers...
2015-10-18 Wilfried GoesgensFinalize vcard editing:
2015-01-03 Wilfried GoesgensMove over deprecated function, adopt to new handler...
2014-12-29 Wilfried GoesgensAdjust the folder counters when reading / deleting...
2014-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-01-25 Wilfried GoesgensATTACHMENTS: hande UID of files on the partnum param...
2014-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-01-21 Wilfried Goesgensupload_attachment : add possibility to switch reply...
2013-12-08 Wilfried GoesgensMarkdown: Properly escape stuff on the way to the serve...
2013-12-07 Wilfried GoesgensMarkdown: start adding markdown wiki mode.
2013-12-07 Wilfried GoesgensMARKDOWN: add epic editor
2013-10-07 Wilfried GoesgensImplement range requests with attachments; we may need...
2013-10-05 Wilfried Goesgensadd a blacklist of mimetypes which we won't gzip compre...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-12-09 Wilfried GoesgensReplyToAll: fix typo in string matching table
2012-12-05 Wilfried GoesgensChoose default sender email address by envelope recipient
2012-11-04 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-04 Wilfried GoesgensMessages: add missing initializations of contexts.
2012-10-28 Wilfried GoesgensMIME-Renderers: change interface.
2012-08-05 Wilfried Goesgensscancpp points out we need to initialize this var befor...
2012-07-20 Wilfried GoesgensMessage composing: add text plain downmix for VIEW_JSON...
2012-07-19 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried GoesgensReply logic: handle reply to appropriate.
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-06-04 Wilfried GoesgensMessageView: don't expose the user to json syntax.
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Art CancroBegan fixing uncensored.citadel.org/wiki?page=stefan201...
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2012-02-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-18 Wilfried GoesgensReadloop remove special cases
2012-01-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-14 Wilfried GoesgensAtachment downloading: choose HTTP-Errorcode depending...
2011-11-13 Art CancroRenamed 'groupdav' to 'dav' in filenames
2011-09-04 Art CancroFixed the remaining bugs that kept Drafts from working...
2011-09-04 Art CancroTest commit
2011-09-04 Art CancroCleanup of code path for handling message submit errors
2011-09-04 Art CancroSubmitting a message and getting back a 550 from the...
2011-09-04 Art CancroChanged save_to_drafts to saving_to_drafts for clarity
2011-09-04 Art CancroNoted with a comment where we need to handle ENT0 errors
2011-09-04 Art CancroIf user clicks in the empty part of a mailbox view...
2011-09-04 Wilfried Goesgensdisplay_enter(): handle QP encodings
2011-09-04 Wilfried Goesgensmove the rest of the places to use AppendImportantMessa...
2011-09-04 Wilfried Goesgensups. zero based so an off by one.
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Wilfried Goesgenstemplate moving the messages select target.
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Art CancroAdded the Cc's to ReplyAll
2011-09-04 Art CancroExtracting the 'To:' header from the replying_to messag...
2011-09-04 Art CancroExtracting the 'To:' header from the replying_to messag...
2011-09-04 Art CancroInitial implementation of the 'replying_to=' method...
2011-09-04 Art CancroRemoved Msg->reply_to because it held data for an older...
2011-09-04 Wilfried Goesgensfix message composing
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroRemoved some old TECH_PREVIEW sections.
2011-09-04 Art CancroGot rid of all of the .m.html templates and is_mobile...
2011-09-04 Art CancroForce wiki room views into the wiki viewer instead...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-12-13 Art CancroWrote the ajax call for remove_attachment(), todo:...
2010-12-12 Art CancroAttachments count is now updated in navbar
2010-12-10 Art CancroPerform uploads via a (eventually to be hidden) iframe
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroReworking the enter message and attach dialogs
2010-11-15 Wilfried GoesgensMemleak: post_message(): don't forget about the recipie...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
next