Commit Graph

14 Commits

Author SHA1 Message Date
ghassmo
cd200f8be4 src/system: remove notify_by_id function from subscriber 2022-09-06 13:35:43 +04:00
ghassmo
e5bde0c6d1 system/subscriber: use warn msg instead of panic once notify call failed 2022-06-28 01:50:47 +03:00
ghassmo
06db050229 bin/ircd: send messages in buffer to the client after JOIN command 2022-06-28 01:43:53 +03:00
ghassmo
789bbf93c6 system/subscriber: add notify_with_exclude function to Subscriber 2022-06-25 16:02:30 +03:00
ghassmo
bf946b3876 system: add self_notify function to Subscription 2022-06-25 16:02:30 +03:00
ghassmo
937e06ec4f Replace HashMap with FxHashMap 2022-03-18 23:19:13 +04:00
parazyd
7276498e64 cargo fmt with new settings. 2021-11-27 17:02:29 +01:00
parazyd
340631df2d Code linting.
For best and standard practices in Rust, acronyms should be CamelCase,
and capitalization should be avoided; i.e. ZKCircuit -> ZkCircuit

This commit replaces all such occurencies in the codebase.
2021-07-16 11:25:56 +02:00
rachel-rose
44c93a8faa made random function private 2021-04-03 10:45:58 +02:00
narodnik
6bb1f7fb28 add p2p::subscribe_channel() and improve subscriber semantics. 2021-03-07 09:35:52 +01:00
narodnik
2dca8127fb cargo fmt and fix 2021-01-25 17:13:47 +01:00
narodnik
bd2353620e Start to better define the protocol subsystem through ProtocolJobsManager 2021-01-25 17:02:45 +01:00
narodnik
295bfed30f create specialized network error that is copyable and easily sent between threads. 2021-01-22 16:16:30 +01:00
narodnik
235099e440 Acceptor class for inbound connections 2021-01-19 17:04:57 +01:00