[1469] in BarnOwl Developers
[nelhage/barnowl] f0f919: Maintain instance when using shift-R on personals
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:16:58 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Tue, 26 May 2009 19:45:47 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: f0f919def6ba00495b49c2222d94e20a8ec12fef
http://github.com/nelhage/barnowl/commit/f0f919def6ba00495b49c2222d94e20a8ec12fef
Author: Alexander W Dehnert <adehnert@mit.edu>
Date: 2009-05-26 (Tue, 26 May 2009)
Changed paths:
M perlwrap.pm
Log Message:
-----------
Maintain instance when using shift-R on personals
This holds for all zephyr's on which is_private
is true. I am unsure whether I think this should
be is_personal instead.
Commit: 7451af972f02d969a6fc11a76dc256b1708cdc9a
http://github.com/nelhage/barnowl/commit/7451af972f02d969a6fc11a76dc256b1708cdc9a
Author: Alexander W Dehnert <adehnert@mit.edu>
Date: 2009-05-26 (Tue, 26 May 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
Add <message,*,%me%> to default Barnowl subs.
Also adds support for default Barnowl subs and
fixes the return value of owl_zephyr_loadsubs.
Commit: 3ef779baa1843d5eb90748ba235decc2d937ea50
http://github.com/nelhage/barnowl/commit/3ef779baa1843d5eb90748ba235decc2d937ea50
Author: Alexander W Dehnert <adehnert@mit.edu>
Date: 2009-05-26 (Tue, 26 May 2009)
Changed paths:
M zephyr.c
M zwrite.c
Log Message:
-----------
Send instanced pings and give useful error messages
Based on discussion on -c barnowl, switches
zwrite adehnert => ping
zwrite adehnert -i test => no ping
zwrite adehnert -c test => no ping
to
zwrite adehnert => ping
zwrite adehnert -i test => ping
zwrite adehnert -c test => no ping
Pings match the class & instance of the
message they are associated with.
The error message when an instanced personal
fails now includes the instance.
Commit: 1e550b2ea53ec1e74b74365edc004ef2bd386647
http://github.com/nelhage/barnowl/commit/1e550b2ea53ec1e74b74365edc004ef2bd386647
Author: Alex Dehnert <adehnert@mit.edu>
Date: 2009-05-26 (Tue, 26 May 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
Fix comments from d73e3af3