| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | strip_colour: Strip '\x11' (monospace) and '\x1e' (strikethrough)•••Also clarify the comment: this function strips more than just colours. | 2023-01-03 | 1 | -1/+3 | |
| * | Innovation by sed | 2020-10-15 | 1 | -1/+1 | |
| * | strip_unprintable: clarify type conversion•••This type conversion is more easily shown to work as intended than the conversion introduced in 9dcb9e169. | 2019-10-06 | 1 | -4/+4 | |
| * | Fix strip_unprintable on high bit bytes | 2019-10-06 | 1 | -3/+3 | |
| * | strip_colour: Strip '\x0F' (^O, formatting off)•••Reported by ssbr on freenode: chmode +c doesn't strip ^O, which turns off all previous formatting. This can cause clients that internally use mIRC formatting to render messages weirdly, e.g. highlighted messages in HexChat: <https://i.imgur.com/eDX8Aif.png>. | 2014-04-17 | 1 | -0/+1 | |
| * | strip_colour: Prefer IsDigit to isdigit.•••Unlike isdigit, IsDigit can safely be applied to 'char's. Arguments to isdigit needs a character cast to 'unsigned char' or EOF. | 2012-03-15 | 1 | -8/+8 | |
| * | When stripping colour/control codes, also strip \004.•••Some clients such as irssi interpret \004 as colour or other markup. | 2012-03-15 | 1 | -0/+1 | |
| * | Add strip_unprintable, a function that strips all unprintable characters from... | 2010-12-09 | 1 | -0/+44 | |
| * | strip_colour(): strip ASCII 29 (mIRC 7 italics). | 2010-06-19 | 1 | -0/+1 | |
| * | Remainder of irc_string.* is moved to new inline/stringops.h. | 2008-04-20 | 1 | -0/+80 |
