Timeline


and

May 14, 2009:

11:54 PM Changeset [cdaf294]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Geoffrey Thomas <geofft@mit.edu>
Fix an issue with the previous commit on outgoing Jabber messages. Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
11:41 PM Changeset [dfaa47d]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Geoffrey Thomas <geofft@mit.edu>
Display context for personals, so as to make <message,*,%me> usable. Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
4:54 PM Ticket #80 (Jabber MUC login messages uninformative) created by kchen@MIT.EDU
Logins for people in Jabber MUCs are uninformative. I've punted such …
4:29 PM Ticket #79 (Filter duplicate Jabber login notices) created by kchen@MIT.EDU
GMail seems to send multiple jabber login messages whenever someone …

May 13, 2009:

9:19 AM Changeset [73ba824]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
Better describe recv:swapmark

May 12, 2009:

11:41 PM Changeset [3d08168]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Display 'Mark set' when setting the mark.
11:39 PM Changeset [bd783db]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
Error on swap when mark has not been set. Also, initialize the mark and drop a global member that I didn't use.
11:25 PM Changeset [70110286]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alejandro R. Sedeño <asedeno@mit.edu>
Implement mark and swap.

May 11, 2009:

9:50 PM Changeset [e1b136bf]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix handling of C-SPACE, etc. Instead of storing key sequences NULL-terminated, store an explicit length everywhere, so that we can handle C-SPACE (which is a 0).
10:45 AM Ticket #78 (:irc-msg username fails iff the current message is of type IRC) created by geofft@MIT.EDU
The code in mk_irc_command assumes that the indirect object is a …

May 8, 2009:

12:09 PM Changeset [d658c29]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Handle old Net::Twitter, instead of just bailing.
11:59 AM Changeset [188b745]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Add a check for Net::Twitter version

May 7, 2009:

5:18 PM Changeset [b56f2c3]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Get the last message before setting the timeout.
5:12 PM Changeset [acdd52e]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Correctly tag replies with the in_reply_to_status_id parameter.

May 5, 2009:

1:43 PM Changeset [fa8f439]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Anders Kaseorg <andersk@mit.edu>
Woah! I know strict aliasing! Signed-off-by: Anders Kaseorg <andersk@mit.edu>
1:16 PM Changeset [c0b1a40]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
aim.c: Get rid of some warnings. gcc was giving warnings because there were several static functions that were never used. Just delete them; They'll be in git if we ever need them again.
12:53 PM Changeset [1e6e74e]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Disable pointer-sign warnings when building libfaim. We're not going to do anything about them, and the code works fine, so just tell gcc to be quiet about these warnings.
1:30 AM Changeset [0cb6c26]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix a race that could cause us to miss a SIGINT When I refactored the previous commits to unmask SIGINT in owl_global_is_interrupted, I accidentally opened a window for us to miss a SIGINT for a cycle of the event loop if it arrived in owl_select() between a call to that functuon and pselect(). Undo that refactoring to make is_interrupted() just poll the flag, add owl_function_(un)mask_sigint() for convenience, and use them in the relevant locations.

May 4, 2009:

10:01 PM Changeset [e0473d2]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Disable keyboard SIGQUIT. A not-easily-reconfigurable one-keystroke way to kill barnowl is probably undesirable.
9:55 PM Changeset [bf66f4e]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Make ^C (really, SIGINT) interrupt searches.
9:55 PM Changeset [3a84694]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Turn unhandled SIGINTs into fake keystrokes.
9:55 PM Changeset [d6bd3f1]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Refactor owl_handle_input to allow injecting keystrokes. This patch is preparation for handling SIGINT and injecting a fake keystroke in response.
9:55 PM Changeset [adee9cc]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Enable signals, and add an interrupted flag.
4:40 PM Changeset [b25b5a4]release-1.10release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Let verify_credentials take as long as it likes. Move the $twitter->{ua}->timeout(1); call to after the initial login. This seems to help with bogus login failures on startup.
3:42 PM Ticket #77 (view_home setting in .owlconf gets overridden) closed by kchen@MIT.EDU
invalid: Resolving invalid -- there is a typo in the owl::command line listed …
3:23 PM Changeset [790ab12]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix the usage line for punt/unpunt punt and unpunt take the text of a filter, not the name of a filter. (Arguably there should be a way to do either, but as long as this is the behavior, we should at least document it correctly).
2:54 PM Ticket #77 (view_home setting in .owlconf gets overridden) created by kchen@MIT.EDU
In my .owlconf's owl::startup, I have: owl::comamnd('set view_home …

May 3, 2009:

9:03 PM Changeset [de9edab]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
locker-build: Change the shebang line to /bin/bash Solaris sh is just too crappy for me to bother trying to accomodate it. The script is still valid dash/POSIX sh, as far as I know.
8:16 PM Changeset [67dd774]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
locker-build: Two small fixes First, correctly propagate errors out of the subshell that we do the build in. Second, if a dry-run build fails, drop to a shell anyways to let me inspect what went wrong.
7:49 PM WikiStart edited by nelhage@MIT.EDU
(diff)
7:47 PM Changeset [120f16d]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Merge branch 'master' of git@github.com:nelhage/barnowl
7:47 PM Changeset [11b9017]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
do-release: Output a canned line for the trac wiki frontpage.
7:46 PM Changeset [4a999a7]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Bump version string for development.
7:46 PM barnowl-1.1.1-src.tgz attached to Download by nelhage@MIT.EDU
BarnOwl 1.1.1 source tarball
7:40 PM Changeset [68f1afe]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
BarnOwl 1.1.1
6:34 PM Changeset [8e9acd2]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Makefile.in: Don't use 'tar -C' Solaris tar doesn't support 'tar -C'. We could add a --with-tar option and modify the build scripts to use 'gtar', but it's simpler to just do the 'cd' ourself.

May 2, 2009:

4:47 PM Changeset [96b5c81]release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Anders Kaseorg <andersk@mit.edu>
Call SvREFCNT_dec() on SV *, not void *. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
3:51 PM Changeset [e574a00]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Anders Kaseorg <andersk@mit.edu>
owl_style_get_formattext(): decrement the refcount of an sv, not a char *. Signed-off-by: Anders Kaseorg <andersk@mit.edu>

May 1, 2009:

8:47 PM Changeset [1639ff7]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
style.c: Don't leak perl messages when we format them. We forgot to mortalize the ref before pushing it on the stack, so it was never getting freed.

Apr 28, 2009:

10:34 PM Ticket #76 (Should be able to escape single quotes with backslashes) created by xavid@MIT.EDU
You can put the whole thing in double quotes, but we probably should …
10:31 PM Ticket #75 (Should be able to ^Y after ^K) created by xavid@MIT.EDU
It'd be a nice feature.

Apr 26, 2009:

1:27 PM Changeset [1b62a55]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Alex Vandiver <alexmv@mit.edu>
Add support for private channel keys

Apr 23, 2009:

9:45 PM Changeset [8921d3f]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Geoffrey Thomas <geofft@mit.edu>
Revert "Unalias :q from :quit." This reverts commit b8147159731d0bab59e39afb6a04b434feb16dd7. I didn't actually mean to commit that.
7:12 PM Changeset [2b6de9d]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Geoffrey Thomas <geofft@mit.edu>
One more fix for webzephyr Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
6:59 PM Changeset [ca53b77]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Geoffrey Thomas <geofft@mit.edu>
Make personal replies to webzephyr users work again Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
6:40 PM Changeset [b814715]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Geoffrey Thomas <geofft@mit.edu>
Unalias :q from :quit. Signed-off-by: Geoffrey Thomas <geofft@mit.edu>

Apr 14, 2009:

10:51 AM Ticket #74 (:show variable zsig misleading) closed by nelhage@MIT.EDU
fixed: Fixed in 81a96afedf6294a533b5f6421e95f5694e458fc5
10:50 AM Changeset [81a96af]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Update the docs on 'zsig' and 'zsigproc'. Correctly document the order in which they are checked for values before being used. fixes #74 Reported-By: Xavid Pretzer <xavid@mit.edu>
10:35 AM Changeset [32620ac]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
IRC: Don't beep on messages matching your nick. Having this feature in there and not customizable is extremely poor form, and we already have the 'personalbell' variable to enable this feature if needed.
Note: See TracTimeline for information about the timeline view.