Commit Graph

78 Commits

Author SHA1 Message Date
ghassmo
d0ae3f3e29 ircd, tau: use the path .config/darkfi for saving data 2022-06-10 16:56:07 +03:00
ghassmo
4e636d2f67 ircd, taud: explicit Url type in structopt 2022-06-10 16:31:00 +03:00
ghassmo
1750fd5429 bin/ircd: accept Url as address for IRC listening 2022-06-10 16:31:00 +03:00
ghassmo
a59b4786d9 ircd: write proper messages in info! output 2022-06-01 03:59:10 +03:00
Dastan-glitch
8f472cdad8 bin/ircd: use AtomicBool instead of bool 2022-05-31 14:42:27 +00:00
ghassmo
01ac20aab4 util/cli: refactoring loading log config & add path for log file 2022-05-31 04:29:03 +03:00
parazyd
61bee58239 rpc: Cleanup and separate namespaces into client and server. 2022-05-22 20:54:17 +02:00
parazyd
82ee1a9331 rpc: Clean up and document the server implementation. 2022-05-22 20:54:17 +02:00
ghassmo
d7775c210b run cargo fmt 2022-05-22 15:08:08 +03:00
parazyd
587f0b4b93 make fix and minor manual cleanups. 2022-05-22 12:29:23 +02:00
Dastan-glitch
954c20bf22 bin/ircd: join only channels that start with # 2022-05-20 16:05:35 +00:00
Dastan-glitch
85a88e6753 bin/ircd: prevent panic when parting from non-existing channel 2022-05-19 21:20:16 +00:00
Dastan-glitch
2e43bc4407 bin/ircd: fix a bug when rejoin a channel after parting 2022-05-19 20:08:59 +00:00
Dastan-glitch
f6de14bea1 bin/ircd: fix part command 2022-05-19 19:48:14 +00:00
parazyd
5718e22347 ircd: Minor cleanup and more verbosity. 2022-05-11 17:21:00 +02:00
parazyd
3bd950bf07 ircd: Don't destroy configured chans on PART. 2022-05-11 17:21:00 +02:00
parazyd
d27a495344 ircd: Add stub for custom MSGHIST command. 2022-05-11 17:21:00 +02:00
parazyd
f8c5febd2f ircd: Implement JOIN, PART, and TOPIC. 2022-05-11 17:21:00 +02:00
parazyd
5cfe8be52c ircd: Configurable autojoins and per-channel encryption. 2022-05-11 17:21:00 +02:00
ghassmo
f1c97207ba rpc: merge rpcserver2 to rpcserver & fix bins affected by the merging 2022-05-11 17:20:59 +02:00
ghassmo
d320edeecb bin: upgrade send_request rpc function across bins 2022-05-11 17:20:59 +02:00
ghassmo
8cdd47bf1b bin/ircd: minor changes 2022-05-02 15:29:10 +03:00
ghassmo
95b32a7390 raft: remove p2p code from start function & add p2p get_info() to ircd rpc 2022-05-01 21:33:03 +03:00
ghassmo
6fa29eb48d bin/ircd: use only tcp connection for irc clients 2022-05-01 19:50:21 +03:00
ghassmo
f625dc23eb ircd: irc server support tls protocol 2022-04-29 18:33:48 +03:00
ghassmo
d0b638226c ircd: error handling for cleaning received msg 2022-04-29 00:24:11 +03:00
ghassmo
f15f5906b8 retrieve "ircd: create entry point socket for bots and plugins" 2022-04-28 22:17:53 +03:00
ghassmo
87acffb63e ircd: create entry point socket for bots and plugins 2022-04-28 18:44:16 +03:00
ghassmo
193e9d16c3 replace old ircd code with ircd2 2022-04-27 20:57:44 +03:00
parazyd
a2e6917f3c ircd: General code cleanup. 2022-04-03 22:42:23 +02:00
ghassmo
937e06ec4f Replace HashMap with FxHashMap 2022-03-18 23:19:13 +04:00
parazyd
36fa2e020c net: Minor cleanups for idiomatic naming. 2022-03-17 13:35:18 +01:00
Dastan-glitch
fd58d2c093 bin/ircd: update clap version 2022-03-15 17:43:37 -04:00
ghassmo
77a52ea0fe bin/ircd: run four executor threads 2022-03-09 17:49:21 +04:00
narodnik
198061daa2 add get_info() hook for p2p and sessions 2022-03-06 21:57:56 +01:00
Dastan-glitch
1680d56b2f ircd: cleanup 2022-03-01 21:01:43 -05:00
ghassmo
35706c16e1 remove cli module & move the cli_config to util 2022-02-24 21:01:25 +04:00
ghassmo
e3a68e334b rpc: pass Url object to send_request function instead of &str 2022-02-23 04:09:22 +04:00
lunar-mining
5d86af2213 map + ircd: implemented ping/ pong method 2022-02-22 09:00:15 +01:00
lunar-mining
254a47bc2b ircd/ get_info: made message a list 2022-02-22 09:00:15 +01:00
parazyd
40d215823e bin/ircd: Code formatting. 2022-02-19 12:27:56 +01:00
lunar-mining
d485a8d721 ircd: pass rpc_listen_addr to RpcInterface. display rpc_addr in get_info 2022-02-18 10:37:35 +01:00
dasman
7da841e9e7 bin/ircd: fixing ping-pong reply which fixes occasional re-connection (#66) 2022-02-18 09:58:29 +01:00
lunar-mining
753021b96d ircd: cleanup json format 2022-02-15 11:49:37 +01:00
lunar-mining
ad979dfec4 ircd: modified json in get_info 2022-02-15 11:49:37 +01:00
Dastan-glitch
a03f2cdada bin/ircd: update & fix clap app deprication and log configuration 2022-02-12 20:03:22 -05:00
lunar-mining
78ab0c6c9c ircd: readded get_info() 2022-02-12 11:40:48 +01:00
narodnik
fd76bff015 fix breaking changes:
* Cloneable property was removed from Error
* get_info() doesn't exist
* The clap for the logger was overriding the main arg parser for the app itself.
2022-02-12 10:12:21 +01:00
parazyd
2786f881c2 bin/ircd: cargo +nightly fmt. 2022-02-08 13:42:34 +01:00
lunar-mining
04d986c1f4 Merge branch 'master' of github.com:darkrenaissance/darkfi 2022-02-08 01:13:13 +01:00