Commit Graph

311 Commits

Author SHA1 Message Date
parazyd
c2a308ccb6 ircd: Clippy lint 2023-06-12 14:31:20 +02:00
parazyd
48ce9fd7c5 chore: Update crate dependencies 2023-06-12 14:31:20 +02:00
parazyd
bfc99c79ea chore: Update crate dependencies. 2023-06-06 14:06:36 +02:00
Dastan-glitch
490e6a03a5 bin/ircd: update script/ README.md 2023-06-03 03:45:27 +03:00
Dastan-glitch
535bf4e85c bin/ircd: add tau notifier bot 2023-06-03 03:35:40 +03:00
parazyd
3cb6051fa2 chore: Update dependency versions 2023-05-11 10:08:51 +02:00
parazyd
9b31940dfe chore: Update project dependencies 2023-05-09 10:42:35 +02:00
Dastan-glitch
75a7f8fab6 bin/ircd: revert back to suppurt only Privmsg with colon 2023-04-26 00:34:36 +03:00
Dastan-glitch
46d4089287 bin/ircd: minor recover-pubkey rename 2023-04-26 00:27:27 +03:00
Dastan-glitch
b08a0f1928 bin/ircd: fix a terrible mistake causes the message to be the second element instead counting from it 2023-04-25 00:13:42 +03:00
Dastan-glitch
15e9448046 bin/ircd: accept privmsg with or without colon 2023-04-24 04:00:12 +03:00
Dastan-glitch
969174a3fe bin/ircd2: ports changed to be different from ircd 2023-04-22 01:09:54 +03:00
parazyd
b4cdbea08c Update project dependencies. 2023-04-16 17:36:59 +02:00
Dastan-glitch
d999fe6d01 bin/ircd: minor newline added to script/README.md 2023-04-06 16:18:53 +03:00
Dastan-glitch
eb1f34db36 bin/ircd: [titlebot] continue on SSLERROR: wrong signature type 2023-03-20 17:57:57 +03:00
Dastan-glitch
cb847faaec bin/ircd: [commitbot] display commit message up to the first newline 2023-03-01 17:00:46 +03:00
parazyd
4e3b863cda Release v0.4.1 2023-02-25 16:00:20 +01:00
Dastan-glitch
3e032170f0 set prefered/default transports for outbound to tls 2023-02-21 04:41:39 +03:00
parazyd
454eacf616 Update project dependencies. 2023-01-31 12:46:19 +01:00
aggstam
da40746ca5 EOY housekeeping
Missing features added, dependencies updated and a fix in dao/entrypoint
2022-12-31 21:14:02 +02:00
parazyd
71cd3064d6 Update license year. 2022-12-28 13:06:00 +01:00
Dastan-glitch
0250647a1d bin/ircd: add github commits notifier bot 2022-12-28 00:03:16 +03:00
Dastan-glitch
6215a0fc50 bin/ircd: add the ability to save recoverd public key to a file with -o 2022-12-24 17:07:56 +03:00
Dastan-glitch
cedabdaffc fix a attribute error in when sending pong msg 2022-12-19 14:00:28 +03:00
parazyd
18ab818a54 Update toml crate dependency. 2022-12-16 11:17:14 +01:00
parazyd
9acfed6402 Clippy lints. 2022-12-14 12:30:27 +01:00
parazyd
88caee7f42 Update and clean up dependencies. 2022-12-13 15:19:09 +01:00
Dastan-glitch
f975326386 bin/ircd: recover public key from private key 2022-12-12 23:15:10 +03:00
Dastan-glitch
6828d720f4 bin/ircd: try/except getting title text 2022-12-10 02:11:14 +03:00
parazyd
567dde40e0 ircd/meetbot: Write elapsed time after topics. 2022-12-09 10:31:39 +01:00
Dastan-glitch
2ad40f8c7c bin/ircd: titlebot skips fetching titles from twitter.com 2022-12-08 01:23:56 +03:00
parazyd
905586a638 cargo fix 2022-12-07 12:53:52 +01:00
Dastan-glitch
89674ccdda bin/ircd: add titlebot and tweetbot 2022-12-04 03:23:21 +03:00
parazyd
671967261e Update dependency versions 2022-11-29 21:10:29 +01:00
parazyd
1d7866f688 Update crate dependencies. 2022-11-29 13:54:05 +01:00
aggstam
3692735012 rpc/server: detach request handling 2022-11-25 18:05:35 +02:00
parazyd
c1b2c2af5a Update crate dependencies 2022-11-08 12:17:25 +01:00
parazyd
f2dd798f2d Clear up most warnings and have test units pass. 2022-11-06 21:17:36 +01:00
parazyd
8ae84ad7f9 Add license header to source files. 2022-10-31 18:16:13 +01:00
Luther Blissett
43a871c3f2 Update all Cargo.toml files to include AGPL license reference. 2022-10-30 11:01:40 +01:00
Luther Blissett
5e4b663b13 Apply new path to serial crate throughout codebase. 2022-10-15 20:06:28 +02:00
Luther Blissett
47dbf1363f Clean up async_daemonize for less imports and use smol. 2022-10-14 14:07:06 +02:00
Luther Blissett
88abda32ce make fix and cargo fmt. 2022-10-06 14:21:56 +02:00
ghassmo
09d04ca29f doc/book: hashchain: add EventsQueue type 2022-09-29 12:29:28 +04:00
ghassmo
e6f06d6095 bin/ircd/model: skip serializing read_confirms inside Event 2022-09-29 11:56:27 +04:00
ghassmo
043a50a03f bin/ircd/model: create EventQueue to handle communications between View
and Model
2022-09-29 11:56:27 +04:00
ghassmo
d91f2e40f6 bin/ircd/view: little fix to the HashMap type 2022-09-28 21:51:36 +04:00
ghassmo
7e2a9ff947 bin/ircd: change view seen list to hashmap 2022-09-28 15:37:37 +04:00
ghassmo
00ee54b917 bin/ircd: split model and view into separate modules 2022-09-27 12:47:14 +04:00
ghassmo
25279861ed bin/ircd/mvc: implement protocol_privmsg2 for hashchain 2022-09-27 12:36:18 +04:00