Commit graph

48 commits

Author SHA1 Message Date
9772749076 Update 'Cargo.toml'
Bump version of irc-stream.
2021-06-09 23:39:34 +02:00
b80c1adc33 Bump version 2021-06-09 23:26:06 +02:00
097bd9b965 Merge branch 'garbage' into main
Some improvemenst such as using smtp for mail.
2021-06-09 23:25:18 +02:00
3c84378910 Whatever this is 2021-06-09 23:13:55 +02:00
456830fc3a Delete 'ßqa' 2021-06-09 21:54:56 +02:00
20e5d27974 Delete 'ßa' 2021-06-09 21:54:51 +02:00
86b98d33ba Create the emails the right way. 2021-06-09 21:53:30 +02:00
a1e1a0df5f Changed email transport from sendmail to smtp. 2021-06-09 18:45:44 +02:00
4980c9e24c Got closer to getting chat context to work and added doc comments. 2021-05-31 01:04:09 +02:00
3d6a006f19 Version 0.2.0
The bot can now send emails!

Reviewed-on: http://gitea.chaostreff-alzey.de/Thelie/Mention2Mail/pulls/2
Co-authored-by: Thelie <git.daniel@mowitz.rocks>
Co-committed-by: Thelie <git.daniel@mowitz.rocks>
2021-05-23 22:47:43 +02:00
9fcbb5ad67 Bump version 2021-05-23 22:45:30 +02:00
2c26ab95de Made mail subjects work properly. 2021-05-23 22:44:24 +02:00
af769100e7 Fixed a fun bug where the mail body got stuck in the header. 2021-05-23 02:08:13 +02:00
e7b0925a64 Fixed an issue with string conversion of the client addresses. 2021-05-22 23:27:25 +02:00
66ca846ebb Basic email sending implemented. 2021-05-22 20:32:41 +02:00
db6f753d6e I just realized I need to do the detection of usernames…
Some other day.
2021-05-18 21:53:10 +02:00
620b901bc3 Split the code up even more and added beginnings of the mailing process. 2021-05-18 21:35:57 +02:00
a8ddf20098 Split the code again and cleaned up a little. 2021-05-18 20:54:22 +02:00
5cd35e2e8e Passes the messages from channels correctly now. 2021-05-18 20:40:22 +02:00
500d87d65b Added threading and beautified the code a bit. 2021-05-17 22:50:21 +02:00
8ab294277b Added the beginning of the threaded code. 2021-05-14 21:16:20 +02:00
c47b511e04 Broke the code some more and created some helper functions for parsing a
config tree.
2021-05-14 20:55:38 +02:00
78d5bafae3 Added function for reading server config dirs. It's not complete yet. 2021-05-12 00:13:16 +02:00
716584841e Split config commands into a module and broke the code a bit. 2021-05-11 00:56:54 +02:00
d5353fb019 Added skeleton for program entry. 2021-05-07 19:12:19 +02:00
cdc5843f5d Added doc comments to select functions. 2021-05-06 11:35:30 +02:00
19369b1366 Made the bot actually join channels after connecting. Also split up main a bit.
Co-authored-by: Thelie <git.daniel@mowitz.rocks>
Co-committed-by: Thelie <git.daniel@mowitz.rocks>
2021-05-05 22:20:16 +02:00
66308f678f Implemented basic IRC message handling.
Fun fact: The functionality is now similar to 6f3f8614d7.
2021-05-03 01:48:31 +02:00
d8ee914654 Got rid of errors and exceptions, but the connection doesn't work yet. 2021-05-01 16:09:44 +02:00
c046e2b464 Correct implementation for irc registration. 2021-04-29 00:30:58 +02:00
91d8ea079b Cleaned up the code. 2021-04-28 00:41:24 +02:00
2c865d43d2 Add function to identify with servers. Does not work yet. 2021-04-28 00:35:03 +02:00
fdbdcf3ede Update irc-stream submodule 2021-04-27 23:43:58 +02:00
f36d47044c Merge branch 'master' of ssh://chaostreff-alzey.de:222/Thelie/Mention2Mail into master 2021-04-27 23:40:53 +02:00
e7abea7bfc Use irc-stream. 2021-04-27 23:38:21 +02:00
eece7a1155 Added irc-stream dependency. 2021-04-27 23:27:16 +02:00
516c41be13 Update 'Cargo.toml'
Futures dependency is no longer needed.
2021-04-27 01:26:44 +02:00
2695f65afa Reject async. Go back to monke. 2021-04-27 01:25:02 +02:00
6f3f8614d7 Implemented irc boilerplate. 2021-04-24 01:03:45 +02:00
cb6a044571 Update 'README.md'
Fixed broken license logo link
2021-04-23 17:44:45 +02:00
8134b079f1 Renamed lgpl-agpl-v3-logos.svg to agpl-logo.svg 2021-04-23 17:43:59 +02:00
b25ea7f78f Cleaned up .gitignore
Removed a redundant entry and made Cargo.lock tracked.
2021-04-23 17:42:22 +02:00
229f43f247 Resized license logo 2021-04-23 17:39:41 +02:00
cdfb30646b Edited the licence logo so it shows the right one. 2021-04-23 17:37:20 +02:00
5e5fd8a92f Added License logo to README 2021-04-23 17:14:44 +02:00
a3a48cf9e1 Added Licences disclaimer to main.rs 2021-04-23 01:04:06 +02:00
0fef1aa892 Initialized rust binary crate and added dependencies. 2021-04-23 00:50:23 +02:00
e5af9b8fd9 Initial commit 2021-04-23 00:45:29 +02:00