[1691] in BarnOwl Developers
[nelhage/barnowl] 5118b3: Switch jabber keep-alive and auto-away to a timer.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:20:17 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sun, 13 Sep 2009 17:06:31 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/cleanup-startup
Home: http://github.com/nelhage/barnowl
Commit: 5118b3217a9478ce3deb0a9b7299f98b554fa075
http://github.com/nelhage/barnowl/commit/5118b3217a9478ce3deb0a9b7299f98b554fa075
Author: Alejandro R. SedeƱo <asedeno@mit.edu>
Date: 2009-09-12 (Sat, 12 Sep 2009)
Changed paths:
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
Log Message:
-----------
Switch jabber keep-alive and auto-away to a timer.
Dropping the dependency on the mainloop hook in jabber.
Increasing the keep-alive / auto-away interval in jabber to 5 seconds.
Commit: 7967433af393b9884ca97ca95e2019dc7197d948
http://github.com/nelhage/barnowl/commit/7967433af393b9884ca97ca95e2019dc7197d948
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-13 (Sun, 13 Sep 2009)
Changed paths:
M owl.c
Log Message:
-----------
Refactor startup into functions, and some clean up.
Commit: 799f36cd4d721ff9f4ade3172fe58b44f0f2277a
http://github.com/nelhage/barnowl/commit/799f36cd4d721ff9f4ade3172fe58b44f0f2277a
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-13 (Sun, 13 Sep 2009)
Changed paths:
M owl.c
Log Message:
-----------
Use getopt(3) for option parsing.
While we're at it, refactor option parsing into its own function.