summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-03tag as 0.8.21ailin-nemui
2017-01-03Merge branch 'security' into 'master'ailin-nemui
See merge request !7
2016-09-26Merge pull request #548 from ailin-nemui/buf-fixailin-nemui
sync buf.pl
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-06-07Merge pull request #484 from LemonBoy/sasl-misc-adjailin-nemui
Correct the name of the emitted signal.
2016-06-07Merge pull request #485 from ailin-nemui/bdo826525ailin-nemui
Do not crash on OPTCHAN when item has no server
2016-03-23tag as 0.8.19ailin-nemui
2016-03-23Make use of terminal application keys configurableailin-nemui
adds a new setting term_appkey_mode which can enable or disable the use of keyboard transmit (application keys) mode. Fixes #430
2016-03-23Merge pull request #458 from ailin-nemui/fix_449ailin-nemui
Properly toggle bracketed paste mode on stop/cont
2016-03-23Merge pull request #457 from ailin-nemui/fix_450ailin-nemui
fix race condition in terminal init
2016-03-23Merge pull request #447 from ailin-nemui/fix_dcc_helpailin-nemui
correct quoting in /help dcc
2016-03-23Merge pull request #446 from ailin-nemui/fix_445ailin-nemui
strip less whitespace from commands
2016-03-23Merge pull request #442 from LemonBoy/fix-435ailin-nemui
Do not assume any default value for statusmsg.
2016-03-23Merge pull request #444 from LemonBoy/timeout-idailin-nemui
Use 0 as a sentinel value for sasl_timeout
2016-03-23Merge pull request #439 from horgh/ssl-errorsTheLemonMan
Clear error queue before SSL I/O operations
2016-03-23Merge pull request #438 from dequis/sasl-timeout-disconnectailin-nemui
Remove sasl timeout source when the server disconnects
2016-03-23Merge pull request #432 from grawity/fix-externalGiuseppe
fix SASL EXTERNAL
2016-03-23Merge pull request #407 from irssi/ailin-nemui-perl-bugsailin-nemui
Mention known Perl Bugs in perl.txt
2016-03-23Merge pull request #405 from LemonBoy/serialize-channel-namedx
Serialize the 'name' attribute of the CHANNEL_REC.
2016-03-23set version to 0.8.18a-headailin-nemui
2016-02-08tag as 0.8.18ailin-nemui
2016-02-08sync docsailin-nemui
2016-02-08sync scriptassist.plailin-nemui
2016-01-12Merge branch '0.8.18-beta1' into 0.8.18-beta2ailin-nemui
2016-01-12Merge branch '0.8.18-beta1' (early part) into 0.8.18-beta2ailin-nemui
2016-01-11Merge pull request #393 from ailin-nemui/moduleversion-perlailin-nemui
forward ABI to perl modules
2016-01-11Merge pull request #394 from ailin-nemui/reset-historyailin-nemui
option to clear the history
2016-01-11Merge pull request #389 from ailin-nemui/hilight2-upailin-nemui
keep track of address in text_dest for hilight purposes
2016-01-11Merge pull request #390 from LemonBoy/ignore-findailin-nemui
Clean up the ignore_find API to make it more powerful.
2016-01-08Merge pull request #396 from mauke/masterailin-nemui
make /knockout use /unban to remove bans
2016-01-08make /knockout use /unban to remove bansLukas Mai
/knockout uses /ban to set bans but calls ban_remove() directly to remove them. This commit makes it use /unban instead. This allows scripts that hook ban/unban to work automatically with /knockout.
2016-01-08Merge pull request #395 from mauke/masterailin-nemui
irc/core/irc-commands.c: fix indentation
2016-01-08irc/core/irc-commands.c: fix indentationLukas Mai
2016-01-08reorder history add and fixesailin-nemui
2016-01-08option to clear the historyailin-nemui
2016-01-07forward ABI to perl modulesailin-nemui
2016-01-06Merge pull request #392 from mauke/masterailin-nemui
irssiproxy: avoid using pointer after freeing it
2016-01-06irssiproxy: avoid using pointer after freeing itLukas Mai
2016-01-03Don't break the API.LemonBoy
Have a ignore_find_full method that is the one that all the new code should be using and provide some working stubs for ignore_find and ignore_find_noact.
2016-01-03Clean up the ignore_find API to make it more powerful.LemonBoy
This way we prevent the creation of duplicate ignores since the old code skipped the ignore_find call when a pattern was specified. It should also cover all the cases where the ignores would be wrongly overwritten, such as the case outlined in #78.
2015-12-28keep track of address in text_dest for hilight purposesailin-nemui