Commit Graph

28 Commits

Author SHA1 Message Date
lunar-mining
176bad6bcd map: fix rendering errors 2022-01-09 12:16:44 +01:00
ghassmo
8ad7073ee9 clean up 2022-01-09 15:08:56 +04:00
ghassmo
6e22b4ec9d create node and blockchain features 2022-01-08 20:01:05 +04:00
ghassmo
aa6fbc1085 create node module and move darkfid to bin dir 2022-01-08 18:30:29 +04:00
ghassmo
70f28dc79c cargo fmt for sub-crates 2022-01-08 17:19:02 +04:00
lunar-mining
22034e1c40 map: refactor 2022-01-08 14:03:00 +01:00
lunar-mining
ffd9c8e185 map: paragraph stub 2022-01-08 11:53:35 +01:00
lunar-mining
fe30d6a024 map: cleanup warnings 2022-01-08 10:23:37 +01:00
lunar-mining
fbb113b6c8 map: split screen 2022-01-08 10:23:37 +01:00
lunar-mining
fe4d5fecb6 map: print nodes as a list 2022-01-08 10:23:37 +01:00
lunar-mining
81a6579bb9 map: cleanup 2022-01-08 10:23:37 +01:00
ghassmo
a591bb526d WIP clean and refactoring according to issue #35 2022-01-08 04:11:03 +04:00
lunar-mining
6398d919e6 map: updated Cargo.toml 2022-01-07 14:00:57 +01:00
lunar-mining
30ff5f2287 map: simple box that quits with q 2022-01-07 14:00:57 +01:00
lunar-mining
a06e2c0e67 map: add readme 2022-01-07 14:00:57 +01:00
narodnik
1150696fca show nick changes 2022-01-06 17:35:13 +01:00
narodnik
23e109a3e1 share the list of seen privmsg ids so that locally sent messages can be added to it. 2022-01-05 19:33:39 +01:00
lunar-mining
4cb5542d6d map: created stub irc tui 2022-01-05 18:59:53 +01:00
narodnik
ea19a9957c ircd: option to set your external address 2022-01-04 18:07:37 +01:00
lunar-mining
99d6b28195 add RpcServerConfig to listen_and_serve call 2022-01-04 17:53:06 +01:00
narodnik
fe9fdc55c6 keep track of privmsg ids to avoid rebroadcasting one we already received. 2022-01-04 16:57:10 +01:00
ghassmo
21da63eeb6 add ".gitignore" file to bin/ircd 2021-12-30 14:54:55 +04:00
narodnik
898f0a00dc begin to add json rpc server to ircd 2021-12-27 16:25:07 +01:00
narodnik
7f31c1181f remove unused imports 2021-12-25 12:19:15 +01:00
narodnik
fe34207435 split ProgramOptions into its own module 2021-12-25 12:16:54 +01:00
narodnik
651ad2abec split ServerConnection into irc_server::IrcServerConnection 2021-12-25 12:12:28 +01:00
narodnik
5b5659d9dd move privmsg and protocol_privmsg to separate submodules 2021-12-25 11:22:00 +01:00
narodnik
6081f12b71 move src/bin/ircd.rs to new subcrate in bin/ircd/ 2021-12-25 10:46:53 +01:00