Skip to content

Commit

Permalink
1.5.4 - Final Release on 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabveer committed Feb 14, 2016
1 parent 02ab9f8 commit 7d6b9e2
Show file tree
Hide file tree
Showing 16 changed files with 7,374 additions and 1,697 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Legend:
? = Other stuff
```

(14/02/16): Version 1.5.4
-----------------------
01. * Added Steam3 ID to Ban and Comm list
02. * Added PHP7 Support
03. + Updated Comms page with better CSS
04. + Small misc theme fixes
05. + Small plugin fixes/optimizations
06. ! Fixed config.php bug with APIKey and URL
07. ! Fix MariaDB Empty Ban List
08. ? Optimized and updated IpToCountry.csv

(01/09/15): Version 1.5.3
-----------------------
01. * Added Steam API Key to Installer for Future Use
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SourceBans++
============
### [![GitHub release](https://img.shields.io/github/release/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/releases/tag/1.5.3) [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/SOURCEMOD-LICENSE.txt) [![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/AGPLv3.txt) [![GitHub forks](https://img.shields.io/github/forks/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/network) [![GitHub stars](https://img.shields.io/github/stars/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/stargazers) [![GitHub issues](https://img.shields.io/github/issues/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/issues) [![GitHub commits](https://img.shields.io/github/commits-since/Sarabveer/SourceBans-Fork/1.5.3.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/compare/1.5.3...master) [![Travis](https://img.shields.io/travis/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://travis-ci.org/Sarabveer/SourceBans-Fork) [![Gitter](https://img.shields.io/gitter/room/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://gitter.im/Sarabveer/SourceBans-Fork) [![Codacy](https://img.shields.io/codacy/a167e0b3727447cea49d441fc6dac5a9.svg?style=flat-square)](https://www.codacy.com/app/sarabveer/SourceBans-Fork)
### [![GitHub release](https://img.shields.io/github/release/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/releases/tag/1.5.4) [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/SOURCEMOD-LICENSE.txt) [![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/AGPLv3.txt) [![GitHub forks](https://img.shields.io/github/forks/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/network) [![GitHub stars](https://img.shields.io/github/stars/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/stargazers) [![GitHub issues](https://img.shields.io/github/issues/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/issues) [![GitHub commits](https://img.shields.io/github/commits-since/Sarabveer/SourceBans-Fork/1.5.3.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/compare/1.5.3...master) [![Travis](https://img.shields.io/travis/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://travis-ci.org/Sarabveer/SourceBans-Fork) [![Gitter](https://img.shields.io/gitter/room/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://gitter.im/Sarabveer/SourceBans-Fork) [![Codacy](https://img.shields.io/codacy/a167e0b3727447cea49d441fc6dac5a9.svg?style=flat-square)](https://www.codacy.com/app/sarabveer/SourceBans-Fork)

Global admin, ban, and communication management system for the Source engine

Expand Down
43 changes: 0 additions & 43 deletions game_upload/addons/sourcemod/plugins/.gitignore

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions game_upload/addons/sourcemod/scripting/SourceSleuth.sp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#undef REQUIRE_PLUGIN
#include <sourcebans>

#define PLUGIN_VERSION "(SB++) 1.5.4-dev"
#define PLUGIN_VERSION "(SB++) 1.5.4"

#define LENGTH_ORIGINAL 1
#define LENGTH_CUSTOM 2
Expand Down Expand Up @@ -64,7 +64,7 @@ public OnPluginStart()
{
LoadTranslations("sourcesleuth.phrases");

CreateConVar("sm_sourcesleuth_version", PLUGIN_VERSION, "SourceSleuth plugin version", FCVAR_PLUGIN | FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);
CreateConVar("sm_sourcesleuth_version", PLUGIN_VERSION, "SourceSleuth plugin version", FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);

g_cVar_actions = CreateConVar("sm_sleuth_actions", "3", "Sleuth Ban Type: 1 - Original Length, 2 - Custom Length, 3 - Double Length, 4 - Notify Admins Only", FCVAR_PLUGIN, true, 1.0, true, 4.0);
g_cVar_banduration = CreateConVar("sm_sleuth_duration", "0", "Required: sm_sleuth_actions 1: Bantime to ban player if we got a match (0 = permanent (defined in minutes) )", FCVAR_PLUGIN);
Expand Down
2 changes: 1 addition & 1 deletion game_upload/addons/sourcemod/scripting/sb_admcfg.sp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public Plugin:myinfo =
name = "SourceBans++: Admin Config Loader",
author = "AlliedModders LLC, Sarabveer(VEER™)",
description = "Reads admin files",
version = "1.5.4-dev",
version = "1.5.4",
url = "https://github.com/Sarabveer/SourceBans-Fork"
};

Expand Down
2 changes: 1 addition & 1 deletion game_upload/addons/sourcemod/scripting/sbchecker.sp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// *************************************************************************
#include <sourcemod>

#define VERSION "(SB++) 1.5.4-dev"
#define VERSION "(SB++) 1.5.4"
#define LISTBANS_USAGE "sm_listsbbans <#userid|name> - Lists a user's prior bans from Sourcebans"
#define INVALID_TARGET -1

Expand Down
8 changes: 4 additions & 4 deletions game_upload/addons/sourcemod/scripting/sourcebans.sp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include <adminmenu>
#tryinclude <updater>

#define SB_VERSION "1.5.4F-dev"
#define SBR_VERSION "1.5.4-dev"
#define SB_VERSION "1.5.4F"
#define SBR_VERSION "1.5.4"

#if defined _updater_included
#define UPDATE_URL "https://sarabveer.github.io/SourceBans-Fork/updater/updatefile.txt"
Expand Down Expand Up @@ -165,8 +165,8 @@ public OnPluginStart()

CvarHostIp = FindConVar("hostip");
CvarPort = FindConVar("hostport");
CreateConVar("sb_version", SB_VERSION, _, FCVAR_PLUGIN | FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY);
CreateConVar("sbr_version", SBR_VERSION, _, FCVAR_PLUGIN | FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY);
CreateConVar("sb_version", SB_VERSION, _, FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY);
CreateConVar("sbr_version", SBR_VERSION, _, FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY);
RegServerCmd("sm_rehash", sm_rehash, "Reload SQL admins");
RegAdminCmd("sm_ban", CommandBan, ADMFLAG_BAN, "sm_ban <#userid|name> <minutes|0> [reason]", "sourcebans");
RegAdminCmd("sm_banip", CommandBanIp, ADMFLAG_BAN, "sm_banip <ip|#userid|name> <time> [reason]", "sourcebans");
Expand Down
12 changes: 6 additions & 6 deletions game_upload/addons/sourcemod/scripting/sourcecomms.sp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// Do not edit below this line //
//-----------------------------//

#define PLUGIN_VERSION "(SB++) 1.5.4-dev"
#define PLUGIN_VERSION "(SB++) 1.5.4"
#define PREFIX "\x04[SourceComms]\x01 "

#define MAX_TIME_MULTI 30 // maximum mass-target punishment length
Expand Down Expand Up @@ -193,17 +193,17 @@ public OnPluginStart()
CvarPort = FindConVar("hostport");
g_hServersWhiteList = CreateArray();

CreateConVar("sourcecomms_version", PLUGIN_VERSION, _, FCVAR_PLUGIN | FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY);
CreateConVar("sourcecomms_version", PLUGIN_VERSION, _, FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY);
AddCommandListener(CommandCallback, "sm_gag");
AddCommandListener(CommandCallback, "sm_mute");
AddCommandListener(CommandCallback, "sm_silence");
AddCommandListener(CommandCallback, "sm_ungag");
AddCommandListener(CommandCallback, "sm_unmute");
AddCommandListener(CommandCallback, "sm_unsilence");
RegServerCmd("sc_fw_block", FWBlock, "Blocking player comms by command from sourceban web site", FCVAR_PLUGIN);
RegServerCmd("sc_fw_ungag", FWUngag, "Ungagging player by command from sourceban web site", FCVAR_PLUGIN);
RegServerCmd("sc_fw_unmute", FWUnmute, "Unmuting player by command from sourceban web site", FCVAR_PLUGIN);
RegConsoleCmd("sm_comms", CommandComms, "Shows current player communications status", FCVAR_PLUGIN);
RegServerCmd("sc_fw_block", FWBlock, "Blocking player comms by command from sourceban web site");
RegServerCmd("sc_fw_ungag", FWUngag, "Ungagging player by command from sourceban web site");
RegServerCmd("sc_fw_unmute", FWUnmute, "Unmuting player by command from sourceban web site");
RegConsoleCmd("sm_comms", CommandComms, "Shows current player communications status");

HookEvent("player_changename", Event_OnPlayerName, EventHookMode_Post);

Expand Down
Loading

0 comments on commit 7d6b9e2

Please sign in to comment.