{5} Accepted, Active Tickets by Owner (Full Description) (2 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

Ticket Summary Component Milestone Type Created
Description
#2 Enhacnement: NAWS support rhostmush None new feature 02/04/08

Allow access via function to height and width as reported by Negotiate About Window Size.

If port is specified, use that port's NAWS. If a player with multiple ports is specified, return the NAWS of the most recently active port.

If terminal does not support NAWS return 78 for width and 24 for height.

Example of usage: center(Nifty NAWS,width(%#),=)


#10 permit_site not working rhostmush 3.9.1 alpha 3 bug 04/24/08

According to 'wizhelp permit_site' it should override register_site and forbid_site, but it does not appear to do either.

For example, the following config directives do not allow one to connect from localhost as one would expect:

forbid_site 0.0.0.0 0.0.0.0
permit_site 127.0.0.1/32

Nor does

register_site 0.0.0.0 0.0.0.0
permit_site 127.0.0.1/32

present connections from localhost with the 'normal' connect screen or allow them to create a player object from the connect screen.

I've tried variations of separating the /## mask from the address with a space (as seen in wizhelp site lists2) as well as using a dotted-quad mask but have had no luck with them either.

Also, in the shipped netrhost.conf, trust_site is used as it it were permit_site in the various *_site examples and comments.


Note: See TracReports for help on using and creating reports.