SphereServer BugTracker - SphereServer
View Issue Details
0002120SphereServerexecutable - genericpublic15-12-12 01:4023-02-13 23:24
babidi 
Ben 
normalblockalways
resolvedfixed 
20-09-2009, 0.56b Prerelease 
0.56c Nightly 
Not Available
None
None
0002120: Server proprieties writable
a lot of server proprieties that should be only calculated by server is writable and also creates crash problem

some examples:

serv.accounts=0
all function account based will stop working and also in status you will have 0 accounts

serv.chars/items

serv.time=0
SERVER will crash

No tags attached.
Issue History
15-12-12 01:40babidiNew Issue
27-12-12 19:59BenNote Added: 0001451
05-01-13 22:17babidiNote Added: 0001456
23-02-13 23:24BenNote Added: 0001488
23-02-13 23:24BenStatusnew => resolved
23-02-13 23:24BenFixed in Version => 0.56c Nightly
23-02-13 23:24BenResolutionopen => fixed
23-02-13 23:24BenAssigned To => Ben

Notes
(0001451)
Ben   
27-12-12 19:59   
You should make a full list of properties that causes crashes or undesired behaviour.
After that, we'll try and fix them. We can't just block them all.
(0001456)
babidi   
05-01-13 22:17   
ACCOUNTS RW Gets or sets the number of accounts on the server.
should be read only

CHARS RW Gets or sets the number of characters on the server.
should be read only

ITEMS RW Gets or sets the number of items on the server.
should be read only

SAVECOUNT R Returns the number of world saves that have taken place.
should be read only

TIME R Returns the total server uptime, in tenths of a second.
should be read only
(0001488)
Ben   
23-02-13 23:24   
Blocked these variables from being written. update comming soon.