ead360ee1cChance stored party users to a HashMap for easier accessTeriuihi2021-07-29 03:21:29 +0200
fee6b5c72fFix user save query inserting unique values multiple timesTeriuihi2021-07-29 03:18:37 +0200
7603bc0db6Send proper messages when blocking a messageTeriuihi2021-07-29 03:18:18 +0200
fc76d07b4cReturn if matcher.find() OR matcher.matches() is true since one seems to work when it's the only thing in the text, and the other only works when there is other text around it??Teriuihi2021-07-28 22:51:45 +0200
a2aa2d8b94Hardcoded 3 character limit for repeated characters (should be configurable)Teriuihi2021-07-28 22:50:58 +0200
3d5a48dabcAdded HARDCODED messages WHICH SHOULD BE IN CONFIG to alert the user their message was blocked and alert staff a message was blocked and what that message was.Teriuihi2021-07-28 21:57:00 +0200
9134890538Don't send chat message if it was blockedTeriuihi2021-07-28 21:42:58 +0200
c15da75114Renamed chatState to partyChatStateTeriuihi2021-05-16 02:02:03 +0200
ffd9430a65gc toggle?
len
2021-05-16 00:37:49 +0200
4d25f4e8cbAdd base for Mailing
len
2021-05-16 00:28:47 +0200
d9e00094ddRework getStaffPrefix
len
2021-05-15 21:39:51 +0200
8c09726e64Switch to CopyOnWriteArrayList
len
2021-05-15 21:17:24 +0200
abf5b4d2bbStart of ChatUserManager
len
2021-05-15 21:16:01 +0200
66f7e46addRemove support for [i] in gc
len
2021-05-15 13:56:54 +0200
47fd6bf2dbAdd ALogger
len
2021-05-15 13:52:02 +0200
f5066d4a9eremove chatplayer instnaces
len
2021-05-15 13:31:53 +0200
c1db6c1e39Finalize join and leave messages
len
2021-05-15 13:26:31 +0200
904fc3faadFix Compile issues
len
2021-05-15 12:34:19 +0200
19bb94fa74Change leave/join messages
len
2021-05-15 12:08:29 +0200
ec2377a837Server Join/leave Messages
len
2021-05-15 11:42:54 +0200
be9d8f4ab3fix merge issue
len
2021-05-15 09:27:25 +0200
b8ff682748Get prefixes, display name, and gc toggle when initializing a new user objectTeriuihi2021-05-15 03:02:52 +0200
71e77ce870Merge remote-tracking branch 'origin/database' into main
len
2021-05-14 22:24:40 +0200
2475197526Changed PartyUser to be ChatUserTeriuihi2021-05-14 02:33:23 +0200
a76ca7f850Attempt to load regexes from config
len
2021-05-14 00:06:21 +0200
a7c21c6aa9RegexConfig
len
2021-05-13 23:05:26 +0200
35fda21ed1Plugin Message channal and global chat check
len
2021-05-13 20:27:20 +0200
d087d47d5crework internals
len
2021-05-13 14:11:59 +0200
4aa4726a4eAdd plugin
len
2021-05-13 14:11:29 +0200
001d64b521Move ChatPlayer to api
len
2021-05-13 11:49:47 +0200
f4c3b0557eMerge remote-tracking branch 'origin/database' into main
len
2021-05-13 09:20:30 +0200
cec31f675eRemoved regex queries Added nickname query but it's using the wrong connection, needs to either get a connection to the nickname db or something elseTeriuihi2021-05-12 23:59:19 +0200
b8ff6a1fb4refactor some bits
len
2021-05-12 10:43:30 +0200
21a15c3817Added queries to store regex, ignored users, parties, and party users Added Party and party user class with all database functionality NOTE: Regex doesn't have a way to be added or edited through the plugin atm. I don't know if that's needed since doing it through minecraft seems a bit odd, we could maybe add it to some discord bot or something in the future thoughTeriuihi2021-05-11 19:21:48 +0200
e7f399010fPom changes
len
2021-05-10 10:57:26 +0200
2f798a9e1cmove Config to API
len
2021-05-10 10:45:43 +0200
ee1181d4adAdd basic DatabaseConnection to API
len
2021-05-10 10:35:47 +0200
0d15c40cb7Start working on the API before adding the server implementation
len
2021-05-10 10:01:35 +0200
80afee0f2fMore work on gc
len
2021-05-03 19:16:39 +0200
6cfa890923Added ChatPlayer object and handlers, started working on globalchat command
len
2021-05-03 17:51:35 +0200
19b4c8aaa0Started working on a chat filter, doesn't load from config yet, has example dataTeriuihi2021-05-02 21:42:35 +0200
1b4473d017Add basic plugin, config and message command
len
2021-05-02 19:40:27 +0200