* HAIL MELD!
[citadel.git] / webcit / webcit.h
2008-09-08 Wilfried Göesgens* HAIL MELD!
2008-09-04 Wilfried Göesgens* Template debugging: load & parse template on each...
2008-09-04 Wilfried Göesgens* made *bstr things const
2008-08-31 Wilfried Göesgens* clean some memleaks
2008-08-30 Wilfried Göesgens* harmonize svput actions to be clean and use strbuf...
2008-08-30 Art CancroWe now look for libical/ical.h instead of ical.h, because
2008-08-25 Wilfried Göesgens* fix hickup with the floordiv_expanded setting; the...
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-22 Wilfried Göesgens* fix HTTPS; this broke while migrating the request...
2008-08-19 Wilfried Göesgens* use strbuffer stresc functions
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-16 Wilfried Göesgens* now template tokens can work as functions, you can...
2008-08-14 Wilfried Göesgens* migrate SERV_* to global callback replacers
2008-08-11 Wilfried Göesgens* cache templates
2008-08-08 MattFixes for GroupDAV and hprintf
2008-08-06 Wilfried Göesgens* first aproach to formalize preferences; modules can...
2008-08-03 Wilfried Göesgens* abstract setting per room preferences
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-29 Wilfried Göesgens* make param const char *
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-14 Wilfried Göesgens* removed handlers from webcit.h if possible
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* fixed several tiny flaws
2008-07-12 Wilfried Göesgens* added GCC Format String checkers to the remaining...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-07-07 MattRename is_wap to is_mobile
2008-06-19 Art Cancrolibcitadel 7.37
2008-06-03 Art Cancroopenid blah blah blah
2008-06-02 Art CancroExport format has changed due to the addition of a new
2008-06-01 Art CancroImplemented the code to detach an OpenID from an account.
2008-05-30 Art CancroUpdated version numbers.
2008-05-28 Art CancroAdded some glue code for attachment of an OpenID to
2008-05-22 Art CancroMore work on OpenID 1.1 support
2008-05-16 Art Cancromore openid setup
2008-05-15 Art CancroFinished the mini http fetcher
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-05-15 Art CancroGet the login screen ready for OpenID support
2008-05-12 Art CancroMoved parse_url() into libcitadel; I will need it for
2008-05-07 Wilfried Göesgens* require libcitadel 112
2008-05-06 Wilfried Göesgens* now hold / sort the ical events in our hashlist.
2008-05-06 Art CancroCompleted 'Add New Note'. The new sticky notes view
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-05-01 Wilfried Göesgens* init time with NOW in our default timezone.
2008-04-30 Wilfried Göesgens* updated listsorts to have '0' as sort order in all...
2008-04-29 Art CancroImplemented the ajax call for updating notes.
2008-04-26 Wilfried Göesgens* fix memleak in calendar_view.c
2008-04-26 Wilfried Göesgens* migrated to new hash create signature
2008-04-21 Wilfried Göesgens* more carefully render urls
2008-04-11 Art CancroVersion number to 7.35 in preparation for an upcoming...
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-04-03 Wilfried Göesgens* xbstr now will give the length of the value to its...
2008-04-02 Wilfried Göesgens* moved url argument list to hash.
2008-03-30 Wilfried Göesgens* lengthen the subject buffer so it can take utf8 glyphs
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-03-15 Art CancroNew utility function convert_spaces_to_underscores()
2008-03-10 Wilfried Göesgens* abstract #ifdef HAVE_ICONV around utf8ify_rfc822_stri...
2008-03-05 Art CancroWebCit v7.34
2008-03-02 Wilfried Göesgens* make server_getln return the number of bytes it read
2008-02-28 Art Cancrohtml_to_ascii() moved into libcitadel
2008-02-27 Wilfried Göesgens* don't double libcitadel header function for safestrnc...
2008-02-27 Art CancroMultipart/alternative (possibly nested inside multipart...
2008-02-24 Wilfried Göesgens* use default configure options to find threadsafe...
2008-02-24 Wilfried Göesgens* collect sender / read / unread information for calend...
2008-02-23 Wilfried Göesgens* add icon directory
2008-02-18 Wilfried Göesgens* add picture view to the files app
2008-02-15 Art CancroSearch box is only enabled when the server's full text...
2008-02-11 Wilfried GöesgensTHIS IS 7.31
2008-02-09 Wilfried Göesgens* don't nail upload hellos to .gif as we don't need...
2008-02-08 Wilfried Göesgens* move the mime guesser out into libcitadel
2008-02-08 Wilfried Göesgens* tiny 'file'-extract, now we can detect the type of...
2008-01-31 Art Cancro--- VERSION 7.30 ---
2008-01-29 Art CancroThird try. :(
2008-01-28 Art Cancro* Unfinished code is now disabled.
2008-01-22 Wilfried Göesgens* use the hash to store our config.
2008-01-22 Art CancroFixed the webcit preferences bug once and for all,...
2008-01-20 Dave WestNow when a room is created or deleted this users icon...
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-13 Wilfried Göesgens* remove snprintf
2008-01-13 Wilfried Göesgens* more witchhunt on sprintf
2008-01-13 Wilfried Göesgens* the same for msgescputs
2008-01-13 Wilfried Göesgens* jsesc works with pointermagic rather than strcat...
2008-01-06 Art CancroWebCit now detects whether the Citadel server has Sieve...
2007-12-21 Wilfried Göesgens* inverting flags here too.
2007-12-13 Wilfried Göesgens* reflect new mailinglist flags in room-admin-interface
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-13 Wilfried Göesgens* cleanup with variable substitution. cleaner replacing...
2007-11-11 Wilfried Göesgens* do non-blocking accept()
2007-11-11 Art Cancro* moved CtdlDecodeQuotedPrintable() into tools.c
2007-11-02 Art Cancro* Updated internal version number of citadel and webcit...
2007-10-27 Dave WestUser can now choose to hide or display floors that...
2007-10-26 Art CancroUpdated the mime parser in webcit
2007-10-25 Wilfried Göesgens* handle webcit version through sysdep.h
2007-10-25 Art CancroUpdated WebCit version number to 7.22
2007-10-15 Art CancroMini month calendar is complete. The 'previous month'
2007-10-13 Art CancroRewrote the multi day event code using only the
next