Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | Bump the ABI version | LemonBoy | |
Since a new format has been added. | |||
2016-03-19 | Throw an error when a chatnet has no available url | LemonBoy | |
If you type /connect <CN> and the chatnet <CN> has no url available let's just throw an error instead of trying to process <CN> as a url. | |||
2016-03-19 | Make ischannel_func return false for empty strings | LemonBoy | |
2016-03-17 | Don't use glob matching, just regular string comparisons | Jari Matilainen | |
2016-03-17 | Do not assume any default value for statusmsg. | LemonBoy | |
If the server didn't send it then just skip the check, the old value it defaulted to was possibly overlapping with the CHANTYPES leading to an incorrect behaviour. Fixes #435. | |||
2016-03-17 | Merge pull request #439 from horgh/ssl-errors | TheLemonMan | |
Clear error queue before SSL I/O operations | |||
2016-03-17 | Merge pull request #438 from dequis/sasl-timeout-disconnect | ailin-nemui | |
Remove sasl timeout source when the server disconnects | |||
2016-03-16 | Merge pull request #441 from KindOne-/master | ailin-nemui | |
Replace spaces with tabs | |||
2016-03-14 | Replace spaces with tabs | KindOne | |
2016-03-14 | Merge pull request #440 from vague666/strarray_find_bugfix | Giuseppe | |
Return -1 from null-test to comply with the rest of strarray_find | |||
2016-03-14 | Use glob matching for activity_hide_targets | Jari Matilainen | |
spaces vs tabs! strarray_find* needs to return -1 if no index found | |||
2016-03-14 | Return -1 from null-test to comply with the rest of strarray_find | Jari Matilainen | |
2016-03-13 | Add clear error calls to irssi_ssl_get_iochannel | Will Storey | |
2016-03-13 | Clear error queue before SSL I/O operations | Will Storey | |
Otherwise we can see errors that are not related to the operation we check for. SSL_get_error() inspects the thread's error queue. See https://www.openssl.org/docs/manmaster/ssl/SSL_get_error.html for more information. | |||
2016-03-11 | Remove sasl timeout source when the server disconnects | dequis | |
2016-03-08 | Merge pull request #432 from grawity/fix-external | Giuseppe | |
fix SASL EXTERNAL | |||
2016-03-08 | Merge pull request #426 from Manishearth/paste-split | ailin-nemui | |
Make pasting warning appear when long pastes are going to be split into many lines | |||
2016-03-08 | Fix SASL EXTERNAL authentication | Mantas Mikulėnas | |
The "AUTHENTICATE" command is always required – it's part of the IRCv3 SASL framing. RFC 4422 only documents the Base64 payload. | |||
2016-03-02 | Merge pull request #427 from mauke/irssiproxy-unix-sockets | ailin-nemui | |
irssi proxy: allow listening on unix sockets | |||
2016-03-02 | irssi proxy: allow listening on unix sockets | Lukas Mai | |
2016-03-02 | reindent | Lukas Mai | |
2016-02-29 | Merge tag '0.8.18' | ailin-nemui | |
master now on 0.8.19-head | |||
2016-02-26 | Merge pull request #428 from mauke/irssiproxy-multiplex-2 | ailin-nemui | |
fix proxy server name | |||
2016-02-26 | fix proxy server name | Lukas Mai | |
2016-02-24 | Merge pull request #425 from mauke/irssiproxy-multiplex | ailin-nemui | |
irssi proxy: allow multiplexing multiple networks over a single port | |||
2016-02-24 | Make pasting warning appear when long pastes are going to be split into many ↵ | Manish Goregaokar | |
lines | |||
2016-02-24 | use a #define'd LINE_SPLIT_LIMIT instead of hardcoding 400 | Manish Goregaokar | |
2016-02-18 | remove redundant check | Lukas Mai | |
2016-02-18 | make pointer check explicit | Lukas Mai | |
2016-02-18 | add some documentation | Lukas Mai | |
2016-02-18 | irssi proxy: allow multiplexing multiple networks over a single port | Lukas Mai | |
2016-02-18 | fix formatting | Lukas Mai | |
2016-02-18 | Merge pull request #414 from toddpratt/master | ailin-nemui | |
add an append operation to cut buffer handling | |||
2016-02-10 | fix whitespace | Todd A. Pratt | |
2016-02-10 | Merge branch 'master' of github.com:irssi/irssi | Todd A. Pratt | |
2016-02-08 | tag as 0.8.18 | ailin-nemui | |
2016-02-08 | sync docs | ailin-nemui | |
2016-02-08 | sync scriptassist.pl | ailin-nemui | |
2016-02-07 | Merge pull request #415 from lanurmi/gitattributes | ailin-nemui | |
Add .gitattributes to ensure all shell scripts have LF as eol-style. | |||
2016-02-05 | Merge pull request #413 from dequis/completion-list-crash-fix | ailin-nemui | |
completion: Fix crash when the complist provided by a script has nulls | |||
2016-02-04 | Merge branch 'master' of github.com:irssi/irssi | Todd A. Pratt | |
2016-02-03 | Merge pull request #410 from LemonBoy/getaddrinfo-v6-flag | ailin-nemui | |
Getaddrinfo v6 flag | |||
2016-01-31 | Add .gitattributes to ensure all shell scripts have LF as eol-style. | Lauri Nurmi | |
Some Git clients on Windows may use CRLF otherwise, which effectively prevents running such scripts. | |||
2016-01-30 | remove memory allocation check, spaces to tabs | Todd A. Pratt | |
2016-01-30 | add an append operation to cut buffer handling | Todd A. Pratt | |
2016-01-29 | completion: Fix crash when the complist provided by a script has nulls | dequis | |
Can be reproduced with aspell_complete.pl 1.00 by setting an invalid dictionary with "/set spell_dict a" | |||
2016-01-29 | Merge pull request #409 from LemonBoy/reverse-lookup-flags | ailin-nemui | |
Reverse lookup flags | |||
2016-01-29 | Merge pull request #407 from irssi/ailin-nemui-perl-bugs | ailin-nemui | |
Mention known Perl Bugs in perl.txt | |||
2016-01-29 | Merge pull request #408 from LemonBoy/delete-ipv6-ifdef | ailin-nemui | |
Delete the HAVE_IPV6 ifdef. | |||
2016-01-27 | Add AI_ADDRCONFIG to the getaddrinfo hints. | LemonBoy | |
A first step to untangle the ipv4 vs ipv6 mess. At the time of writing Linux, OpenBSD and FreeBSD all support the AI_ADDRCONFIG flag. |