2021-08-27 15:05:25 +02:00
|
|
|
SnoParser + Redis
|
|
|
|
=================
|
2021-08-20 13:44:44 +02:00
|
|
|
|
|
|
|
Parses the Server Notices from ErgoIRCd.
|
|
|
|
|
2021-08-27 15:05:25 +02:00
|
|
|
This branch contains Redis functionality:
|
|
|
|
Performs and caches WHOIS lookups for connecting IP addresses. Counts nicknames and IP addresses.
|
|
|
|
|
2021-08-20 13:44:44 +02:00
|
|
|
|
|
|
|
Assumptions
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- ``force-nick-equals-account=True``
|
|
|
|
- The Bot needs to be oper and have all the snomasks.
|
|
|
|
|
|
|
|
Current Coverage
|
|
|
|
----------------
|
|
|
|
|
|
|
|
1. CONNECT
|
|
|
|
2. XLINE
|
|
|
|
3. NICK
|
|
|
|
4. KILL
|
|
|
|
5. ACCOUNT (reg only)
|
|
|
|
|
|
|
|
Configurations
|
|
|
|
--------------
|
|
|
|
|
|
|
|
1. Formatting for 'AutoVhost' post Registration (TODO: Disable)
|
|
|
|
2. Configure the '#channel' to send the SNO lines (disabled by default) (TODO: Add Exceptions)
|
2021-08-27 15:05:25 +02:00
|
|
|
3. Use ZWSP to toggle nickhighlights when in channel.
|