Some bugs I have noticed so far
- If you stop the server, there are still several PIDs used by it => it's still running somehow. These PIDs also block the TS port this way, preventing the admin to start TS. "killall -s 9 server_linux" helps, but this should not happen.
- Not a bug, but the server IP should not be publicated by default. Some people complained about strangers connecting to their servers.
The web interface is quite buggy:
- If you don't use Internet Explorer, you will crash the web interface. I tried with Opera, also Mozilla seems to have this problem. With Opera, I could do some pages, but after five or six pages being viewed, I didn't receive anything anymore. Server restart necessary.
- Registered users can do ANYTHING in the web interface, including changing the other people's flags - only the SuperAdmin flag can't be changed. Registered users who are not ServerAdmins should not be able to do this.
- The flag for allowing people to create channels is missing on the web interface. Workaround so far: setting ServerFlags to 0 in the INI file.
|