Revert "Remove ENABLE_NLS definition. Either we HAVE_USELOCALE or we don't translate...
[citadel.git] / webcit / webcit.h
2012-02-22 Art CancroRevert "Remove ENABLE_NLS definition. Either we HAVE_U...
2012-02-22 Art CancroRemove ENABLE_NLS definition. Either we HAVE_USELOCALE...
2012-02-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-18 Wilfried GoesgensReadloop remove special cases
2012-01-20 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2012-01-20 Art CancroVersion number set to 8.10 across the whole code base
2012-01-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-04 Art Cancroextern int DisableGzip declaration moved to webcit.h
2012-01-04 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-03 Art CancroCreated stub for REPORT method
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-27 Art Cancrozlib is now mandatory.
2011-12-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-21 Art CancroBegan some of the PROPFIND mods needed for CalDAV....
2011-12-05 Art CancroRepaired other cases of auth mode failure. ICS calenda...
2011-12-05 Art CancroImportant fixes to session matching and reuse logic.
2011-12-05 Art Cancroclosing in on the dav problem ... not quite there yet
2011-11-13 Art CancroVersion number to 8.02 for upcoming release
2011-10-18 Art CancroInternal version number to 8.01 for imminent release
2011-10-18 Art CancroThe definition of ThreadIdHash() has been moved from...
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 Art CancroAvoid re-using sessions that are already bound to an...
2011-09-04 Wilfried Goesgenstemplatize uploading dialog for room/... graphics.
2011-09-04 Wilfried GoesgensTemplatize sieve rules editor; return success/fail...
2011-09-04 Art CancroUntangled the hashloading of VTDODO with the hashloadin...
2011-09-04 Art CancroAdd blog rooms to sitemap
2011-09-04 Art CancroDefine a consistent way to turn message id into thread...
2011-09-04 Art CancroMoved the struct declarations from blogview_renderer...
2011-09-04 Art CancroNew function cdataout() for sending a string to the...
2011-09-04 Art CancroChanged session logging in order to determine why some...
2011-09-04 Art CancroSet up wcsession members and template conditionals...
2011-09-04 Art CancroAdded the ability to specify a file defining *simple...
2011-09-04 Art CancroWhen registering a new user during an inline login...
2011-09-04 Art CancroBegin working new user registration into the login...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroHost header is now stored per-request instead of globally.
2011-09-04 Art CancroGot rid of all of the .m.html templates and is_mobile...
2011-09-04 Art Cancrominor cleanup
2011-09-04 Art Cancropush/pop destination_url instead of passing it through...
2011-09-04 Art CancroAdd new member 'PushedDestination' to wcsession. This...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2011-09-04 Art CancroSummary page displays site name instead of user name...
2011-08-28 Art CancroSet all version numbers to 8.00 -- FEATURE FREEZE FOR...
2011-07-19 Art CancroDBG_QR[2] now a configurable loggable
2010-12-14 Art CancroRoom info in banner was completely broken. Fixed.
2010-11-22 Art CancroPermalinks work now but they are ugly.
2010-11-15 Wilfried GoesgensMemleak: put request local strings into the http-header...
2010-11-04 Wilfried GoesgensNew macro for putting a Citserver reply into important...
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* add a way to pass the workbuffers into the RFC-822...
2010-09-10 Art CancroSitemaps!
2010-09-10 Art CancroAll components in git master to version 7.89 in order...
2010-09-08 Art CancroHdr->http_host is now gone.
2010-09-08 Art CancroNew global variable 'site_prefix' which replaces the...
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 * remove old session-local template support. YAY!
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-20 Art Cancro* Began implementation of WebCit connecting to Citadel...
2010-08-15 Wilfried Göesgens* cleanup & shuffle 'folders' struct (make clean!)...
2010-08-14 Wilfried Göesgens* print the header of the tab into the comment before...
2010-08-11 Wilfried Göesgens* remove long gone function headers
2010-08-11 Wilfried Göesgens* remove no longer used room/floor loading functions
2010-08-10 Wilfried Göesgens* embed_room_banner() remove own goto code, use the...
2010-08-10 Wilfried Göesgens* the navbar style isn't used, remove it.
2010-08-05 Wilfried Göesgens* initialize_axdefs() call me via the init hooks
2010-08-05 Wilfried Göesgens* initialize_viewdefs (): call me via the init hook
2010-07-29 Wilfried Göesgens* AppendImportantMessage(): api function to set Importa...
2010-07-28 Art Cancro* All components of both stable and trunk noted as...
2010-07-20 Art Cancro* trunk webcit is now IPv6-enabled by default
2010-07-14 Wilfried Göesgens * remove is_room_aide, its not filled anymore.
2010-07-12 Art Cancro* Improved the thread pool logic so that we don't end...
2010-06-24 Wilfried Göesgens* clean up warnings, especialy on 64 bit
2010-06-17 Wilfried Göesgens* upsie. that conversion to strbuf was still hanging...
2010-06-03 Art Cancro* Simplified tcp_connectsock()
2010-05-24 Art Cancro* WebCit thread pool is no longer tied to the number...
2010-05-21 Art Cancro* Change to main server loop. All threads block on...
2010-04-29 Wilfried Göesgens* fix wildfire exception handling; collect stuff in...
2010-04-19 Art Cancro* update room chat to the new protocol. This needs...
2010-04-19 Wilfried Göesgens* add one more callback hook to the webcit DAV handler...
2010-04-08 Wilfried Göesgens* change_start_page(), LoadStartpage(): check whether...
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
2010-02-28 Wilfried Göesgens* general way to do retrieve / save autopurger data
2010-02-25 Wilfried Göesgens* remove header of a function which was moved to libcit...
2010-02-15 Wilfried Göesgens* suse gcc complains about empty paramlist of functions...
2010-02-06 Wilfried Göesgens* move serv_func.c:read_server_binary() to tcp_sockets...
2010-01-31 Wilfried Göesgens* remove unneeded vcard function...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2010-01-10 Wilfried Göesgens* remove xtoi, its not used anymore.
2010-01-10 Wilfried Göesgens* use the HexEscAppend thing instead of printf appending...
2009-12-30 Art Cancro* Version number to 7.80
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
2009-12-03 Wilfried Göesgens* make the iconbar css a template
2009-11-11 Art Cancro* The 'Search' box now works properly in a Wiki room.
2009-11-05 Wilfried Göesgens* just calculate the language for non-static requests...
2009-10-28 Wilfried Göesgens* use the new regular way to get the accept language...
next