This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[ANY] Plugin Updates Checker (1.6) [14-Jul-2022]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Plugin ID:
7717
Plugin Version:
1.6
Plugin Category:
Server Management
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    13 
    Plugin Description:
    Checks version cvars against a list of known latest plugin versions.
    Old 07-11-2021 , 12:45   [ANY] Plugin Updates Checker (1.6) [14-Jul-2022]
    Reply With Quote #1

    About:
    • Automatically check for plugin updates on server start, or once per day, or manually via command.
    • Downloads a list of links to check, each webpage containing lists of plugins and their latest version numbers from various authors (currently only Silvers).
    • Compares the servers version cvars from these lists with their latest known version number.
    • A future version by Dragokas will hopefully include most plugins on AM. I've uploaded this as a proof-of-concept and demonstrating some code.


    Current plugin authors with manual lists:

    Thanks:
    • "Asherkin", "KyleS" and "Tsunami" for their extensions this plugin uses.
    • "GoD-Tony" for their "Updater" plugin where the networking code was adapted from.
    • "Dragokas" - For ideas and testing.
    • "Lux" - For ideas and testing.
    • "Marttt" - For ideas and testing.



    Example Output:
    Spoiler



    Custom List of Links:
    • Optional data config allows for overriding the main list, instead of downloading it.
    • Save to plugin_updates_checker.cfg in your servers \sourcemod\data\ folder.
    • On each newline put a link to a webpage which contains lists of plugins.
    For example:
    Spoiler


    Custom List of Plugins:
    • The command sm_updates_config opens the file data/plugin_updates.cfg on the server (the file format is shown in the example below, or here).
    • The file is read and an updated version is saved to data/plugin_updates_cmd.cfg with the latest version numbers found running on the server from the listed plugins.
    • Lists are maintained by plugin authors. (Please submit links to be included in the default main list).
    • The webpages must be raw with no other data except a list of plugins in the following format:
    For example:
    Spoiler


    Admin Commands: (requires "z" flag)

    PHP Code:
    sm_updates          // Check for plugin updates.
    sm_updates_config   // Updates the data/plugin_updates.cfg config with detected cvar version numbers from plugins listed in the config. 


    CVars:

    Saved to sm_updates_checker.cfg in your servers \cfg\sourcemod\ folder.

    PHP Code:
    // 0=Manual checking only. 1=Automatically check on server start. 2=Check on server start and once per day (if uptime >= 24 hours).
    sm_updates_auto "1"

    // Ignores plugins using these version cvars, separate by commas (no spaces).
    sm_updates_ignore ""

    // 0=Print to server console. 1=Logs to sourcecmod/logs/plugin_updates.txt listing plugins whose version differs from the servers. 2=Print to server console and logs to file.
    sm_updates_logs "2"

    // Plugin Updates Checker plugin version.
    sm_updates_version 


    Changes:
    Code:
    1.6 (14-Jul-2022)
        - Fixed plugin version not being set.
        - Fixed "Invalid memory access" error. Thanks to "Psyk0tik" for reporting and testing.
    
    1.5 (18-Apr-2022)
        - Fixed some servers not displaying the updates and throwing an error. Thanks to "Psyk0tik" for reporting and testing.
    
    1.4 (07-Nov-2021)
        - No longer checks for updates every map change.
    
    1.3 (06-Nov-2021)
        - Removed timeout restriction for checking on updates.
        - Changes to fix warnings when compiling on SourceMod 1.11.
    
    1.2 (20-Jul-2021)
        - Made the error message clearer about missing extensions.
    
    1.1 (13-Jul-2021)
        - Fixed "Native "HTTPClient.HTTPClient" was not found" error.
    
    1.0 (20-Apr-2021)
        - Initial release.
    
    0.1 (25-May-2020)
        - Initial creation.

    Compiling:
    You MUST download the include files from these extensions.
    1. REST in Pawn extension by "Tsunami".
    2. SteamTools extension by "Asherkin".
    3. SteamWorks extension by "KyleS".


    Requirements: (one of the following extensions)
    1. REST in Pawn (Windows requires version 1.2.4+).
    2. SteamTools (TF2 only).
    3. SteamWorks.


    Warning:
    Windows cannot fully download the lists using REST in Pawn, a future update to this extension should fix it.

    Installation:
    DO NOT click 'Get Plugin' or it will fail to compile because this plugin requires includes from the above extensions!
    1. Download the .smx file and put into your servers \addons\sourcemod\plugins folder. (Compiled with 1.10).
    Attached Files
    File Type: sp Get Plugin or Get Source (plugin_updates_checker.sp - 209 views - 28.0 KB)
    File Type: smx plugin_updates_checker.smx (13.3 KB, 269 views)
    __________________

    Last edited by Silvers; 07-14-2022 at 11:37.
    Silvers is offline
     



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 08:08.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode