Timeline


and

Jun 7, 2007:

1:16 AM Changeset [d0961fe]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alex Vandiver <alexmv@mit.edu>
Incoming CC'd zephyrs logged to all people they were sent to

Jun 6, 2007:

11:31 PM Changeset [9c590d4]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alex Vandiver <alexmv@mit.edu>
Outgoing CC'd messages get logged to all recipients
9:06 PM Changeset [48609ce]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alex Vandiver <alexmv@mit.edu>
Don't include self when replying to CC'd messages

Jun 4, 2007:

10:30 PM Changeset [f1589b5]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
Adding 3 variables for the Jabber module. * jabber:show_offline_buddies (bool, default=true) If false, only contacts in your roster whose presence you are subscribed to, and happen to be online. * jabber:auto_away_timeout (int, default 5) * jabber:auto_xa_timeout (int, default 15) The timeouts, in minutes, for setting your jabber accounts auto-away and auto-extended-away. Set to 0 to disable. Even if xa < away, you will not transition from xa -> away.
12:46 AM Changeset [f1fc47f]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Don't corrupt the current style pointer if we redefine the current style.

Jun 1, 2007:

4:01 AM Changeset [42947f1]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alex Vandiver <alexmv@mit.edu>
* Outgoing messages now log as much information as incomign messages * Code reuse is a Good Thing

May 30, 2007:

10:30 PM Changeset [8757122]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
We don't need to squash warnings here, we should just use "" as a default, since the undef's will get stringified anyways.
1:17 AM Changeset [4508e21]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Properly pass the usage when defining the jabberlogin command
12:05 AM Changeset [13a3c1db]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Refactoring message processing: All new messages, incoming or outgoing, get added to the owl_global_messagequeue by protocol code, and then passed to owl_proces_message, which serves as a single central code path for adding messages to the message list.

May 29, 2007:

8:05 PM Changeset [1fd5e4c1]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Perl doesn't actually specify the behavior of our $var = foo if bar; Change this to something guaranteed to work.
12:11 AM Changeset [5ddb952]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Removing a debug print to /tmp/error that causes an error message on startup.

May 28, 2007:

9:56 PM Changeset [3c455b4]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
r675, take two. This was lost in the merging of the PAR branch. Fix the bug in which rejoining a MUC you're already in (nick change) results in the MUC appearing multiple times when you show presence info for all MUCs.

May 24, 2007:

6:16 PM Changeset [693c8f2]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
Jabber tweaks: BarnOwl::Message::Jabber now defines subcontext as subject, much as BarnOwl::Message::Zephyr maps instance to it. BarnOwl::Module::Jabber now preserves subjects through replies to MUCs. Also, fixed a typo in which ``jwrite ... -s foo'' showed up as ``jwrite ... -t foo'' when echoed back to the terminal.

May 19, 2007:

6:35 PM Changeset [987ff51]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by David Glasser <glasser@davidglasser.net>
Add a "setsearch" command which sets the search highlight string without moving the cursor. * commands.c (commands_to_init): Add "setsearch" command and documentation. (owl_command_setsearch): Implementation of new command.

May 18, 2007:

4:57 PM Changeset [cd57601]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Documenting BarnOwl::new_variable_*
4:54 PM Changeset [a695a68]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Adding the ability to define new variables from perl.

May 17, 2007:

2:43 PM Changeset [ec53338]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Some small doc fixes [thanks to jwalden for pointing them out].

May 16, 2007:

10:21 PM Changeset [fa3290d]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
Do not initialize the colorpair manager array if we don't have colors. More specifically, do not write into arrays we have not allocated and segfault.
7:21 PM Changeset [6933082]barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Adding PAR dependency to README
Note: See TracTimeline for information about the timeline view.