Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 116)

Ticket Owner Reporter Resolution Summary
#144 speth@mit.edu fixed Need better notification when sending a zephyr fails
Description

When sending a zephyr fails because of expired/nonexistent Kerberos tickets, the only indicator is the message "Waiting for ack..." in the lower pane, which is erased by almost any subsequent action. Instead, it should print an error in the message window, like the one that is generated for sending a zephyr to a non-existent user.

#149 andersk@mit.edu fixed Net::IRC is abandoned
Description

http://search.cpan.org/~apeiron/Net-IRC-0.79/IRC.pm

“Net::IRC - DEAD SINCE 2004 Perl interface to the Internet Relay Chat protocol

This module has been abandoned and is no longer developed. This release serves only to warn current and future users about this and to direct them to supported and actively-developed libraries for connecting Perl to IRC. Most new users will want to use Bot::BasicBot, whereas more advanced users will appreciate the flexibility offered by POE::Component::IRC. We understand that porting code to a new framework can be difficult. Please stop by #perl on irc.freenode.net and we'll be happy to help you out with bringing your bots into the modern era.”

#158 jgross@mit.edu fixed ./configure --without-zephyr && make fails with undefined reference to `error_message'
Description

When barnowl is configured --without-zephyr, com_err.h is not included, so the call to error_message in owl_function_zwrite in functions.c is undefined. The relevant code is:

  if (ret != 0) {
    owl_function_makemsg("Error sending zephyr: %s", error_message(ret));
    return;
  }
Note: See TracQuery for help on using queries.