Commit Graph

  • 30f3ae1ade fix: .xpexclude should will now work with forums too. If you exclude a forum you won't be able to gain xp in any of the threads. Kwoth 2024-06-13 20:52:40 +00:00
  • ef4b1c8868 fix: all .feed overloads should now work, closes #433 Kwoth 2024-06-13 19:03:14 +00:00
  • 7f64d2661f Merge branch 'prompt' into 'v5' Kwoth 2024-06-13 18:54:21 +00:00
  • ab93380d7c 5.1 Kwoth 2024-06-13 18:54:21 +00:00
  • a6adf73ecf fix: Fixed currency rewards in patronage service Kwoth 2024-05-29 09:54:05 +00:00
  • d9e52038ac fix: re-added cleanup code for invalid database data in sqlite Kwoth 2024-05-28 20:33:45 +00:00
  • be7ddc732b fix: Forgot to remove a testing condition in patreonclient Kwoth 2024-05-28 20:13:31 +00:00
  • 79b25c8a41 dev: assembly versions for published release files should be correct now Kwoth 2024-05-25 19:35:31 +00:00
  • 12fa209555 dev: fixed version number Kwoth 2024-05-21 14:09:26 +00:00
  • 28a9f5682e docs: Updated changelog 5.0.8 Kwoth 2024-05-21 12:27:04 +00:00
  • 06321380ee add: Added .quteedit command add: Added an edit button to .quoteshow and .exprshow commands that opens a modal which lets you edit the quote or expr in question Kwoth 2024-05-21 00:33:40 +00:00
  • b51ce34190 Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5 Kwoth 2024-05-21 00:17:10 +00:00
  • 317c94979a fix: .langset and .langsetd should no longer allow unsupported languages and nonsense to be typed in Kwoth 2024-05-21 00:16:57 +00:00
  • df2fd1b3f1 Merge branch 'v5' into 'v5' Kwoth 2024-05-20 16:23:37 +00:00
  • 35f0228986 docs: update supported versions Cata 2024-05-20 16:23:36 +00:00
  • f391027c8c docs: Updated changelog Kwoth 2024-05-20 00:48:35 +00:00
  • 4e570475df add: Added dropdown menu for .cmds help and group help (part of cmds). Group help will no longer be on .h fix: paginated response replies will no longer ping the author Kwoth 2024-05-20 00:37:29 +00:00
  • e2066f433f fix: Fixed .h not working on some commands add: Added select menu for the .mdls command dev: Reworked the way interactions are created and sent. It is much better but far from perfect Kwoth 2024-05-19 23:24:52 +00:00
  • 78b328dc18 dev: added aliases to fix ci Kwoth 2024-05-19 11:39:33 +00:00
  • f0cbacd01a Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5 Kwoth 2024-05-19 11:23:04 +00:00
  • d45c39a5fe fix: .pick command will now show the name of the user who picked the currency Kwoth 2024-05-18 23:28:55 +00:00
  • a6010716e8 add: You can now check commands for submodules, for example '.h quote' the same way you can do for command groups like '.h bank' Kwoth 2024-05-18 23:00:00 +00:00
  • d2c7563c5c change: Quotes will now use easier to write, alphanumerical ids (same as expressions) Kwoth 2024-05-18 22:47:25 +00:00
  • 0c167a9382 add: Added .cleanupguilddata command which will delete all guildconfigs, xp stats and other data related to any guild the bot is no longer in. This is a highly destructive and irreversible command. dev: Added cascade deletes to any tables which have guildconfigs FK, as well as to some other missing places Kwoth 2024-05-18 16:09:54 +00:00
  • b9d2e4baf1 Merge branch 'v5' into 'v5' Kwoth 2024-05-18 21:42:47 +00:00
  • 82e230010b fix: added missing botperms for set* commands Cata 2024-05-18 21:42:47 +00:00
  • 03fb1a5ca2 fix: .verbose will now also be respected for expressions Kwoth 2024-05-18 15:34:16 +00:00
  • 8ac07ce6d7 Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5 Kwoth 2024-05-17 11:30:14 +00:00
  • 12da9f3178 Merge branch 'v5' into 'v5' Kwoth 2024-05-17 11:29:51 +00:00
  • ae45329d2b add: setserverbanner and setservericon commands Cata 2024-05-17 11:29:51 +00:00
  • f499380fe8 dev: Updated tests package Kwoth 2024-05-17 11:20:46 +00:00
  • 0083e9ef68 dev: Don't run docker build on mrs as it will always fail dev: Fixed remove-migration.ps1 script Kwoth 2024-05-17 11:18:37 +00:00
  • 22b7cf5e6c Merge branch 'v5' into 'v5' Kwoth 2024-05-16 20:52:58 +00:00
  • f973766c73 docs: Rewritten Docker guide Plarpoon 2024-05-16 20:52:58 +00:00
  • 0efdd3300d Merge branch 'UpdateDocsYtdlp' into 'v5' Kwoth 2024-05-16 15:51:23 +00:00
  • 5016377dd1 docs: Replaced youtube-dl with yt-dlp Cata 2024-05-16 15:51:22 +00:00
  • 2d40a35112 Merge branch 'v5' into 'v5' Kwoth 2024-05-15 19:57:32 +00:00
  • 9ea6cd0b32 dev: creds_example.yml will now be in the docker's data dir/volume Plarpoon 2024-05-15 19:57:32 +00:00
  • a52a246982 fix: xplb and xpglb pagination fixed, closes #430 fix: Page number when there is an unknown number of items while paginating is now correct fix: .stm and .stma fixed and can now mention everyone as long as the user executing the command also can dev: Cleaned up/improved some code 5.0.7 Kwoth 2024-05-15 13:44:20 +00:00
  • 803fe5db2f Merge branch 'v5' into 'v5' Kwoth 2024-05-15 07:29:08 +00:00
  • 39980a1374 Updating Dockerfile Plarpoon 2024-05-15 07:29:08 +00:00
  • d2c4af273b dev: Version upped Kwoth 2024-05-15 07:13:28 +00:00
  • d51dfa88f1 fix: Fixed .ttt and gifted strings docs: Updated changelog dev: Updated some packages 5.0.6 Kwoth 2024-05-14 18:36:33 +00:00
  • 869b9d3b9d change: .hearthstone command will no longer show text dev: removed html2markdown as it was only used for a fluff text of the hearthstone command Kwoth 2024-05-13 19:09:35 +00:00
  • f4b26c5b40 dev: removed docker_compose.yml as you don't need redis. dev: Removed aws package as we don't need gencmdlist to upload commands anymore, have to find a new way though. Kwoth 2024-05-13 17:34:01 +00:00
  • 15f629ec53 dev: Using built in rng.Shuffle, using some new .net types, removed some transactions Kwoth 2024-05-13 17:14:35 +00:00
  • 9406a9cc34 dev: Using collection expressions, no functional change Kwoth 2024-05-13 14:54:24 +00:00
  • 52438f45e1 dev: Added argumentoutofrange static methods, no functional change Kwoth 2024-05-13 14:50:55 +00:00
  • 7b2ce072ee dev: removed some unused code Kwoth 2024-05-13 14:26:45 +00:00
  • 89d93dcffb docs: updated command strings for .repeat command to include targetting channels Kwoth 2024-05-13 14:18:56 +00:00
  • 0fb34b1c61 docs: Updated changelog Kwoth 2024-05-13 10:53:47 +00:00
  • 980a6b0af8 dev: removed crowdin.yml Kwoth 2024-05-13 10:48:55 +00:00
  • 5c7a467caa Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5 Kwoth 2024-05-13 10:48:18 +00:00
  • 35fd5c415d fix: Blackjack and .pick command responses will no longer reply as the original message will always be deleted Kwoth 2024-05-13 10:48:05 +00:00
  • 2762108986 Update Crowdin configuration file Kwoth 2024-05-13 06:49:15 +00:00
  • 876d63fd8b fix: Fixed a blackjack string usage Kwoth 2024-05-13 06:32:46 +00:00
  • 263ef4b47f fix: Fixed blackjack strings Kwoth 2024-05-13 06:22:48 +00:00
  • 1c540476d3 dev: Fixed a build warning and small cleanup Kwoth 2024-05-12 19:00:16 +00:00
  • 1d0f3d3fd6 docs: Removed ubuntu 16.04 and 18.04 from supoported version as there are issues installing .net8 there due to glibc version Kwoth 2024-05-11 10:49:53 +00:00
  • c7cec25a29 change: .greet / .bye will get properly disabled if the bot can't write to the specified channel Kwoth 2024-05-11 08:08:48 +00:00
  • 23c8dc00e8 dev: Upped version to 5.0.5 5.0.5 Kwoth 2024-05-11 08:02:59 +00:00
  • 0da8190637 fix: repeat, greet, bye, boost messages can now once again mention anyone fix: .say #channel fixed Kwoth 2024-05-11 07:59:37 +00:00
  • d766295286 docs: Updated supported distros (thx cata) Kwoth 2024-05-11 05:57:31 +00:00
  • 21e3c64e01 Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5 Kwoth 2024-05-11 02:30:40 +00:00
  • 9ddcd6d89e docs: Updated changelog Kwoth 2024-05-10 15:36:12 +00:00
  • a154d5881c docs: Updated changelog Kwoth 2024-05-10 15:36:12 +00:00
  • cb7743e244 Update CHANGELOG.md v4 Kwoth 2024-05-10 15:31:16 +00:00
  • fb594e50fd fix: .h fixed, .xp fixed, pagination in .lb fixed 5.0.4 Kwoth 2024-05-10 15:20:39 +00:00
  • 75c5a003bf fix: cleverbot:response should now be a valid module name Kwoth 2024-05-10 09:53:20 +00:00
  • 6f4cbddcad dev: Changed some namespaces. Pushing tags, Releasing 5.0.3 5.0.3 Kwoth 2024-05-10 05:56:02 +00:00
  • 40528150f7 dev: Revert links back in the code, check for updates in the original nadekobot project Kwoth 2024-05-10 04:58:25 +00:00
  • 2b80823a1b docs: revert links back to kwoth/nadekobot as gitlab's organization thing is a ripoff Kwoth 2024-05-10 04:56:26 +00:00
  • 37ee769119 docs: Changed changelog version to 5.0.2 to avoid confusion Kwoth 2024-05-10 02:56:14 +00:00
  • cfd39ebbd5 fix: windows exe shouldn't ask for .net to be installed anymore fix: Version number is now correct docs: Updated .net version name in the docs 5.0.2 Kwoth 2024-05-10 02:05:35 +00:00
  • 0532b30f7f docs: updated docs to point to the new installer location Kwoth 2024-05-09 14:17:25 +00:00
  • b92a38f49d docs: Changelog updated Kwoth 2024-05-09 13:37:38 +00:00
  • 81711c557a ci: give up on single file, try to fix docker, medusa builds 5.0.1 Kwoth 2024-05-09 13:30:02 +00:00
  • 57895ac751 ci: attempt to fix ci 5.0.0 Kwoth 2024-05-09 12:21:48 +00:00
  • 73cceb3aa6 ci: Fix docker and attempt to fix windows builds Kwoth 2024-05-09 11:43:38 +00:00
  • 08e7784fbd ci: Potential ci fix Kwoth 2024-05-09 10:31:46 +00:00
  • 0174862106 ci: Potential ci fix Kwoth 2024-05-09 09:44:58 +00:00
  • 3803ecd35d ci: Potential fix for the docker build Kwoth 2024-05-09 06:56:57 +00:00
  • 6ad0f13096 dev: Removed releases-v3.json as it is no longer needed Kwoth 2024-05-09 06:45:36 +00:00
  • 7b5fbd184b Update CHANGELOG.md Kwoth 2024-05-09 06:43:10 +00:00
  • a9cd1534c2 docs: Updated changelog to have v5 changes. Probably last commit to this branch. Kwoth 2024-05-09 06:41:43 +00:00
  • e070ca3b87 ci: Updated CI to make releases Kwoth 2024-05-09 06:38:27 +00:00
  • 6caea8e9e7 docs: Updated more links to point to new repo url dev: Fixed project id as nadeko is moved to nadeko/nadekobot Kwoth 2024-05-09 01:46:20 +00:00
  • d30fa44f3c docs: possible fix for the docs build, added .readthedocs.yaml Kwoth 2024-05-09 01:33:09 +00:00
  • b1e554d09f docs: updates repo and installer links Kwoth 2024-05-08 22:27:57 +00:00
  • 4e559d2606 change: Inrole improved Kwoth 2024-05-08 01:44:14 +00:00
  • 4f0692db59 dev: Some minor renaming to match the strings add: audit logs for several commands docs: Updated changelog fix: xp card user avatar wasn't showing for some users Kwoth 2024-05-08 01:13:58 +00:00
  • bbc277f4b9 fix: Translate command will no longer fail if the user capitalizes the language name Kwoth 2024-05-07 23:00:50 +00:00
  • b3a847e395 dev: Finishing up the rename Kwoth 2024-05-07 22:59:03 +00:00
  • 8f0b44252d dev: Tests updated to find obsolete command strings. Already removed them in earlier commits, there were 10-15 commands which no longer exist Kwoth 2024-05-07 22:57:41 +00:00
  • 577d62a1c1 dev: Renamed some classes, making the new string model work Kwoth 2024-05-07 22:55:56 +00:00
  • 3e71d9f1ba fix: Typo in commands.en-US.yml Kwoth 2024-05-07 22:55:02 +00:00
  • 03c5124122 Updated command strings with the description of every param of every command (machine generated) Kwoth 2024-05-07 12:09:02 +00:00
  • 8e589660ac change: Updated patreon connection link with the new patreon apps page Kwoth 2024-05-06 08:21:53 +00:00
  • 64ef775bee Started work on guild embed colors Kwoth 2024-05-05 10:13:05 +00:00
  • 6a7ab79446 Re-added medusa system, but untested Kwoth 2024-05-04 08:08:13 +00:00