Commit Graph

80 Commits

Author SHA1 Message Date
d02d5744ff New feature: Web api and a custom webpage to show a random cat. 2024-12-29 15:57:10 +03:30
340192d7f0 Fixed database update - general improvements 2024-12-22 18:47:14 +03:30
3c80744b80 Improve code readability 2024-12-20 23:15:26 +03:30
aa2feea611 Better error handling 2024-12-20 23:03:38 +03:30
e1b4cb65f3 Merge remote-tracking branch 'origin/main' 2024-12-16 14:26:20 +03:30
24d5175e7b Add more async database functions 2024-12-16 14:26:06 +03:30
16134407a7 Update .gitlab-ci.yml file 2024-12-15 18:35:22 +00:00
dc38ce927f Finish migration to MongoDb and general improvements 2024-12-15 21:22:36 +03:30
29011e34f9 Fix extra values 2024-12-15 18:03:18 +03:30
811a54e24d Add Dockerfile and modify gitlab CI to build the docker 2024-12-15 17:36:22 +03:30
ef8c7f2ee9 Finished the migration to MongoDb (NOT TESTED) 2024-12-15 17:32:26 +03:30
fbe0d500d9 Stage 1 of migrating to MongoDb - fully added mongodb 2024-12-15 17:01:48 +03:30
e0cdcf1198 Implemented MongoDb Basics 2024-12-06 13:35:47 +03:30
4495e6b605 Added MongoDb connection string to config options 2024-12-06 13:11:47 +03:30
321f48660d Added more logging 2024-12-03 18:05:24 +03:30
3e73caade3 Removed unused code 2024-12-01 21:04:39 +03:30
2841934d92 Added additional parameters for logging 2024-12-01 21:04:04 +03:30
32c0cd4c58 Fixed custom instance 2024-12-01 21:03:21 +03:30
45e790ef1a Update download ink for pipeline artifacts 2024-11-13 21:36:11 +03:30
d35dcd9a54 Maybe fixing the diplicate image problem? 2024-11-13 21:15:14 +03:30
71be9a43e1 [NOT TESTED] - fixing the duplicate media attachment but 2024-11-11 17:56:43 +03:30
972167634f Now not accepting posts from bot accounts - improved error handling 2024-11-07 00:12:10 +03:30
79deb67848 Only send start message if the received message is from a private account 2024-11-06 20:08:30 +03:30
97b06b7b4e Fixed callback error on "send me another cat" button 2024-11-05 20:54:56 +03:30
0c0ee21049 fixed trimmed publish problem 2024-11-05 17:55:57 +03:30
58c6be0eba fixed gitlab ci 2024-11-05 17:49:17 +03:30
c2c7732552 Migrate to dotnet 9 and minor improvements 2024-11-05 17:47:17 +03:30
51747b3e3d Migrate to Telegram.Bot v22 and some minor improvements 2024-11-05 17:25:29 +03:30
0830847336 Fixed timer bug 2024-10-31 22:18:21 +03:30
51fc4cb3fa Added new code to keep the bot running 2024-10-31 15:46:56 +03:30
d4b79e693c Removed prev commit code due to incomatiblity with systemd 2024-10-31 15:42:11 +03:30
4d751ec278 Now program exits at the press of Q. 2024-10-31 15:35:05 +03:30
ae45c7aa5a Fixed minor bug 2024-10-31 15:26:49 +03:30
d680ae818d Added DB backup command
Added automated backup every 1 hour
2024-10-31 15:16:42 +03:30
4cb0ada1d0 fix typo 2024-10-31 14:54:46 +03:30
819ce8ced2 Never trust AI 2024-10-07 20:08:42 +03:30
78c69f123e Merge remote-tracking branch 'origin/main' 2024-10-07 20:02:26 +03:30
c70f1ca0cd Bug fix 2024-10-07 20:01:55 +03:30
f6e4c96507 Bug fix 2024-10-07 19:56:51 +03:30
6b3aab913c Improved fetching config data, implemented envinronmet variable support alongside .env support 2024-10-07 19:38:38 +03:30
c675824820 Added media type formatting 2024-09-25 23:21:05 +03:30
86aa430394 Added additional logging and implemented post handling if the message is already approved 2024-09-25 23:06:18 +03:30
826f862e9a revert back the code 2024-09-16 20:19:18 +03:30
7e18f211db removed unused code 2024-09-16 20:02:13 +03:30
81e24f034d Minor fix - TODO: add .env entry for it 2024-09-16 01:35:39 +03:30
0b24b7ad36 Fixed /start command issue - tested 2024-09-16 01:27:56 +03:30
ef6520e08d revert back changes 2024-09-16 00:49:38 +03:30
e14c8023d5 Refactor update handling logic in MastodonBot class to use if/else instead of switch. 2024-09-16 00:44:09 +03:30
9fd9364257 Refactor bot event handling, add OnMessage call in OnUpdate. 2024-09-16 00:37:27 +03:30
91b28d34b6 Merge remote-tracking branch 'origin/main' 2024-09-16 00:28:22 +03:30