citadel.git
15 years ago* svn propset svn_keywords 'Id' on some files that didn't have it
Art Cancro [Tue, 14 Apr 2009 14:33:37 +0000 (14:33 +0000)]
* svn propset svn_keywords 'Id' on some files that didn't have it

15 years ago* Adjust the memory allocation for Base64-converted messages in serv_migrate.c ....
Art Cancro [Tue, 14 Apr 2009 14:31:00 +0000 (14:31 +0000)]
* Adjust the memory allocation for Base64-converted messages in serv_migrate.c ... I guess I shouldn't have overconfidently used the words 'well-tested formula' in the comment next to it.

15 years ago* When delivering mailing list messages, submit with bounce_to and envelope_from...
Art Cancro [Tue, 14 Apr 2009 14:25:59 +0000 (14:25 +0000)]
* When delivering mailing list messages, submit with bounce_to and envelope_from set to room_aide@xxx.xxx.xxx

15 years ago* Added the ability for callers of CtdlSubmitMsg() to specify bounce-to and envelope...
Art Cancro [Tue, 14 Apr 2009 03:45:25 +0000 (03:45 +0000)]
* Added the ability for callers of CtdlSubmitMsg() to specify bounce-to and envelope-from addresses.

15 years ago* use linebuffered server reading here too.
Wilfried Göesgens [Mon, 13 Apr 2009 20:08:52 +0000 (20:08 +0000)]
* use linebuffered server reading here too.

15 years ago* Rewrote sort_msglist_cmp() without compiler warnings.
Art Cancro [Mon, 13 Apr 2009 18:32:33 +0000 (18:32 +0000)]
* Rewrote sort_msglist_cmp() without compiler warnings.

15 years ago* sort_msglist() now uses qsort() instead of a bubble sort
Art Cancro [Mon, 13 Apr 2009 17:01:29 +0000 (17:01 +0000)]
* sort_msglist() now uses qsort() instead of a bubble sort

15 years ago* missing openssl ifdef here too...
Wilfried Göesgens [Sat, 11 Apr 2009 22:24:16 +0000 (22:24 +0000)]
* missing openssl ifdef here too...

15 years ago* Fixed a bug where sysdep.c fails to build if OpenSSL is not present
Art Cancro [Sat, 11 Apr 2009 21:31:35 +0000 (21:31 +0000)]
* Fixed a bug where sysdep.c fails to build if OpenSSL is not present

15 years ago* just call chrptr once.
Wilfried Göesgens [Sat, 11 Apr 2009 17:03:03 +0000 (17:03 +0000)]
* just call chrptr once.

15 years ago* comment out debug code
Wilfried Göesgens [Sat, 11 Apr 2009 16:55:01 +0000 (16:55 +0000)]
* comment out debug code

15 years ago* forgot this one. don't forget make clean, session struct changed.
Wilfried Göesgens [Sat, 11 Apr 2009 16:40:52 +0000 (16:40 +0000)]
* forgot this one. don't forget make clean, session struct changed.

15 years ago* move to the new linebuffered function while linebased reading from webbrowser and...
Wilfried Göesgens [Sat, 11 Apr 2009 16:37:53 +0000 (16:37 +0000)]
* move to the new linebuffered function while linebased reading from webbrowser and citserver.

15 years ago* add fast linebuffered function just cutting its buffer before it reads a new chunk...
Wilfried Göesgens [Sat, 11 Apr 2009 16:31:25 +0000 (16:31 +0000)]
* add fast linebuffered function just cutting its buffer before it reads a new chunk; this way we save lots of memmoves when reading large line arrays line by line.

15 years ago* use linebuffered reading while reading calendar; first draft.
Wilfried Göesgens [Sat, 11 Apr 2009 13:57:35 +0000 (13:57 +0000)]
* use linebuffered reading while reading calendar; first draft.

15 years ago* HashLittle() function
Art Cancro [Sat, 11 Apr 2009 13:32:22 +0000 (13:32 +0000)]
* HashLittle() function

15 years ago* structure needed by last commit. upsi.
Wilfried Göesgens [Sat, 11 Apr 2009 13:23:10 +0000 (13:23 +0000)]
* structure needed by last commit. upsi.

15 years ago* first work on doing ical elements in templates. does nothing usefull yet.
Wilfried Göesgens [Sat, 11 Apr 2009 12:01:32 +0000 (12:01 +0000)]
* first work on doing ical elements in templates. does nothing usefull yet.

15 years ago* prune warning
Wilfried Göesgens [Sat, 11 Apr 2009 11:58:34 +0000 (11:58 +0000)]
* prune warning

15 years ago* add commatas to make the build happy
Wilfried Göesgens [Sat, 11 Apr 2009 08:13:22 +0000 (08:13 +0000)]
* add commatas to make the build happy

15 years ago* Added a separate authentication mode AUTHMODE_LDAP_AD for Active Directory's nonsta...
Art Cancro [Fri, 10 Apr 2009 10:33:49 +0000 (10:33 +0000)]
* Added a separate authentication mode AUTHMODE_LDAP_AD for Active Directory's nonstandard schema (shares a lot of code with AUTHMODE_LDAP)

15 years ago* tuiconfig.c for LDAP
Art Cancro [Fri, 10 Apr 2009 09:17:49 +0000 (09:17 +0000)]
* tuiconfig.c for LDAP

15 years ago* Fleshed out the setup questions for LDAP
Art Cancro [Fri, 10 Apr 2009 09:11:21 +0000 (09:11 +0000)]
* Fleshed out the setup questions for LDAP

15 years ago* Updated setup program to configure LDAP auth
Art Cancro [Fri, 10 Apr 2009 08:04:45 +0000 (08:04 +0000)]
* Updated setup program to configure LDAP auth

15 years ago* LDAP auth config now read from config file
Art Cancro [Fri, 10 Apr 2009 07:53:04 +0000 (07:53 +0000)]
* LDAP auth config now read from config file

15 years ago* LDAP auth code is now complete. Config is still hardcoded, though; need to fix...
Art Cancro [Fri, 10 Apr 2009 07:44:48 +0000 (07:44 +0000)]
* LDAP auth code is now complete.  Config is still hardcoded, though; need to fix that.

15 years ago* Continued integrating ldap auth
Art Cancro [Wed, 8 Apr 2009 19:25:53 +0000 (19:25 +0000)]
* Continued integrating ldap auth

15 years ago* Modified setup.c to allow ldap auth enable
Art Cancro [Wed, 8 Apr 2009 19:04:22 +0000 (19:04 +0000)]
* Modified setup.c to allow ldap auth enable

15 years ago* Merge LDAP code; bindings are not yet complete
Art Cancro [Wed, 8 Apr 2009 17:24:14 +0000 (17:24 +0000)]
* Merge LDAP code; bindings are not yet complete

15 years ago* re-enumerate conditionals in view_message.html
Wilfried Göesgens [Tue, 7 Apr 2009 14:47:29 +0000 (14:47 +0000)]
* re-enumerate conditionals in view_message.html
* copy over from-printing into message citing so no <>'s show up on local quotes

15 years ago* Prepped portions of the code for imminent merge of LDAP auth module.
Art Cancro [Tue, 7 Apr 2009 00:38:06 +0000 (00:38 +0000)]
* Prepped portions of the code for imminent merge of LDAP auth module.

15 years ago* Removed the old LDAP module to make room for the new one
Art Cancro [Mon, 6 Apr 2009 23:53:08 +0000 (23:53 +0000)]
* Removed the old LDAP module to make room for the new one

15 years ago* Fixed a syntax error
Art Cancro [Mon, 6 Apr 2009 23:49:51 +0000 (23:49 +0000)]
* Fixed a syntax error

15 years ago* Add new XML import/export module
Art Cancro [Mon, 6 Apr 2009 23:45:51 +0000 (23:45 +0000)]
* Add new XML import/export module

15 years ago* Removed ARTV module
Art Cancro [Mon, 6 Apr 2009 23:43:21 +0000 (23:43 +0000)]
* Removed ARTV module

15 years ago* Development version is now 7.60
Art Cancro [Mon, 6 Apr 2009 23:41:40 +0000 (23:41 +0000)]
* Development version is now 7.60

15 years ago* Cleaned up the wording of the crashmail message
Art Cancro [Mon, 6 Apr 2009 21:07:38 +0000 (21:07 +0000)]
* Cleaned up the wording of the crashmail message

15 years ago* Changed the WIFEXITED logic to eliminate duplicate code.
Art Cancro [Mon, 6 Apr 2009 21:00:01 +0000 (21:00 +0000)]
* Changed the WIFEXITED logic to eliminate duplicate code.

15 years ago* Set CTDLEXIT_SHUTDOWN value to 0
Art Cancro [Mon, 6 Apr 2009 20:52:56 +0000 (20:52 +0000)]
* Set CTDLEXIT_SHUTDOWN value to 0

15 years ago* Set zapped_ok to 1 on nearly all calls to imap_grabroom(), because the IMAP command...
Art Cancro [Mon, 6 Apr 2009 14:54:13 +0000 (14:54 +0000)]
* Set zapped_ok to 1 on nearly all calls to imap_grabroom(), because the IMAP commands in question are permitted to operate with unsubscribed (zapped) rooms.

15 years ago* enable the watcher do differenciate between crash & regular exit, so he can send...
Wilfried Göesgens [Mon, 6 Apr 2009 12:14:42 +0000 (12:14 +0000)]
* enable the watcher do differenciate between crash & regular exit, so he can send the crash mail in the right cases only.

15 years ago* Set version number to 7.50 across the entire system in preparation for upcoming...
Art Cancro [Thu, 2 Apr 2009 21:25:22 +0000 (21:25 +0000)]
* Set version number to 7.50 across the entire system in preparation for upcoming release

15 years ago* DLAT response was missing its MIME metadata. Fixed.
Art Cancro [Thu, 2 Apr 2009 16:46:09 +0000 (16:46 +0000)]
* DLAT response was missing its MIME metadata.  Fixed.

15 years ago* Oops ... reply/replyquoted/replyall semantics were still buggy. Restored the corre...
Art Cancro [Tue, 31 Mar 2009 18:55:28 +0000 (18:55 +0000)]
* Oops ... reply/replyquoted/replyall semantics were still buggy.  Restored the correct 'all replies are quoted' behavior for localuser-to-localuser messages in private mail.

15 years ago* THIS IS 7.44 (BETA RELEASE ONLY)
Art Cancro [Mon, 30 Mar 2009 21:48:20 +0000 (21:48 +0000)]
* THIS IS 7.44 (BETA RELEASE ONLY)

15 years ago* Backed out r7276 through r7278. This is too large a change to make during a featur...
Art Cancro [Mon, 30 Mar 2009 16:49:04 +0000 (16:49 +0000)]
* Backed out r7276 through r7278.  This is too large a change to make during a feature freeze; it is the wrong approach; and it also produced crashes and corrupt data on my test system during evaluation (even after a make distclean).  We will revisit this after the release.

15 years ago* Enable the TinyMCE blockquote button
Art Cancro [Mon, 30 Mar 2009 03:45:55 +0000 (03:45 +0000)]
* Enable the TinyMCE blockquote button

15 years ago* add frontent code for xmpps port
Wilfried Göesgens [Sat, 28 Mar 2009 10:26:08 +0000 (10:26 +0000)]
* add frontent code for xmpps port

15 years ago* bump minimum required version number to 744 in order to reflect config change....
Wilfried Göesgens [Sat, 28 Mar 2009 10:23:10 +0000 (10:23 +0000)]
* bump minimum required version number to 744 in order to reflect config change. (is this the right place??)

15 years ago* add ssl xmpp port; this should work with pidgin as samjam documented.
Wilfried Göesgens [Sat, 28 Mar 2009 10:18:35 +0000 (10:18 +0000)]
* add ssl xmpp port; this should work with pidgin as samjam documented.

15 years ago* Fixed a multiselect bug in the mailbox view. Ctrl-click was selecting a message...
Art Cancro [Fri, 27 Mar 2009 17:02:23 +0000 (17:02 +0000)]
* Fixed a multiselect bug in the mailbox view.  Ctrl-click was selecting a message even if it was already selected.  Amended this code to make it toggle the current state instead.

15 years ago* make some pointers const...
Wilfried Göesgens [Wed, 25 Mar 2009 23:18:46 +0000 (23:18 +0000)]
* make some pointers const...
* trace whether we were shut down regular, or we crashed/were killed/...
* send an aide message if we unconditionaly exit.

15 years ago* escape subjects...
Wilfried Göesgens [Tue, 24 Mar 2009 18:38:51 +0000 (18:38 +0000)]
* escape subjects...

15 years ago* offer move message button just if we are allowed to. thanks to Trilcat for reportin...
Wilfried Göesgens [Mon, 23 Mar 2009 19:35:59 +0000 (19:35 +0000)]
* offer move message button just if we are allowed to. thanks to Trilcat for reporting this.

15 years ago* es.po: the correct license for this file was supposed to be GPL v2-or-later, not...
Art Cancro [Mon, 23 Mar 2009 17:00:18 +0000 (17:00 +0000)]
* es.po: the correct license for this file was supposed to be GPL v2-or-later, not GPL v2

15 years ago* if we fail to open the template, bail out with an error.
Wilfried Göesgens [Fri, 20 Mar 2009 22:30:00 +0000 (22:30 +0000)]
* if we fail to open the template, bail out with an error.
* actualy _install_ the template.

15 years ago* When aborting because of unsafe permissions on citadel.config, only show the last...
Art Cancro [Fri, 20 Mar 2009 16:36:12 +0000 (16:36 +0000)]
* When aborting because of unsafe permissions on citadel.config, only show the last three digits of the permissions.

15 years ago* Events and tasks which are missing a SUMMARY property are now displayed as 'Untitle...
Art Cancro [Fri, 20 Mar 2009 16:20:25 +0000 (16:20 +0000)]
* Events and tasks which are missing a SUMMARY property are now displayed as 'Untitled Event' or 'Untitled Task' instead of being omitted.  (I saw those two strings already in the code, so hopefully they've already been localized.)

15 years ago* Omit extended result code from SMTP response when we hit an RBL. We don't use...
Art Cancro [Fri, 20 Mar 2009 15:53:27 +0000 (15:53 +0000)]
* Omit extended result code from SMTP response when we hit an RBL.  We don't use those anymore.

15 years ago* In the JS instant messenger window, encode all outgoing messages using encodeURICom...
Art Cancro [Fri, 20 Mar 2009 02:39:55 +0000 (02:39 +0000)]
* In the JS instant messenger window, encode all outgoing messages using encodeURIComponent() before handing them off to Prototype for an AJAX call.  This allows non-ASCII characters to be sent without causing an error in the application.  Enjoy your ũmläȕŧŝ ☺

15 years ago* Rewrote part of the RBL check in a more portable way. It was completely failing...
Art Cancro [Thu, 19 Mar 2009 21:56:27 +0000 (21:56 +0000)]
* Rewrote part of the RBL check in a more portable way.  It was completely failing to do anything in its current form.

15 years ago* Removed the extra whitespace I added in while working on this template
Art Cancro [Thu, 19 Mar 2009 19:56:45 +0000 (19:56 +0000)]
* Removed the extra whitespace I added in while working on this template

15 years ago* Remove leading '|' from references if present
Art Cancro [Thu, 19 Mar 2009 19:54:21 +0000 (19:54 +0000)]
* Remove leading '|' from references if present

15 years ago* Got it. All references are now preserved.
Art Cancro [Thu, 19 Mar 2009 19:07:18 +0000 (19:07 +0000)]
* Got it.  All references are now preserved.

15 years ago* Now picking up the final message in the references list, but where did the others go?
Art Cancro [Thu, 19 Mar 2009 18:48:13 +0000 (18:48 +0000)]
* Now picking up the final message in the references list, but where did the others go?

15 years ago* Changed ConditionalIsRoomtype() to use a full string compare instead of one charact...
Art Cancro [Thu, 19 Mar 2009 17:10:32 +0000 (17:10 +0000)]
* Changed ConditionalIsRoomtype() to use a full string compare instead of one character in order to improve the readability and maintainability of this code.  (Also, the character being compared was the wrong one, so this also eliminates a bug.)

15 years ago* First attempt at restoring the correct Reply semantics
Art Cancro [Thu, 19 Mar 2009 14:55:28 +0000 (14:55 +0000)]
* First attempt at restoring the correct Reply semantics

15 years ago* After completing an SMTP queue run, include the number of messages processed in...
Art Cancro [Thu, 19 Mar 2009 14:22:27 +0000 (14:22 +0000)]
* After completing an SMTP queue run, include the number of messages processed in the log output

15 years ago* When using the javascript instant messenger screen, transmit outgoing messages...
Art Cancro [Thu, 19 Mar 2009 04:32:15 +0000 (04:32 +0000)]
* When using the javascript instant messenger screen, transmit outgoing messages to webcit using a real webcit command (new command: ajax_send_instant_message) instead of the ajax_server_cmd framework.  This gives us string unescaping for free, so we now escape all strings before transmitting them.  I was hoping this would fix the problem with sending non-ASCII characters through the instant messenger, but it didn't.  This will probably still be part of the solution though.

15 years ago* Applied dtx patch to fix access control problem with room aide posting in read...
Art Cancro [Thu, 19 Mar 2009 03:41:51 +0000 (03:41 +0000)]
* Applied dtx patch to fix access control problem with room aide posting in read only rooms

15 years ago* output right HTTP-Headers when whining for another citserver version
Wilfried Göesgens [Wed, 18 Mar 2009 19:48:35 +0000 (19:48 +0000)]
* output right HTTP-Headers when whining for another citserver version

15 years ago* change message list to use buffered serverread and nexttoken tokenizer
Wilfried Göesgens [Wed, 18 Mar 2009 19:20:40 +0000 (19:20 +0000)]
* change message list to use buffered serverread and nexttoken tokenizer

15 years ago* webcit part of michael meskes full day calendar patch; accidentely committed it...
Wilfried Göesgens [Tue, 17 Mar 2009 21:58:57 +0000 (21:58 +0000)]
* webcit part of michael meskes full day calendar patch; accidentely committed it partly in advance.

15 years ago* 7.43 in debian changelog...
Wilfried Göesgens [Tue, 17 Mar 2009 21:31:52 +0000 (21:31 +0000)]
* 7.43 in debian changelog...

15 years ago* 7.43 in debian changelog...
Wilfried Göesgens [Tue, 17 Mar 2009 21:30:50 +0000 (21:30 +0000)]
* 7.43 in debian changelog...

15 years ago* 7.43 in debian changelog...
Wilfried Göesgens [Tue, 17 Mar 2009 21:29:52 +0000 (21:29 +0000)]
* 7.43 in debian changelog...

15 years ago* Committed feivel's patch for multi day all day events
Art Cancro [Tue, 17 Mar 2009 21:29:11 +0000 (21:29 +0000)]
* Committed feivel's patch for multi day all day events

15 years ago* Updated credits
Art Cancro [Tue, 17 Mar 2009 15:50:18 +0000 (15:50 +0000)]
* Updated credits

15 years ago* Applied dtx patch for receiving second level headers in Sieve module
Art Cancro [Tue, 17 Mar 2009 15:08:56 +0000 (15:08 +0000)]
* Applied dtx patch for receiving second level headers in Sieve module

15 years ago* THIS IS 7.43 (BETA VERSION)
Art Cancro [Tue, 17 Mar 2009 03:22:44 +0000 (03:22 +0000)]
* THIS IS 7.43 (BETA VERSION)

15 years ago* foolproof the hex-decoder
Wilfried Göesgens [Mon, 16 Mar 2009 21:25:19 +0000 (21:25 +0000)]
* foolproof the hex-decoder
* some inline handling to fixup mips

15 years ago* if display local messages, don't do "bla blub" <foo@bar> but foo@bar in the reply...
Wilfried Göesgens [Mon, 16 Mar 2009 20:46:27 +0000 (20:46 +0000)]
* if display local messages, don't do "bla blub" <foo@bar> but foo@bar in the reply buttons

15 years ago* add conditional to check room-types
Wilfried Göesgens [Mon, 16 Mar 2009 19:50:49 +0000 (19:50 +0000)]
* add conditional to check room-types
* use hide 'delete' button if we're not allowed to
* check for room type BBS whether we show the one or the other button group

15 years ago* suport lower case hex digits too
Wilfried Göesgens [Fri, 13 Mar 2009 21:37:35 +0000 (21:37 +0000)]
* suport lower case hex digits too
* return ? on error.
* de-inline...

15 years ago* Be more intelligent about the way we load vCard fields into the on-screen editor...
Art Cancro [Fri, 13 Mar 2009 18:14:44 +0000 (18:14 +0000)]
* Be more intelligent about the way we load vCard fields into the on-screen editor.  Properties and parameters are now treated as separate variables.  Properties are matched strictly (such as 'email') but parameters are handled with a fuzzy match.  For example, we identify an 'email' property as an Internet address if the string 'internet' appears anywhere within the parameter string.  This will allow it to match on 'email;internet' as well as 'email;type=internet' and 'email;type=internet,pref' or even 'email;not_the_internet'.  There are so many different variations out there that we can't count on a strict match.

15 years ago* Minor overhaul of modules/serv_vcard.c
Art Cancro [Fri, 13 Mar 2009 02:19:05 +0000 (02:19 +0000)]
* Minor overhaul of modules/serv_vcard.c
  Be less strict about properties and parameters.  For example, when searching for Internet email addresses, it no longer has to be 'email;internet', it will also accept things like 'email;type=internet' or 'email;type=internet,pref' or even 'email;foo=bar,type=internet'.
  Note that this is strictly server side stuff; we have a lot of work to do on the webcit side.

15 years ago* use the hex-decoder instead of scanf
Wilfried Göesgens [Thu, 12 Mar 2009 22:56:24 +0000 (22:56 +0000)]
* use the hex-decoder instead of scanf

15 years ago* add function decode_hex() that interprets 2 chars as hexdigits representing an...
Wilfried Göesgens [Thu, 12 Mar 2009 22:54:48 +0000 (22:54 +0000)]
* add function decode_hex() that interprets 2 chars as hexdigits representing an encoded char like scanf("%02X") would do.
* use it in the QP decoder.

15 years ago* Removed userspace buffering. Everyone has TCP_CORK or TCP_NOPUSH nowadays.
Art Cancro [Thu, 12 Mar 2009 15:12:32 +0000 (15:12 +0000)]
* Removed userspace buffering.  Everyone has TCP_CORK or TCP_NOPUSH nowadays.

15 years ago* Fixed a bug that caused the default recurrence for a new yearly event to be 'day...
Art Cancro [Thu, 12 Mar 2009 14:44:47 +0000 (14:44 +0000)]
* Fixed a bug that caused the default recurrence for a new yearly event to be 'day/week/month' instead of 'day/month'.  Needed to check for 0 values.

15 years ago* Fixed problems related to saving vCards in config rooms. For starters, we were...
Art Cancro [Thu, 12 Mar 2009 02:49:59 +0000 (02:49 +0000)]
* Fixed problems related to saving vCards in config rooms.  For starters, we were looking at the room name contained in the message rather than the name of the session's current room, which might actually be correct 100% of the time, but it's still the wrong place to look.  We also needed to add code to distinguish between saving your own vCard and administratively saving someone else's vCard.  We only reload the cs_inet_* caches when it's our own.

15 years ago* make another string translateable.
Wilfried Göesgens [Wed, 11 Mar 2009 18:09:41 +0000 (18:09 +0000)]
* make another string translateable.

15 years ago* Implemented the first of several steps required to fix the bug that causes mailing...
Art Cancro [Wed, 11 Mar 2009 16:57:36 +0000 (16:57 +0000)]
* Implemented the first of several steps required to fix the bug that causes mailing list bounces to be misdirected.  This commit adds a new field in the SMTP delivery instructions to force a particular envelope sender.

15 years ago* citadel.schema: declared GPL v3
Art Cancro [Wed, 11 Mar 2009 16:30:21 +0000 (16:30 +0000)]
* citadel.schema: declared GPL v3
* rfc2739.schema: declared license identical to Kolab's distribution of this file

15 years ago* when db->truncate() fails with ENOMEM, refer the user to http://www.citadel.org...
Art Cancro [Wed, 11 Mar 2009 15:00:20 +0000 (15:00 +0000)]
* when db->truncate() fails with ENOMEM, refer the user to citadel.org/doku.php/faq:troubleshooting:out_of_lock_entries

15 years ago+ add Michael Meskes Patch; hide Task due date UI elements if they're not applicable.
Wilfried Göesgens [Mon, 9 Mar 2009 18:54:53 +0000 (18:54 +0000)]
+ add Michael Meskes Patch; hide Task due date UI elements if they're not applicable.

15 years ago* Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead...
Art Cancro [Mon, 9 Mar 2009 16:45:21 +0000 (16:45 +0000)]
* Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead.  This will cause most of WebCit to be rendered in the user's preferred Sans Serif font, which will hopefully fix any remaining weird font issues.

15 years ago* Removed the defunct METADATA parameters to our unfinished LIST-EXTENDED implementation.
Art Cancro [Mon, 9 Mar 2009 04:00:43 +0000 (04:00 +0000)]
* Removed the defunct METADATA parameters to our unfinished LIST-EXTENDED implementation.
* Rewrote any comments in the IMAP module sources that may have been copied directly out of various RFC's, in order to satisfy the license police.

15 years ago* Resorted copying, updated daterange
Wilfried Göesgens [Sun, 8 Mar 2009 16:03:03 +0000 (16:03 +0000)]
* Resorted copying, updated daterange

15 years ago* moved CRC16 to the fulltextindexer module since its just used in that module
Wilfried Göesgens [Sun, 8 Mar 2009 15:04:06 +0000 (15:04 +0000)]
* moved CRC16 to the fulltextindexer module since its just used in that module