[1671] in BarnOwl Developers
[nelhage/barnowl] e44060: Fix incorrect owl_function_makemsg usage inside co...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:19:53 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 7 Sep 2009 17:59:22 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: e440602abc64157c8149c1eb5e6f42b418b59c31
http://github.com/nelhage/barnowl/commit/e440602abc64157c8149c1eb5e6f42b418b59c31
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
Fix incorrect owl_function_makemsg usage inside comments.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 03e25c59ebcfb03f734d90375cfdad6bd927a36c
http://github.com/nelhage/barnowl/commit/03e25c59ebcfb03f734d90375cfdad6bd927a36c
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M perl/lib/BarnOwl/Hooks.pm
Log Message:
-----------
_new_command: Only tokenize on spaces when passed a single argument.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 636de2ae63b680cbfe7dc22e65fd61df39edb9bc
http://github.com/nelhage/barnowl/commit/636de2ae63b680cbfe7dc22e65fd61df39edb9bc
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M Makefile.am
M configure.ac
M perl/modules/Makefile.am
Log Message:
-----------
Use automake’s silent-rules mode if available, for quieter build output.
With automake 1.11, this gives us Linux kernel–style silent output
that makes warnings more obvious:
GEN perlglue.c
CC perlglue.o
CCLD barnowl.bin
(Use ‘make V=1’ for the traditional verbose output.)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 8362a48f0888971a433acb637281a8a331ce815d
http://github.com/nelhage/barnowl/commit/8362a48f0888971a433acb637281a8a331ce815d
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
Log Message:
-----------
BarnOwl::Module::Jabber: Quote jroster auth, deauth commands.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 3519d06307005a370cca38ff5f66565f63165b08
http://github.com/nelhage/barnowl/commit/3519d06307005a370cca38ff5f66565f63165b08
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-07 (Mon, 07 Sep 2009)
Changed paths:
M perl/lib/Module/Install/BarnOwl.pm
M perl/modules/IRC/inc/Module/Install/BarnOwl.pm
M perl/modules/Jabber/inc/Module/Install/BarnOwl.pm
M perl/modules/WordWrap/inc/Module/Install/BarnOwl.pm
Log Message:
-----------
Module::Install::BarnOwl: Tell zip to quiet down.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>