summaryrefslogtreecommitdiffstats
path: root/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Redis logicGeorg Pfuetzenreuter2024-10-061-19/+20
| | | | | | | | | | Simplify functions and move internal database interfaces into a more appropriate data structure. Configure all database numbers using a redis plugin group, instead of using a custom setting just for the whois database to make the setup more logical. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* black formattingPratyush Desai2023-05-031-83/+149
| | | | Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
* fix target chan issuesPratyush Desai2021-10-161-0/+3
| | | | Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
* Disabling channel validationGeorg2021-09-111-8/+8
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* TargetChannel config + requirements.txt (#17)Pratyush Desai2021-09-071-3/+9
| | | | | | | | | Added requirements.txt Updated configuration value errors Reviewed-on: https://git.com.de/LimnoriaPlugins/SnoParser/pulls/17 Co-authored-by: Pratyush Desai <pratyush.desai@liberta.casa> Co-committed-by: Pratyush Desai <pratyush.desai@liberta.casa>
* ipquery IP validation + repaired config integersGeorg2021-08-311-6/+6
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* Improved `ipcounting`Georg2021-08-261-0/+7
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* Added nickname and IP address countingGeorg2021-08-261-19/+47
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* Adding option for sample IPGeorg2021-08-261-0/+10
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* Moving Redis options to config valuesGeorg2021-08-261-3/+3
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* Adding name to license blocksGeorg2021-08-261-1/+1
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* First prettifications of Redis cached whoisGeorg2021-08-261-0/+49
| | | | Signed-off-by: Georg <georg@lysergic.dev>
* switch to rst, add setvhost, use config varsPratyush Desai2021-08-201-0/+8
|
* Initial commitPratyush Desai2021-06-191-0/+56