View Issue Details

IDProjectCategoryView StatusLast Update
0001316Anope Development (1.9.x series)HostServpublic2011-08-16 18:48
ReporterObiWan Assigned ToAdam  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Summary0001316: [Anope-1.9-git] By default Hostserv lets users request and activate their virtual hosts
DescriptionBy default hostserv has the following commands configured:

command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; }
command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; }
command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; }

I think it should be something like this:

command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; permission = "hostserv/set"; }
command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; permission = "hostserv/set"; }
command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; permission = "hostserv/set"; }
TagsNo tags attached.

Activities

Adam

2011-08-16 18:48

administrator   ~0005920

Fixed in 2d9ddb065ff53fc853d16040ddeb36215a9a6186

Issue History

Date Modified Username Field Change
2011-08-16 18:23 ObiWan New Issue
2011-08-16 18:48 Adam Note Added: 0005920
2011-08-16 18:48 Adam Status new => resolved
2011-08-16 18:48 Adam Resolution open => fixed
2011-08-16 18:48 Adam Assigned To => Adam