[1647] in BarnOwl Developers
[nelhage/barnowl] 24ccc0: Replace owl_message_create_from_zwriteline with ow...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:19:26 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Wed, 26 Aug 2009 20:53:18 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 24ccc01260afb7fd3aa52ade9b9bcc4e4075b504
http://github.com/nelhage/barnowl/commit/24ccc01260afb7fd3aa52ade9b9bcc4e4075b504
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-08-26 (Wed, 26 Aug 2009)
Changed paths:
M functions.c
M logging.c
M message.c
M owl.h
M zephyr.c
M zwrite.c
Log Message:
-----------
Replace owl_message_create_from_zwriteline with owl_message_create_from_zwrite.
By passing in a zwrite structure instead of a line, we make it easier to
construct faked messages without having to go through generaring and
parsing a zwrite command line. We change owl_zephyr_handle_ack to fake a
zwrite structure, fixing the segfault on zephyring users with
quotes (fixes #94), as well as logging errors sending instanced personals
slightly better.