Timeline


and

Apr 29, 2011:

1:31 PM Ticket #172 (These tickets should go somewhere) created by andersk@mit.edu
Please install TracZephyr, and configure `notification.smtp_always_cc …
1:26 PM Ticket #171 (Jabber chat state notifications are displayed as empty messages) created by andersk@mit.edu
Some clients automatically send …
12:13 PM Ticket #170 (zwrite should fallback to unauth if tickets have expired) created by jdreed@mit.edu
When I send a zephyr and my tickets have expired, I should have the …

Apr 14, 2011:

3:06 AM Ticket #169 (:help filter lies) created by andersk@mit.edu
:help filter claims […] However, the actual syntax accepted by …

Apr 6, 2011:

12:54 PM Changeset [28da2da] by David Benjamin <davidben@mit.edu>
Just require stdbool.h and tell ncurses to use it Now that Solaris' stdbool.h works for us, we may as well just require it. The preamble is repetitive and didn't actually work anyway. (It conflicts with ncurses' attempts to redefine bool when stdbool.h is unavailable or disabled.) We may need to add a different preamble later if we care about including these headers in C++ (Solaris has a C++-incompatible stdbool.h), but we can deal with that later.

Apr 5, 2011:

3:44 PM Changeset [eeab49c] by David Benjamin <davidben@mit.edu>
Build with C99 This allows (and even requires) us to use -D_XOPEN_SOURCE=600 on Solaris. It also makes the Solaris stdbool.h actually work.
3:44 PM Changeset [f216307] by David Benjamin <davidben@mit.edu>
Properly discover things when /usr/athena != /usr On Solaris, by an accident of configure and krb5-config, we manage to discover libzephyr and libcom_err, but not com_err.h. Thankfully the latter is not fatal and we relied on C's defaulting everything to int. And by accident we were searching for libzephyr, and not zephyr.h. Also use CPPFLAGS instead of CFLAGS to pull in our bundled header files, otherwise autoconf warns about a discrepancy between the preprocessor and compiler.
3:44 PM Changeset [9b7b535] by David Benjamin <davidben@mit.edu>
Make the barnowl shell script work in Solaris Apparently their shell is lame. In case someone wanted to run this thing on Solaris or something absurd like that.

Apr 4, 2011:

7:13 PM Ticket #168 (Deal with multi-line zsigs) created by andersk@mit.edu
[…]

Apr 3, 2011:

4:00 PM Changeset [4fd211f]release-1.10release-1.8release-1.9 by David Benjamin <davidben@mit.edu>
Use owl_function_makemsg to report no search matches It's not really an error; certainly not something that should end up in the error log.
3:06 PM Changeset [5c6d661]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
IRC: Fix reconnect behavior.
3:06 PM Changeset [ab6d8f0]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix spacing in MODE messages.
3:06 PM Changeset [dace02a]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Use AnyEvent::IRC::Client's channel tracking, instead our own.
3:06 PM Changeset [b9a642a]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Only show nicks in response to irc-names.
3:06 PM Changeset [41ade7f]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Try to improve disconnection behavior
3:06 PM Changeset [0b0e460]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Squelch an "uninitialized" warning. I have no idea why ->{command} should be undef, but empirically it sometimes is.
3:06 PM Changeset [0ccf5ab]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix the message shown on on IRC connection.
3:06 PM Changeset [60b49a7]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Make nick-change events LOGIN messages instead of ADMIN.
3:06 PM Changeset [5d4262c]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Correctly grab the 'reason' field for quit messages.
3:06 PM Changeset [3713b86]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
IRC: Remove the %reconnect hash. Keep everything in the %ircnets hash, always. This should hopefully help fix some really confusing bugs where we get multiple connections that think they have the same alias.
3:06 PM Changeset [59425a3]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Restore an accidentally-removed line.
3:06 PM Changeset [09bd74c]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Implement sending and receiving CTCP ACTIONs
3:06 PM Changeset [249bbbe]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix the connected callback.
3:06 PM Changeset [851a0e0]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
IRC: Remove circular references between ::Connection and its Client.
3:06 PM Changeset [4787581]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Don't store a second copy of our nick.
3:06 PM Changeset [38d50c2]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Handle NICK messages from the server.
3:06 PM Changeset [8ba9313]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Port IRC support to AnyEvent::IRC.
3:06 PM Changeset [fb96152]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Don't die horribly if perl registers a dispatch and then closes the fd. Well-behaved perl code should of course remove the dispatch when it closes the fd, but there's no reason not to be robust to this failure mode.
3:06 PM Changeset [f2d71cfa]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Export version string in $BarnOwl::VERSION.
3:05 PM Changeset [21bab95]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@mit.edu>
Fix some bugs in asedeno's AnyEvent implementation.
2:57 PM Changeset [0b20de4]release-1.10release-1.8release-1.9 by Nelson Elhage <nelhage@nelhage.com>
First pass at AnyEvent. Implementing io and timer. Not implementing child or idle.
Note: See TracTimeline for information about the timeline view.