Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Releases: Impact123/CallAdmin

Release development-18

27 Aug 20:17
Compare
Choose a tag to compare
Update AutoExecConfig include

 - A percentage sign in a config file could cause an exception

Release development-17

06 Mar 00:04
Compare
Choose a tag to compare

Release development-16

03 Jul 09:32
Compare
Choose a tag to compare
Fix sServerIP's size being too small

Release development-15

09 May 21:18
Compare
Choose a tag to compare
Enhance test calladmin_test script

 - Register additional sm_calladmin_test command
 - Add admin check to test command
 - Use ReplyToCommand instead of PrintToServer for command messages
 - Add prints about registered forwards and their count
 - Use PrintToCallAdminAdmins instead of PrintToServer for notify messages

Release development-13

03 Oct 05:00
Compare
Choose a tag to compare
Add release.yml

development-12

25 Mar 09:17
Compare
Choose a tag to compare

Includes fix for incorrect max value of sm_calladmin_admin_action cvar
and client poking support for the ts3 web script

development-11

29 Jun 20:56
Compare
Choose a tag to compare
Add polish phrases

development-10

20 Mar 17:43
Compare
Choose a tag to compare
Show recently reported players as a disabled menu item

development-9

18 Jan 12:20
Compare
Choose a tag to compare
Fix invalid name buffers

development-8: Update mysql module

18 Jan 12:05
Compare
Choose a tag to compare
# Don't cache server data retrieved via CallAdmin, fetch when needed
This is more in line with the other modules and fixes an issue where the data is not available yet

# Replace database escapes with db.Format()
Manual escaping is not needed anymore