dejar de loggear el contenido de los dms
0
.clang-format
Normal file → Executable file
0
.github/workflows/main.yml
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
LICENSE.md
Normal file → Executable file
0
akashi.pro
Normal file → Executable file
0
bin/config_sample/acl_roles.ini
Normal file → Executable file
0
bin/config_sample/ambience.ini
Normal file → Executable file
0
bin/config_sample/areas.ini
Normal file → Executable file
0
bin/config_sample/backgrounds.txt
Normal file → Executable file
0
bin/config_sample/characters.txt
Normal file → Executable file
0
bin/config_sample/command_extensions.ini
Normal file → Executable file
0
bin/config_sample/config.ini
Normal file → Executable file
0
bin/config_sample/ipbans.json
Normal file → Executable file
0
bin/config_sample/music.json
Normal file → Executable file
0
bin/config_sample/ssl.ini
Normal file → Executable file
0
bin/config_sample/text/8ball.txt
Normal file → Executable file
0
bin/config_sample/text/cdns.txt
Normal file → Executable file
0
bin/config_sample/text/commandhelp.json
Normal file → Executable file
0
bin/config_sample/text/filter.txt
Normal file → Executable file
0
bin/config_sample/text/gimp.txt
Normal file → Executable file
3
bin/config_sample/text/logtext.ini
Normal file → Executable file
@ -31,6 +31,7 @@ login="[%1][LOGIN][%2][%3][%4(%5)]"
|
||||
; %4 = Out-Of-Courtroom Name
|
||||
; %5 = Client IPID
|
||||
cmdlogin="[%1][%2][LOGIN][%5][%3(%4)]"
|
||||
pm="[%1][%2][PM][%5][%3(%4)]"
|
||||
|
||||
; %1 = Event Time
|
||||
; %2 = Area Name
|
||||
@ -78,4 +79,4 @@ modcall="[%1][%2][MODCALL][%5][%3(%4)]"
|
||||
; %2 = IP Address
|
||||
; %3 = Client IPID
|
||||
; %4 = Client HWID
|
||||
connect="[%1][CONNECT][%2][%3][%4]"
|
||||
connect="[%1][CONNECT][%2][%3][%4]"
|
||||
|
0
bin/config_sample/text/praise.txt
Normal file → Executable file
0
bin/config_sample/text/reprimands.txt
Normal file → Executable file
@ -1,24 +0,0 @@
|
||||
[0]
|
||||
description=para q no se anden metiendo en esto
|
||||
image=knife-aa.png
|
||||
name=narcoejecucion
|
||||
|
||||
[1]
|
||||
description=del espacio
|
||||
image=prosecutorbadge-aai.png
|
||||
name=el omnitrix
|
||||
|
||||
[2]
|
||||
description=https://incels.wiki/w/Scientific_Blackpill\nhttps://incels.wiki/w/Scientific_Blackpill_(Supplemental)
|
||||
image=DDcomputer.png
|
||||
name=INCEL WIKI
|
||||
|
||||
[3]
|
||||
description=https://files.catbox.moe/ykrhq3.webp
|
||||
image=AAautopsy.png
|
||||
name=Informe medico de la victima
|
||||
|
||||
[4]
|
||||
description="http://esquizolandia.lyricaltokarev.com/expediente.html"
|
||||
image=Autopsy.png
|
||||
name=ESQUIZOLANDIA EXPEDIENTE
|
0
bin/storage/testimony/sample.txt
Normal file → Executable file
0
bin_tests/config/acl_roles.ini
Normal file → Executable file
0
bin_tests/config/areas.ini
Normal file → Executable file
0
bin_tests/config/backgrounds.txt
Normal file → Executable file
0
bin_tests/config/characters.txt
Normal file → Executable file
0
bin_tests/config/command_extensions.ini
Normal file → Executable file
0
bin_tests/config/config.ini
Normal file → Executable file
0
bin_tests/config/ipbans.json
Normal file → Executable file
0
bin_tests/config/music.json
Normal file → Executable file
0
bin_tests/config/text/8ball.txt
Normal file → Executable file
0
bin_tests/config/text/commandhelp.json
Normal file → Executable file
0
bin_tests/config/text/gimp.txt
Normal file → Executable file
0
bin_tests/config/text/logtext.ini
Normal file → Executable file
0
bin_tests/config/text/praise.txt
Normal file → Executable file
0
bin_tests/config/text/reprimands.txt
Normal file → Executable file
0
doxygen/akashi.qch
Normal file → Executable file
0
license_notice.txt
Normal file → Executable file
0
project-akashi.pro
Normal file → Executable file
0
resource/icon/16.png
Normal file → Executable file
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 716 B |
0
resource/icon/256.png
Normal file → Executable file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
resource/icon/32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
resource/icon/akashi.ico
Normal file → Executable file
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
0
scripts/maxmind2sqlite.ps1
Normal file → Executable file
0
src/acl_roles_handler.cpp
Normal file → Executable file
0
src/acl_roles_handler.h
Normal file → Executable file
0
src/akashiutils.h
Normal file → Executable file
0
src/aoclient.cpp
Normal file → Executable file
0
src/aoclient.h
Normal file → Executable file
0
src/area_data.cpp
Normal file → Executable file
0
src/area_data.h
Normal file → Executable file
0
src/command_extension.cpp
Normal file → Executable file
0
src/command_extension.h
Normal file → Executable file
0
src/commands/area.cpp
Normal file → Executable file
0
src/commands/authentication.cpp
Normal file → Executable file
0
src/commands/casing.cpp
Normal file → Executable file
0
src/commands/command_helper.cpp
Normal file → Executable file
0
src/commands/messaging.cpp
Normal file → Executable file
0
src/commands/moderation.cpp
Normal file → Executable file
0
src/commands/music.cpp
Normal file → Executable file
0
src/commands/roleplay.cpp
Normal file → Executable file
0
src/config_manager.cpp
Normal file → Executable file
0
src/config_manager.h
Normal file → Executable file
0
src/crypto_helper.h
Normal file → Executable file
0
src/data_types.h
Normal file → Executable file
0
src/db_manager.cpp
Normal file → Executable file
0
src/db_manager.h
Normal file → Executable file
4
src/logger/u_logger.cpp
Normal file → Executable file
@ -91,6 +91,10 @@ void ULogger::logCMD(const QString &f_char_name, const QString &f_ipid, const QS
|
||||
l_logEntry = QString(m_logtext.value("adduser") + "\n")
|
||||
.arg(l_time, f_area_name, f_char_name, f_ooc_name, f_args.at(0), f_ipid);
|
||||
}
|
||||
else if (f_command == "pm") {
|
||||
l_logEntry = QString(m_logtext.value("pm") + "\n")
|
||||
.arg(l_time, f_area_name, f_char_name, f_ooc_name, f_ipid);
|
||||
}
|
||||
else {
|
||||
l_logEntry = QString(m_logtext.value("cmd") + "\n")
|
||||
.arg(l_time, f_area_name, f_char_name, f_ooc_name, f_command, f_args.join(" "), f_ipid);
|
||||
|
1
src/logger/u_logger.h
Normal file → Executable file
@ -138,6 +138,7 @@ class ULogger : public QObject
|
||||
{"ooc", "[%1][%5][OOC][%2(%3)][%4]%6"},
|
||||
{"login", "[%1][LOGIN][%2][%3][%4(%5)]"},
|
||||
{"cmdlogin", "[%1][%2][LOGIN][%5][%3(%4)]"},
|
||||
{"pm", "[%1][%2][LOGIN][%5][%3(%4)]"},
|
||||
{"cmdrootpass", "[%1][%2][ROOTPASS][%5][%3(%4)]"},
|
||||
{"cmdadduser", "[%1][%2][USERADD][%6][%3(%4)]%5"},
|
||||
{"cmd", "[%1][%2][CMD][%7][%3(%4)]/%5 %6"},
|
||||
|