parazyd
|
71cd3064d6
Update license year.
|
3 лет назад |
parazyd
|
8ae84ad7f9
Add license header to source files.
|
3 лет назад |
Luther Blissett
|
5e4b663b13
Apply new path to serial crate throughout codebase.
|
3 лет назад |
Luther Blissett
|
fb372fda77
ircd: Changes for new serial module.
|
3 лет назад |
ghassmo
|
d2c0e47805
bin/ircd: more optimization for the buffer code and clean up
|
3 лет назад |
ghassmo
|
15eab6a994
bin/ircd: add Inv and GetData to the protocol to remain the messages in sync
|
3 лет назад |
ghassmo
|
f5611d7212
bin/ircd: push the privmsg with the same term to the buffer
|
3 лет назад |
ghassmo
|
0395727e32
bin/ircd: update the buffer when add/send a message
|
3 лет назад |
ghassmo
|
89847e52e4
bin/ircd: new implement for PrivmsgBuffer
|
3 лет назад |
ghassmo
|
f74b636e63
bin/ircd: build ring buffer struct & remove ringbuffer crate
|
3 лет назад |
ghassmo
|
a448fdde02
full redesign for ircd
|
3 лет назад |
ghassmo
|
30433216f2
bin/ircd: fix a bug adding new msg with empty buffer
|
4 лет назад |
ghassmo
|
0eac53c447
ircd: clean up: cargo clippy
|
4 лет назад |
ghassmo
|
8d7238968b
bin/ircd: add timestamp to privmsg
|
4 лет назад |
ghassmo
|
aa43e01e3a
bin/ircd: change seen_msg_ids from vector to fixed ringbuffer
|
4 лет назад |
ghassmo
|
010ddad754
bin/ircd: implement DM messages
|
4 лет назад |
ghassmo
|
62e84c017a
bin/ircd: implement a function for Privmsg to build irc msg
|
4 лет назад |
ghassmo
|
40e20ba078
bin/ircd: use ring buffer for messages history
|
4 лет назад |
ghassmo
|
ff8d62c1fa
ircd: WIP removing raft
|
4 лет назад |
ghassmo
|
193e9d16c3
replace old ircd code with ircd2
|
4 лет назад |
parazyd
|
a2e6917f3c
ircd: General code cleanup.
|
4 лет назад |
ghassmo
|
937e06ec4f
Replace HashMap with FxHashMap
|
4 лет назад |
parazyd
|
c70d920a53
bin/ircd: Finalize features refactor.
|
4 лет назад |
narodnik
|
0561ed1b42
Merge branch 'master' of github.com:darkrenaissance/darkfi
|
4 лет назад |
ghassmo
|
70f28dc79c
cargo fmt for sub-crates
|
4 лет назад |
narodnik
|
23e109a3e1
share the list of seen privmsg ids so that locally sent messages can be added to it.
|
4 лет назад |
narodnik
|
898f0a00dc
begin to add json rpc server to ircd
|
4 лет назад |
narodnik
|
7f31c1181f
remove unused imports
|
4 лет назад |
narodnik
|
5b5659d9dd
move privmsg and protocol_privmsg to separate submodules
|
4 лет назад |