[524] in BarnOwl Developers
Fixing logging to be generic
daemon@ATHENA.MIT.EDU (Sam Hartman)
Thu Oct 29 18:07:04 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
From: Sam Hartman <hartmans@MIT.EDU>
To: dirty-owl-hackers@mit.edu
Date: Sat, 03 Mar 2007 12:44:18 -0500
AS far as I can tell we have the mechanisms we need to make logging generic.
You can tell if something is personal from is_private.
If it's personal you want to log in msg_type:sender
If it's not personal you want to log in msg_type:recipient.
We probably want to map / to something else rather than dropping
things with slash into weird because we retain the resource in group
chat personals.
--Sam