Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-08 | Merge pull request #233 from dgl/hilight-fix | Alexander Færøy | |
Make sure NO_ACT isn't cleared when -actcolor %n is used | |||
2015-04-07 | Add SNI support | Adam | |
2015-04-07 | Make sure NO_ACT isn't cleared when -actcolor %n is used | David Leadbeater | |
Fixes issue #227. | |||
2015-03-01 | Merge pull request #217 from Lohhari/lastlog-date | Alexander Færøy | |
Added a -date parameter to /lastlog to prepend each row with the ... | |||
2015-02-17 | Merge pull request #225 from dequis/silence-unused-value-warnings | Alexander Færøy | |
Silence unused value warnings in perl binding code | |||
2015-02-16 | Merge pull request #115 from ailin-nemui/fix-hat-key | Alexander Færøy | |
Make ^ key and Ctrl+^ key usable with /BIND | |||
2015-02-16 | Silence unused value warnings in perl binding code | dequis | |
sed -i 's/hv_store/(void) &/' This only results in a warning in older gcc versions, but that includes the one used in the Travis CI environment by default | |||
2015-02-16 | lastlog.c is a mix of tab and space indentation. My changes now use tabs. | Vesa Pirila | |
2015-02-08 | accept freenode extbans in /ban [#150] | mauke | |
2015-02-08 | Added customization possibility for the lastlog date format, lastlog_date | Vesa Pirila | |
2015-02-08 | Added a -date parameter to /lastlog to prepend each row with the row's date | Vesa Pirila | |
2015-01-17 | Do not let the ctcp action of an inital query go into the status window. | KindOne | |
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 | 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-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 | Check for unix sockets when reconnecting | Guillaume BROGI | |
2014-11-20 | Correctly parse unix sockets servers in the config | Guillaume BROGI | |
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-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-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-15 | Disable SSLv3 | Alexander Færøy | |
2014-10-11 | Remove unnecessary NULL check | Alexander Færøy | |
Fixes: #135 | |||
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 | 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-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 | |||
2014-08-05 | Syntax rewrite of U-Z commands | Geert Hauwaerts | |
Rewrote the syntax documentation of U-Z commands. | |||
2014-08-05 | Merge pull request #118 from ailin-nemui/mirc_blink_fix-fix | Alexander Færøy | |
fix mirc_blink_fix | |||
2014-08-05 | Fix rawlog saving after dac67a5 broke it | David Leadbeater | |
2014-07-31 | fix mirc_blink_fix | Ailin Nemui | |
the background colours were totally off with mirc_blink_fix enabled. oops. reported by wodim | |||
2014-07-30 | Merge pull request #112 from ailin-nemui/italics-exception | Geert Hauwaerts | |
fix rules for italics emphasis | |||
2014-07-30 | Removed the obsolete SQUERY and SERVLIST commands | Geert Hauwaerts | |
Removed the obsolete SQUERY and SERVLIST commands. |