summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-15Expose 'cap_toggle' to the perl scripts.LemonBoy
2016-09-14tag as 0.8.20ailin-nemui
2016-09-14Merge branch 'quarkslab'ailin-nemui
2016-09-14Update NEWS for 0.8.20ailin-nemui
2016-09-14Merge pull request #477 from dennisschagt/masterailin-nemui
Correct error/typo "You"->"Your" in help message
2016-09-14Merge pull request #467 from dequis/EAI_SYSTEMailin-nemui
net_gethosterror: Handle EAI_SYSTEM ("System error") properly
2016-09-14Merge pull request #461 from ailin-nemui/fix_squeryailin-nemui
Revert "Removed the obsolete SQUERY and SERVLIST commands"
2016-09-14Merge pull request #515 from LemonBoy/signal-protoailin-nemui
Correct the prototype for the 'message private' signal.
2016-09-14Merge pull request #518 from vague666/hilight_helpdx
Wrong order in the arguments in /hilight example, -mask doesn't take …
2016-09-14Merge pull request #529 from ailin-nemui/issue500ailin-nemui
fix nick->host == NULL crash
2016-09-14Merge pull request #533 from dequis/statusmessLemonBoy
Set the default STATUSMSG to @ instead of @+ if it's missing
2016-09-13Merge pull request #516 from LemonBoy/comp-fileailin-nemui
Fix the tab completion for paths starting with ./
2016-09-13Merge pull request #543 from LemonBoy/script-error-messageailin-nemui
Make sure to make a copy of ERRSV content.
2016-09-13Make sure to make a copy of ERRSV content.LemonBoy
Otherwise we might end up showing an empty message. Fixes #522.
2016-09-13Expose the CAP fields to the perl scripts.LemonBoy
2016-09-11Merge pull request #535 from irssi/ailin-nemui-install-local-libdx
Update INSTALL to reflect perl changes
2016-09-11Document the addition of the -autorun switch for /script reset.LemonBoy
2016-09-11Add a '-autorun' switch to /script resetLemonBoy
This way we reload all the scripts in the autorun folder.
2016-09-04Merge pull request #533 from dequis/statusmessLemonBoy
Set the default STATUSMSG to @ instead of @+ if it's missing
2016-08-29SASL: handle fragmentationKenny 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-29Update INSTALLailin-nemui
2016-08-25Merge pull request #529 from ailin-nemui/issue500ailin-nemui
fix nick->host == NULL crash
2016-08-24Set the default STATUSMSG to @ instead of @+ if it's missingdequis
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-24Merge pull request #532 from LemonBoy/x1x2ailin-nemui
Fix an OOB access in the cutbuffer implementation.
2016-08-24Fix an OOB access in the cutbuffer implementation.LemonBoy
2016-08-22fix nick->host == NULL crashailin-nemui
2016-08-14Merge pull request #526 from ailin-nemui/ax-dummyailin-nemui
remove broken dummy mode
2016-08-14Merge pull request #525 from ailin-nemui/issue522ailin-nemui
fix use after free in expando error
2016-08-12remove broken dummy modeailin-nemui
2016-08-12fix use after free in expando errorailin-nemui
2016-08-11Merge pull request #521 from ailin-nemui/ax_curses2ailin-nemui
remove curses terminal and ncurses macro
2016-08-04remove curses terminal and ncurses macroailin-nemui
2016-07-17Merge pull request #518 from vague666/hilight_helpdx
Wrong order in the arguments in /hilight example, -mask doesn't take …
2016-07-17Wrong order in the arguments in /hilight example, -mask doesn't take a parameterJari Matilainen
2016-07-13Merge pull request #517 from LemonBoy/unignoreailin-nemui
Minor cosmetic fix in /unignore error message.
2016-07-12Minor cosmetic fix in /unignore error message.LemonBoy
Reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577202
2016-07-12Fix the tab completion for paths starting with ./LemonBoy
2016-07-12Merge pull request #512 from LemonBoy/coderefailin-nemui
Allow Irssi::signal_remove to work properly with coderefs
2016-07-12Merge pull request #515 from LemonBoy/signal-protoailin-nemui
Correct the prototype for the 'message private' signal.
2016-07-12Correct the prototype for the 'message private' signal.LemonBoy
2016-07-12Allow Irssi::signal_remove to work properly with coderefsTom Feist
2016-06-26Such draft. Very wow.LemonBoy
2016-06-26Avoid entering an endless loop while traversing the channel listLemonBoy
2016-06-26Some 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
2016-06-26Merge pull request #501 from ailin-nemui/more-crashLemonBoy
check for NULL in statusbar_more_updated
2016-06-25check for NULL in statusbar_more_updatedailin-nemui
fixes crash due to invalid access of active_win members when the more indicator is triggered without an active window
2016-06-24Merge pull request #496 from ailin-nemui/compailin-nemui
completion fixes
2016-06-21Merge pull request #498 from vague666/add_modify_functionsLemonBoy
Add modify to /channel, /server and /network
2016-06-21use TRUE/FALSE in if statements for gbooleanJari Matilainen
2016-06-19Fix minor nitsJari Matilainen