Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 257)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Owner Reporter Resolution Summary
#242 ph3-der-loewe ph3-der-loewe fixed Command "IDENTIFY" should be added
Description

A command similar to the "IDENTIFY" command on the RoarAudio protocol should be added. I suggest the to use the same name. The command should at least take two parameters:

  • Process PID
  • Application Name

Other parameters which may be useful are:

  • Node Name
  • Unix Host ID

The command should not interact with the AUTH command and possible at connect time. It should only be possible to be used once per connection.

#245 ph3-der-loewe ph3-der-loewe fixed There should be a universal way to register plugin parts
Description

There should be a universal way to register parts of the plugin like protocols, filters, VIOs, application stuff,...

#246 ph3-der-loewe invalid Debian init script missquotes strings
Description

The Debian init script currently misquotes strings with spaces. The following strings are mainly affected:

  • ROARD_LOCATION
  • ROARD_DESCRIPTION
  • ROARD_CONTACT
  • ROARD_SERIAL
  • ROARD_UIURL

This is because of how the shell evaluates stings. Here in an example to clarify this problem:

$ a="pre 'te st' post"
$ a="pre 'te st' post"

This outputs:

pre
'te
st'
post

While this is expected:

pre
te st
post

The (correct!) usage of eval my help in this case.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.