Skip to content

Tags: progval/Limnoria

Tags

master-2024-10-19

Toggle master-2024-10-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CI: Replace Python 3.13.0-alpha.6 with 3.13.0 (#1598)

master-2024-08-28

Toggle master-2024-08-28's commit message
Factoids: Fix search results when single key matched

1. Display the key itself (in addition to the values), because
   searching factoids makes little sense without returning the key
2. Display only matching values, instead of all other values,
   because some filters act on values

master-2024-07-25

Toggle master-2024-07-25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1546 from progval/account-ban

Add support for account-based channel bans

master-2024-05-31

Toggle master-2024-05-31's commit message
safeEval: Fix support for Python 3.14

master-2024-05-05

Toggle master-2024-05-05's commit message
Admin: Actually clean up test channel from configuration

943f397 did not actually because:

1. the 'part' command is not available (it's in the Channel plugin)
   so it just didn't do anything
2. one of the tests was missing the cleanup

master-2023-12-09

Toggle master-2023-12-09's commit message
Services: Improve error on missing password or NickServ nick

master-2023-09-24-2

Toggle master-2023-09-24-2's commit message
PluginDownloader: Fix typo

master-2023-09-24

Toggle master-2023-09-24's commit message
MessageParser: Log and skip current regexp on error

master-2023-08-10

Toggle master-2023-08-10's commit message
Geography: Replace Canada/Newfoundland with America/St_Johns in tests

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040997

master-2023-05-27

Toggle master-2023-05-27's commit message
botchk: move imports to top-level