[1666] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[nelhage/barnowl] 24ccc0: Replace owl_message_create_from_zwriteline with ow...

daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:19:46 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Wed, 2 Sep 2009 19:17:44 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com

Branch: refs/heads/integration
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.


Commit: e2ebf392f00590bbd2abc319d6903521b29a4045
    http://github.com/nelhage/barnowl/commit/e2ebf392f00590bbd2abc319d6903521b29a4045
Author: Anders Kaseorg <andersk@mit.edu>
Date:   2009-08-26 (Wed, 26 Aug 2009)

Changed paths:
  M logging.c

Log Message:
-----------
owl_log_outgoing_zephyr_error: Remove unused variable zwriteline.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>


Commit: 0571c30c61b48eea839edfe11bea37e158a313ed
    http://github.com/nelhage/barnowl/commit/0571c30c61b48eea839edfe11bea37e158a313ed
Author: Anders Kaseorg <andersk@mit.edu>
Date:   2009-08-26 (Wed, 26 Aug 2009)

Changed paths:
  R encapsulate.pl

Log Message:
-----------
Remove encapsulate.pl.

It is unused since commit fd8dfe732ac4f414b1f6e8e97af41c7f9d170dd2.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>


Commit: d1b1cf61299ac9337a940429b3c31d467c82660f
    http://github.com/nelhage/barnowl/commit/d1b1cf61299ac9337a940429b3c31d467c82660f
Author: Nelson Elhage <nelhage@mit.edu>
Date:   2009-08-27 (Thu, 27 Aug 2009)

Changed paths:
  M perlconfig.c
  M perlglue.xs

Log Message:
-----------
Set the UTF-8 flag on on strings we pass to Perl.

Add an owl_new_sv helper function that validates a string as UTF-8 and
turns it into an SV with the UTF-8 flag set, and use it everywhere in
preference to newSVpv.


Commit: ec21c626c222d41c62331023175d521803d0ca32
    http://github.com/nelhage/barnowl/commit/ec21c626c222d41c62331023175d521803d0ca32
Author: Evan Broder <broder@mit.edu>
Date:   2009-08-28 (Fri, 28 Aug 2009)

Changed paths:
  M configure.ac

Log Message:
-----------
Correct the --with-libzephyr help message in the configure script.


Commit: 27964fe3346a8e20734cb567ff512757eb1d1ad8
    http://github.com/nelhage/barnowl/commit/27964fe3346a8e20734cb567ff512757eb1d1ad8
Author: Alejandro R. SedeƱo <asedeno@mit.edu>
Date:   2009-08-29 (Sat, 29 Aug 2009)

Changed paths:
  M functions.c
  M zephyr.c

Log Message:
-----------
Fix pseudo-login interation with zephyr initialization.

functions.c: owl_function_zephyr_buddy_check should bail if we don't
have zephyr initialized.

zephyr.c: owl_zephyr_finish_initialization should perform the initial
pseudo-logins check if pseudologins is on.


Commit: b017b0309025b72c830864f20f5dd923659f981c
    http://github.com/nelhage/barnowl/commit/b017b0309025b72c830864f20f5dd923659f981c
Author: Nelson Elhage <nelhage@mit.edu>
Date:   2009-08-29 (Sat, 29 Aug 2009)

Changed paths:
  M t/completion.t

Log Message:
-----------
Add failing tests for computing $argct with --.


Commit: bcde942d46c41cb478440ab7a050c5503e389111
    http://github.com/nelhage/barnowl/commit/bcde942d46c41cb478440ab7a050c5503e389111
Author: David Benjamin <davidben@mit.edu>
Date:   2009-08-29 (Sat, 29 Aug 2009)

Changed paths:
  M perl/lib/BarnOwl/Message/Zephyr.pm

Log Message:
-----------
Quote $realm before including in a regex

Signed-off-by: David Benjamin <davidben@mit.edu>


Commit: a4dd3a5967344fa261581ed1954047e71128f1d6
    http://github.com/nelhage/barnowl/commit/a4dd3a5967344fa261581ed1954047e71128f1d6
Author: David Benjamin <davidben@mit.edu>
Date:   2009-08-29 (Sat, 29 Aug 2009)

Changed paths:
  M perl/lib/BarnOwl/Completion.pm

Log Message:
-----------
Remove unused variable

Signed-off-by: David Benjamin <davidben@mit.edu>


Commit: 6c144b3bfc116b0132f698427fd4fc478032596b
    http://github.com/nelhage/barnowl/commit/6c144b3bfc116b0132f698427fd4fc478032596b
Author: David Benjamin <davidben@mit.edu>
Date:   2009-08-29 (Sat, 29 Aug 2009)

Changed paths:
  M perl/lib/BarnOwl/Completion/Util.pm

Log Message:
-----------
Fix $argct when given -- in complete_flags

$argct is updated in the loop, but the loop is prematurely exited when
it finds --.

Signed-off-by: David Benjamin <davidben@mit.edu>


Commit: 94ef58c98f9248815a27a3addd8a7d03e61b9d9b
    http://github.com/nelhage/barnowl/commit/94ef58c98f9248815a27a3addd8a7d03e61b9d9b
Author: David Benjamin <davidben@mit.edu>
Date:   2009-08-29 (Sat, 29 Aug 2009)

Changed paths:
  M perl/lib/BarnOwl/Completion/Util.pm

Log Message:
-----------
Add keyword arg to complete_flags: stop_at_nonflag

Signed-off-by: David Benjamin <davidben@mit.edu>


Commit: 4ccd92c0e8e17390ecbe280aa90c70b2bf07afd8
    http://github.com/nelhage/barnowl/commit/4ccd92c0e8e17390ecbe280aa90c70b2bf07afd8
Author: Nelson Elhage <nelhage@mit.edu>
Date:   2009-08-31 (Mon, 31 Aug 2009)

Changed paths:
  M editwin.c

Log Message:
-----------
Make zdots work even if the buffer has trailing whitespace.

Fixes #95.


Commit: 400e8b66d003188cb7f5b78271bd4b84c5630222
    http://github.com/nelhage/barnowl/commit/400e8b66d003188cb7f5b78271bd4b84c5630222
Author: Nelson Elhage <nelhage@mit.edu>
Date:   2009-09-02 (Wed, 02 Sep 2009)

Changed paths:
  M configure.ac
  M editwin.c
  R encapsulate.pl
  M functions.c
  M logging.c
  M message.c
  M owl.h
  M perl/lib/BarnOwl/Completion.pm
  M perl/lib/BarnOwl/Completion/Util.pm
  M perl/lib/BarnOwl/Message/Zephyr.pm
  M perlconfig.c
  M perlglue.xs
  M t/completion.t
  M zephyr.c
  M zwrite.c

Log Message:
-----------
Merge branch 'master' into integration

Conflicts:
	functions.c
	message.c
	perlconfig.c



home help back first fref pref prev next nref lref last post