Commit Graph

  • 4d13e36aee You can run commands in the command channel or log channel TheUbMunster 2022-08-22 18:54:56 -0600
  • aac9f711b2 Made changes for pr, cleaned up formatting TheUbMunster 2022-08-22 18:22:45 -0600
  • 157ff7a4bd By default bot does not respond to dm with error message TheUbMunster 2022-08-22 17:38:11 -0600
  • 7f0a729080 Removed some log messages as they would trigger before prefix checking, would start spamming the server if they remained TheUbMunster 2022-08-22 17:37:38 -0600
  • cd04c9b096 Differentiated command channel and log channel TheUbMunster 2022-08-22 16:57:49 -0600
  • 8543e42d57 Made debug message simpler TheUbMunster 2022-08-22 16:49:13 -0600
  • 62e55dadee Clarified log message TheUbMunster 2022-08-22 16:46:39 -0600
  • 649bfb6b92 added log message that prints the channel the command came from and the channel commands are accepted from TheUbMunster 2022-08-22 16:43:00 -0600
  • fceadc81ab changed isPrivate check to type check of "is DiscordDmChannel" TheUbMunster 2022-08-22 16:35:06 -0600
  • efa03a7095 Updated with Sanae's no private channel logic. TheUbMunster 2022-08-22 16:27:12 -0600
  • 60a722f8d4 You can no longer dm a bot for a command (has been tested) TheUbMunster 2022-08-22 16:01:58 -0600
  • 8c1a443077
    Merge pull request #21 from Sanae6/master pull[bot] 2022-08-21 10:34:45 +0000
  • 9c01f30c5e Add the ability to disable shine sync Sanae 2022-08-20 23:31:31 -0600
  • 3f00457a4a
    Merge pull request #18 from Sanae6/master pull[bot] 2022-08-11 03:54:43 +0000
  • cee8bd580f cleared up some confusion Piplup 2022-08-06 14:06:06 +0100
  • fa1db28037 added PersistShines Piplup 2022-08-06 13:48:45 +0100
  • c86be55717 PIPERS raym55 2022-08-10 21:58:06 +0100
  • cafe433033 PIPERS raym55 2022-08-10 21:58:06 +0100
  • 1b1f173b8f cleared up some confusion Piplup 2022-08-06 14:06:06 +0100
  • b36da9c98b added PersistShines Piplup 2022-08-06 13:48:45 +0100
  • d804145724
    Merge pull request #17 from Sanae6/master Piplup 2022-08-04 01:06:02 +0100
  • 31361d54ca a little change to the readme Piplup 2022-08-01 08:05:08 +0100
  • 427acbcf88 updated readme with tty inputs Piplup 2022-08-01 07:59:38 +0100
  • 75eea98d8e added TTY input Piplup 2022-08-01 07:57:41 +0100
  • e5976eca92 a little change to the readme Piplup 2022-08-01 08:05:08 +0100
  • 097135342d updated readme with tty inputs Piplup 2022-08-01 07:59:38 +0100
  • 1fa1297230 added TTY input Piplup 2022-08-01 07:57:41 +0100
  • 1243bfbaf9
    move clear task Jack Baron 2022-07-22 17:53:31 +0100
  • 3e8170b34f
    ignore file not found errors Jack Baron 2022-07-22 17:50:54 +0100
  • 854c93a076
    Merge pull request #15 from Sanae6/master Piplup 2022-07-29 21:46:25 +0100
  • e7a3347a37
    Merge pull request #19 from TheUbMunster/restart-command Sanae 2022-07-29 13:19:04 -0600
  • fcea1d898e
    Merge pull request #22 from TheUbMunster/fix-discord-2000-charlimit Sanae 2022-07-29 12:55:50 -0600
  • 8baf75155e removed testing code TheUbMunster 2022-07-27 23:31:04 -0600
  • fc2f9b1417 "banning the same person multiple times" should now be fixed TheUbMunster 2022-07-27 23:30:48 -0600
  • 33fdd69e15 readded persisten shinies TheUbMunster 2022-07-27 14:52:33 -0600
  • 5af8001398 Fixed adding quotes around Ambiguous for "user": , fixed showing correct casing of arguments. TheUbMunster 2022-07-27 14:48:18 -0600
  • ba02c88b13 added !* variants for ban, crash, rejoin TheUbMunster 2022-07-27 14:29:46 -0600
  • 3b8ba17217 fix #14 TheUbMunster 2022-07-28 02:14:34 -0600
  • 95c918b5c4 Removed fire-and-forget warnings, null-forgave some metadata. TheUbMunster 2022-07-28 02:05:32 -0600
  • 8350133d49 Fixed "Couldn't determine a response for this query" and removed testing command. TheUbMunster 2022-07-29 11:16:24 -0600
  • d3b8ede229 Messages are now split up into lengths small enough to not cause the discord bot to throw an exception with too long a message. TheUbMunster 2022-07-28 19:16:24 -0600
  • 216db7ba15 Merge branch 'restart-command' of https://github.com/TheUbMunster/SmoOnlineServer into restart-command TheUbMunster 2022-07-28 18:00:22 -0600
  • 3a8e7ffb93 Changed "Running (pid)" to "Server Running on (pid)" TheUbMunster 2022-07-28 17:57:56 -0600
  • 12c84792e8 Changed "Running (pid)" to "Server Running on (pid)" TheUbMunster 2022-07-28 17:57:56 -0600
  • a6e29ce3aa fix #14 TheUbMunster 2022-07-28 02:14:34 -0600
  • e67f62040c Removed fire-and-forget warnings, null-forgave some metadata. TheUbMunster 2022-07-28 02:05:32 -0600
  • d2c8c8d3cd Fixed race condition with restart to make sure it only happens after the listener closes. TheUbMunster 2022-07-28 00:11:40 -0600
  • 068cc7c06d Added restart server command TheUbMunster 2022-07-27 23:56:50 -0600
  • 23e73fb7c3 removed testing code TheUbMunster 2022-07-27 23:31:04 -0600
  • 43e128a1f2 "banning the same person multiple times" should now be fixed TheUbMunster 2022-07-27 23:30:48 -0600
  • 0d05486d96
    Merge pull request #10 from Sanae6/master Piplup 2022-07-27 23:56:57 +0100
  • f2697d1eb2 readded persisten shinies TheUbMunster 2022-07-27 14:52:33 -0600
  • 9e4b2eb7e9 Fixed adding quotes around Ambiguous for "user": , fixed showing correct casing of arguments. TheUbMunster 2022-07-27 14:48:18 -0600
  • 29af70922c added !* variants for ban, crash, rejoin TheUbMunster 2022-07-27 14:29:46 -0600
  • 66114bdecb
    Always update client's name on connect Sanae 2022-07-27 14:00:58 -0600
  • db05586dd0 Added quotable arguments, potential fix for ban * not banning anyone. 1.0.2 TheUbMunster 2022-07-26 17:09:44 -0600
  • d604c59a77 Added quotable arguments, potential fix for ban * not banning anyone. TheUbMunster 2022-07-26 17:09:44 -0600
  • 5ca5b10db8 Fixed backwards ternaries in ban, crash, rejoin, 0 arguments no longer valid. TheUbMunster 2022-07-26 16:08:57 -0600
  • c37403824b Merge branch 'fix-commands' of https://github.com/TheUbMunster/SmoOnlineServer into fix-commands TheUbMunster 2022-07-26 17:18:00 -0600
  • 9ef6efa2c1 Added quotable arguments, potential fix for ban * not banning anyone. TheUbMunster 2022-07-26 17:09:44 -0600
  • 23926821ba Added quotable arguments, potential fix for ban * not banning anyone. TheUbMunster 2022-07-26 17:09:44 -0600
  • 02ff2a0bfe Fixed backwards ternaries in ban, crash, rejoin, 0 arguments no longer valid. TheUbMunster 2022-07-26 16:08:57 -0600
  • f305c3001b save/load moons from file Jack Baron 2022-07-22 17:44:01 +0100
  • 8d90f50fa9 add moon persistence settings Jack Baron 2022-07-22 17:39:41 +0100
  • 5cd805ea8a
    save/load moons from file Jack Baron 2022-07-22 17:44:01 +0100
  • f58e90327c
    add moon persistence settings Jack Baron 2022-07-22 17:39:41 +0100
  • f50f22cec3 Add workflow_dispatch trigger to deploy action packet-fixes Sanae 2022-07-17 13:28:09 -0600
  • 0cf142df4d Provide docker image (#6) Robin C. Ladiges 2022-07-17 21:00:31 +0200
  • c51b45f3dc Add blurbs about settings to readme (#11) Piplup 2022-07-13 03:46:27 +0100
  • f8c7d696a1 only send game packet on join to connected clients CraftyBoss 2022-07-08 23:13:35 +0000
  • f948a05bd3
    Add workflow_dispatch trigger to deploy action Sanae 2022-07-17 13:28:09 -0600
  • ccccdecb6a
    Provide docker image (#6) Robin C. Ladiges 2022-07-17 21:00:31 +0200
  • 66479360c1
    Merge bc6625a7da into b5a6a87649 sawyerknoblich 2022-07-13 13:20:19 +0200
  • b5a6a87649
    Add blurbs about settings to readme (#11) Piplup 2022-07-13 03:46:27 +0100
  • 52fe43cf0b fixed the no new lines Piplup 2022-07-13 03:28:54 +0100
  • ced64d2920
    Uncode-blockify the settings blurb Sanae 2022-07-12 19:46:35 -0600
  • 7532778fb4 firstConn=false (sorry piplup smh) Orlin Dyankov 2022-07-10 01:47:48 +0300
  • 9225cde4fa firstConn = true; Orlin Dyankov 2022-07-09 03:40:26 +0300
  • 967a89a55b Merge branch 'master' of https://github.com/Sanae6/SmoOnlineServer CraftyBoss 2022-07-08 23:13:44 +0000
  • 11015bd445 only send game packet on join to connected clients CraftyBoss 2022-07-08 23:13:35 +0000
  • 9775f7f350 morenocheats Orlin Dyankov 2022-07-08 23:54:00 +0300
  • 73c48dd913 noCheats Orlin Dyankov 2022-07-08 23:50:56 +0300
  • 6f9b5d94f2 Merge branch 'master' of https://github.com/biiishop/SmoOnlineServer Orlin Dyankov 2022-07-08 23:42:38 +0300
  • 3595cc5141 staticsize Orlin Dyankov 2022-07-06 02:42:14 +0300
  • 1be8432ae0 staticsize Orlin Dyankov 2022-07-06 02:42:14 +0300
  • 73d83c0ea8 IsCheats Orlin Dyankov 2022-07-06 02:26:25 +0300
  • 5d9b0968e9 Update README.md Piplup 2022-07-05 15:51:39 +0100
  • b9ce9911d6 Update README.md Piplup 2022-07-05 15:50:58 +0100
  • 1f62691ef6 Update README.md Piplup 2022-07-05 15:49:02 +0100
  • 3973dab31e
    back to the microsoft runtime Robin C. Ladiges 2022-07-03 19:35:31 +0200
  • e0bdd0360c
    test docker build for PRs Robin C. Ladiges 2022-07-03 17:20:46 +0200
  • aa7a82dd6b
    fix: just arm not arm32 Robin C. Ladiges 2022-07-03 17:05:06 +0200
  • e6b9ef0ada
    add linux/arm/v7 ; improve build & runtime Robin C. Ladiges 2022-07-02 23:06:10 +0200
  • bc6625a7da Add Dockerfile and Fly.io deployment instructions Sawyer Knoblich 2022-07-03 02:32:20 -0700
  • e2f2f76669
    Merge pull request #4 from VelocityRa/packing-fixes Sanae 2022-07-03 01:07:01 -0600
  • 024cb4fe0a
    more docker-compose command examples Robin C. Ladiges 2022-07-02 20:48:41 +0200
  • 9e7e30a1ed
    use a local directory instead of a named volume Robin C. Ladiges 2022-07-02 20:34:16 +0200
  • c33453f902
    workdir /data/ instead of /app/ Robin C. Ladiges 2022-07-02 19:13:47 +0200
  • 26e100ff72
    Merge remote-tracking branch 'origin/master' Robin C. Ladiges 2022-07-02 18:58:17 +0200
  • aec13bb4a6
    Added a simple systemd service (#5) Piplup 2022-07-01 19:10:15 +0100