citadel.git
2010-08-01 Wilfried Göesgens* fix several typos
2010-08-01 Wilfried Göesgens* remove wrong placed )
2010-08-01 Wilfried Göesgens* correct token-count error detection in the iterators
2010-08-01 Wilfried Göesgens* preeval_iterate(): also check the required parameters.
2010-07-31 Wilfried Göesgens * start correcting syntax errors, resolve some todos
2010-07-31 Wilfried Göesgens * add defines for IGNET parts
2010-07-31 Wilfried Göesgens* move GNET-pop3 enum to libcitadel
2010-07-31 Wilfried Göesgens* add iterator ITERATE:THISROOM:WHO_KNOWS that wraps...
2010-07-31 Wilfried Göesgens* fix typo in conditional name
2010-07-31 Wilfried Göesgens* ignore autom4te.cache
2010-07-31 Wilfried Göesgens* add iterator for WHOK
2010-07-29 Wilfried Göesgens* migrate all the UA_ conditionals into one that takes...
2010-07-29 Wilfried Göesgens* typo in define, fixed.
2010-07-29 Wilfried Göesgens* add New Tokens & conditionals for extended room attri...
2010-07-29 Wilfried Göesgens* AppendImportantMessage(): upsi, git remembers what...
2010-07-29 Wilfried Göesgens* by the_mgt: HTML compliance patch
2010-07-29 Wilfried Göesgens* AppendImportantMessage(): api function to set Importa...
2010-07-29 Wilfried Göesgens* call SetTitles()
2010-07-29 Wilfried Göesgens* fix mk_svn_revision in trunk too.
2010-07-29 Wilfried Göesgens* remove setup_dir and lean on what citadel_dirs.c...
2010-07-29 Wilfried Göesgens* move config file loading into its own function
2010-07-29 Wilfried Göesgens* move init script handling into its own function
2010-07-29 Wilfried Göesgens* move stuff cleaning up old, now unneeded files into...
2010-07-29 Wilfried Göesgens* move default initializing into its own subfunciton
2010-07-29 Wilfried Göesgens* call new directory creation function
2010-07-29 Wilfried Göesgens* add function to create the directory tree citadel...
2010-07-29 Wilfried Göesgens* check for i18 stuff
2010-07-29 Wilfried Göesgens* switch to enum for better readability
2010-07-28 Wilfried Göesgens* display_shutdown(): fix template reference
2010-07-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector() fix bug cutting...
2010-07-28 Art Cancro* All components of both stable and trunk noted as...
2010-07-28 Art Cancro* When outputting legacy Citadel format messages, stop...
2010-07-27 Wilfried Göesgens* sanitize the_mgts templates as webcit tells us; not...
2010-07-27 Wilfried Göesgens* tmpl_iterate_subtmpl(): we now enter this function...
2010-07-27 Wilfried Göesgens* LogTemplateError(): allow referencing random tokens...
2010-07-27 Wilfried Göesgens* ctdl_internal_thread_func(): just use SYS_gettid...
2010-07-27 Art Cancro* Changed some instances of 'struct CitContext *CCC...
2010-07-26 Art Cancro* When searching instant message logs for transcripts...
2010-07-26 Wilfried GöesgensFix IMAP-List command
2010-07-25 Wilfried Göesgens* StrBufDecodeBase64(): init output buffer so in case...
2010-07-24 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector () fix null pointe...
2010-07-23 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-07-22 Wilfried Göesgens* add the_mgts room edit templates.
2010-07-22 Wilfried Göesgens* tmplput_HOST_DISPLAYNAME() to output our current...
2010-07-22 Wilfried Göesgens* templatize manual post
2010-07-22 Art Cancro* Remove IPv4 server code from WebCit in trunk. Client...
2010-07-22 Art Cancro* Fixed bug introduced in r8304. CtdlSockGetLine(...
2010-07-21 Art Cancro* imap_load_part() is expecting the desired_section...
2010-07-21 Art Cancro* indentation fix
2010-07-21 Art Cancro* Fix a bug that caused a logging problem but did not...
2010-07-21 Art Cancro* Minor logging change while I work on fixing imap...
2010-07-21 Art Cancro* Suppress Envelope-To: header during SMTP sends
2010-07-21 Art Cancro* Fix 100 percent cpu loop when ipv6 is enabled
2010-07-20 Wilfried Göesgens* evaluate_mime_part(): also evaluate sub-parts
2010-07-20 Art Cancro* internal version number 781 in trunk, so we can do...
2010-07-20 Art Cancro* trunk webcit is now IPv6-enabled by default
2010-07-20 Wilfried Göesgens* remove -finline-functions; it breaks the ubuntu...
2010-07-19 Wilfried Göesgens* update debian changelog.
2010-07-19 Wilfried Göesgens* remove url-encoded strings; the Engine is advised...
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-07-19 Wilfried Göesgens* InitModule_MSGRENDERERS(): don't make citserver send...
2010-07-15 Art Cancro* Removed the last instance if is_room_aide
2010-07-14 Wilfried Göesgens * remove is_room_aide, its not filled anymore.
2010-07-14 Art Cancro* THIS IS 7.80
2010-07-14 Art Cancro* Locked the banner div at top:0 to keep Google Chrome...
2010-07-13 Art Cancro* Fix overflow behavior on small displays for login...
2010-07-13 Art Cancro* Changed the room banner layout back to a table. ...
2010-07-12 Art Cancro* Fixed appearance bugs in the CSS bubble tooltips...
2010-07-12 Wilfried Göesgens* entroom (): if we're aide or room-aide, we may view...
2010-07-12 Art Cancro* Improved the thread pool logic so that we don't end...
2010-07-11 Wilfried Göesgens* add reply-to: header to mails sent to room list recip...
2010-07-11 Wilfried Göesgens* entroom (): after creating a room, don't display...
2010-07-11 Art Cancro* Eliminated the C code to shorten long subject lines...
2010-07-11 Art Cancro* Replaced normalizeHeaderTable() which I had taken...
2010-07-11 Art Cancro* Eliminated the <tbody> from the message summary view...
2010-07-10 Art Cancro* Thread system logging cleanup
2010-07-09 Art Cancro* Attempting to fix the mailsummary column layout
2010-07-08 Wilfried Göesgens* switch to enum, enums are nice.
2010-07-08 Wilfried Göesgens* knrooms(): don't force storing preferences
2010-07-08 Art Cancro* Bubble tooltips were not working properly in some...
2010-07-06 Art Cancro* Removed AddCss() from bubble tooltips javascript...
2010-07-05 Art Cancro* site/mailbox default expire values are now correctly...
2010-07-05 Wilfried Göesgens* ignore the temporary c file
2010-07-05 Wilfried Göesgens* create-pot.sh has to be executable
2010-07-05 Wilfried Göesgens* refresh po files; it seems as if create-pot was bugge...
2010-07-05 Wilfried Göesgens* specify utf-8 as charset
2010-06-28 Art Cancro* Removed z-index manipulation from datepicker. The...
2010-06-28 Wilfried Göesgens* rss_save_item(): trim the sender
2010-06-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector(): fix some NULL...
2010-06-28 Wilfried Göesgens* rss_save_item(): encode sender & subject, so webcit...
2010-06-24 Wilfried Göesgens* more ignores...
2010-06-24 Wilfried Göesgens* 64 bit cleanness
2010-06-24 Wilfried Göesgens* more gitignores
2010-06-24 Wilfried Göesgens* clean up warnings, especialy on 64 bit
2010-06-24 Wilfried Göesgens* add forward include, fix warnings
2010-06-24 Wilfried Göesgens* add header file
2010-06-23 Wilfried Göesgens* add file to suspress all the openssl shit
2010-06-23 Art Cancro* Removed JS function fixMissingCSSTable() which does...
2010-06-23 Art Cancro* Removed JS function fixOffsetBanner() which does...
2010-06-23 Art Cancro* Reduce the font size in the .msgbuttons class so...
next