If we disconnect the server, clean up thoroughly, so we don't struggle over half...
[citadel.git] / webcit / serv_func.c
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*.
2008-02-15 Art CancroSearch box is only enabled when the server's full text...
2008-01-06 Art CancroWebCit now detects whether the Citadel server has Sieve...
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2006-07-19 Art CancroConfigure and observe the server setting for default...
2006-05-23 Art Cancro* Fixed some compiler warnings in the new unsignedchar...
2006-05-22 Art Cancrotext_to_server_qp() use unsigned char instead of char.
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-02 Art CancroMade the 'New User' button disappear when it is not...
2006-01-30 Art CancroHTML messages are now encoded as "Quoted-Printable...
2006-01-30 Art Cancro* Removed the "convert_to_html" option from text_to_ser...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-23 Wilfried GöesgensDone with doxygenizing
2005-09-12 Art Cancro* Built an initial version of the "forward message...
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-07-28 Art Cancro* Awesome new 2-pane layout with ajax functionality...
2005-04-11 Art Cancro*** empty log message ***
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-12-07 Art Cancro* Finally tracked down the WC->vars heap corruption...
2004-08-11 Art Cancro* Replaced all instances of the name "Citadel/UX" with...
2004-08-05 Art Cancro* Removed the "pull_quote" style and used the <BLOCKQUO...
2004-05-31 Art Cancro* Message entry using Kevin Roth's excellent cross...
2004-05-31 Art Cancro* "text" and "HTML" options for message entry.
2004-02-17 Art Cancro* Indicate to Citadel that we want Server Generated...
next