Timeline
May 1, 2011:
- 5:30 PM Changeset [3fa0181] by
- Merge 7b4f3bea704ed82f2c36ba19fcf354d7442a5bb7 into 4fd211f3a533efcedaf4d0dc7c01e02087ad2e39
- 5:29 PM Changeset [7b4f3be]release-1.10release-1.8release-1.9 by
- Punt owl_global_hascolors There's not much point as we're hardly abstracting ncurses away. Either call has_colors directly or just don't bother and let another layer take care of it.
- 5:29 PM Changeset [9efa5bd]release-1.10release-1.8release-1.9 by
- Clamp the number of color pairs to 256 without ext-color Debian doesn't build their ncurses with ext-color support, so it only supports 256 colorpairs. However, ncurses still reports the full 32768 value, and color pairs end up trampling over each other. When 256 is exceeded, the existing colorpair reset logic will now kick in and fix things. Reword a comment accordingly. While I'm here, get rid of the colorpairs member in owl_global. ncurses' works just fine. Reported-by: Mats Ahlgren <mats_a@mit.edu>
Apr 29, 2011:
- 1:31 PM Ticket #172 (These tickets should go somewhere) created by
- 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
- Some clients automatically send …
- 12:13 PM Ticket #170 (zwrite should fallback to unauth if tickets have expired) created by
- 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
- :help filter claims […] However, the actual syntax accepted by …
Apr 6, 2011:
- 12:54 PM Changeset [28da2da] by
- 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
- 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
- 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
- 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:
Apr 3, 2011:
- 4:00 PM Changeset [4fd211f]release-1.10release-1.8release-1.9 by
- 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
- IRC: Fix reconnect behavior.
- 3:06 PM Changeset [ab6d8f0]release-1.10release-1.8release-1.9 by
- Fix spacing in MODE messages.
- 3:06 PM Changeset [dace02a]release-1.10release-1.8release-1.9 by
- Use AnyEvent::IRC::Client's channel tracking, instead our own.
- 3:06 PM Changeset [b9a642a]release-1.10release-1.8release-1.9 by
- Only show nicks in response to irc-names.
- 3:06 PM Changeset [41ade7f]release-1.10release-1.8release-1.9 by
- Try to improve disconnection behavior
- 3:06 PM Changeset [0b0e460]release-1.10release-1.8release-1.9 by
- 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
- Fix the message shown on on IRC connection.
- 3:06 PM Changeset [60b49a7]release-1.10release-1.8release-1.9 by
- Make nick-change events LOGIN messages instead of ADMIN.
- 3:06 PM Changeset [5d4262c]release-1.10release-1.8release-1.9 by
- Correctly grab the 'reason' field for quit messages.
- 3:06 PM Changeset [3713b86]release-1.10release-1.8release-1.9 by
- 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
- Restore an accidentally-removed line.
- 3:06 PM Changeset [09bd74c]release-1.10release-1.8release-1.9 by
- Implement sending and receiving CTCP ACTIONs
- 3:06 PM Changeset [249bbbe]release-1.10release-1.8release-1.9 by
- Fix the connected callback.
- 3:06 PM Changeset [851a0e0]release-1.10release-1.8release-1.9 by
- IRC: Remove circular references between ::Connection and its Client.
- 3:06 PM Changeset [4787581]release-1.10release-1.8release-1.9 by
- Don't store a second copy of our nick.
- 3:06 PM Changeset [38d50c2]release-1.10release-1.8release-1.9 by
- Handle NICK messages from the server.
- 3:06 PM Changeset [8ba9313]release-1.10release-1.8release-1.9 by
- Port IRC support to AnyEvent::IRC.
- 3:06 PM Changeset [fb96152]release-1.10release-1.8release-1.9 by
- 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
- Export version string in $BarnOwl::VERSION.
- 3:05 PM Changeset [21bab95]release-1.10release-1.8release-1.9 by
- Fix some bugs in asedeno's AnyEvent implementation.
- 2:57 PM Changeset [0b20de4]release-1.10release-1.8release-1.9 by
- First pass at AnyEvent. Implementing io and timer. Not implementing child or idle.
Note: See TracTimeline
for information about the timeline view.