PDA

View Full Version : pre_b46


R. Ludwig
18-08-2003, 09:51
ftp://ftp.teamspeak.org/developer/server/

if you update, please be sure to update also ALL
sql / httpdocs files.

2.0.19.46
- MANTIS 0000413
- MANTIS 0000394

2.0.19.45
- server.ini, added section [webpost] ident useragent
define a useragent string for webpost (default: teamspeak)
- MANTIS 0000437
- server.ini, added section [spam] ident max_commands
gives total count of commands allowed to receive in "in_seconds" before
a serverside kick
- server.ini, added section [spam] ident in_seconds
gives the timeslot in which "max_commands" has not to be exceeded
to prevent a serverside kick
- server.ini, added section [log] ident kick_server
logs serverkicks
- server.ini, added section [log] ident kick_channel
logs channelkicks
- server.ini, added section [log] ident access_r
set to log only registered user activity
- server.ini, added section [log] ident access_u
set to log only unregistered user activity
- server.ini, removed section [log] ident access
- tcpquery, added command dbfp (db find player)
dbfp <name>
- tcpquery, added command logfind
logfind <text>

2.0.19.44
- MANTIS 0000414
- MANTIS 0000385
- MANTIS 0000409
- MANTIS 0000408
- tcpquery, added command logmark
logmark <text>
adds a remark to the serverlogfile
- tcpquery, added command log
log <lines> (default 30)
display last <lines> from server.log

2.0.19.43
- MANTIS 0000404
- MANTIS 0000402
- MANTIS 0000257 ?
- MANTIS 0000395
- MANTIS 0000396
- MANTIS 0000398
- MANTIS 0000291
- MANTIS 0000386
- MANTIS 0000384
- MANTIS 0000377
- MANTIS 0000372
- tcpquery, command gi (global info) added idents
isp_ispname
isp_linkurl
isp_adminemail
isp_countrynumber
- server.ini, added section [log] ident sa
logs joining, creating, granting and revoking of sa/ssa clients
for tcpquery, clientside and webinterface
- server.ini, added section [log] ident channel_registerred & channel_unregisterred
logs creating and deleting of channels done by users.
autodeleting of unregistered channels after client
left/quit are not logged.
- webinterface
allowed codecs can be only changed by superserveradmin

2.0.19.42
- MANTIS 0000352
- MANTIS 0000257
- MANTIS 0000275
- MANTIS 0000346
- MANTIS 0000355
- MANTIS 0000351
- MANTIS 0000344
- webpost, bound udp socket to "BoundIp"
- tcpquery, added command gapl (get average packet loss (for selected server))
gapl <sp>
- tcpquery, added command kick (kick player from server)
kick <pid>

2.0.19.41
- more server performance fixes
- MANTIS 0000347

2.0.19.40
- Release to public

2.0.19.39
- MANTIS 0000329

2.0.19.38
- MANTIS 0000327
- MANTIS 0000321
- MANTIS 0000318
- MANTIS 0000323
- tcpquery, fixed bug which allowed only one connection per ip
- tcpquery, command serverset ident values changed/added
server_allow_codec_speex15000 <1/0>
server_allow_codec_speex18200 <1/0>
server_allow_codec_speex24600 <1/0>
- tcpquery, command serverinfo changed/added
server_allow_codec_speex15000
server_allow_codec_speex18200
server_allow_codec_speex24600

2.0.19.37
- MANTIS 0000317
- MANTIS 0000313
- MANTIS 0000309

2.0.19.36
- MANTIS 0000107
- tcpquery, command serverset ident values changed/added
server_allow_codec_speex2150 <1/0>
server_allow_codec_speex3950 <1/0>
server_allow_codec_speex5950 <1/0>
server_allow_codec_speex8000 <1/0>
server_allow_codec_speex11000 <1/0>
- tcpquery, command serverinfo changed/added
server_allow_codec_speex2150
server_allow_codec_speex3950
server_allow_codec_speex5950
server_allow_codec_speex8000
server_allow_codec_speex11000
- added new playerprivilege channelembodied
players who have this privilege are unable to switch channels.
- tcpquery, added command sppriv (set playerprivileges)
sppriv <id> <ident> <1/0>
idents:
privilege_serveradmin
privilege_canregister
privilege_channelembodied

2.0.19.35
- MANTIS 0000289
- MANTIS 0000275
- MANTIS 0000304
- MANTIS 0000299
- MANTIS 0000279
- MANTIS 0000099
- MANTIS 0000298
- tcpquery, added command mptc (move player to channel)
mptc <newchannelid> <playerid>
- tcpquery, added command fp (find player) (auto wildcard search in login name + nick)
fp <name>
- tcpquery, added command pi (player info)
pi <id>
- tcpquery, added command dbuserid (get dbid from user loginname)
dbuserid <loginname>
- tcpquery, added command rehash (reloads server settings)
- removed security hole that registered users could see ips at tcpquery
- removed security hole that allowed to bruteforce passwords over tcpquery
3 invalid tries = 5 minute ip ban
< 3 invalid tries and a disconnect, gives 60 seconds reconnect ip ban

2.0.19.34
- MANTIS 0000291
- MANTIS 0000297
- MANTIS 0000296
- MANTIS 0000280
- MANTIS 0000281
- MANTIS 0000285
- MANTIS 0000282
- server.ini, Win32, added config entry 'Main Config','TrayIdent' to set the hint of
the trayicon.

2.0.19.33
- SPEEX codecs added

2.0.19.32
- MANTIS 0000256
- MANTIS 0000254
- MANTIS 0000248
- fixed channel id numbering
- webinterface, added basic settings page for superadmin
- server.ini, added ISPCountryNumber

2.0.19.31
- MANTIS 0000247
- MANTIS 0000204
- fixed bug that you wasnt able to delete channels anymore (if you wasnt inside the channel)
- udp stack bug removed which caused delays, connect problems, etc.
- webinterface, fixed bug where you was unable to delete users with special characters
(please update also httpdocs)
- tcpquery, added commands to admin superadmins
dbsuserlist
dbsuseradd <name> <pw1> <pw2>
dbsuserdel <dbid>
dbsuserchangepw <dbid> <pw1> <pw2>
- tcpquery, added headers for list outputs.

2.0.19.30
- MANTIS 0000220
- MANTIS 0000239
- MANTIS 0000240
- MANTIS 0000182
- tcpquery, fixed linux missing linefeed
- webinterface, server settings, server_maxusers can be only
changed with superadmin rights. (workaround until there
is a general fixup on permissions)

2.0.19.29
- Linux, fixed pid file not created bug.
- MANTIS 0000237
- MANTIS 0000184
- MANTIS 0000094
- tcpquery, added command gi (global info) displays totals of all servers running.
- tcpquery, command serverset ident values changed/added
server_clan_server <1/0>
server_allow_codec_windowscelp52 <1/0>
server_allow_codec_gsm164 <1/0>
server_allow_codec_gsm148 <1/0>
server_allow_codec_celp63 <1/0>
server_allow_codec_celp51 <1/0>
server_maxusers <integer>
server_password <string> (#CLEAR# for empty)
server_name <string>
server_welcomemessage <string>
server_webpost_posturl <string>
server_webpost_linkurl <string>
- tcpquery, command serverinfo changed/added
server_allow_codec_windowscelp52
server_allow_codec_gsm164
server_allow_codec_gsm148
server_allow_codec_celp63
server_allow_codec_celp51
server_webpost_posturl
server_webpost_linkurl
server_clan_server

2.0.19.28
- udp stack performance changes

2.0.19.27
- MANTIS 0000228
- MANTIS 0000233
- udp stack performance fixes

2.0.19.26
- MANTIS 000200
- MANTIS 000206
- MANTIS 000203

2.0.19.25
- improved channel & client list performance

2.0.19.24
- MANTIS 000175
- fixed initial server creating/handling if port is used.
- ini settings are created
- accounts for admin and superadmin are created
so you can login with superadmin account to change
udpport.
- added correct exception codes for tcpquery, webinterface, ts servers. (port bindings)
- MANTIS 000180

2.0.19.23
- MANTIS 000146
- MANTIS 000160

2.0.19.22
- fixed update ip bug with windows server version
- MANTIS 0000129
- MANTIS 0000150
- improved sql interface performance
- MANTIS 0000091

2.0.19.21
- fixed crash/lock issues on invalid ports in combination of multipleservers at startup time

2.0.19.20
- windows, added commandline -nopwdialog (dont shows the password dialog)
- MANTIS 0000123
- MANTIS 0000110
- MANTIS 0000120

2.0.19.19
- linux, sqlite.dll (sqlite.so) is now also found if started indirectly
from an other directory.
- directory home is the location of the exe

2.0.19.18
- SQLite Multithreading Enhancements

2.0.19.17
- MANTIS 0000077
- MANTIS 0000090
- MANTIS 0000095
- MANTIS 0000102
- MANTIS 0000105

R. Ludwig
19-08-2003, 11:16
** please update as soon as possible to this version **
there will be also an official release of this version in max 2 days.

Zero-Point
28-08-2003, 22:33
Originally posted by R. Ludwig
** please update as soon as possible to this version **
there will be also an official release of this version in max 2 days.

What ever happened? I decided not to update cause it was going to be only 2 days for an official release that never showed up.

SatanClaus
29-08-2003, 13:55
currently there's a problem with the ftp servers, so ralf and niels weren't able to release any new files. They're trying to fix the problem.

cu
SatanClaus

DeeeJay
30-08-2003, 17:25
How can I update to version 2.0.19.46 without loosing my settings?

Now I got version: 2.0.19.40!

R. Ludwig
31-08-2003, 06:16
- do a backup of your current files
- download the new files, overwrite all old files.
- start the server
- done

DeeeJay
31-08-2003, 17:37
Do I need only "b46_server_windows_service.exe" from "Index von ftp://ftp.teamspeak.org/developer/server/_BINARY_/win32" or do I need all files???

R. Ludwig
31-08-2003, 19:22
the first post of this thread should answer this question.

Cutter
05-09-2003, 19:37
My apologies to the TS team if this was covered some where else and I didn't see it but I checked the change log and came of dry on this so I thought I would post it.

With a hack currently making the rounds I thought those running a server might want to know this....

Sometime after the b42 version of the server the way TS logs connections changed. It's much more detailed now, hats off to the TS team, but in seems in upgrading the default is to have most reporting off. So it goes from reporting connections to not reporting. You need to take a look at the server.ini file and be sure to change the settings there if you want the same level of reporting you had in the past. I recently got hacked and discovered this change the hard way.

TS is a great product and I have been running a server for almost a year now and it's super. I think most of the people that use my server would agree. Keep up the good work!

Cutter
09-09-2003, 17:24
I just replied to your email Ralf. Sorry for the delay. Was on vacation.
:)

madcat
23-09-2003, 00:09
how can i make the b46_server_windows_service.exe work ?

i should run it as a service i asume, but how can i make it show up in the services list?

ps: b46_server_windows.exe from 18-8 works perfectly fine

Dummer Sack
23-09-2003, 00:23
They removed the post but if I remeber correctly you have to invoke it with /install to install the service and with /uninstall to unistall it.

After install it will show up under your services.

But as I said, I am not sure about that.

madcat
23-09-2003, 00:30
great, works :)

does running it as a service mean anything for preformance ?

Dummer Sack
23-09-2003, 00:34
As far as I know, no.

The main advatage is that it starts with your system and not when you log in.

madcat
23-09-2003, 00:36
okey, then i like the nice icon on my systray more :P
because i'm the only user on the system and it's always online when i play games with my friends.

Zero-Point
25-09-2003, 04:21
if you enable "allow service to interact with desktop" you will see the system tray icon.

madcat
25-09-2003, 04:27
sorry, does not work over here.

both when the service is down, and when the service is running i do not see any systray icon.

not even when i connect with a client to this server

Cstar_maxim
25-09-2003, 06:28
@Zero-Point - You may be reffering to when you use FireDeamon to make TS a service. (FD has such a selection)

Zero-Point
25-09-2003, 16:59
I do use FireDaemon for my services. When the devs first released the service installer I tested it for a while and it worked for me. I know the service is installed with the default set to not show on desktop, and I even made a post about it. I have not tried the newest service installer and I know it was later said they wanted it to be invisible to a "user" as with most servers.

see here: http://www.teamspeak.org/forums/showthread.php?s=&threadid=6265

Maybe it changed and they don't allow it?

It is a standard MS Windows Service option, and does not have to do with FireDaemon.

gl

Zero-Point
25-09-2003, 17:04
Originally posted by madcat
sorry, does not work over here.

both when the service is down, and when the service is running i do not see any systray icon.

not even when i connect with a client to this server

Are you logged on locally or via terminal services/remote desktop? I know if logged on remotely you will not see many services/sys tray icons. If on win2003 server, you can use the -console switch.

madcat
25-09-2003, 17:53
localy with administrator rights.
on a windows XP pro sp 1 machiene

frankenberrie
10-10-2003, 21:14
** For Windows XP Pro / 2003 server:
If you cannot get your teamspeak to start with logging into your computer you can do the following.

Download TweakXP from
WindowsXP Version & 2003 Server version found here
http://www.totalidea.com/tweakxpdown.html

This is a demo version of the software with 30 uses. You only need one use. I forget where but under windows tweaks, setup automatic login. This will log the computer into XP/2003 automaticly with your user/password. This is the only way I know of setting autologin. Add your teamspeak icon to the startup menu under start/all programs.

Now make a shortcut and make the target
%windir%\System32\rundll32.exe user32.dll, LockWorkStation

Call it anything you want. Shortcut will lock the computer. Put that shortcut in the startup menu under everything else running.

Now when you reboot your computer, your system will login automaticly, load everything in your startup menu, then lock itself!

This is what I do. Hope it helps some of you!!

Cutter
14-10-2003, 19:31
Any word on when the next build will be making it down the pike? It's been nearly two months since the last update and was a little curious.

HiroP
15-10-2003, 10:29
Originally posted by Cutter
Any word on when the next build will be making it down the pike?


Yeah...

i really need the posibility to use a external mysql-db for auth-ing...

Will it be in the next release?

thanks
Hirop

ReiserFS
04-12-2003, 16:26
Originally posted by HiroP



Yeah...

i really need the posibility to use a external mysql-db for auth-ing...

Will it be in the next release?

thanks
Hirop


ME TOO!!!!!!!!!!!

FiLeRiPPeR
08-12-2003, 04:33
hi ppl,

could anybody tell me what to do to run the b46_server_linux??? sorry i've nothing found in the whole forum.

Peter
08-12-2003, 05:02
Well,

just download the whole directory from the ftp, and then move the apropriate stuff from the _BINARY_ folder into the mainlevel. So if you are on linux, just move the two files in the linux dir into the mainlevel. If you want to use settings from a old build, just copy server.ini, server.log + server.dbs into this dir, then run the executable (b46_server_linux on linux).

FiLeRiPPeR
08-12-2003, 05:18
when i try to run it, comes an error-message:

./b46_server_linux
bash: ./b46_server_linux: Permission denied

may I'm stupid, but I'm logged is as root.
*confused*

Peter
08-12-2003, 05:32
Hmmm,

actualy this is the wrong place to discuss that, make a thread.

BaNDiT2477
06-01-2004, 17:51
Do we have to have people upgrade their client software also or is this just a server side upgrade?

What's the release e.t.a on an official release?

And what files need to be backed up and reinstall to keep the old settings?