Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#158 fixed ./configure --without-zephyr && make fails with undefined reference to `error_message' jgross@mit.edu
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;
  }
#149 fixed Net::IRC is abandoned andersk@mit.edu
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.”

#148 duplicate misleading text for sender on zwrite to multiple people without -C jesstess@mit.edu
Description

If I 'zwrite leonidg ternus', I see

-> Zephyr sent to leonidg  12:56 (Jessica)
      Test

even though both leonidg and ternus received the zephyr. The text implies that only leonidg received it.

Tested using whatever barnowl is on dr-wily:

dr-wily:~> which barnowl
/mit/barnowl/arch/i386_deb50/bin/barnowl
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.