1. Рады видеть Вас на русскоязычном форуме TeamSpeak!

    У нас Вы можете скачать последнюю версию:

    Перед регистрацией рекомендуем ознакомиться

    с Правилами форума.

    Присоединяйтесь! Учите и обучайтесь!

    Скрыть объявление
  2. Новая группа "Новичок" на нашем форуме!

    Новые пользователи будут попадать в группу "Новичок".

    Это сделано для того чтобы "Новички" ознакомились с форумом, так как в большинстве случаев проблема с которой вы хотите обратиться уже обсуждалась.

    Перейти в тему обсуждения
    Быстрый переход в группу Пользователь
  3. VPS/VDS и дедикейт сервера в аренду с DDoS защитой

    • Низкий пинг
    • Действующий SLA
    • Рублевые цены без привязки к курсу валют

    Бесплатный тестовый период VPS-OpenVZ

    Попробовать

TeamSpeak 3 Сервер Linux x86 3.13.7

для Linux x86

  1. TeamSpeak Server 3.13.7

    VJean
    ## Server Release 3.13.7 22 June 2022
    - New embedded default license is valid until the 1st of July 2027

    ## Server Release 3.13.6 9 June 2021

    ### Fixed
    - Query clients not getting unbanned
    - Removed support for client_estimated_location property

    ## Server Release 3.13.2 18 November 2020

    ### Fixed
    - Server does not start when serveradmin account is not found.

    ## Server Release 3.13.1 11 November 2020

    ### Fixed
    - Database update script does not work for MySQL and PostgreSQL

    ## Server Release 3.13.0 9 November 2020

    ### Important
    - Support for 32-bit builds of FreeBSD has been dropped. 64-bit FreeBSD is still supported.
    - The server_quickstart.txt file is now in Markdown format as server_quickstart.md. It has also been significantly updated.

    ### Fixed
    - Fixed slow startup after an SQLite schema migration
    - Better handling of invalid base64 snapshots
    - Fixed an issue with negative whisper power permission checks
    - Fixed possible memory leak under certain obscure conditions
    - Fixed query login groups being improperly cached in certain cases
    - Invalid password attempts should respect SERVERINSTANCE_SERVERQUERY_BAN_TIME

    ### Added
    - New support for PostgreSQL databases. Please read server_quickstart for more information.
    - New support for MMDB style GeoIP databases (again, see server_quickstart!)
    - Webquery supports access by server port : /byport/9987/clientinfo will send the command to the virtualserver at port 9987.
    - Added warning for cases of UDP socket failure
    - banclient can now accept multiple clientids
    - banclient, clientmove and clientkick accept the -continueonerror parameter to ignore errors
    - New optional parameter for clientlist '-location'
    - Advanced users: Added a new command line argument `logquerytiminginterval` for diagnostic logging of ServerQuery timing.
    - Advanced users: Added a new command line argument `querypoolsize` to allow you to specify the number of threads in the ServerQuery pool.

    ### Changed
    - Note: query_ip_whitelist has been renamed to query_ip_allowlist, and query_ip_blacklist is now query_ip_denylist.
    - Note: the old whitelist/blacklist names are still accepted.
    - Webquery errors will return a HTTP 4xx series status code.
    - Improved database performance for some query commands (notably serverlist)
    - permget returns 'invalid perm id' error if permid is 0, or convert error if negative
    - instanceedit no longer allows query groups for server template groups
    - serveredit should correctly update client idle time
    - Better validation of tokencustomsets when creating privilege keys
    - Various permlist commands now include the relevant id (client, etc) in the output for your convenience
    - MariaDB plugin should be a little more tolerant of broken connections
    - We now print a warning if you specify an unknown command line option
  2. Server Release 3.11.0 15 January 2020

    VJean
    Important
    • Channel with deprecated codecs (Speex/CELT) are being updated to use Opus instead.
    Added
    • The query command privilegekeylist also returns the token_customset now.
    • The query command channellist has a new option -banners
    Changed
    • Because of degraded performance on larger servers, the new hint system has been disabled per > default.
    • Made further improvements to timeout and latency handling for larger servers.
    Fixed
    • Adding or removing user in ServerQuery groups may have returned invalid error codes.
    • Changing serverinstance_guest_serverquery_group properly ensures only
      ServerQuery groups can be assigned.
  3. Server Release 3.0.13.6 9 november 2016

    VJean
  4. TeamSpeak 3 Сервер для Linux x86

    VJean
    Код:
    === Server Release 3.0.13.3  19 august 2016
    - fixed a problem where virtual servers refuse to start due to invalid flags or order
    - fixed a crash in fix crash on servergroupautodelperm / servergroupautoaddperm
  5. TeamSpeak 3 Сервер для Linux x86

    VJean
    Код:
    === Server Release 3.0.13.2  15 august 2016
    - fixed a crash introduced in 3.0.13.1
    - fixed a deadlock in the server causing some instances to hang / be unresponsive
    - fixed a crash reported by a customer.
    LOL
  6. TeamSpeak 3 Клиент для Linux x86

    VJean
  7. TeamSpeak 3 Клиент для Linux x86

    VJean
  8. TeamSpeak 3 Сервер Linux x86 3.0.13 Beta-2

    VJean
    Код:
    === Server Release 3.0.13  1 august 2016
    + ipv6 support
    + improved database performance
    + improved snapshot create/deploy performance
    + Enable "tcp_nodelay" option for server query (less latency)
    + bindinglist command now has a new parameter "subsystem"
    - file transfer now only accepts connections from ip addresses that have started an upload /
       download. There is a reserve of 20 slots that are allowed to connect even though that particular
       ip address did not start an upload/download. This is to support exotic client routing
       configurations like tcp load balancers.
    - fixed incorrect filetransfer port reported in instanceinfo
    - binding voice to the any address (0.0.0.0 / 0::0), which is the default behavior of the server,
       now supports clients connecting to all addresses instead of just the default ip of the network
       interface.
    - fixed assertion in puzzle feature (Thanks to Schlumpi for helping us find this)
    - fixed virtual server log and bindinglist for voice showing multiple senseless bindings
    * file transfer now only allows an idle time of 2 seconds after connect
    * new file transfer implementation
    * updated sqlite to 3.11.1
    * sqlite db now uses WAL as journal mode
    ! the new file transfer routines on unix systems now depend on async io (aio*) routines. For
       freebsd this probably means you need to load the aio kernel module using 'kldload aio'
    ! for server query users: ftinitupload/download replies may now omit the ip parameter. If it is
       omitted, it means the transfer should be started on the same ip that was currently used by the
       server query ip.
    ! for ftinitupload/download there is now an optional "proto" parameter. See the server query manual
       for more info.
  9. TeamSpeak 3 Клиент для Linux x86

    VJean
  10. TeamSpeak 3 Клиент для Linux x86

    VJean
    Код:
    === Server Release 3.0.12.4  27 april 2016
     - fixed an other server crashes on malicious input (again)
     - fixed a deadlock on some query commands