Commit graph

  • 6220277305 CMake: msys compatibility added/fixed Syping 2024-03-06 16:20:47 +01:00
  • dd2de72f94 ArgumentPassthrough: avoid accidental Cross-Compiling + more fixes Syping 2024-03-06 15:23:11 +01:00
  • 024400be46 improved external project passthrough of variables Syping 2024-03-05 21:02:05 +01:00
  • bb099d644a DPPAsExternalProject: call Perl directly for OpenSSL Syping 2024-03-03 15:17:03 +01:00
  • c21ed31889 minor fixes for DPPAsExternalProject Syping 2024-03-02 22:22:05 +01:00
  • 820593ca2d DPPAsExternalProject: build should work now Syping 2024-03-02 17:42:20 +01:00
  • 4fe57d1a24 CMake: incomplete DPPAsExternalProject impl Syping 2024-02-29 20:55:33 +01:00
  • 716a03c43b systemd: change working directory to /var/lib/dtranslatebot Syping 2024-02-27 10:02:32 +01:00
  • 912ac1eced add systemd service file Syping 2024-02-26 12:01:23 +01:00
  • 87961fe611 improve code organisation, add .rc file Syping 2024-02-26 11:33:39 +01:00
  • 5191dcbefc add DTRANSLATEBOT_TOKEN env value, small fixes Syping 2024-02-26 09:41:55 +01:00
  • 531c24b050 slashcommands: add missing ephemeral flag Syping 2024-02-24 09:15:32 +01:00
  • 46b80f3bdf message_queue: combine if condition Syping 2024-02-23 11:27:17 +01:00
  • ea2c6c460f add /list languages command, minor fixes Syping 2024-02-23 07:14:08 +01:00
  • 7dcb64f7cf 0.1 release 0.1 Syping 2024-02-20 07:18:04 +01:00
  • 8cf9b6af94 improve configuration example Syping 2024-02-20 01:53:15 +01:00
  • 12e81ed24c simplify configuration and some code improvements Syping 2024-02-20 01:35:33 +01:00
  • 8884fd2876 fix if condition Syping 2024-02-19 20:55:10 +01:00
  • d5c8574063 check user permissions and erase deleted webhooks Syping 2024-02-19 20:52:02 +01:00
  • a6feb1273c add edit command Syping 2024-02-18 22:26:02 +01:00
  • ed1b93037c open list command to everyone, but limit information Syping 2024-02-18 20:34:01 +01:00
  • 9f91c960b0 add list command Syping 2024-02-17 22:12:03 +01:00
  • 2347974beb take advantage of initializer lists Syping 2024-02-17 20:45:25 +01:00
  • 9202f7ce00 /translate supports multiple targets now Syping 2024-02-15 05:25:46 +01:00
  • 9f995a129c add Boost.Regex support Syping 2024-02-13 01:47:09 +01:00
  • 5b9c3ce38f remove unnecessary call Syping 2024-02-13 00:13:07 +01:00
  • cfede2f3e1 add Windows storage directory locking Syping 2024-02-12 19:15:32 +01:00
  • 2ad1bc3aa5 MSVC fixes Syping 2024-02-12 18:09:46 +01:00
  • 2c4464c134 change slashcommand descriptions Syping 2024-02-10 16:26:01 +01:00
  • f74e354901 comment unused code, dont overwrite source language Syping 2024-02-10 13:12:50 +01:00
  • 10135e6ec1 mostly database fixes Syping 2024-02-08 11:53:09 +01:00
  • 13474ebefb run sync in a thread Syping 2024-02-08 09:26:25 +01:00
  • 2cbb137c11 remove debug leftover Syping 2024-02-07 19:34:01 +01:00
  • a26763df96 basic impl of database system Syping 2024-02-07 19:30:46 +01:00
  • fb94e44c7d rename working directory to storage directory Syping 2024-02-06 16:25:04 +01:00
  • bb10b8ad59 add database file and file locking Syping 2024-02-06 16:19:08 +01:00
  • 94251d7dde add database core Syping 2024-02-05 16:36:51 +01:00
  • 72ba15c798 clean up and refactor some code Syping 2024-02-05 12:55:01 +01:00
  • e2f3739fa1 output refactor Syping 2024-02-04 10:12:19 +01:00
  • 7e3696ce90 more refactoring Syping 2024-02-04 10:03:18 +01:00
  • b09da9cfce improve logging and some refactor Syping 2024-02-04 09:24:32 +01:00
  • 86351b9537 refactor settings json parser Syping 2024-02-04 08:05:55 +01:00
  • b10593440d little refactoring Syping 2024-02-04 07:10:02 +01:00
  • 92b480c8eb add_target function for settings Syping 2024-02-03 08:10:28 +01:00
  • 25d83b243d make code more efficient and added storage setting Syping 2024-02-03 07:16:12 +01:00
  • 3800da9b00 use std::queue for queues Syping 2024-01-30 04:22:48 +01:00
  • f871441b78 code optimisations and potential unique_ptr leak fix Syping 2024-01-29 22:47:42 +01:00
  • eb301aee1c Fix: add generated webhooks to webhook vector Syping 2024-01-25 21:25:33 +01:00
  • 3a158b400f add translate slashcommand, other improvements Syping 2024-01-25 20:48:28 +01:00
  • 18278581f4 add japanese punct to split regex and move some code Syping 2024-01-20 23:09:16 +01:00
  • 7700bd7b26 added message splitting Syping 2024-01-20 22:39:23 +01:00
  • 06dec819ff uint64_t -> dpp::snowflake + std::string -> dpp::webhook Syping 2024-01-20 10:02:55 +01:00
  • 7ee916537c use dpp::cluster::post_rest to send Webhook request Syping 2024-01-20 09:44:55 +01:00
  • ccd2736c63 CMakeLists.txt and Webhook push improvements Syping 2024-01-18 16:09:25 +01:00
  • 0e205682a3 fix bug with empty author Syping 2024-01-17 13:18:53 +01:00
  • 2b24b90c54 use user guild avatar and name Syping 2024-01-17 13:13:51 +01:00
  • 502cabd7a7 add basic avatar support to webhook Syping 2024-01-17 12:38:16 +01:00
  • 5e78c2728a add submit_queue, translate other bots, few minor changes Syping 2024-01-12 12:53:16 +01:00
  • a746eda39b improvements to configuration parser Syping 2024-01-12 11:18:15 +01:00
  • e09293cc4e allow setting multiple targets per channel Syping 2024-01-12 00:09:18 +01:00
  • acbab3c97b rename queue to message_queue, add exception handling to settings Syping 2024-01-11 21:49:01 +01:00
  • b710fa3050 initial commit Syping 2024-01-02 03:45:06 +01:00