Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / serv_func.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2024-01-02 Art Cancroserv_func.c: simplify IDEN command
2023-01-06 Art CancroRename StrBufRFC2047encodeMessage() to StrBufQuotedPrin...
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...
2021-12-27 Art CancroCitadel Server and WebCit (classic) now both reload...
2021-12-27 Art CancroBIG CHANGES: PAY ATTENTION
2021-09-06 Art CancroFinished the WebCit screen for the Global Alias Table.
2020-12-13 Art CancroChanged the display logic for message author. New...
2018-04-05 Art CancroRenderers cleanup part 1
2016-05-03 Art CancroFixed the version number display in the template
2015-12-12 Wilfried Goesgensadd template token to output the current hostname
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-07-24 Wilfried GoesgensFix error number for maxed out server users.
2013-12-08 Wilfried GoesgensMarkdown: Properly escape stuff on the way to the serve...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
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-03-25 Wilfried Goesgensfmout: removed.
2012-03-25 Wilfried GoesgensOops, forgot newline
2012-03-25 Wilfried Goesgensfix read_server_text; it was broken.
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-26 Wilfried GoesgensIf we disconnect the server, clean up thoroughly, so...
2011-09-04 Wilfried Goesgensenhance GetServerStatus to GetServerStatusMsg; supply...
2011-09-04 Wilfried Goesgensupsi, that const was missing.
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 Wilfried GoesgensSERV:ADMIN doesn't need any parameters, it just has...
2011-09-04 Wilfried Goesgenstemplatize the summary (half baked)
2011-09-04 Art CancroRemoved a comment documenting the behavior of a bug...
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 Cancro503 Service Unavailable when we can't connect to citserver
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroRemoved all of my recent changes. I found the real...
2010-09-20 Art CancroAdd a note about the mysterious 'unexpected answer...
2010-09-20 Art CancroIssue HTTP 502 and 503 errors instead of 200 followed...
2010-09-07 Art CancroServInfo now learns whether the server supports guest...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* LDAP wasn't exposed that way for a long time; TODO...
2010-08-20 Art Cancro* Began implementation of WebCit connecting to Citadel...
2010-08-05 Wilfried Göesgens* migrate search-o-matic to template only.
2010-06-03 Art Cancro* Simplified tcp_connectsock()
2010-06-03 Art Cancro* Removed the extra debug messages. I am about to...
2010-06-02 Art Cancro* More logging. Also display an error to the user...
2010-06-02 Art Cancro* more error logging
2010-06-01 Wilfried Göesgens* get_serv_info(): evaluate server replies
2010-05-06 Art Cancro* cleanup
2010-03-13 Art Cancro* More tweaks to locate_host() but we still need to...
2010-02-06 Wilfried Göesgens* move serv_func.c:read_server_binary() to tcp_sockets...
2010-02-01 Wilfried Göesgens* don't free the buffer in here, its _not_ ours.
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-10-15 Wilfried Göesgens* remove debug statements
2009-10-11 Wilfried Göesgens* fix leak in mime parser
2009-10-10 Wilfried Göesgens* register mimetypes and send them to citserver on...
2009-09-21 Wilfried Göesgens* adjust the loops using StrBufSipLine to match our...
2009-08-01 Wilfried Göesgens* add COND:SERV:HAVEFULLTEXT
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-05-26 Wilfried Göesgens* fix static output for subdirectories & tinymce
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-18 Wilfried Göesgens* fix session connecting
2009-05-17 Wilfried Göesgens* fixups, leaks...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-12 Art Cancro* Based on some quick testing, render_MIME_VNote()...
2009-05-10 Wilfried Göesgens* shrinked the rest of these shutdown stuff into the...
2009-05-04 Wilfried Göesgens* remove serv_getln here too
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-23 Wilfried Göesgens* use modern functions for downloads.
2009-04-18 Wilfried Göesgens* evaluate server status code, this will lock us up...
2009-03-01 Matt* fmout class different depending o input
2009-02-21 Wilfried Göesgens* check whether serv_info is present before dereferenci...
2009-02-11 Wilfried Göesgens* make DeleteServInfo NULL pointer aware
2009-02-10 Wilfried Göesgens* two more unneccesary todos..
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-13 Matt* fix issues with room list in firefox 2 (didn't detect...
2009-01-10 Art Cancro* Add text/calendar to the MSGP list. Also added...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
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-11-27 Wilfried Göesgens* rework login screen to utilize more modern templating
2008-11-19 Wilfried Göesgens* rework who.c so it doesn't use svput() and friends...
2008-11-03 Wilfried Göesgens* remove duplicate function
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-14 Art CancroCleaned up some of the comments ... removed vestiges...
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
2008-07-31 Wilfried Göesgens* several memoryleaks
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-06-02 Art CancroExport format has changed due to the addition of a new
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-04-21 Wilfried Göesgens* more carefully render urls
2008-03-20 Dave WestNow the text client and webcit show the servers svn...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
next