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 |
|
ghassmo
|
5fd12cb5cc
|
bin/ircd/mvc: add public api functions && more intensive tests
|
2022-09-27 12:35:38 +04:00 |
|
Luther Blissett
|
5a8361e94e
|
irc/client: rstrip debug message in reply()
|
2022-09-26 18:03:36 +02:00 |
|
Luther Blissett
|
b1c6cdde85
|
ircd/meetbot: Always flush buffers
|
2022-09-26 17:45:47 +02:00 |
|
Luther Blissett
|
73ffece558
|
ircd/meetbot: Use try/except to reconnect if needed.
|
2022-09-26 17:42:05 +02:00 |
|
ghassmo
|
b70f83303f
|
bin/ircd: remove buffers and sync messages
|
2022-09-26 19:22:04 +04:00 |
|
Luther Blissett
|
e79ef3ab21
|
ircd/meetbot: Write nick of person adding the topic.
|
2022-09-26 17:13:21 +02:00 |
|
ghassmo
|
6b1a6ff3e8
|
bin/ircd: fix the tests
|
2022-09-26 17:09:25 +04:00 |
|
ghassmo
|
0a3d6b7ef0
|
bin/ircd: little clean up & fix typo
|
2022-09-26 17:04:02 +04:00 |
|
ghassmo
|
6837634d62
|
bin/ircd: major fix to clean the tree and update the root
|
2022-09-26 16:58:17 +04:00 |
|
ghassmo
|
321eb1007e
|
bin/ircd: mvc: remove mutex and arc from EventNode childern and use EventId for parent and childern
|
2022-09-25 15:59:00 +04:00 |
|
ghassmo
|
0b1d6af102
|
bin/ircd: make mvc as module & create new protocol for events
|
2022-09-25 13:34:07 +04:00 |
|
Luther Blissett
|
94107fed31
|
meetbot: Better debugging, and persistent channel data (including topics).
|
2022-09-24 22:22:41 +02:00 |
|
Luther Blissett
|
b2da1c8964
|
ircd/script: Extend meetbot functionality.
|
2022-09-24 20:23:01 +02:00 |
|
Luther Blissett
|
6fc5b43d54
|
Mop up dependencies and features.
|
2022-09-24 19:18:14 +02:00 |
|
serinko
|
f9bb19fd66
|
minor edits
|
2022-09-24 18:30:21 +03:00 |
|
serinko
|
e4489b830b
|
ircd bot for multiple private channels
|
2022-09-24 18:27:10 +03:00 |
|
serinko
|
b0a417ee9c
|
ircd bot for multiple private channels
|
2022-09-24 18:14:29 +03:00 |
|