-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
206 additions
and
677 deletions.
There are no files selected for viewing
Submodule MTKruto
updated
12 files
+3 −3 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/release.yml | |
+1 −0 | 3_types.ts | |
+4 −1 | client/0_html.ts | |
+4 −5 | client/0_params.ts | |
+32 −24 | client/1_client_encrypted.ts | |
+12 −2 | client/3_message_manager.ts | |
+54 −52 | client/5_client.ts | |
+20 −0 | types/0_failed_invitation.ts | |
+4 −2 | types/0_message_entity.ts | |
+38 −0 | types/2_reply_to.ts | |
+20 −0 | types/3_join_request.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,19 @@ | ||
# MTKruto Server | ||
|
||
MTKruto Server is a server for running Telegram clients (whether they are bots | ||
or user accounts) with ability to interact with them remotely through its HTTP | ||
interface. | ||
MTKruto Server is a server for running Telegram clients (whether they are bots or user accounts) with ability to interact with them remotely through its HTTP interface. | ||
|
||
## Documentation | ||
|
||
The documentation for MTKruto Server resides [here](https://mtkru.to/server/). | ||
|
||
## Contributing | ||
|
||
Useful contributions of any kind is warmly accepted, so feel free to make pull | ||
requests! | ||
Useful contributions of any kind is warmly accepted, so feel free to make pull requests! | ||
|
||
## Support | ||
|
||
Join [our chat](https://mtkruto.t.me) if you had any questions. | ||
|
||
## Legal | ||
|
||
MTKruto Server is released under the GNU Affero General Public License version | ||
3, or at your option, any later version. Refer to [COPYING](./COPYING) for the | ||
full license text. | ||
MTKruto Server is released under the GNU Affero General Public License version 3, or at your option, any later version. Refer to [COPYING](./COPYING) for the full license text. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.