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

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

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

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

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

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

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

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

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

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

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

    Попробовать

Административные YaTQA RUS / Yet another TeamSpeak 3 Query App (Русифицированная версия) 3.9d RUS

Русифицированная версия YaTQA

  1. YaTQA / Yet another TeamSpeak 3 Query App (RUS)

    The_Code
    1.4 (unreleased)
    • Removed unnamed link button caption
    • Icon cache
    • Notes for the icon cache feature:
      • The feature can be enabled in the settings. A restart is required.
      • There is also option to only use icons from the server you are on.
      • Icons must have the correct filename (matching their CRC32) to be cached. Using the icon replace feature in YaTQA produces icons with invalid (non-matching) names, so do other tools that generally use random names (e.g. Psychokiller’s web interface).
      • Icons must have the correct file size to be loaded.
    • Notes for the icon cache file format:
      • The file is named icons.res and is located in the folder with your yatqa.ini.
      • As always, JN-GAMES tries to use known formats instead of inventing new ones. Therefore, YaTQA’s icon cache feature uses Microsoft’s Compiled Resource File Format. This format is fully linear and can be written from start to end, as there is no header for file count and archive size.
      • The old 16-bit version of the format is used for performance reasons (only Ansi filenames, no additional properties per file, no 4-byte fillups for data and names).
      • There are very few applications that support this old format. One known example is Visual Studio (at least the 2010 Version supports YaTQA’s icon cache), which however does not recognize the file format of the items inside (because the groups are not named after their actual file format but after the server UID).
      • It was originally planned to use the resource name (which can be either a string or “ÿ” followed by a Word) as Word type for the lower two bytes and the subsequent flags for the higher two bytes of the DWord icon name. Storing custom data in the two flag bytes or setting the highest bit of the resource name Word keeps Visual Studio from loading the files. Therefore, the name is stored as a string instead, which needs more performance and space.
    • Added whoami fallback if serverinfo fails
    • Added support for Windows Aero Glass (there is also a legacy option in the settings that makes the tool look nearly like before)
    • Removed bookmark save warning from tab change (changes don’t get lost here since the new tab system that has been in place since ages, so clicking “no” simply had no effect)
    • After mass-creating snapshots, the frames are now reset. Using the feature after viewing the template server’s configuration/“statistics” previously hid all actual statistics.
    • Removed creation date from statistics tab for server templates, as this value is no longer set in current server versions (in previous versions, it was the instance start time)
    • Clarified the label of the username edit box in the settings dialog
    • Fixed a bug that caused the channel icon selection to default to the talk power (lol!) instead of the previous icon
    • As some clients from the United Kingdom seem to return GB while other return UK as their country, the flag has been duplicated
    • Fixed a bug that allowed replacing default icons
    • Fixed a bug that caused an unused instance of the treeview selection window to be in memory
    • Single snapshot creation and deployment now also use YaTQA’s Snapshots folder
    • Instead of saving an empty string after deleting the comment of a server, the entry is now deleted.
    • The default button for the confirmation when deleting channel groups is now “No”, like it is for server groups
    • The following features are now locked and must be unlocked in the settings in order to use them:
      • Changing the query port
      • Deleting server groups ≤ 5 or channel groups ≤ 4
      • Removing user 1 (serveradmin) from server group 2 (Admin Server Query)
    • Limited length of query port box
    • An update finder has been added. You can either click on it on the left or your can enable automatic checks in the settings. If the automatic updater finds an update, an information will be displayed in the status bar until dismissed by right or middle clicking on it. Left clicking on it will guide you to the download page.
    • Fixed a bug that caused an error when cancelling the folder upload dialog
    • You can also copy the IP adress of a user in your User DB to the clipboard using the context menu.
    • Your custom nickname is now set after creating snapshots.
    • There is now a button to select all users in the Select window.
    • In the icon sub-tab, the save button is now enabled when a selection is made by holding Shift.
    • In the icon sub-tab, the delete button is now disabled when default icons are selected, and the
    • Added a workaround for a bug in Delphi that did not display transparency when replacing icons
    • Re-added handling unwanted disconnects, which became broken in the March 31st update
    • If bytes 3, 5, 7 and 9 are 0, a snapshot file is handled as Unicode (in this case, 0 and 1 should be BOM and 2, 4, 6, 8 “hash”, but that’s not checked). If not, it is handled as UTF-8 instead. Therefore, the YaTQA snapshot feature can deploy snapshots created with the TS3 backup scripts. However, YaTQA does not produce valid snapshots for the TS3 backup scripts to deploy, so YaTQA snapshots must be deployed with YaTQA.
    • In the channel tree view, users are now sorted by their talk power and – if that doesn’t make a difference – their name by default. This does however change if you move them around. (?)
    • Fixed a bug that refreshed the channel list box in the Permissions tab even when you cancelled creating a new group
    • Added a workaround so the combo box gets the focus when copying a group
    • After adding/copying a channel group, the channel group combo box now returns to its previous item like the server group combo box does it since ages.
    • Fixed a bug that enabled channel group token creation without having a channel group selected
    • Made the OS icon function support the new name for Mac
    • Fixed a bug that prevented people from adding a ban by natural language in the Bans tab
    • Moved italic toolbar icon slightly to the right
    • Fixed a bug that caused the channel-related checkboxes in the “Selection” window to have incorrect indent
    • Fixed a lot of spelling bugs in the English version.
    • Added command line switches:
      • -d: Starts only the TSDNS resolver
      • -p: Starts only the permission file editor
      • -s: Reserved for SRV resolver
      • -i: Starts only the icon cache
      • -debug: Forces RedeemerTS3 to write anything it sends and receives to RedeemerTS3.log (note that TS3 uses LF CR for line-break, which is unsupported by most text editors)
    • Fixed incorrect description and data of a box
    • YaTQA now uses banclient instead of banadd for banning single current users
    • Fixed a bug that prevented UIDs from being handed over to the bans tab
    • Fixed a bug that caused a bug when you were missing permission to create temp passwords
    • Added percentage to virtual server slot count
    • On Advanced tab, the four URL-related properties now pop up a menu where you can choose to either visit or change that link (if property is set)
    • Added Tree View Popout to Users tab
    • Moved the Refresh Dropdown in Users tab a little bit up, so that doubleclicking the Refresh button basically refreshes the tree instantly
    • Added user tree selection rules for server and channel groups to the selection window, which can be used to “kick all guests” and “leader meetings”...
    • Changed the label for the server IP on the login screen to no longer say “IP” (because DNS also works) and to say that no port must be entered
    • Fixed empty INI keys
    • Server names now get cached when you join them. Previously, all servers of the server list got cached, too, but one must have joined the server to view it's icons, so that made no sense.
    • Fixed a bug that prevented thousands dividers for newly-uploaded icons from being displayed (man, use PNG for icons, so icons don't get that big!)
    • Added IPv6 support (seems like it’s non-DNS only), however, the TS3 server doesn’t support IPv6
    • Fixed disconnect detecting
    • Added hint to Select... and Popout button in users tab
    • Added default permission names for the unambigious first 13 permissions (marked with a question mark, so you still know if permget fails)
    • Fixed a bug that prevented users from changing the current user to anonymous
    • Failed permissions now display their permid even if a permsid is available
    • Fixed empty error message when entering an empty duration
    2.0-pre (07 Dec 2013) [SLIGHTLY DEPRECATED]
    2.0-pre is slightly deprecated for having a relatively high number of bugs. None of them is really serious.

    • YaTQA is now in limited Freeware mode by default. This means that you will need a registration to use more than 12 servers.
    • Completed icon collection
    • Fixed spelling bug in German version
    • Added donation button to home startbar
    • Added register button to about dialog
    • Improved recognition of duration terms with international characters (affected neither German nor English)
    • All UID-related columns are now sorted case-insensitively (previously, this was just being mixed)
    • Improved sorting of columns that have international characters in their values
    • ...
    • Finished permissions editor
    • A possible display bug of the About dialog in Wine was fixed.
    • Completely changed how YaTQA reacts on failing to receive a server list, with the intention of making the tool easier to use for people with limited permissions
    • The log filter is now case-insensitive.
    • Input boxes for ban durations now recognize the following words: infinite, indefinite, unlimited, permanent.
    • Added new Wine workarounds:
      • Like in early (Windows) versions of YaTQA, permission toolbar buttons now have only one or two letters on them when in Wine mode.
      • Worked around missing transparency of the topbar labels. This is by far not perfect, but it's at least readable now.
    • Fixed debug output when using server permission list
    • If you hover the server build (instance statistics tab), the status bar display the Unix timestamp of that build (or the actual incremental build number for very old versions)
    • Added version selection for people with neither "Use server's permission list" nor "versioninfo" permissions
    • Added avatar upload
    • Fixed a spelling bug and changed some texts related to CSV import/export file filters
    • Fixed a bug that caused the permission overview to display total bullshit if used with different servers without a restart in the meantime
    • Fixed a lot of memory leaks
    • Possibly fixed some more bugs by moving global veriables to local variables
    • Fixed a bug that prevented the Ctrl+F hotkeys from working if a Log and a Permissions tab were active at the same time
    • Changed default text (when unfocussed and empty) of the filters for permissions and log entries to actually say “filter” instead of “find”
    • Added global refresh hotkey (F5)
    • Added channel tree search function [needs to be tested]
    • Added Find Next (F3) for this function
    • Fixed memory leak that occured when working with icons with invalid checksums
    • Fixed a bug that caused YaTQA to access MemoryStreams that did not exist when accessing icons with invalid checksums
    • Saving all icons now takes Icon Cache into account [testen!]
    • Permissions can now be imported from files.
    • Fixed a lot of stuff related to permission import and export
    • Increased drop down count in permission editor from 8 to 15
    • You can now reorder your bookmarks.
    • Removed my TS3 server link as I don't think that complies with the NPL anymore and therefore will stop support via TS3
    • Icons for booleans were added to the permissions tab. In order to fit with the German word for “No” next to it, the indent (which is by concept the same as the image width) has been decreased from 16 to 13. As of now, this will not be added to the permissions file editor to avoid confusion with the checks on whether to include a permission’s data.
    • Channel password edit is now disabled if server version was released before April 3rd 2012 (~3rd 3.0.5-pre1)
    • Changed labels at the bottom of the instance Statistics tab to only say if the server version is older than supported and/or or limits the functionality
    • You can now select which server version you want YaTQA to handle the server as
    • Copying the last IP of a user in the User DB does not longer need a query
    • Fixed a bug that could cause an exception when copying an IP adress in User DB tab
    • Fixed a bug that could cause copying User DB details to fail
    • Added a feature to copy User DB descriptions
    • If User DB was last used to search, changing tabs does no longer drop the search results
    • Log file HTML exports now include the server's local ID in their title
    • Added User DB export features (CSV/HTML), if the User DB doesn't display search results
    • Added some explanation to the permission import window
    • Fixed strange bug with the popout feature
    • Fixed position of channel topic info in channel details
    • Allowed “infinite” as an input for channel delete delay
    • Added a link to my Twitter account, which you can use for support now that support via TS3 had to be dropped
    • Updated tips and tricks
    • Added buttons to copy server version and build
    • The channel private flag is now only displayed if the server supports it
    • Added new channel properties to the channel details
    • Fixed a bug that caused the icon replace feature to be available for default icons if selected a default icon immediately after it was part of a multi-selection
    • Added new channel and client properties to the Users tab (badges/Overwolf property is display on suitable servers if the client is no query client)
    • Added new client properties to the client details (note: client_version_sign is in the version label’s hint)
    • When hovering the avatar boolean (Yes/No), the statusbar now displays the (expected) MD5
    v2.0-pre2 (05 Feb 2014)
    Version 2.0-pre2 will probably be the last version for a long time. I am working as a high school teacher for at least 5 weeks now and am writing exams, too. After that, I might be travelling again. Limitations to support will be announced separately.

    • Added SRV resolver
    • Added a notice what the YaTQA support is meant for
    • Fixed a bug that prevented checks for booleans in the permission editor from disappearing
    • By default, it resolves both, TSDNS and SRV. If you are running Windows NT 6.0 and up, you can decide which one to resolve. The required UI feature for this nice dropdown thingy is sadly not available in Windows NT 5.
    • Added features to edit bookmarks
    • There has been a complete rework of the resolver feature. It now does what the TS3 client does and gives you an impression where errors might arise from. I’d like to thank PotaBlava and Barungar for their help and patience.
    • Popout can now be resized in width
    • Fixed a bug that caused the popout to be cleared more often than intended
    • Popout can now be set to be topmost
    • Fixed a bug that prevented the file transfer controls (except for the text) from appearing
    • Added warning when adding clients to Admin Server Query, as this is not recommended
    • You can now change the view mode of the user database between two modes: One with activities, one with descriptions and IPs
    • You can update multiple users’ descriptions at once now
    • Enabled multi-select for the avatar list
    • Added additional button for deleting (multiple) avatars, which required shorter captions on the other buttons
    • Changed „Set Avatar...“ hint to say that also non-home server avatars can be set, if the server knows you (TODO: check whose filesize limit is used: the target Guest’s or yours on your home server’s)
    • Removed useless resource
    • Added escaping for CSV and HTML when exporting user databases
    • Updated Copyright year in about box
    • Updated version info
    • Support for skins has been added. To create your own skin, grab the YaTQA Skin Creation Kit and get started.
    • Fixed a bunch of ugly graphic glitches if no themes are enabled
    • Fixed incorrect hint of port box when creating a server
    • Server name defaults to empty
    • Added feature to take server name and slots from the template and adjusted hints
    • The settings box for the default groups is now removed from advanced tab when in template mode. That feature was confusing, because default groups could also be set in the instance settings. However, only there it was actually effective. If used with 3.0.2 or later, the gap is filled by the anti-flood box, if not, it is left blank, because no other box fits in there. Possibly the first and seconds row will be swapped in the future, but seriously, who’s using server version prior to 3.0.2 right now?
    • Fixed a bug that could break the token list until another server is selected if the user did not have permissions for the feature
    • Like icon cache list, mass snapshot creation, icon and avatar list, all lists now memorize their sorting settings until YaTQA is closed
    • Added virtual use support (Windows NT 6.0+: use arrow next to select; all Windows versions: hold shift)
    • Fixed virtually used servers’ icons (they were displayed as online, thanks to bad documentation)
    • Instance stats can be set to refresh automatically
    • In the server groups window, server groups now have icons (if cached)
    • Fixed a lot of bugs related to permission import
    • Fixed a bug that caused the server groups management window’s left pane to stop being drawn
    • Virtual server stats can be set to refresh automatically
    • If you rename a group, you will now start with its current name (useful if you only want to fix a typo)
    • Improved behaviour after renaming a channel group
    • Fixed redundant queries in permission overview
    • YaTQA now suggests a filename for your permission exports
    YaTQA 2.0 (18 Apr 2014)
    YaTQA Pro (formerly YaTQA 2) is planned to be a special version of YaTQA available to donators (which makes it pay-what-you-want software).

    The idea of making a non-free version of YaTQA is pretty old. There will be one difference compared to the normal YaTQA (except for the unlimited number of virtual servers) which is the console feature. The console allows you to send your own commands and use passive mode (reading events). All other features included in this version will be available to to everyone.

    YaTQA 2.0-final is to be released on April 10th, which is three years after the start of the project. Contrary to this announcement, YaTQA 2 was released 8 days later because I was in Spain and the hotel's Wifi was way too expensive. Looks like people wanted to make some money before roaming fees will be forbidden by the EU.

    • Fixed spelling bug in German register text
    • Added setting for default phonetic nickname
    • Added a button to instance stats tab that returns all strings from the log’s “Accounting” channel within the first 2 Kilobytes (resulting in your license info)
    • On Wine, fixed white background, as it's no longer necessary I think
    • Fixed link labels being clipped off initially on Wine
    • Cleaned up old sidebar code
    • User tree is now case-insensitive
    • Fixed multi-icon exports having no dot between filename and extension
    • Fixed multi-icon exports having capital extensions
    • Fixed a possible bug with multi-icon exports causing access violations
    • Added workaround for a bug that caused the image on the popout button to be initially missing on Windows XP
    • Removed duplicate TApplicationEvents object (invisible change)
    • Did cosmetical changes to the server license info message (removed spaces, added a note that the info dates back to server start, capitalized first character per row)
    • Added global rename hotkey (F2), which is not new for most lists (it's new e.g. for a user's channel groups list)
    • Added more compliance with RFC 2782:
      • IP addresses are not a valid SRV result.
      • CNAMEs are not valid when pointed to by an SRV record.
    • If more than one SRV TSDNS record is returned, each of them is queried for TSDNS (not just the last)
    • Fixed possible small memory leak in the resolver
    • Fixed a bug that prevented instance log add from working
    • Added autostart server count
    • Added secret feature for becoming an invisible query ghost
    • Added binding list viewer
    • Added hint to whoami refresh button
    • Added "Self" features, even though they make no sense for query clients
    • Added autostart slot count
    • Fixed incorrect property name for priority speaker dimm modificator
    • Added support for default temporary channel delete delay
    • Added file transfer statistics to instance stats (this number, as the server returns it, is not included in the voice data displayed in front of it)
    • Selection dialog now has group icons
    • Features exclusive to YaTQA Pro:
      • Unlimited virtual servers: As in the previous version, YaTQA Pro drops the virtual server limitations which restrict the number of virtual servers per instance to a maximum of 13.
      • Custom commands: YaTQA Pro allows you to send your own commands. It includes auto complete for commands, a command list, and displaying the syntax/parameters of each function. Input is easy, as you can fix spelling mistakes and can escape text by simply selecting it and hitting Ctrl+E. While stile being available in raw form, results are displayed in a list by default. The list groups the sets (originally divided by pipes) and the error line. Previous commands can be recalled with arrow up and down.
      • Passive mode: You can now subscribe to events. These events are displayed in text form in the console. Just like custom commands, they can be viewed in list form or copied as raw text. Therefore, YaTQA can now be used to chat with people, too.
      • Ghost mode: Become invisible for everyone (including yourself). Some features will not be available until you log out or swap the user. TeamSpeak guys may be unhappy that this has been found out, so it might get removed in the future.
    • Fixed a bug with displaying channel groups as a origin in the permission overview
    • Fixed a bug in the channel file list, caused by an incorrect comparision that started renaming nearly all the time, but not when it was actually wanted to
    • Added using the -all parameter for serverlist for evaluation if it helps anyone who has broken his machine ID
    • The icon list is now refreshed after uploading stuff from your icon collection.
    • Added F2 hotkey to all lists where items can be renamed
    • Added warning if your permission system is too new (so you need to update YaTQA or download it from the server by rightclicking the list box in the permissions tab)
    • The User DB feature now uses the -count switch of the clientdblist command to determine if it has fetched all items instead of comparing the number of results to the maximum of 200, which might be inaccurate for extremely slow servers.
    • Added blacklist checker feature (this is a separate feature on the login screen and is not checked each time you connect with YaTQA)
    • The resolver no longer tries to lookup empty results via DNS.
    • Changed about box to display only the link the to the support website.
    • When donating via the PayPal link, your order now includes a language code so you get your key e-mail in the appropriate language. Keys are of couse valid all languages, it's just because of that e-mail.
    • Fixed incorrect copyright year in the Logo's hint
    • Updated “Did you know?”.
    v2.0b (19 Apr 2014)
    • Removed (funny and always German) debug message, that I think would not appear at all.
    • Fixed file transfers
    v2.0c (28 Apr 2014)
    • Fixed overlapping RedeemerTS3 version (English version only)
    • Added command line switches “-a” (connect to default server) and “-c Hostname Port Username Password” (connect to this server).
    • Updated “Did you know?” accordingly.
    • Changed snapshot and mass snapshot encoding to UTF8
    • Save Channels (feature hidden for hotfix release)
    • Fixed missing translations
    • Fixed ping being rounded incorrectly (to two digits before instead of behind the dot)
    • Fixed a bug that prevented the answer feature in the console from switching to the RichEdit input type
    • Fixed semaphore bug with servercreate
    • Fixed possible bug with channelcreate
    • Fixed incorrect autostart counting
    • Possibly fixed possible/random bug with snapshot (only non-mass?) creation and deployment with timeout disabled (because this bug is random, you can never be sure to have fixed it)
    v3.0-rc1 (22 Jul 2014)
    • Added recording flag to self menu
    • Accessing the console history moves cursor to the end
    • Added note to the registration window saying that it is case-sensitive
    • Notification subscriptions are now kept after closing the console window
    • Added note to the registration window saying where to take name and email from if these are not given in the mail (this sometimes happens if I cannot send an e-mail from my notebook)
    • Permission file loader no longer tries to set b_channel_join_ignore_password if in channel permissions mode.
    • Completely overhauled the client server groups window
    • Added note about that window's limitions (prior to 3.0.6) to the server version window
    • YaTQA now asks you for the filename before asking the server for the snapshot
    • Progress is now always shown before the time-consuming part of each loop
    • Added global Escape hotkey to cancel loops (like it has been in place for downloading all icons since years)
    • Changed all progress texts of loops to say what they are doing (like the mass snapshot one already did) and how to cancel
    • Fixed the alternative-style channel list not being used everywhere
    • Fixed memory leak when updating channel dropdown lists in the permissions tab (this memory leak is super-unlikely)
    • Swapped the middle two icons in instance misc because they made no sense
    • Channel restore added
    • Many internal changes for the server tree
    • You can now rename yourself in server tree
    • If renaming someone or something via the server tree fails, you are now shown the error message
    • Fixed a bug that caused writing to an incorrect position in memory when editing the default channel flag in the server tree, causing MaxFamilyClients to either display incorrect numbers or causing an access violation
    • Reduced leaks in Wine mode
    • Fixed the fix for counting autostart server slots
    • Ghost mode is now available to non-serveradmins
    • Added access to virtual use mode for limited users
    • Added starting and stopping in the virtual server statistics and removed the error message that originally appeared there instead
    • The bottommost three boxes on the virtualserver stats tab are now hidden if the server is running in virtual mode
    • I added note that you must not send messages to my PayPal address. It's for PayPal only.
    • Did some testing about channel_needed_subscribe_power in channel list and channel details and changed the label accordingly
    • The main form's sidebar item and the donation link in the about box now use the same link
    • Removed note from the token list frame, saying that you need a server version newer than October 2012 (because everyone should have one right now)
    • Chat messages in console can now be send with enter (hold shift for new line).
    • Fixed a bug that prevented deleting channels if they weren't on the same layer and had been selected from bottom to top (click the last channel and hold Shift while selecting the first one)
    • You can now connect to DNS resolver results.
    • "Ignore repeats" no longer affects text messages
    • Added "Browse files" button to settings, allowing you to go to the application data folder of YaTQA
    • Fixed some duplicates and other stuff in primarily the English "Did you know?" hints
    • Added global copy/save (Ctrl+Shift+C)
    • Added "Add members to selection" feature to context menu in server tree view if you already have people selected
    • Registration window can now be closed by pressing Esc.
    • YaTQA now ALWAYS tries to "use" servers virtually, because normal "use" causes a strange "server not running" error if the ID was invalid
    • Added highlighting of server status in the virtual server stats tab
    • Added global find feature (Ctrl+Shift+F)
    • Fixed a possible infinite loop when searching in the server tree without permissions for channellist
    • Added file list fullscreen feature, allowing you to easily browse through your channels’ files (this also causes YaTQA to show the file list after selecting a channel)
    • Filter feature hotkey (Ctrl+F) now calls global find feature (Ctrl+Shift+F) if the tab doesn’t have a filter feature
    • Added server status icons to the mass snapshot window
    • Increased default size of the mass snapshot creation window
    • Added context menu for selection management features to the mass snapshot creation window (all, online, invert, none)
    • Mass snapshot creation now works with non-online servers.
    • Fixed some bugs related to virtually online servers when adding stuff to instance log or renaming other servers
    • Added channel selection by certain criteria (permanent flag, seconds empty, name)
    • Added "set all permissions" feature to set all permissions of a group (unset, grant, whatsoever)
    • Moved all remaining non-interface functions in published declartions to public (non-visible optimization change)
    • YaTQA now saves your Sort Settings.
    • Fixed a bug that prevented clicking the columns from being effective for the new server group list.
    • Added IDN support based on a lot of testing (I know this makes no sense at all, but YaTQA’s DNS resolver is only meant to visually show what TS3 does in the background)
      • A: PunycodeEncode(AsciiLowercase(x))
      • SRV: UTF8Encode(AnsiLowercase(UTF8Encode(AsciiLowercase(x))))
      • TSDNS: UTF8Encode(AsciiLowercase(x))
      • Thanks to Barungar for providing the DNS feature testing environment
    • Added IDN support to blacklist checker
    • Added IDN support to YaTQA
    • The file list now highlights previewable images by displaying a picture of a cat on the icon. (It’s the same cat that randomly appears on my English website. I originally wanted to use the squirrel instead, but that’s even harder to see.)
    • Made selecting channels by name case-insensitive
    • Fixed the SRV resource record’s "decidedly unavailable" feature, which never actually worked because of a small mistake in YaTQA and a serious bug in Indy – both of which are now fixed
      • Thanks to Barungar for providing the DNS feature testing environment
    • Fixed a bug that caused an error message when dragging and dropping a bookmark in the empty space at the end of the list
    • Fixed a bug in the user database export window that caused the items of the column list to appear clipped while being dragged
    • When sorting the column one wishes to export form the user database, the checkbox of the target item is no longer unchecked
    • Fixed a bug that caused an error message when dragging and dropping a user database column in the empty space at the end of the list
    • Fixed a very rare and random bug that displayed the server note input box for a fraction of a second during startup
    • Fixed possible access violations when editing channe codecs in server tree (Users tab) caused by incorrect pointer type
    • Changed icon of the message box informing the user that no custom info has been found from error to information
    • Passive server tree update has been added to the Pro version. Please keep the following restrictions in mind:
      • While this feature is active, some channel and client properties are unavailable because they are not sent by the server (this not of course only applies to the Users tab, because no properties are displayed in the popout window anyway).
      • All non-query clients will be shown with the generic dark-blue circle because no client-related notifications but channel switching (including entering and leaving the server) are sent by the server.
      • Changing of server name will only be handled when subscribed to in the console (because this event is neglegible, passive refresh does not subscribe to it).
      • Single-channel subscriptions (a result of clicking "Ignore" in the warning message) are not supported and have limitations (e.g. deleting the subscribed channel’s parent channel will not fire a notification that the subscribed channel has been deleted).
    • Updated registration info text to state...
      • that you must provide your company’s name and country on the ATHP list for free registration
      • how to have your license issued on another name than your PayPal name
      • what bonusses are included with your donation
    • Dragging and dropping clients in the tree retains the original TeamSpeak order
    • There is now a "Permission Comparision" feature that lets you compare the permissions of server groups, clients on the server, channels, channel groups, clients in a channel and client permission overviews.
    • Added a feature to load, save and clear the user-added permissions being compared (there is only one file) (Vista and up)
    • Added a feature to clear permission comparision targets (Vista and up)
    • You can now remove permissions
    • You can now remove targets
    • Icon cache only writes its file if it was changed
    • If you are missing permissions to receive the number of the default server and instance groups and previously (without restarting) were on a server where you got them, YaTQA would hide groups matching the old IDs in some lists where default groups make no sense. This was now fixed.
    • All Columns containing numbers are now aligned to the right
    • Permissions you are already comparing are no longer included in the dropdown list when adding a new permission to comparision – but you can still enter its name to add it again
    • Moved "Set all permissions" to the center of the screen
    • If permission mass editing (importing or multi-set) is done, the list is now refreshed
    • Disabled the question if you want to select all items when copying lists for those without multiselect
    no own version (unreleased, 24 Jul 2014)
    • Fixed a bug that prevented moving channels below a channel with the same parent channel
    • Realtime update mode: Existing non-query users’ icons in the tree are now limited to a generic icon like users who join after realtime mode is enabled.
    no own version (30 Jul 2014)
    • Fixed a bug that broke the local server note feature.
    v3.0-rc2 (unreleased, 03 Aug 2014)
    • Fixed a bug that prevented errors from being displayed if creating a server fails
    • Updated some texts that were incorrectly stating that the server creation autostart checkbox determines whether the server is started right after creation or not
    • Fixed a bug that caused all links in the about box to direct to the PayPal donation page
    • Added a note that using tokens while being serveradmin is a bad idea
    • Fixed a bug that caused Windows-1252 characters outside of ISO-8859-1 (Latin-1) to be displayed incorrectly in the English version.
    • Removed query manual version from login screen, due to a lack of both, space and notability
    v3.0-rc2 (unreleased)
    • Added interval refresh to log
    • Removed unused icon and replaced it with a duplicate of another icon in preparation of a future update
Вернуться к списку обновлений...