|
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 |
|
|
e7abea7bfc
|
Use irc-stream.
|
2021-04-27 23:38:21 +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 |
|
|
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 |
|