Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#218 fixed IRC continously reconnects if nickname is already in use lfaraone@mit.edu
Description

I was connected to irc.freenode.net as lfaraone|work, but my default nick was set to lfaraone.

When my connection was reset, Barnowl continuously tried to connect to freenode as lfaraone but failed each time because the nick was already in use.

Ideally, barnowl should do one of:

  • Reconnect using the nick previously used
  • Try lfaraone1, lfaraone2, etc according to some pattern
  • Give up
#203 fixed Unsafe strcat on overlapping strings in owl_zephyr_smartstripped_user andersk@mit.edu andersk@mit.edu
Description

From owl_zephyr_smartstripped_user:

  realm = strchr(out, '@');
…
  if (realm) realm[0]='\0';
…
    strcat(out, realm+1);

This strcat call might read from the same place it’s writing to, which is invalid and could break if strcat is optimized in certain ways.

#202 fixed Add Any::Moose to the locker jgross@mit.edu
Description

When I run eval "$(barnowl-perl-config)" and then run the trunk version on linerva, I get Unable to load module Facebook: Can't locate Any/Moose.pm in @INC

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.