Raised This Month: $12 Target: $400
 3% 

Restrict Names 1.2a


Post New Thread Reply   
 
Thread Tools Display Modes
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-06-2005 , 11:14  
Reply With Quote #21

@jtp10181:

I run HLG 1.8 with the following turned on:
  • alias detection
  • rapid/burstfire detection
  • nameban/rapid name change detection (with the nameban section commented out so it only detects rapid name changes)
  • skywalk guard
I guess I've been lucky to have not experienced the lag and such that you speak of. The next release, 1.81, is purported to be even less stressful to servers.

@wiggles:

Thanks! I also wanted something like this and from reviewing other posts over time, it appears many others did too (even if they didn't/don't realize it).
Brad is offline
Green
Junior Member
Join Date: Apr 2004
Old 09-06-2005 , 11:55  
Reply With Quote #22

nice plugin..BUT do you can also add a funktion to rename names via steam id?

like this

steam id "12345" renamed to "blabla"
steam id "123456" renamed to "blubb blubb"
and so on...

is this possible?
Green is offline
Send a message via ICQ to Green
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-06-2005 , 12:48  
Reply With Quote #23

The purpose of this plugin is to restrict certain player names, not their Steam IDs. Therefore, it wouldn't be in the current scope of this plugin. The scope will be changing in the future though, and I will keep your suggestion in mind.
Brad is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-06-2005 , 22:51  
Reply With Quote #24

I've just released the latest version.

[2005-09-06] v1.1
  • Will now ban when "restnames_amxban" is set to 1.
  • Separate log file is being created in the .\logs directory detailing punishments with more information than before. Punishments were previously being logged in the amxx log file.
  • Will not check name if the user is HLTV.
  • CVAR added to indicate whether to check bots for name violations.
  • Config file structure changed slightly to accomodate different ban lengths per regular expression.
    • <RegEx> <Reason> <PunishmentType> <PunishmentOption>
  • Removed CVARs "restnames_ban_time" and "restnames_default_name".
  • All RENAME punishments now have to have the new name provided as the "punishmentOption" segment in the config file. If not provided, the player will be kicked.
  • All BAN punishments now need to provide the ban length as the "punishmentOption" segment in the config file. If not provided, the ban is permanent.
There have also been some changes to the restrictnames.txt language file and the restrictnames.ini file.
Brad is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 09-06-2005 , 22:59  
Reply With Quote #25

You're making this plugin really cool

Could you possibly add a cvar for admin immunity though? What I want to do is add something like "Hawk" so that no one other than me or my admins (and if they impersonated me, I would know they would probably have a damn good reason to) can use certain names? Thanks.

Or also possibly a flag at the end of each line in the restricted names ini, 0 or 1, stating whether admins or no one can use it, or something.

Just ideas. I just gave it 5/5 - useful also.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-24-2005 , 20:42  
Reply With Quote #26

Quote:
Originally Posted by Hawk552
Could you possibly add a cvar for admin immunity though?
Would generic admin immunity be acceptable to you? I'm thinking along the lines that if a player has immunity, their names aren't checked against any of the regex phrases.

I considered the option of having per-regex immunity but I think that each line in the INI file is already too busy. Adding another parameter wouldn't help matters. Although... Hmm. I've an idea.

Which would you rather have? Generic or specific (per regex) admin immunity? If anyone else would like some immunity built into this plugin, you can give me your preference as well.
Brad is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 09-24-2005 , 20:46  
Reply With Quote #27

I was thinking something on the lines of this:

Code:
register_cvar("restnames_immunity","1");

Code:
    if(get_user_flags(id) & ADMIN_IMMUNITY && get_cvar_num("restnames_immunity"))     {         return PLUGIN_HANDLED;     }
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-27-2005 , 17:08  
Reply With Quote #28

I've just released the latest version.

[2005-09-27] v1.2
  • Logs can automatically be deleted after a CVAR-defined number of months.
  • Fixed issue where players could disconnect before being punished. Players are now punished immediately and without warning.
__________________
Brad is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-30-2005 , 15:51  
Reply With Quote #29

I've just released a minor update.

[2005-09-30] v1.2a
  • Fixed compilation error that occurs on 1.01 and lower AMXX installations. Thanks to ohswildcats.
  • Added option to not check immune players for name violations. Thanks to Hawk552.
__________________
Brad is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 10-06-2005 , 21:09  
Reply With Quote #30

Language file update. The new Serbian translations were kindly provided by klole. The Dutch translations were kindly updated by Janet Jackson.
Brad is offline
Reply


Thread Tools
Display Modes

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 17:45.


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