Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-01 | Fix the lastlog help | ailin-nemui | |
Correct some confusing inaccuracies and document a parameters that got lost on the rewrite. | |||
2015-01-31 | Merge pull request #212 from dequis/lastleg | Geert Hauwaerts | |
/help lastlog: Clarify usage of -<level> parameter | |||
2015-01-31 | /help lastlog: Clarify usage of -<level> parameter | dequis | |
2015-01-17 | Merge pull request #204 from KindOne-/master | Alexander Færøy | |
Do not let the ctcp action of an inital query go into the status window. | |||
2015-01-17 | Do not let the ctcp action of an inital query go into the status window. | KindOne | |
2015-01-13 | Merge pull request #202 from incognico/remove-splitlong-pl | Geert Hauwaerts | |
Remove splitlong.pl, it is enabled natively (#1) | |||
2015-01-13 | Remove splitlong.pl, it is enabled natively (#1) | Nico R. Wohlgemuth | |
2015-01-05 | Merge pull request #191 from dgl/config-error | Alexander Færøy | |
Die if the wrong type of node is found when traversing config | |||
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-16 | Die if the wrong type of node is found when traversing config | David Leadbeater | |
Fixes issue #187. It's a bit annoying this can't do anything other than exit, however as there's no schema for the config it's only possible to validate on use. This level of config can't be accessed from Perl so a script can't cause Irssi to die (via this method at least). | |||
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 | |