Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | Merge branch 'integrate/0.8.20' | ailin-nemui | |
2016-09-21 | Merge branch 'master' into integrate/0.8.20 | ailin-nemui | |
2016-09-20 | Merge branch 'quarkslab' | ailin-nemui | |
2016-09-20 | Update NEWS for 0.8.20 | ailin-nemui | |
2016-09-20 | Patches for heap corruption and missing bounds check | ailin-nemui | |
By Gabriel Campana and Adrien Guinet from Quarkslab. | |||
2016-09-19 | Merge pull request #540 from LemonBoy/reset-autorun | ailin-nemui | |
/script reset can now also run the autorun scripts | |||
2016-09-15 | Expose 'cap_toggle' to the perl scripts. | LemonBoy | |
2016-09-14 | tag as 0.8.20 | ailin-nemui | |
2016-09-14 | Merge branch 'quarkslab' | ailin-nemui | |
2016-09-14 | Update NEWS for 0.8.20 | ailin-nemui | |
2016-09-14 | Merge pull request #477 from dennisschagt/master | ailin-nemui | |
Correct error/typo "You"->"Your" in help message | |||
2016-09-14 | Merge pull request #467 from dequis/EAI_SYSTEM | ailin-nemui | |
net_gethosterror: Handle EAI_SYSTEM ("System error") properly | |||
2016-09-14 | Merge pull request #461 from ailin-nemui/fix_squery | ailin-nemui | |
Revert "Removed the obsolete SQUERY and SERVLIST commands" | |||
2016-09-14 | Merge pull request #515 from LemonBoy/signal-proto | ailin-nemui | |
Correct the prototype for the 'message private' signal. | |||
2016-09-14 | Merge pull request #518 from vague666/hilight_help | dx | |
Wrong order in the arguments in /hilight example, -mask doesn't take … | |||
2016-09-14 | Merge pull request #529 from ailin-nemui/issue500 | ailin-nemui | |
fix nick->host == NULL crash | |||
2016-09-14 | Merge pull request #533 from dequis/statusmess | LemonBoy | |
Set the default STATUSMSG to @ instead of @+ if it's missing | |||
2016-09-13 | Merge pull request #516 from LemonBoy/comp-file | ailin-nemui | |
Fix the tab completion for paths starting with ./ | |||
2016-09-13 | Merge pull request #543 from LemonBoy/script-error-message | ailin-nemui | |
Make sure to make a copy of ERRSV content. | |||
2016-09-13 | Make sure to make a copy of ERRSV content. | LemonBoy | |
Otherwise we might end up showing an empty message. Fixes #522. | |||
2016-09-13 | Expose the CAP fields to the perl scripts. | LemonBoy | |
2016-09-11 | Merge pull request #535 from irssi/ailin-nemui-install-local-lib | dx | |
Update INSTALL to reflect perl changes | |||
2016-09-11 | Document the addition of the -autorun switch for /script reset. | LemonBoy | |
2016-09-11 | Add a '-autorun' switch to /script reset | LemonBoy | |
This way we reload all the scripts in the autorun folder. | |||
2016-09-04 | Merge pull request #533 from dequis/statusmess | LemonBoy | |
Set the default STATUSMSG to @ instead of @+ if it's missing | |||
2016-08-29 | SASL: handle fragmentation | Kenny Root | |
The IRCv3 SASL extension says that AUTHENTICATION payloads of exactly 400 bytes in length indicate that the message is fragmented and will continue in a subsequent message. Handle the reassembly and splitting of these messages so that we are compliant with the specification. | |||
2016-08-29 | Update INSTALL | ailin-nemui | |
2016-08-25 | Merge pull request #529 from ailin-nemui/issue500 | ailin-nemui | |
fix nick->host == NULL crash | |||
2016-08-24 | Set the default STATUSMSG to @ instead of @+ if it's missing | dequis | |
This fixes two issues: - IRCNet doesn't have STATUSMSG, but it supports +channels, and including + in the default value meant processing those incorrectly - The "bahamut hack", for old servers that support but don't advertise STATUSMSG, didn't work since ischannel_func doesn't use the default. The choice of @ intentionally leaves out support for other STATUSMSG (for example, AzzurraNet's bahamut 1.4 fork seemed to support + and % in any order, contradicting the comment in the code). I think this is a decent tradeoff, given how those servers are uncommon and relying on +# or %# is even less common than @#. Fixes #531 | |||
2016-08-24 | Merge pull request #532 from LemonBoy/x1x2 | ailin-nemui | |
Fix an OOB access in the cutbuffer implementation. | |||
2016-08-24 | Fix an OOB access in the cutbuffer implementation. | LemonBoy | |
2016-08-22 | fix nick->host == NULL crash | ailin-nemui | |
2016-08-14 | Merge pull request #526 from ailin-nemui/ax-dummy | ailin-nemui | |
remove broken dummy mode | |||
2016-08-14 | Merge pull request #525 from ailin-nemui/issue522 | ailin-nemui | |
fix use after free in expando error | |||
2016-08-12 | remove broken dummy mode | ailin-nemui | |
2016-08-12 | fix use after free in expando error | ailin-nemui | |
2016-08-11 | Merge pull request #521 from ailin-nemui/ax_curses2 | ailin-nemui | |
remove curses terminal and ncurses macro | |||
2016-08-04 | remove curses terminal and ncurses macro | ailin-nemui | |
2016-07-17 | Merge pull request #518 from vague666/hilight_help | dx | |
Wrong order in the arguments in /hilight example, -mask doesn't take … | |||
2016-07-17 | Wrong order in the arguments in /hilight example, -mask doesn't take a parameter | Jari Matilainen | |
2016-07-13 | Merge pull request #517 from LemonBoy/unignore | ailin-nemui | |
Minor cosmetic fix in /unignore error message. | |||
2016-07-12 | Minor cosmetic fix in /unignore error message. | LemonBoy | |
Reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577202 | |||
2016-07-12 | Fix the tab completion for paths starting with ./ | LemonBoy | |
2016-07-12 | Merge pull request #512 from LemonBoy/coderef | ailin-nemui | |
Allow Irssi::signal_remove to work properly with coderefs | |||
2016-07-12 | Merge pull request #515 from LemonBoy/signal-proto | ailin-nemui | |
Correct the prototype for the 'message private' signal. | |||
2016-07-12 | Correct the prototype for the 'message private' signal. | LemonBoy | |
2016-07-12 | Allow Irssi::signal_remove to work properly with coderefs | Tom Feist | |
2016-06-26 | Such draft. Very wow. | LemonBoy | |
2016-06-26 | Avoid entering an endless loop while traversing the channel list | LemonBoy | |
2016-06-26 | Some small adjustments to the netsplit code. | LemonBoy | |
By making the signal handler hooked to the "print starting" event smarter we can avoid dumping the whole netsplit stats for every server/channel when a message arrives. Issue #420 |