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 | Merge pull request #234 from Adam-/master+sni | Alexander Færøy | |
Add SNI support | |||
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-21 | Merge pull request #226 from ailin-nemui/scriptassist | Alexander Færøy | |
Sync from scripts: Fix scriptassist broken on unload | |||
2015-02-20 | Fix scriptassist broken on unload | Ailin Nemui | |
This is a regression introduced in c5ad61b4b0166f7cb769f23dfece2a5d4e62bd6e where one `defined' statement got removed in error while cleaning up warnings. | |||
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-17 | Merge pull request #124 from dgl/git-version | Alexander Færøy | |
Include commit and if the tree is dirty in builds of -head versions | |||
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 | Merge pull request #218 from mauke/patch-1 | Alexander Færøy | |
accept freenode extbans in /ban [#150] | |||
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-02-01 | Merge pull request #214 from pierrot14/master | Geert Hauwaerts | |
Fix comment in default.theme: msgownnick -> ownnick | |||
2015-02-01 | Fix comment in default.theme: msgownnick -> ownnick | Pablo Martín Báez Echevarría | |
2015-02-01 | Merge pull request #213 from ailin-nemui/patch-1 | Geert Hauwaerts | |
Fix the lastlog help | |||
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. |