Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-03 | tag as 0.8.21 | ailin-nemui | |
2017-01-03 | Merge branch 'security' into 'master' | ailin-nemui | |
See merge request !7 | |||
2016-09-26 | Merge pull request #548 from ailin-nemui/buf-fix | ailin-nemui | |
sync buf.pl | |||
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-06-07 | Merge pull request #484 from LemonBoy/sasl-misc-adj | ailin-nemui | |
Correct the name of the emitted signal. | |||
2016-06-07 | Merge pull request #485 from ailin-nemui/bdo826525 | ailin-nemui | |
Do not crash on OPTCHAN when item has no server | |||
2016-03-23 | tag as 0.8.19 | ailin-nemui | |
2016-03-23 | Make use of terminal application keys configurable | ailin-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-23 | Merge pull request #458 from ailin-nemui/fix_449 | ailin-nemui | |
Properly toggle bracketed paste mode on stop/cont | |||
2016-03-23 | Merge pull request #457 from ailin-nemui/fix_450 | ailin-nemui | |
fix race condition in terminal init | |||
2016-03-23 | Merge pull request #447 from ailin-nemui/fix_dcc_help | ailin-nemui | |
correct quoting in /help dcc | |||
2016-03-23 | Merge pull request #446 from ailin-nemui/fix_445 | ailin-nemui | |
strip less whitespace from commands | |||
2016-03-23 | Merge pull request #442 from LemonBoy/fix-435 | ailin-nemui | |
Do not assume any default value for statusmsg. | |||
2016-03-23 | Merge pull request #444 from LemonBoy/timeout-id | ailin-nemui | |
Use 0 as a sentinel value for sasl_timeout | |||
2016-03-23 | Merge pull request #439 from horgh/ssl-errors | TheLemonMan | |
Clear error queue before SSL I/O operations | |||
2016-03-23 | Merge pull request #438 from dequis/sasl-timeout-disconnect | ailin-nemui | |
Remove sasl timeout source when the server disconnects | |||
2016-03-23 | Merge pull request #432 from grawity/fix-external | Giuseppe | |
fix SASL EXTERNAL | |||
2016-03-23 | Merge pull request #407 from irssi/ailin-nemui-perl-bugs | ailin-nemui | |
Mention known Perl Bugs in perl.txt | |||
2016-03-23 | Merge pull request #405 from LemonBoy/serialize-channel-name | dx | |
Serialize the 'name' attribute of the CHANNEL_REC. | |||
2016-03-23 | set version to 0.8.18a-head | ailin-nemui | |
2016-02-08 | tag as 0.8.18 | ailin-nemui | |
2016-02-08 | sync docs | ailin-nemui | |
2016-02-08 | sync scriptassist.pl | ailin-nemui | |
2016-01-12 | Merge branch '0.8.18-beta1' into 0.8.18-beta2 | ailin-nemui | |
2016-01-12 | Merge branch '0.8.18-beta1' (early part) into 0.8.18-beta2 | ailin-nemui | |
2016-01-11 | Merge pull request #393 from ailin-nemui/moduleversion-perl | ailin-nemui | |
forward ABI to perl modules | |||
2016-01-11 | Merge pull request #394 from ailin-nemui/reset-history | ailin-nemui | |
option to clear the history | |||
2016-01-11 | Merge pull request #389 from ailin-nemui/hilight2-up | ailin-nemui | |
keep track of address in text_dest for hilight purposes | |||
2016-01-11 | Merge pull request #390 from LemonBoy/ignore-find | ailin-nemui | |
Clean up the ignore_find API to make it more powerful. | |||
2016-01-08 | Merge pull request #396 from mauke/master | ailin-nemui | |
make /knockout use /unban to remove bans | |||
2016-01-08 | make /knockout use /unban to remove bans | Lukas 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-08 | Merge pull request #395 from mauke/master | ailin-nemui | |
irc/core/irc-commands.c: fix indentation | |||
2016-01-08 | irc/core/irc-commands.c: fix indentation | Lukas Mai | |
2016-01-08 | reorder history add and fixes | ailin-nemui | |
2016-01-08 | option to clear the history | ailin-nemui | |
2016-01-07 | forward ABI to perl modules | ailin-nemui | |
2016-01-06 | Merge pull request #392 from mauke/master | ailin-nemui | |
irssiproxy: avoid using pointer after freeing it | |||
2016-01-06 | irssiproxy: avoid using pointer after freeing it | Lukas Mai | |
2016-01-03 | Don'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-03 | Clean 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-28 | keep track of address in text_dest for hilight purposes | ailin-nemui | |