Timeline


and

Jul 24, 2010:

1:30 AM Changeset [f93cc34]release-1.10release-1.7release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Add tester.bin to .gitignore, remove perl_tester tester.bin was added in de18326f12c18fd92f275bf46bca509343b79063 and perl_tester removed in 5aa33fd73dce2c8d6c88559e62cd1ae78ef4a36d.

Jul 20, 2010:

2:31 PM Changeset [205e164]release-1.10release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
Use fpathconf to disable signals Just using 0 is not portable. POSIX provides a portable way to find the right value. Reported-By: Benjamin Kaduk <kaduk@mit.edu> Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu> Reviewed-by: Nelson Elhage <nelhage@mit.edu

Jul 18, 2010:

4:48 PM Changeset [d296c9a]release-1.10release-1.7release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Merge branch 'owl_window' Conflicts: global.c

Jul 17, 2010:

7:27 AM Changeset [6c24c67]release-1.6 by Nelson Elhage <nelhage@mit.edu>
Add a configure flag to enable/disable building with krb4.
7:27 AM Changeset [28cd9088]release-1.6 by Nelson Elhage <nelhage@mit.edu>
zcrypt.c: Clean up some clang-detected warnings.
7:27 AM Changeset [ed380eb]release-1.6 by Nelson Elhage <nelhage@mit.edu>
owl_command_view: Fix an infinite loop on 'view -r args'. owl_command_view should really be cleaned up a lot, but this fixes the immediate bug. We already handle the 'view -r' case specially near the top, and 'view -r' with other args has clearly never worked, so let's just deprecate it.
7:26 AM Changeset [6758c74]release-1.6 by Nelson Elhage <nelhage@mit.edu>
Free paths to Zephyr dot-files when non-existant Signed-off-by: David Benjamin <davidben@mit.edu>
7:26 AM Changeset [a484b3e]release-1.6 by Nelson Elhage <nelhage@mit.edu>
Jabber: Accept a -m argument to jwrite to set the message.

Jul 16, 2010:

8:27 PM Changeset [1cc9b615]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Tell perl about aliases as well as commands. This fixes tab-completing aliases, as well BarnOwl::$alias(…).
7:43 PM Changeset [26ad412]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Use a uniquified debug file location.
7:43 PM Changeset [50522b5]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Open the debug file using O_EXCL and an explicit mode. We write potentially sensitive data out to the debug log, so we should protect it. Reported-by: Geoffrey Thomas <geofft@mit.edu>
7:43 PM Changeset [d12a8c7]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Keep the debug file open persistently.
7:43 PM Changeset [c5873be]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
aim: Don't send passwords to the debug log. Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
7:43 PM Changeset [0552482]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
aim: Remove some terrifying and fortunately dead code. It, uh, seems to send parts of a requested file to the AIM server. Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
7:43 PM Changeset [8ab1f28]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
zephyr.c: Handle errors from ZPending and ZReceiveNotice. It is easy for a remote user to cause these functions to return errors by sending us corrupt zgrams, so basically the only safe thing to do is to ignore the errors.

Jul 14, 2010:

1:32 AM Changeset [8bba1ae]release-1.10release-1.7release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Rename owl_global_get_curs_typwin to owl_global_get_typwin_window This is more consistent with us no longer exporting raw WINDOWs.
1:27 AM Changeset [3f11c00]release-1.10release-1.7release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Rename oe_set_curswin to oe_set_window
12:38 AM Changeset [23b6c11]release-1.10release-1.7release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Use owl_{strdup,free} instead of g_{strdup,free} For consistency. Also, the strdup wrappers already handle NULL.

Jul 12, 2010:

12:18 PM Changeset [7bfc613]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix some bugs with 'zcrypt -C'

Jul 9, 2010:

4:58 PM Ticket #146 (Timestamps in info view should include a timezone) created by andersk@mit.edu
The timestamps in the message info view are local time in the client …

Jul 8, 2010:

7:33 PM Changeset [96582d5]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix a crash on 'zcrypt -m'.
5:55 PM Changeset [c43c77b]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Display the cleartext on outgoing zcrypted personals.
3:29 PM Changeset [efc460e]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix the 'personal' filter after a perlmessages-related mismerge.

Jul 4, 2010:

12:15 PM Changeset [987cf3f]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Pass around owl_zwrite objects, instead of continually re-parsing them. In addition to be cleaner and shorter, this fixes a bug where ': zcrypt' ended in an unencrypted zwrite. Reported-by: Tony Valderrama <tvald@mit.edu>

Jul 3, 2010:

9:35 PM WikiStart edited by nelhage@mit.edu
(diff)
5:50 PM Changeset [aeadc74]release-1.10release-1.7release-1.8release-1.9 by Alex Vandiver <alexmv@mit.edu>
Include the public repository URL in the README
5:16 PM Changeset [09df586]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
README: Remove a long-defunct disclaimer.
5:15 PM Changeset [9d27ee8]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Install intro.txt and advanced.txt. Hold off on installing code.txt and releasing-barnowl.txt, since you probably don't care about those unless you have the source, anyways.
5:13 PM Changeset [e2bc8ac]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Install the man page
5:13 PM Changeset [04af908]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Define _XOPEN_SOURCE, needed to get strptime() on some platforms.
5:05 PM Changeset [ddbb43ad]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Add a configure flag to enable/disable building with krb4.

Jun 26, 2010:

12:24 AM Keybindings edited by kevinr@mit.edu
(diff)

Jun 25, 2010:

4:08 PM Ticket #145 (jwrite guesses wrong JID) created by andersk@mit.edu
jwrite should be smarter about guessing the JID when one of the …
Note: See TracTimeline for information about the timeline view.