Start testing ConfigManager

This commit is contained in:
Salanto 2022-06-29 19:57:36 +02:00
parent 0234588007
commit 2953c7e2f5
18 changed files with 1388 additions and 1 deletions

View File

@ -0,0 +1,15 @@
[0:Basement]
background=gs4
protected_area=true
iniswap_allowed=false
evidence_mod=cm
blankposting_allowed=true
force_immediate=true
[1:Courtroom 1]
background=gs4
protected_area=false
iniswap_allowed=true
evidence_mod=ffa
blankposting_allowed=true
force_immediate=false

View File

@ -0,0 +1,5 @@
Anime
Zetta
default
birthday
Christmas

View File

@ -0,0 +1,5 @@
Zak
Adrian
Armstrong
Butz
Diego

View File

@ -0,0 +1,89 @@
[getarea]
aliases = ga
[getareas]
aliases = gas
[area_lock]
aliases = lock_area lock
[area_spectate]
aliases = spectatable
[area_unlock]
aliases = unlock_area unlock
[area_kick]
aliases = kick_area areakick
[background]
aliases = bg
[lock_background]
aliases = lock_bg lockbg bglock
[unlock_background]
aliases = unlock_bg unlockbg bgunlock
[roll]
aliases = r
[set_motd]
aliases = setmotd
[force_charselect]
aliases = forcecharselect
[notecard_reveal]
aliases = reveal_notecard notecardreveal
[notecard_clear]
aliases = clear_notecard notecardclear
[allow_blankposting]
aliases = allowblankposting
[force_noint_pres]
aliases = forceimmediate
[allow_iniswap]
aliases = allowiniswap
[ooc_mute]
aliases = mute_ooc oocmute
[ooc_unmute]
aliases = unmute_ooc oocunmute
[block_wtce]
aliases = blockwtce
[unblock_wtce]
aliases = unblockwtce
[block_dj]
aliases = blockdj
[unblock_dj]
aliases = unblockdj
[kick_uid]
aliases = kickuid
[update_ban]
aliases = updateban
[ignore_bglist]
aliases = ignorebglist
[toggle_wtce]
aliases = togglewtce
[toggle_shouts]
aliases = toggleshouts
[kick_other]
aliases = kickother
[jukebox_skip]
aliases = jukeboxskip

106
bin_tests/config/config.ini Normal file
View File

@ -0,0 +1,106 @@
[Options]
; The maximum number of players that can join the server at once.
max_players=100
; The TCP port to listen for incoming connections on.
port=27016
; The server description that will appear on the master server.
server_description=This is a placeholder server description. Tell the world of AO who you are here!
; The server's name. This appears both on the master server, and in messages sent to users by the server.
server_name=An Unnamed Server
; The server's Message of the Day. This will be sent in OOC to joining users.
motd=MOTD is not set.
; Whether the server should accept WebAO connections or not.
webao_enable=true
; The TCP port to listen for WebAO connections on. This must be different than the server port.
webao_port=27017
; The authorization level of the server. You shouldn't touch this, use /changeauth on the server instead.
auth=simple
; The moderator password used with simple authorization. Change this to something unique and secure.
modpass=changeme
; The amount of logged messages an area should store. Once this limit is reached, older messages will be overrwritten.
; This is only used for modcall logging, or if the webhook_sendfile is enabled.
logbuffer=500
; The server logging type. Valid values here are "modcall","full" and "fullarea".
; Modcall logging will only save an area log file if a modcall is sent.
; Full logging will log every event in every area, and will output to a new file every day.
; FullArea logging will log every event in every area, seperating them into individual files and output to a new one every day.
logging=modcall
; The maximum number of statements that can be recorded in the testimony recorder.
maximum_statements=10
; The maximum number of connections that will be accepted from the same IP address.
; Multiclienting is generally used for casing/RPing, so the default value is fine in most cases.
multiclient_limit=15
; The maximum number of characters that an IC/OOC message can contain.
maximum_characters=256
; The minimum time between game messages in areas, in miliseconds. The default value is fine for most cases.
message_floodguard=250
; The minimum time between game messages in the server, in miliseconds. Unlike message_floodguard, this timer is shared globally in the server.
global_message_floodguard=0
; The amount of seconds without interaction till a client is marked as AFK.
afk_timeout = 300
; The URL of the server's remote repository, sent to the client during their initial handshake. Used by WebAO users for custom content.
asset_url=http://attorneyoffline.de/base/
[Advertiser]
; Options for the Masterserver.
; Whether or not the server should appear on the master server.
advertise=true
; Wether the advertiser prints additional debug info
debug=false
; The IP address of the master server. Unless something happens to the default one, you shouldn't change this.
ms_ip=https://servers.aceattorneyonline.com/servers
; Optional hostname of your server. Can either be an IP or a DNS name. Disables automatic IP detection of ms3.
hostname=
; Wether or not the server overwrites the advertised webao port to port 80 in order to utilise Cloudflare tunnels.
cloudflare_enabled=false
[Dice]
; The maximum number of sides dice can be rolled with.
max_value=100
; The maximum number of dice that can be rolled at once.
max_dice=100
[Password]
; Whether or not to enforce password requirements. Only applicable under advanced authorization.
password_requirements = true
; The minimum length passwords must be.
pass_min_length = 8
; The maximum length passwords can be. Set to 0 for unlimited length passwords.
pass_max_length = 0
; Whether passwords must contain both uppercase and lowercase letters.
pass_required_mix_case = true
; Whether passwords must contain at least one number.
pass_required_numbers = true
; Whether passwords must contain at least one special character.
pass_required_special = true
; Whether passwords can contain the username inside them.
pass_can_contain_username = false

View File

@ -0,0 +1,33 @@
[Discord]
; Enables the Discord Webhook Integration
webhook_enabled=false
; Enables the modcall webhook to post a message when a modcall is made.
webhook_modcall_enabled=false
; The URL of the modcall webhook. Must contain the webhook ID and token.
webhook_modcall_url=
; Optional text. Usually for adding tags for roles. Ensure the format is <@&[RoleID]>.
webhook_modcall_content=
; Attaches a logfile of the area to the modcall webhook.
webhook_modcall_sendfile=false
; Enables the ban webhook.
webhook_ban_enabled = false
; The URL of the ban discord webhook to send messages to. Must contain the webhook ID and token.
webhook_ban_url=
; Enables Uptime Webhook.
webhook_uptime_enabled = false
; The time between message posting. Time is in minutes.
webhook_uptime_time = 60
; The URL of the Uptime Webhook. Must contain the webhook ID and token.
webhook_uptime_url=
; The color code for the webhook. Allows customization of the color used in the embeed.
webhook_color=

View File

@ -0,0 +1,10 @@
# Test nets
192.0.2.0/24
198.51.100.0/24
192.88.99.0/24
203.0.113.0/24
# IPv6
2001:0000:/32
2001:db8::/32
2002::/16

203
bin_tests/config/music.json Normal file
View File

@ -0,0 +1,203 @@
[
{
"category":"==Music==",
"songs":[
{
"name":"Announce The Truth (AA).opus",
"length":79.5
},
{
"name":"Announce The Truth (AJ).opus",
"length":59.5
},
{
"name":"Announce The Truth (JFA).opus",
"length":98.5
},
{
"name":"Announce The Truth (Miles).opus",
"length":153.5
},
{
"name":"Announce The Truth (T&T).opus",
"length":126.5
},
{
"name":"Confrontation ~ Presto 2009.opus",
"length":187.5
},
{
"name":"Crises of Fate.opus",
"length":143.5
},
{
"name":"Forgotten Legend.opus",
"length":141.5
},
{
"name":"Godot - The Fragrance of Dark Coffee.opus",
"length":148.5
},
{
"name":"Great Revival ~ Franziska von Karma.opus",
"length":86.5
},
{
"name":"Great Revival ~ Miles Edgeworth.opus",
"length":89.5
},
{
"name":"Hotline of Fate.opus",
"length":51.5
},
{
"name":"Interesting People.opus",
"length":142.5
},
{
"name":"Logic and Trick.opus",
"length":152.5
},
{
"name":"Luke Atmey ~ I Just Want Love.opus",
"length":103.5
},
{
"name":"Noisy People.opus",
"length":91.5
},
{
"name":"OBJECTION (AA).opus",
"length":73.5
},
{
"name":"Objection (AJ).opus",
"length":96.5
},
{
"name":"OBJECTION (JFA).opus",
"length":93.5
},
{
"name":"Objection (Miles).opus",
"length":176
},
{
"name":"OBJECTION (T&T).opus",
"length":119
},
{
"name":"Others ~ Guilty love.opus",
"length":99
},
{
"name":"Prelude (AA).opus",
"length":78
},
{
"name":"Prelude (AJ).opus",
"length":71.5
},
{
"name":"Prologue (AA).opus",
"length":40
},
{
"name":"Pursuit (AA) - variation.opus",
"length":90.5
},
{
"name":"Pursuit (AA).opus",
"length":90.5
},
{
"name":"Pursuit (AJ).opus",
"length":109
},
{
"name":"Pursuit (DS).opus",
"length":226.5
},
{
"name":"Pursuit (JFA) - variation.opus",
"length":76
},
{
"name":"Pursuit (JFA).opus",
"length":120
},
{
"name":"Pursuit (Miles).opus",
"length":197
},
{
"name":"Pursuit (T&T) - variation.opus",
"length":114
},
{
"name":"Pursuit (T&T).opus",
"length":120
},
{
"name":"Pursuit ~ I Want to Find the Truth(Orchestra).opus",
"length":294.5
},
{
"name":"Questioning AA (Allegro).opus",
"length":127
},
{
"name":"Questioning AA (Moderato).opus",
"length":104.5
},
{
"name":"Questioning AJ (Allegro).opus",
"length":103.5
},
{
"name":"Questioning AJ (Moderato).opus",
"length":80.5
},
{
"name":"Questioning JFA (Allegro).opus",
"length":104
},
{
"name":"Questioning JFA (Moderato).opus",
"length":90
},
{
"name":"Questioning T&T (Allegro).opus",
"length":160
},
{
"name":"Questioning T&T (Moderato).opus",
"length":116
},
{
"name":"Speak up Pup.opus",
"length":167
},
{
"name":"Suspense (AA).opus",
"length":92.5
},
{
"name":"The Great Truth Burglar.opus",
"length":149
},
{
"name":"Trial (AA).opus",
"length":109
},
{
"name":"Trial (AJ).opus",
"length":126
},
{
"name":"Trial (Miles).opus",
"length":275.5
}
]
}
]

View File

@ -0,0 +1,20 @@
It is certain.
It is decidedly so.
Without a doubt.
Yes - definitely.
You may rely on it.
As I see it, yes.
Most likely.
Outlook good.
Yes.
Signs point to yes.
Reply hazy, try again.
Ask again later.
Better not tell you now.
Cannot predict now.
Concentrate and ask again.
Don't count on it.
My reply is no.
My sources say no.
Outlook not so good.
Very doubtful.

View File

@ -0,0 +1 @@
cdn.discord.com

View File

@ -0,0 +1,687 @@
[
{
"name":"foo",
"usage":"/foo <bar> [baz|qux]",
"text":"A sample explanation."
},
{
"name":"login",
"usage":"/login",
"text":"Activates the login dialogue to enter your credentials. This command takes no arguments."
},
{
"name":"getareas",
"usage":"/getareas",
"text":"Lists all clients in all areas. This command takes no arguments."
},
{
"name":"getarea",
"usage":"/getarea",
"text":"Lists all clients in the area the caller is in. This command takes no arguments."
},
{
"name":"ban",
"usage":"/ban <IPID> <Duration> <Reason>",
"text":"Bans a client from the server, forcibly disconnecting them and disallowing their return."
},
{
"name":"kick",
"usage":"/kick <IPID> <Reason>",
"text":"Kicks a client from the server, forcibly disconnecting them."
},
{
"name":"changeauth",
"usage":"/changeauth",
"text":"A helper to change the authorisation for moderators from simple to advanced."
},
{
"name":"rootpass",
"usage":"/rootpass <Password>",
"text":"Sets the root user's password."
},
{
"name":"background",
"usage":"/background <Background>",
"text":"Changes the background of the current area."
},
{
"name":"bg",
"usage":"/bg <Background>",
"text":"Changes the background of the current area."
},
{
"name":"bglock",
"usage":"/bglock",
"text":"Locks the background, preventing it from being changed. This command takes no arguments."
},
{
"name":"bgunlock",
"usage":"/bgunlock",
"text":"Unlocks the background, allowing it to be changed again."
},
{
"name":"adduser",
"usage":"/adduser <Username> <Password>",
"text":"Adds a user to the moderators in advanced authorisation type."
},
{
"name":"listperms",
"usage":"/listperms 'Username'",
"text":"Lists the permission of a given user. When called with an argument it shows the user's permission."
},
{
"name":"setperm",
"usage":"/addperm <Username> <Role>",
"text":"Sets the role of the user.."
},
{
"name":"removeperm",
"usage":"/removeperm <Username> <Permission>",
"text":"Removes the role from a given user."
},
{
"name":"listusers",
"usage":"/listusers",
"text":" Lists all users in the server's database. This command takes no arguments."
},
{
"name":"logout",
"usage":"/logout",
"text":"Logs the caller out from their moderator user. This command takes no arguments."
},
{
"name":"pos",
"usage":"/pos <Position>",
"text":"Changes the client's position."
},
{
"name":"g",
"usage":"/g <Message>",
"text":"Sends a global message (i.e., all clients in the server will be able to see it)."
},
{
"name":"need",
"usage":"/need <Message>",
"text":"A global message expressing that the client needs something (generally: players for something)."
},
{
"name":"coinflip",
"usage":"/coinflip",
"text":"Flips a coin, returning heads or tails. This command takes no arguments."
},
{
"name":"roll",
"usage":"/roll 'face' 'die'",
"text":"Rolls dice and sends the results to the area. The first argument is the amount of faces each die should have. The second argument is the amount of dice that should be rolled. Both arguments are optional."
},
{
"name":"rollp",
"usage":"/rollp 'face' 'die'",
"text":"Rolls dice, but sends the results in private to the roller. The first argument is the amount of faces each die should have. The second argument is the amount of dice that should be rolled. Both arguments are optional."
},
{
"name":"doc",
"usage":"/doc <document>",
"text":"Sets the `/doc` to a custom text."
},
{
"name":"cleardoc",
"usage":"/cleardoc",
"text":"Sets the `/doc` to `No document.`. This command takes no arguments."
},
{
"name":"cm",
"usage":"/cm 'ID'",
"text":"Promotes a client to CM status. If called with a user ID as an argument, and the caller is a CM, promotes the target client to CM status."
},
{
"name":"uncm",
"usage":"/uncm",
"text":"Removes the CM status from the caller. This command takes no arguments."
},
{
"name":"invite",
"usage":"/invite <ID>",
"text":"Invites a client to the area."
},
{
"name":"uninvite",
"usage":"/uninvite <ID>",
"text":"Uninvites a client from. the area."
},
{
"name":"lock",
"usage":"/lock",
"text":"Locks the area. This command takes no arguments."
},
{
"name":"area_lock",
"usage":"/area_lock",
"text":"Locks the area. This command takes no arguments."
},
{
"name":"spectatable",
"usage":"/spectatable",
"text":"Sets the area to spectatable. This command takes no arguments."
},
{
"name":"area_spectate",
"usage":"/area_spectate",
"text":"Sets the area to spectatable. This command takes no arguments."
},
{
"name":"unlock",
"usage":"/unlock",
"text":"Unlocks the area. This command takes no arguments."
},
{
"name":"area_unlock",
"usage":"/area_unlock",
"text":"Unlocks the area. This command takes no arguments."
},
{
"name":"timer",
"usage":"/timer 'Timer' 'Duration'",
"text":"Gets or sets the global or one of the area-specific timers. If called without arguments, sends an out-of-character message listing the statuses of both the global timer and the area-specific timers. If called with one argument, and that argument is between `0` and `4` (inclusive on both ends), sends an out-of-character message about the status of the given timer, where `0` is the global timer, and the remaining numbers are the first, second, third and fourth timers in the current area."
},
{
"name":"play",
"usage":"/play <Song>",
"text":"Plays music in the area. Can play either a local file or a URL."
},
{
"name":"areakick",
"usage":"/areakick <ID>",
"text":"Kicks a client from the area, moving them back to the default area."
},
{
"name":"area_kick",
"usage":"/area_kick <ID>",
"text":"Kicks a client from the area, moving them back to the default area."
},
{
"name":"randomchar",
"usage":"/randomchar",
"text":"Picks a new random character for the client. This command takes no arguments."
},
{
"name":"switch",
"usage":"/switch <ID>",
"text":"Switches to a different character based on character ID."
},
{
"name":"toggleglobal",
"usage":"/toggleglobal",
"text":"Toggles whether the client will ignore global messages or not."
},
{
"name":"mods",
"usage":"/mods",
"text":"Lists the currently logged-in moderators on the server."
},
{
"name":"commands",
"usage":"/commands",
"text":"Lists all the commands that the caller client has the permissions to use. This command takes no arguments."
},
{
"name":"status",
"usage":"/status <Status>",
"text":"Changes the status of the current area."
},
{
"name":"forcepos",
"usage":"/forcepos <ID> <Position>",
"text":"Forces a client, or all clients in the area, to a specific position. The first argument is the client's ID or * for all clients. The second argument is the position to force the clients to."
},
{
"name":"currentmusic",
"usage":"/currentmusic",
"text":"Returns the currently playing music in the area, and who played it. This command takes no arguments."
},
{
"name":"pm",
"usage":"/pm <ID> <Message>",
"text":"Sends a direct message to another client on the server based on ID."
},
{
"name":"evidence_mod",
"usage":"/evidence_mod <EvidenceMod>",
"text":"Changes the evidence mod in the area."
},
{
"name":"motd",
"usage":"/motd 'Message'",
"text":"Gets or sets the server's Message Of The Day. If called without an argument, gets the MOTD. If it has a message, sets the message as the MOTD."
},
{
"name":"announce",
"usage":"/announce <Message>",
"text":"Sends out a decorated global message, for announcements."
},
{
"name":"m",
"usage":"/m <Message>",
"text":"Sends a message in the server-wide, moderator only chat."
},
{
"name":"gm",
"usage":"/gm <Message>",
"text":"Sends out a global message that is marked with an `[M]` to mean it is coming from a moderator."
},
{
"name":"mute",
"usage":"/mute <ID>",
"text":"Mutes a client."
},
{
"name":"unmute",
"usage":"/unmute <ID>",
"text":"Removes the muted status from a client."
},
{
"name":"bans",
"usage":"/bans",
"text":"Lists the last five bans made on the server. This command takes no arguments."
},
{
"name":"unban",
"usage":"/unban <ID>",
"text":"Removes a ban from the database."
},
{
"name":"removeuser",
"usage":"/removeuser <Username>",
"text":"Removes a user from the moderators in `advanced` authorisation type."
},
{
"name":"subtheme",
"usage":"/subtheme <Theme>",
"text":"Changes the subtheme of the clients in the current area."
},
{
"name":"about",
"usage":"/about",
"text":"Gives a very brief description of Akashi. This command takes no arguments."
},
{
"name":"evidence_swap",
"usage":"/evidence_swap <EvidenceID> <EvidenceID>",
"text":"Changes position of two pieces of evidence in the area."
},
{
"name":"notecard",
"usage":"/notecard <Message>",
"text":"Writes a notecard in the current area. The notecard is not readable until all note cards in the area are revealed by a CM. A message will appear to all clients in the area indicating that a notecard has been written."
},
{
"name":"notecardreveal",
"usage":"/notecardreveal",
"text":"Reveals all note cards in the current area. This command takes no arguments."
},
{
"name":"notecard_reveal",
"usage":"/notecard_reveal",
"text":"Reveals all note cards in the current area. This command takes no arguments."
},
{
"name":"notecardclear",
"usage":"/notecardclear",
"text":"Erases the client's notecard from the area's list of cards. A message will appear to all clients in the area indicating that a notecard has been erased. This command takes no arguments."
},
{
"name":"notecard_clear",
"usage":"/notecard_clear",
"text":"Erases the client's notecard from the area's list of cards. A message will appear to all clients in the area indicating that a notecard has been erased. This command takes no arguments."
},
{
"name":"8ball",
"usage":"/8ball <Question>",
"text":"Randomly selects an answer from 8ball.txt to a question."
},
{
"name":"lm",
"usage":"/lm <Message>",
"text":"Sends out a local message that is marked with an `[M]` to mean it is coming from a moderator."
},
{
"name":"judgelog",
"usage":"/judgelog",
"text":"ends an out-of-character message with the judgelog of an area. This command takes no arguments."
},
{
"name":"allowblankposting",
"usage":"allowblankposting",
"text":"Toggle whether or not in-character messages purely consisting of spaces are allowed. Takes no arguments. Against all common sense, this also allows you to disable blankposting."
},
{
"name":"allow_blankposting",
"usage":"/allow_blankposting",
"text":"Toggle whether or not in-character messages purely consisting of spaces are allowed. Takes no arguments. Against all common sense, this also allows you to disable blankposting."
},
{
"name":"gimp",
"usage":"/gimp <ID>",
"text":"Replaces a target client's in-character messages with strings randomly selected from gimp.txt. Takes the client id as the only argument."
},
{
"name":"ungimp",
"usage":"/ungimp <ID>",
"text":"Allows a gimped client to speak normally. The user needs to be gimped to be ungimped. Takes the client id as the only argument."
},
{
"name":"baninfo",
"usage":"/baninfo <BanID>",
"text":"Looks up info on a ban."
},
{
"name":"testify",
"usage":"/testify",
"text":"Enables the testimony recorder in the area. The next message will automatically be used as the title of the testimony. This command takes no arguments."
},
{
"name":"testimony",
"usage":"/testimony",
"text":"Outputs the contents of the testimony recorder into OOC. This command takes no arguments."
},
{
"name":"examine",
"usage":"/testify",
"text":"Switches the testimony recorder into playback mode. If no testimony has been recorded, this command can't be used. This command takes no arguments."
},
{
"name":"pause",
"usage":"/pause",
"text":"Pauses testimony playback. This command takes no arguments."
},
{
"name":"delete",
"usage":"/delete",
"text":"Deletes the currently displayed testimony message from the testimony recorder. This command takes no arguments."
},
{
"name":"update",
"usage":"/update",
"text":"Updates the currently displayed testimony message with the next message said in IC chat. This command takes no arguments."
},
{
"name":"add",
"usage":"/add",
"text":"Adds the next IC message into the testimony recorder after the currently displayed message. This command takes no arguments."
},
{
"name":"reload",
"usage":"/reload",
"text":"Reloads the server configuration. This command takes no arguments."
},
{
"name":"disemvovel",
"usage":"/disemvovel <ID>",
"text":"Disemvovels a user, removing vowels from their IC messages. Takes the client ID as an argument."
},
{
"name":"undisemvovel",
"usage":"undisemvovel <ID>",
"text":"Removes the disemvovel from a user, allowing them to use vowels again."
},
{
"name":"shake",
"usage":"/shake <ID>",
"text":"Scrambles the words of a target client's in-character messages. The only argument is the client ID"
},
{
"name":"unshake",
"usage":"/unshake <ID>",
"text":"llows a shaken client to speak normally."
},
{
"name":"forceimmediate",
"usage":"/forceimmediate",
"text":"Toggles immediate text processing in the current area. This command takes no arguments."
},
{
"name":"force_noint_pres",
"usage":"/force_noint_pres",
"text":"Toggles immediate text processing in the current area. This command takes no arguments."
},
{
"name":"allowiniswap",
"usage":"/allowiniswap",
"text":"Toggles whether iniswaps are allowed in the current area. For no apparent reason, this also can be used to disable it. This command takes no arguments."
},
{
"name":"allow_iniswap",
"usage":"/allow_iniswap",
"text":"Toggles whether iniswaps are allowed in the current area. This command takes no arguments."
},
{
"name":"afk",
"usage":"/afk",
"text":"Toggles whether this client is considered AFK. This command takes no arguments."
},
{
"name":"savetestimony",
"usage":"/savetestimony <Name>",
"text":"Saves a testimony recording to the server's storage. Argument is the name of the testimony."
},
{
"name":"loadtestimony",
"usage":"/loadtestimony <Name>",
"text":"Loads testimony for the testimony replay. Argument is the testimony name."
},
{
"name":"permitsaving",
"usage":"/permitsaving <ID>",
"text":"Grants a client the temporary permission to save a testimony. Argument is the client ID"
},
{
"name":"mutepm",
"usage":"/mutepm",
"text":"Toggles whether a client will recieve private messages or not. This command takes no arguments."
},
{
"name":"oocmute",
"usage":"/oocmute <ID>",
"text":"OOC-mutes a client. Argument is the client ID."
},
{
"name":"ooc_mute",
"usage":"/ooc_mute <ID>",
"text":"OOC-mutes a client. Argument is the client ID."
},
{
"name":"oocunmute",
"usage":"/oocunmute <ID>",
"text":"Removes the OOC-muted status from a client. Argument is the client ID."
},
{
"name":"ooc_unmute",
"usage":"/ooc_unmute <ID>",
"text":"Removes the OOC-muted status from a client. Argument is the client ID."
},
{
"name":"blockwtce",
"usage":"/blockwtce <ID>",
"text":"WTCE-blocks a client. Argument is the client ID."
},
{
"name":"block_wtce",
"usage":"/block_wtce <ID>",
"text":"WTCE-blocks a client. Argument is the client ID."
},
{
"name":"unblockwtce",
"usage":"/unblockwtce <ID>",
"text":"WTCE-unblocks a client. Argument is the client ID."
},
{
"name":"unlock_wtce",
"usage":"/unblock_wtce <ID>",
"text":"WTCE-unblocks a client. Argument is the client ID."
},
{
"name":"blockdj",
"usage":"/blockdj <ID>",
"text":"DJ-blocks a client. Argument is the client ID."
},
{
"name":"block_dj",
"usage":"block_dj <ID>",
"text":"DJ-blocks a client. Argument is the client ID."
},
{
"name":"unblockdj",
"usage":"/unblockdj <ID>",
"text":"Removes the DJ-blocked status from a client. Argument is the client ID."
},
{
"name":"unblock_dj",
"usage":"/unblock_dj <ID>",
"text":"Removes the DJ-blocked status from a client. Argument is the client ID."
},
{
"name":"charcurse",
"usage":"/charcurse <ClientID> <CharacterName>",
"text":"Restricts a target client to a set of characters that they can switch from, blocking them from other characters."
},
{
"name":"uncharcurse",
"usage":"uncharcurse <ID>",
"text":"Removes the charcurse status from a client. Argument is the ClientID"
},
{
"name":"charselect",
"usage":"/charselect 'ID'",
"text":"Forces yourself into the charselect screen. If used with a client ID, it forces that client back into the charselect screen."
},
{
"name":"togglemusic",
"usage":"/tooglemusic",
"text":"Toggles music playing in the current area. This command takes no arguments."
},
{
"name":"a",
"usage":"/a <Area> <Message>",
"text":"Sends a message to an area that you a CM in."
},
{
"name":"s",
"usage":"/s <Message>",
"text":"Send a message to all areas that you are a CM in."
},
{
"name":"kickuid",
"usage":"/kickuid <ID> <Message>",
"text":"Kicks a client from the server, forcibly severing its connection to the server. This command only kicks the client with the user ID. Argument is the User ID."
},
{
"name":"kick_uid",
"usage":"/kick_uid <ID> <Message>",
"text":"Kicks a client from the server, forcibly severing its connection to the server. This command only kicks the client with the user ID. Argument is the User ID."
},
{
"name":"firstperson",
"usage":"/firstperson",
"text":"Toggle whether the client's messages will be sent in first person mode. This command takes no arguments."
},
{
"name":"updateban",
"usage":"/updateban <BanID> <Field> [Duration|Reason]",
"text":"Updates a ban in the database, changing either its reason or duration. First argument is the ban ID. Second is the field, 'reason' or 'duration'. Last argument is either the new duration or reason."
},
{
"name":"update_ban",
"usage":"/update_ban <BanID> ['duration'|'reason'] <New Value>",
"text":"Updates a ban in the database, changing either its reason or duration. First argument is the ban ID. Second is the field, 'reason' or 'duration'. Last argument is either the new duration or reason."
},
{
"name":"changepass",
"usage":"/changepass <Password> 'Moderator'",
"text":"Changes a moderator's password. The first argument is the new password. The optional second argument is the moderator name."
},
{
"name":"ignorebglist",
"usage":"/ignorebglist",
"text":"Toggles whether the BG list is ignored in an area. This command takes no arguments."
},
{
"name":"ignore_bglist",
"usage":"/ignore_bglist",
"text":"Toggles whether the BG list is ignored in an area. This command takes no arguments."
},
{
"name":"notice",
"usage":"/notice <Message>",
"text":"Pops up a notice for all clients in the targeted area with a given message. The only argument is the message."
},
{
"name":"noticeg",
"usage":"/noticeg <Message>",
"text":"Pops up a notice for all clients in the server with a given message. The only argument is the message."
},
{
"name":"togglejukebox",
"usage":"/togglejukebox",
"text":"Enables/Disables the Jukebox in the area. This command takes no arguments."
},
{
"name":"help",
"usage":"/help <Command>",
"text":"Shows you information about a command, if available. The only argument is the command name. About Syntax : <Argument> are mandatory arguments. 'Argument' are optional arguments. [Argument|OtherArgument] is that two argument types are valid, but only one can be used."
},
{
"name":"clearcm",
"usage":"/clearcm",
"text":"Removes all CMs from the current area. This command takes no arguments."
},
{
"name":"togglemessage",
"usage":"/togglemessage",
"text":"Toggles wether the client shows the area message when joining the current area."
},
{
"name":"clearmessage",
"usage":"/clearmessage",
"text":"Clears the areas message and disables automatic sending."
},
{
"name":"areamessage",
"usage":"/areamessage 'Message'",
"text":"Returns the area message in OOC. If text is entered it updates the current area message."
},
{
"name":"addsong",
"usage":"/addsong <Songname>,'TrueName','Duration'",
"text":"Adds a song to the custom musiclist. Optionally can be an aliased name to hide a streamlink. Set the duration for the jukebox."
},
{
"name":"addcategory",
"usage":"/addsong <Category>",
"text":"Adds a category to the custom musiclist."
},
{
"name":"removeentry",
"usage":"/removeentry 'Name'",
"text":"Removes an entry from the custom musiclist."
},
{
"name":"toggleglobal",
"usage":"/toggleglobal",
"text":"Changes the behaviour of prepending the server root musiclist to the custom lists of the area."
},
{
"name":"clearcustom",
"usage":"/clearcustom",
"text":"Removes all custom songs from the area."
},
{
"name":"kick_other",
"usage":"/kick_other",
"text":"Removes all multiclients of the user from the server."
},
{
"name":"jukebox_skip",
"usage":"/jukebox_skip",
"text":"Skips the current song in the Jukebox and plays the next available one."
}
]

View File

@ -0,0 +1,11 @@
I love the mods on this server!
At 3:03 PM maya went into my house and ate my corn bread
Enlargement
Do you think I am imcompetent?
WE CAN'T TRUST ANY OF THE WITNESSES THROW THEM ALL OUT
I'm not a clown, I'm the entire circus.
What if the murder, it was not a murder?
omti
<3
what's an akashi
*punches bailiff*

View File

@ -0,0 +1,81 @@
[LogConfiguration]
; This file controls how the log entires look. Editing these can cause logs to become nonfunctional, so be careful.
; Each logtype will mention what data is available and what their formatter is.
; %1 = Event Time
; %2 = Character Name
; %3 = Out-Of-Courtroom Name
; %4 = Client IPID
; %5 = Area Name
; %6 = Message
ic="[%1][%5][IC][%2(%3)][%4]%6"
; %1 = Event Time
; %2 = Character Name
; %3 = Out-Of-Courtroom Name
; %4 = Client IPID
; %5 = Area Name
; %6 = Message
ooc="[%1][%5][OOC][%2(%3)][%4]%6"
; %1 = Event Time
; %2 = Success/Fail
; %3 = Client IPID
; %4 = Character Name
; %5 = Out-Of-Courtroom Name
login="[%1][LOGIN][%2][%3][%4(%5)]"
; %1 = Event Time
; %2 = Area Name
; %3 = Character Name
; %4 = Out-Of-Courtroom Name
; %5 = Client IPID
cmdlogin="[%1][%2][LOGIN][%5][%3(%4)]"
; %1 = Event Time
; %2 = Area Name
; %3 = Character Name
; %4 = Out-Of-Courtroom Name
; %5 = Client IPID
cmdrootpass="[%1][%2][ROOTPASS][%5][%3(%4)]"
; %1 = Event Time
; %2 = Area Name
; %3 = Character Name
; %4 = Out-Of-Courtroom Name
; %5 = Username
; %6 = Client IPID
cmdadduser="[%1][%2][USERADD][%6][%3(%4)]%5"
; %1 = Event Time
; %2 = Area Name
; %3 = Character Name
; %4 = Out-Of-Courtroom Name
; %5 = Command Name
; %6 = Command Arguments
; %7 = Client IPID
cmd="[%1][%2][CMD][%7][%3(%4)]/%5 %6"
; %1 = Event Time
; %2 = Moderator Name
; %3 = Kicked Client IPID
kick="[%1][%2][KICK][%3]"
; %1 = Event Time
; %2 = Moderator name
; %3 = Banned Client IPID
; %4 = Ban Duration
ban="[%1][%2][BAN][%3][%4]"
; %1 = Event Time
; %2 = Area Name
; %3 = Character Name
; %4 = Out-Of-Courtroom Name
; %5 = Client IPID
modcall="[%1][%2][MODCALL][%5][%3(%4)]"
; %1 = Event Time
; %2 = IP Address
; %3 = Client IPID
; %4 = Client HWID
connect="[%1][CONNECT][%2][%3][%4]"

View File

@ -0,0 +1,10 @@
:3
\o/
Be safe!
Have fun!
Be careful!
Have a nice day!
Be responsible!
Be good!
I believe in you!

View File

@ -0,0 +1,11 @@
>:(
;w;
I should have you held in contempt.
You should be ashamed of yourself.
Tsk, tsk.
What did you do this time?
You're better than this.
*sigh*
Didn't anyone ever teach you manners?
Really?
Shameful.

View File

@ -5,4 +5,5 @@ SUBDIRS += \
unittest_music_manager \
unittest_acl_roles_handler \
unittest_command_extension \
unittest_aopacket
unittest_aopacket \
unittest_config_manager

View File

@ -0,0 +1,94 @@
#include <QTest>
#include <include/config_manager.h>
namespace tests {
namespace unittests {
class tst_ConfigManager : public QObject
{
Q_OBJECT
typedef QMap<QString, QPair<QString, int>> MusicList;
private slots:
/**
* @brief Tests if the config folder is complete. Fails when a config file is missing.
*/
void verifyServerConfig();
/**
* @brief Retrieves the IPs the servers binds to in string format
*/
void bindIP();
/**
* @brief Loads a reduced charlist as a QStringList.
*/
void charlist();
/**
* @brief Loads a reduced background list as a QStringList.
*/
void backgrounds();
};
void tst_ConfigManager::verifyServerConfig()
{
// If the sample folder is not renamed or a file is missing, we fail the test.
QCOMPARE(ConfigManager::verifyServerConfig(), true);
// We remove a config file and test again. This should now fail as cdns.txt is missing.
qDebug() << QFileInfo(QFile("config/text/cdns.txt")).absoluteFilePath();
QCOMPARE(QFile("config/text/cdns.txt").remove(), true);
QCOMPARE(ConfigManager::verifyServerConfig(), false);
// We rebuild the file.
QFile cdns_config("config/text/cdns.txt");
if (cdns_config.open(QIODevice::WriteOnly | QIODevice::Append | QIODevice::Text)) {
QTextStream write_stream(&cdns_config);
write_stream << "cdn.discord.com";
cdns_config.close();
qDebug() << "Recreated cdns config file.";
}
else {
qDebug() << "Unable to recreate cdns config file.";
}
}
void tst_ConfigManager::bindIP()
{
QCOMPARE(ConfigManager::bindIP(), "all");
}
void tst_ConfigManager::charlist()
{
// We check that the list is unsorted and exactly as defined in the text file.
QStringList l_characters = ConfigManager::charlist();
QCOMPARE(l_characters.at(0), "Zak");
QCOMPARE(l_characters.at(1), "Adrian");
QCOMPARE(l_characters.at(2), "Armstrong");
QCOMPARE(l_characters.at(3), "Butz");
QCOMPARE(l_characters.at(4), "Diego");
}
void tst_ConfigManager::backgrounds()
{
// We check that the list is unsorted and exactly as defined in the text file.
QStringList l_backgrounds = ConfigManager::backgrounds();
QCOMPARE(l_backgrounds.at(0), "Anime");
QCOMPARE(l_backgrounds.at(1), "Zetta");
QCOMPARE(l_backgrounds.at(2), "default");
QCOMPARE(l_backgrounds.at(3), "birthday");
QCOMPARE(l_backgrounds.at(4), "Christmas");
}
}
}
QTEST_APPLESS_MAIN(tests::unittests::tst_ConfigManager)
#include "tst_unittest_config_manager.moc"

View File

@ -0,0 +1,5 @@
QT -= gui
include(../tests_common.pri)
SOURCES += tst_unittest_config_manager.cpp