Community Forums Today's Posts     Member List     Archive    
Page 1 of 4 123 ... LastLast
Results 1 to 15 of 59

Thread: upcoming b51

  1. #1
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965

    upcoming b51

    b51, runs currently on our public server. if all works until tonight/tommorow i gonna make a pre release again.

    regards,
    ralf

    2.0.19.51
    - superadmin lastonline is updated for tcpquery-, webinterface logins
    - tcpquery, command dbpi shows values for created/lastlonline
    - tcpquery, command dbfp shows values for created/lastlonline
    - tcpquery, command dbserverlist added field status (0=not running, 1=running)
    - fixed memory leak inside webinterface if sa login failed due insufficient rights.
    - win32, popupmenu click on administration opens default webbrowser with the
    superserveradmin login page instead of the serveradmin page.

    2.0.19.50
    - webinterface, fixed bug where it wasnt possible to change max spam commands
    - sqlite database will auto VACUUM on start
    - MANTIS 0000560
    - MANTIS 0000538
    - MANTIS 0000537
    - MANTIS 0000508
    - MANTIS 0000525
    - MANTIS 0000507
    - MANTIS 0000513
    - MANTUS 0000519
    - maximum entries to banlist limited to 20 until the protocol can handle more
    - fixed sqlite parser bug
    - fixed initial tcpqueryport is allready used check , was not binded to
    the correct serverip
    - MANTIS 0000549
    - tcpquery, added command removeclient
    removes the client from the server (other clients get a playerquit message)
    removeclient <pid>
    - tcpquery, version command shows now servertype (free,commercial)
    - tcpquery, added command globalset
    globalset <varname> <value>
    hoster_gfx_url (value is NOT saved to ini file,
    also only new logged in users
    get the new file)

  2. #2
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    2.0.19.51 (continued.. full list above)
    - ini-file, added two new idents
    [Main Config]
    AllowedClientNameChars=
    Only NickNames which contains this chars are allowed

    DisAllowedClientNameChars=
    NickNames which contains this chars will be rejected

    - tcpquery, globalset, two new idents
    allowedclientnamechars
    disallowedclientnamechars

  3. #3
    Join Date
    Dec 2002
    Location
    Germany
    Posts
    1,763
    I don't know, but wouldn't it be better to have this in the server instance config than in the global config?

  4. #4
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    somehow yes somehow no.
    dunno why i decided to choose it like this at the end.

    its anyway just in because alot of guys use fakenicks with (U SA) to gain real SA on servers etc.

    also the default will be that ()[]}{ isnt allowed.

  5. #5
    Join Date
    Dec 2002
    Location
    Germany
    Posts
    1,763
    While you are at it: Add the idle kick to the server.ini or the server instance config (I think that would be server instance config, since you have to select a server on the TCPQueryPort to set the idle kick).
    If that is already there please document it somewhere (have not seen it in the release notes).

  6. #6
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    the idlekick is an tcpquery command, which you need to call to execute. its not a timer based function.

  7. #7
    Join Date
    Dec 2002
    Location
    Germany
    Posts
    1,763
    What I mean is that the setting should be remebered on restart.
    So that you do not have to issue the command on every startup.

    EDIT: Ah now I know what you mean. So when you issue the command all users that idled longer that the specified time get kicked.

    OK, but I think a general setting for a timer based fuction would be nice also.
    Last edited by Dummer Sack; 19-01-2004 at 18:51.

  8. #8
    Join Date
    Jan 2004
    Location
    Switzerland - near Zürich
    Posts
    7
    i have some questions regarding the mysql part.

    1. can u change settings directly while the teamspeak server is running?

    2. what happens if the (virutal)server looses the connection to the mysql server? and the connection cant be reestablished for about 2-3 minutes?

  9. #9
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    Originally posted by mbalex
    i have some questions regarding the mysql part.

    1. can u change settings directly while the teamspeak server is running?

    2. what happens if the (virutal)server looses the connection to the mysql server? and the connection cant be reestablished for about 2-3 minutes?
    1:
    user data you can change at runtime

    2:
    thats never tested. but aslong nothing db releated happens
    it should work quite fine.

  10. #10
    Join Date
    Jan 2004
    Location
    Switzerland - near Zürich
    Posts
    7
    ok, for the 2nd question: as soon as our mysql server reboots, I'll tell you what happend ...

    *update*
    works fine, as long as the connection is timed out, nobody can log in (since the logindata is @ mysql server) but the clients are still able to stay on the server.

    impressive!
    Last edited by mbalex; 20-01-2004 at 15:58.

  11. #11
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    hmmm after the mysql server is back online, does login work or not ?

  12. #12
    Join Date
    Jan 2004
    Location
    Switzerland - near Zürich
    Posts
    7
    u -can- login! now, only md5 password support and im happy

  13. #13
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    sorry for the delay on b51, but day job takes much time currently.
    latest sunday you get it.

    @md5 pws... that will come dont worry.

  14. #14
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    on dev ftp avaible now:

    2.0.19.51
    - webinterface, fixed possibility to create clients/passwords with empty strings
    - superadmin lastonline is updated for tcpquery-, webinterface logins
    - tcpquery, command dbpi shows values for created/lastlonline
    - tcpquery, command dbfp shows values for created/lastlonline
    - tcpquery, command dbserverlist added field status (0=not running, 1=running)
    - fixed memory leak inside webinterface if sa login failed due insufficient rights.
    - win32, popupmenu click on administration opens default webbrowser with the
    superserveradmin login page instead of the serveradmin page.
    - ini-file, added two new idents
    [Main Config]
    AllowedClientNameChars= ;Only NickNames which contains this chars are allowed
    DisAllowedClientNameChars= ;NickNames which contains this chars will be rejected
    - tcpquery, globalset, two new idents
    allowedclientnamechars
    disallowedclientnamechars

  15. #15
    Join Date
    Jan 2004
    Location
    Switzerland - near Zürich
    Posts
    7
    Server Info
    Uptime: 1D 15:42:33
    Server Version: 2.0.19.51
    Current nr of users: 13
    Total logins: 252

    no errors and still running.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •