Nickname and IP address counting #9

Closed
Georg wants to merge 3 commits from devel_counting into master
Owner
  • When a client connects, the nickname as well as the IP address will be looked up in seperate Redis databsaes
  • If the nickname or IP address does not yet exist, a respective key will be created
  • If the nickname or IP address already exists, the respective key value will be increased by one
  • The CONNECT message in the configured SNOTICES channel will contain both counters
  • The ipquery command will return the IP address count along with the WHOIS information for an IP address
  • There is currently no command to manually query a nickname
* When a client connects, the nickname as well as the IP address will be looked up in seperate Redis databsaes * If the nickname or IP address does not yet exist, a respective key will be created * If the nickname or IP address already exists, the respective key value will be increased by one * The CONNECT message in the configured SNOTICES channel will contain both counters * The `ipquery` command will return the IP address count along with the WHOIS information for an IP address * There is currently no command to manually query a nickname
Georg added 3 commits 2021-08-26 19:40:20 +02:00
Signed-off-by: Georg <georg@lysergic.dev>
Signed-off-by: Georg <georg@lysergic.dev>
Signed-off-by: Georg <georg@lysergic.dev>
Georg requested review from pratyush 2021-08-26 19:40:35 +02:00
pratyush was assigned by Georg 2021-08-26 19:40:46 +02:00
Georg added this to the (deleted) project 2021-08-26 19:40:54 +02:00
Georg added the
Status: Pending Merge
label 2021-08-26 19:41:10 +02:00
Georg added this to the V1 milestone 2021-08-26 19:41:22 +02:00
Georg added a new dependency 2021-08-26 19:42:51 +02:00
pratyush added the
Priority: Low
label 2021-08-27 21:04:29 +02:00
Owner

__pycache__

`__pycache__`
pratyush closed this pull request 2021-08-27 22:07:50 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.