Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Say "OpenSSL" in additional permission notices | June McEnroe | 2020-08-04 |
| | | | | LibreSSL is "a modified version of that library". | ||
* | Check return value of asprintf | June McEnroe | 2020-08-01 |
| | | | | | On the awful operating system GNU, asprintf leaves the destination pointer UNDEFINED on failure. | ||
* | Avoid copying message to match if no ignores are set | June McEnroe | 2020-07-06 |
| | |||
* | Add message to ignore patterns | June McEnroe | 2020-07-06 |
| | |||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Check ignores against id | June McEnroe | 2020-04-07 |
| | | | | | 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. | ||
* | Use gnu-case-range and gnu-conditional-omitted-operand extensions | June McEnroe | 2020-04-03 |
| | | | | | I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore. | ||
* | Add /ignore message filtering patterns | June McEnroe | 2020-03-31 |