Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-04 | Say "OpenSSL" in additional permission notices | C. McEnroe | |
LibreSSL is "a modified version of that library". | |||
2020-08-01 | Check return value of asprintf | C. McEnroe | |
On the awful operating system GNU, asprintf leaves the destination pointer UNDEFINED on failure. | |||
2020-07-06 | Avoid copying message to match if no ignores are set | C. McEnroe | |
2020-07-06 | Add message to ignore patterns | C. McEnroe | |
2020-06-08 | Add additional permission for linking with LibreSSL | C. McEnroe | |
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | |||
2020-04-07 | Check ignores against id | C. McEnroe | |
Otherwise they do not work correctly for QUIT and NICK. This also lets you ignore private messages only by putting the nick in the third field. | |||
2020-04-03 | Use gnu-case-range and gnu-conditional-omitted-operand extensions | C. McEnroe | |
I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore. | |||
2020-03-31 | Add /ignore message filtering patterns | C. McEnroe | |