Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-05 | Merge pull request #152 from sebth/master | Alexander Færøy | |
Try to split long lines on spaces | |||
2014-12-16 | Merge pull request #164 from ailin-nemui/fix-ansi-reset | Alexander Færøy | |
Fix reset of attributes with ansi | |||
2014-12-16 | Merge pull request #133 from pjcj/master | Alexander Færøy | |
Speed up /reload when there are many ignores. | |||
2014-12-16 | Merge pull request #189 from dequis/colorless-green-ideas-blink-furiously | Alexander Færøy | |
Fix blinking/bold text in terminals with no color support | |||
2014-12-16 | Merge pull request #107 from mmuman/lynx-references | Alexander Færøy | |
Include references when generating FAQ with Lynx | |||
2014-12-16 | Merge pull request #108 from mmuman/buildsystem-cleanup | Alexander Færøy | |
Buildsystem cleanup | |||
2014-12-14 | Fix blinking/bold text in terminals with no color support | dequis | |
Before this, doing "TERM=vt100 irssi" showed all text as bold and blinking because of a failed check of window->term->TI_colors that was doing (value & 8) and not expecting a value of 0. The changed lines themselves look a bit weird, but they make more sense in the context of the original commit, 96a292d4. | |||
2014-12-11 | Merge pull request #92 from ailin-nemui/travis-perlbrew-up | Alexander Færøy | |
test newer perls now available on travis | |||
2014-12-08 | Documentation fix for #185 | Geert Hauwaerts | |
Documentation fix for #185 | |||
2014-12-06 | Merge pull request #161 from anadrome/patch-1 | Alexander Færøy | |
Update old bug URLs | |||
2014-12-06 | Merge pull request #162 from dequis/self-messages | Alexander Færøy | |
Receive 'self messages' in the right query window | |||
2014-12-06 | Merge pull request #171 from vlajos/typofixes-vlajos-20141108 | Alexander Færøy | |
typo fixes - https://github.com/vlajos/misspell_fixer | |||
2014-12-03 | Merge pull request #178 from guiniol/master | Geert Hauwaerts | |
Correctly parse unix sockets servers in the config | |||
2014-12-03 | Check for unix sockets when reconnecting | Guillaume BROGI | |
2014-11-26 | Merge pull request #176 from dequis/ssl-pass-doc-fix | Geert Hauwaerts | |
Fix -ssl_pass documentation in /server and /connect | |||
2014-11-20 | Correctly parse unix sockets servers in the config | Guillaume BROGI | |
2014-11-14 | Fix -ssl_pass documentation in /server and /connect | dequis | |
Copied text from 68f8229 (SVN r5231) | |||
2014-11-08 | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | |
2014-10-28 | Fix reset of attributes with ansi | Ailin Nemui | |
reported by Christopher Ohlsson (dmnc) | |||
2014-10-27 | Merge pull request #163 from lewellyn/patch-1 | Alexander Færøy | |
Remove duplicate example from ignore.in | |||
2014-10-27 | Remove duplicate example from ignore.in | Matt Lewandowsky | |
Duplicated line inserted in commit 66f5fb6. Reported by @sharethebug on IRC. | |||
2014-10-26 | Receive 'self messages' in the right query window | dequis | |
Original patch by hondza <sedaj2@gmail.com>, from FS#833. I applied several needed style changes, and rebased to current HEAD. This implements the IRCv3.2 self-message extension partially (we can't announce its support through CAP yet). This is also the format used by the 'privmsg' znc module, and is already implemented by several other clients. | |||
2014-10-25 | Update old bug URLs | mjn | |
At some point in the past few years, Flyspray changed its URL scheme from id=nnn to task_id=nnn, which broke some old comments in the source. Update those comments to URLs that still work. | |||
2014-10-20 | Merge pull request #155 from dgl/server-remove | tomaw | |
Actually fix the params for /SERVER REMOVE | |||
2014-10-20 | Actually fix the params for /SERVER REMOVE | David Leadbeater | |
2014-10-19 | Try to split long lines on spaces | Sebastian Thorarensen | |
Try to split long lines on spaces to avoid words being splitted. This can be turned off with the option `split_line_on_space'. The code assumes that the terminal encoding has ASCII spaces. | |||
2014-10-16 | Merge pull request #153 from dequis/help-server-remove-fix | Geert Hauwaerts | |
Tiny fix to the param order in the /SERVER REMOVE help | |||
2014-10-15 | Tiny fix to the param order in the /SERVER REMOVE help | dequis | |
2014-10-15 | Add NEWS entry on SSLv3 | Alexander Færøy | |
2014-10-15 | Disable SSLv3 | Alexander Færøy | |
2014-10-11 | Add header for v0.8.18-head | Alexander Færøy | |
2014-10-11 | Remove unnecessary NULL check | Alexander Færøy | |
Fixes: #135 | |||
2014-10-11 | HEAD's now 0.8.18-head. | Alexander Færøy | |
2014-10-11 | Prepare for 0.8.17 | Alexander Færøy | |
2014-10-06 | Merge pull request #147 from ahf/bugfix-143 | Alexander Færøy | |
Fix use-after-free bug with cached settings values | |||
2014-10-01 | Merge pull request #140 from sebth/master | Alexander Færøy | |
Make line splitting fail-safe | |||
2014-10-01 | Merge pull request #142 from dequis/away-with-no-reason | Alexander Færøy | |
irc_server_send_away: don't send empty param if there's no away reason | |||
2014-09-30 | Fix use-after-free bug with cached settings values | Alexander Færøy | |
This patch fixes a couple of use-after-free bugs when caching various string related setting values. Fixes: #143 | |||
2014-09-11 | Merge pull request #144 from jubalh/master | Geert Hauwaerts | |
source cleanup: remove trailing whitespaces | |||
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter | |
2014-09-09 | irc_server_send_away: don't send empty param if there's no away reason | dequis | |
2014-09-01 | Make line splitting fail-safe | Sebastian Thorarensen | |
The userhost Irssi uses for line splitting can in some cases be wrong, for instance when a proxy is used or when a server cloaks the hostname without telling the client. Now Irssi always assumes the userhost is of maximum length. 10 for username (common value) and 63 for hostname (in RFC 2812). | |||
2014-08-31 | Head is now 0.8.17-head. | Alexander Færøy | |
2014-08-31 | Prepare for irssi 0.8.17-rc2. | Alexander Færøy | |
2014-08-26 | Merge pull request #134 from ailin-nemui/missing-printtext-after-signal | Alexander Færøy | |
Add the signal for printtext_after that was missed in the original commit. | |||
2014-08-25 | Add the signal for printtext_after that was missed in the original commit. | Ailin Nemui | |
Now properly sends "gui print text after finished" signal when using the printtext_after API that was fixed after 0.8.16 | |||
2014-08-23 | Speed up /reload when there are many ignores. | Paul Johnson | |
With many ignores (a few thousand) /reload could take so long that connections were dropped. The problem is that nickmatch_rebuild() was being called for every ignore. The easy solution is to only call it once at the end. | |||
2014-08-09 | Merge pull request #123 from ailin-nemui/terminfo-scroll-check-bounds | Alexander Færøy | |
Add bounds check to array access in terminfo driver. | |||
2014-08-09 | Add bounds check to array access in terminfo driver. | Ailin Nemui | |
this fixes a crash due to illegal memory access that can occur if something is printed to the screen on the "terminal resized" handler. It is not clear to me whether this race condition can be triggered by external incoming messages, but it might be better safe than sorry. | |||
2014-08-08 | Merge pull request #109 from cpbills/master | tomaw | |
Fix right aligned statusbar item redrawing |