Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / downloads.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-05-02 Art CancroApply patches sent by Harlow Solutions -- for WebCit
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2018-06-28 Art CancroRewrote mimepart() as view_or_download_mimepart()
2013-10-06 Wilfried GoesgensImplement range request for content download
2013-10-05 Wilfried Goesgensadd a blacklist of mimetypes which we won't gzip compre...
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-05-15 Art Cancroremoved a bunch of blank comment lines
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...
2011-09-16 Art CancroConditional_USER_HAS_PIC() was leaving the download...
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 the_mgtRenamed the /icons directory to /webcit_icons because...
2011-09-04 the_mgtAdapted c-files to new iconset "Essen"
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* FILE:HAVEPICS isn't used, remove it.
2010-06-17 Wilfried Göesgens* upsie. that conversion to strbuf was still hanging...
2010-05-25 Art Cancro* added some missing license declarations
2010-02-06 Wilfried Göesgens* move serv_func.c:read_server_binary() to tcp_sockets...
2009-11-19 Wilfried Göesgens* fix crash in downloads.c; memset should prune SubTP...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-07-15 Wilfried Göesgens* fix the files application
2009-07-08 Wilfried Göesgens* migrate more of the upload handling to strbuf
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* fix various leaks
2009-05-17 Wilfried Göesgens* shuffle auth arround...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* re-create static support; we now safe us from .....
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-25 Wilfried Göesgens* evade double calls to output_headers
2009-04-23 Wilfried Göesgens* use modern functions for downloads.
2009-04-22 Wilfried Göesgens* permit access to images without login
2009-02-22 Wilfried Göesgens* fix file upload
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-11 Wilfried Göesgens* complete the sorting api by non-room based preferences
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-29 Wilfried Göesgens* add a destructor, else we will loose memory.
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-07-28 Wilfried Göesgens* read static/server files directly into the outbuffer
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-05-04 Wilfried Göesgens* files view now returns to default sort order if press...
2008-04-30 Wilfried Göesgens* sanitize input
2008-04-30 Wilfried Göesgens* updated listsorts to have '0' as sort order in all...
2008-04-20 Wilfried Göesgens* removed possibly dangerous code
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-02-23 Wilfried Göesgens* add icon directory
2008-02-18 Wilfried Göesgens* add picture view to the files app
2008-02-09 Wilfried Göesgens* don't nail upload hellos to .gif as we don't need...
2007-08-10 Thierry Pasqualieruse the same way to display all banners and services...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-03-13 Art CancroFixed the ability to download files with spaces in...
2007-03-01 Art CancroCompleted the 'upload a file' dialog.
2007-02-28 Art CancroForce downloads to use a MIME type of application/octet...
2007-02-28 Art CancroAdded commands to view a room's file directory and to