Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | Merge pull request #866 from ailin-nemui/reconnects | ailin-nemui | |
This is a simple change which might fix #130 The lookup_servers are also disconnected if the lookup/SSL handshake doesn't succeed in time. I'm not perfectly sure if this is the master fix but it does seem to be an issue that servers can be stuck in lookup, especially for SSL. See the issue for a reproducer | |||
2018-03-31 | Merge pull request #854 from irssi/ahf/otr | ailin-nemui | |
OTR support, take 2 | |||
2018-03-29 | also reconnect lookup_servers | ailin-nemui | |
2018-03-23 | fix build with LibreSSL 2.7.0 | Dorian Harmans | |
2018-03-20 | Merge pull request #803 from ailin-nemui/bug-796-test | ailin-nemui | |
Postpone server cleanup until after unref | |||
2018-03-09 | More g_strcmp0 -> g_ascii_strcasecmp | LemonBoy | |
2018-03-08 | Compare channels/networks fields case-insensitively | LemonBoy | |
Fixes #856 | |||
2018-02-26 | Add OTR support. | Alexander Færøy | |
This patch adds support for the OTR protocol to irssi. This is an import of the external irssi-otr project that we are now taking over maintership for. Major thanks to the original authors of Irssi-OTR: Uli Meis and David Goulet. Thanks to the OTR community in #OTR on OFTC, thanks to everyone who have helped testing the patches and submitted UI suggestions. | |||
2018-02-14 | limit alignment padding to a screenful | ailin-nemui | |
Credit to Oss-Fuzz | |||
2018-02-13 | improve padding performance | ailin-nemui | |
Credit to Oss-Fuzz | |||
2018-02-05 | Merge pull request #775 from LemonBoy/caps_kv | ailin-nemui | |
CAP 3.2 support | |||
2018-01-25 | fix sequence error | Ailin Nemui | |
2018-01-25 | Do not use X509_STORE on OpenSSL < 1.0.2 | Ailin Nemui | |
2018-01-24 | Deprecate gslist_remove_string | LemonBoy | |
It is not used anymore and it leaks memory. | |||
2018-01-07 | Properly dispose the GSList chains | LemonBoy | |
We forgot to free the link and the data, oops. | |||
2018-01-07 | Merge pull request #746 from ailin-nemui/hide-lines | ailin-nemui | |
Add method to hide lines in a view | |||
2018-01-06 | fix uaf in signal path | ailin-nemui | |
2018-01-05 | fix crash in notifylist | ailin-nemui | |
2018-01-04 | Merge branch 'fix-gl-21' into 'security' | Nei | |
check if \\c is complete in eval See merge request irssi/irssi!26 | |||
2018-01-04 | Postpone server cleanup until after unref | ailin-nemui | |
Add a new signal, server destroyed, that is supposed to run the clean up tasks of server disconnected. This is so that some structures will stay around longer. | |||
2018-01-03 | disable variable arguments code | ailin-nemui | |
2018-01-03 | check if \\c is complete in eval | ailin-nemui | |
2017-11-30 | move decls before code | ailin-nemui | |
2017-11-30 | fix comments | ailin-nemui | |
2017-11-26 | Merge branch 'master' into hide-lines | ailin-nemui | |
2017-11-10 | use enum | ailin-nemui | |
2017-11-01 | show initial nick and name on first start | ailin-nemui | |
2017-10-23 | Merge pull request #770 from horgh/horgh/rm-unused-function | ailin-nemui | |
Remove a couple unused functions | |||
2017-10-20 | Make split functions return an array with NULL instead of NULL | Joseph Bisch | |
This avoids undefined behavior in functions that call these split functions and expect an array back instead of just a NULL pointer. | |||
2017-10-20 | Revert "Don't proceed with cmd_msg if there was an error splitting msg" | Joseph Bisch | |
This reverts commit bd83852d646de28f2e0fe01efe7c9236aa4074d4. | |||
2017-10-20 | Don't proceed with cmd_msg if there was an error splitting msg | Joseph Bisch | |
There may be cases (such as if target or server->nick is very long) where the split_message function returns NULL, indicating an error. To avoid a potential segfault, we now check to see if splitmsgs is NULL. | |||
2017-10-13 | Mark net_ip_compare() deprecated | Will Storey | |
2017-10-13 | Revert "Delete unused function net_ip_compare()" | Will Storey | |
This reverts commit cb5f3cba1f2b5dbad67bcc107f3fe4a1875cc52d. | |||
2017-10-13 | Merge pull request #769 from horgh/horgh/error-check-server-connect | ailin-nemui | |
Set host to an empty string on error | |||
2017-10-11 | Silence down a warning that would appear on "/away" in Capability mode. | Edward Tomasz Napierala | |
2017-10-11 | Sort Capsicum headers. | Edward Tomasz Napierala | |
2017-10-11 | Improve Capsicum stdio limits to fix terminal state on exit. | Edward Tomasz Napierala | |
2017-10-11 | Bump default capsicum_port_max to 9999. | Edward Tomasz Napierala | |
This is needed for servers like ssl.efnet.org, which, per default config, listen on 9999. | |||
2017-10-10 | Always initialize the host string | Will Storey | |
This also removes a wordy comment | |||
2017-10-09 | Delete unused function net_connect() | Will Storey | |
2017-10-09 | Delete commented out CYGWIN define | Will Storey | |
2017-10-09 | Delete unused function net_ip_compare() | Will Storey | |
2017-10-09 | Set host to an empty string on error | Will Storey | |
While investigating #317, I noticed that it was possible we would access an uninitialized buffer due to failing to check the return value of net_ip2host(). This is done in several places. To make such uses safe, set the host buffer to an empty string on error. It is possible callers could be improved by handling the error in each spot, but this gives us some safety. | |||
2017-10-07 | Limit capsicum rights to stdio. | Edward Tomasz Napierala | |
This requires FreeBSD fix (https://reviews.freebsd.org/D12622) to work properly. | |||
2017-09-21 | hidden lines | ailin-nemui | |
2017-09-15 | Merge pull request #755 from trasz/capsicum | ailin-nemui | |
Get rid of the zombies in Capsicum capability mode. | |||
2017-09-12 | Get rid of the zombies in Capsicum capability mode. | Edward Tomasz Napierala | |
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org> | |||
2017-09-11 | Restore compatibility with old OpenSSL versions | LemonBoy | |
Let's implement X509_STORE_up_ref on our own. | |||
2017-09-11 | Increment the X509_STORE refcount during the connection | LemonBoy | |
OpenSSL doesn't increment the reference count when the store is assigned to a SSL_CTX. | |||
2017-09-10 | Merge pull request #735 from trasz/capsicum | ailin-nemui | |
Add Capsicum support |