[283] in BarnOwl Developers
Partial module support in base owl executable
daemon@ATHENA.MIT.EDU (Sam Hartman)
Thu Oct 29 18:04:29 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
From: Sam Hartman <hartmans@MIT.EDU>
To: dirty-owl-hackers@mit.edu
Date: Wed, 01 Nov 2006 01:11:45 -0500
I basically implemented what my earlier mail today said.
Still todo:
* install things with make install
* decide on split between owl/modules and owl/lib. Perhaps
owl/modules goes away.
In general I think anything that one module calls from another module
should be in lib. Perhaps everything should be in lib, but I think
that we want to isolate packages that modify hooks from those that do
not. In general, having a module depend on some other module should
not modify default behavior.
There are almost certainly bugs.