Commit Graph

49 Commits

Author SHA1 Message Date
MasterCake 178399bf94
Update README.md
add developer information + add jenkins build status badge
2022-02-08 19:25:18 +01:00
MasterCake 72b48d2666 update minor version 2022-02-08 18:46:10 +01:00
MasterCake fda86cc69e
Merge pull request #19 from iCaitlyn/master
Refactor user ids and chat ids from integer type to long type
2022-02-08 17:30:03 +00:00
iCaitlyn 62fc23beed
Update CommandHandler.java 2022-02-09 01:25:00 +08:00
iCaitlyn d6232f4846
Update User.java 2022-02-09 01:24:12 +08:00
iCaitlyn 5dee2150a8
Update ChatMessageToTelegram.java 2022-02-09 01:23:23 +08:00
iCaitlyn ca5f38e5fd
Update ChatMessageToMc.java 2022-02-09 01:23:08 +08:00
iCaitlyn 17ed5b5859
Update Chat.java 2022-02-09 01:22:39 +08:00
iCaitlyn d0ee4ac4f5
Update Telegram.java 2022-02-09 01:21:49 +08:00
MasterCake 8f24cd35ac
Merge pull request #17 from mind-overflow/premiumvanish-support
SuperVanish/PremiumVanish support
2022-02-08 17:05:47 +00:00
iCaitlyn 10fe3f3ad7
Update TelegramChat.java 2022-02-09 00:47:49 +08:00
iCaitlyn 81429cd517
Update Data.java 2022-02-09 00:45:52 +08:00
Bea e13185fa29 Implement plugin-support check for join/quit messages 2021-10-02 17:12:15 +02:00
Bea 18091cd7f8 Go back to 1.12.2 for spigot base version 2021-10-02 17:07:11 +02:00
Bea de0002fcca Add vanish support to real join/quit events 2021-10-02 17:05:34 +02:00
Bea 2b6262df9a Add basic vanish support for join/quit messages 2021-10-02 17:03:34 +02:00
Bea f3336c9722 Add .gitignore for post-compilation files 2021-10-02 17:03:14 +02:00
Bea 84a25484c4 Add PremiumVanish/SuperVanish (soft)dependencies 2021-10-02 17:03:01 +02:00
MasterCake 7f2ab6372f increment minor version 2021-05-08 03:22:51 +02:00
MasterCake fe6e0a8088 save user_id<->mc_handle instead of chat_id<->mc_handle
Should fix #3
2021-05-08 03:22:08 +02:00
MasterCake eba7bba7fe add repo.spaceio.xyz to distribution managment 2021-05-04 03:40:18 +02:00
MasterCake 8fda59fe61 remove chat formatting when receiving a message from a telegram group 2021-05-04 03:15:23 +02:00
MasterCake aa7fe42b83 add description how to use the bot 2021-05-04 03:02:50 +02:00
MasterCake 196ae8edd7 increment minor version 2021-05-04 02:49:45 +02:00
MasterCake cd2d27e8db add telegram->mc response for group chats
The telegram bot needs to be put into privacy disabled mode (see #3)
Closes #3
2021-05-04 02:49:10 +02:00
MasterCake 27097fae67 attempt to implement execution of console commands 2021-05-04 02:47:56 +02:00
MasterCake 61ee137c95 restructure project 2021-03-31 03:21:31 +02:00
MasterCake df457f2be2 remove serialization header from data.yml 2021-03-14 18:30:44 +01:00
MasterCake b4e326b0ec add some config options + increment minor version 2021-03-14 18:30:20 +01:00
mastercake10 74520b2bc2 rearranged code 2018-05-21 17:17:12 +02:00
MasterCake c421d118e1
Merge pull request #15 from FlorianKem/master
Added check for if a chat message got canceled by another plugin.
2018-05-21 17:07:57 +02:00
FlorianKem a29edfcf7c Added check for if a chat message got canceled by another plugin. 2018-05-21 14:55:18 +02:00
mastercake10 44725de1f5 added isCancelled() method 2018-05-20 14:34:46 +02:00
mastercake10 2a4273afe1 Added support for cancelling certain Telegram events 2018-05-20 14:33:55 +02:00
mastercake10 06923bec46 Modularized Telegram API, fixed #12 2018-03-05 08:37:48 +01:00
mastercake10 7bbcf58caa fixed #9, code refactored, messages added to config and more 2018-03-03 19:15:16 +01:00
mastercake10 a033eb0bd0 added enhancement #8 2018-02-11 17:40:21 +01:00
mastercake10 de5d0b0d42 fixed issue #6 2018-02-08 20:06:29 +01:00
mastercake10 2cbd9242b3 fixed dropping connections 2018-02-08 19:52:15 +01:00
mastercake10 6199a119e0 converted to maven, added API and issue fix 2018-01-01 23:22:51 +01:00
mastercake10 63fd5207ee + added license 2017-12-26 18:56:37 +01:00
mastercake10 33b093edfd + added metrics 2017-12-26 18:52:46 +01:00
mastercake10 17a34bd68e fixed text transmission MC -> Telegram 2017-12-26 18:48:31 +01:00
mastercake10 1561fcf56f restructured project 2017-12-26 18:44:11 +01:00
mastercake10 7ecc39a916 color fixes 2017-05-21 02:47:19 +02:00
mastercake10 0bb21ad153 update 2017-04-02 22:47:25 +02:00
Linus 4d94a59297 added readme 2016-11-08 17:32:02 +01:00
Linus e43630fa0a Fixed issue with token saving 2016-11-08 17:28:13 +01:00
Linus cb191b2a28 first commit 2016-11-07 23:07:01 +01:00