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

Releases: Impact123/CallAdmin

Release development-18

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:17
Update AutoExecConfig include

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

Release development-17

Choose a tag to compare

@github-actions github-actions released this 06 Mar 00:04

Noteworthy changes

Release development-16

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:32
Fix sServerIP's size being too small

Release development-15

Choose a tag to compare

@github-actions github-actions released this 09 May 21:18
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

Choose a tag to compare

@github-actions github-actions released this 03 Oct 05:00
Add release.yml

development-12

Choose a tag to compare

@Impact123 Impact123 released this 25 Mar 09:17

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

development-11

Choose a tag to compare

@Impact123 Impact123 released this 29 Jun 20:56
Add polish phrases

development-10

Choose a tag to compare

@Impact123 Impact123 released this 20 Mar 17:43
Show recently reported players as a disabled menu item

development-9

Choose a tag to compare

@Impact123 Impact123 released this 18 Jan 12:20
Fix invalid name buffers

development-8: Update mysql module

Choose a tag to compare

@Impact123 Impact123 released this 18 Jan 12:05
# 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