Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 116)

Ticket Owner Reporter Resolution Summary
#121 geofft@mit.edu fixed locker barnowl doesn't kerberize jabber on lunatique or ringworld
Description

For some reason athrun barnowl and jabberlogin geofft@mit.edu prompts me for my password and doesn't get xmpp/jabber.mit.edu service tickets on either lunatique (lenny) or ringworld (jaunty). Kerberized Jabber works fine on linerva (lenny).

#125 andersk@mit.edu fixed configure should check for more things
Description
$ ./configure
…
Note (probably harmless): No library found for -lperl

No, that’s not exactly harmless. configure should enforce its check for Perl headers.

$ make
…
cd blib; zip -q ../Jabber.par -r arch lib
/bin/sh: zip: command not found

configure should check for zip.

t/00-core-tests....ok
t/completion.......Base class package "Class::Accessor::Fast" is empty.
    (Perhaps you need to 'use' the module which defines that package first.)
 at t/../perl/lib/BarnOwl/Completion/Context.pm line 41

configure should check for Class::Accessor::Fast.

#132 nelhage@mit.edu cesium@mit.edu fixed Reply does not handle newlines correctly
Description

If I send a zephyr to instance "ab\ncd", and then reply to it, the zwrite line looks like

----> zwrite -c foo -i ab
cd

This causes the zephyr to be sent to class foo instance ab, as well as the single recipient cd.

If I reply to instance "ab\ncd ef", on the other hand, or include quotes inside the instance, BarnOwl seems to quote correctly.

Note: See TracQuery for help on using queries.