Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-29 | Merge pull request #409 from LemonBoy/reverse-lookup-flags | ailin-nemui | |
Reverse lookup flags | |||
2016-01-29 | Merge pull request #407 from irssi/ailin-nemui-perl-bugs | ailin-nemui | |
Mention known Perl Bugs in perl.txt | |||
2016-01-29 | Merge pull request #408 from LemonBoy/delete-ipv6-ifdef | ailin-nemui | |
Delete the HAVE_IPV6 ifdef. | |||
2016-01-27 | Call getnameinfo with NI_NAMEREQD flag. | LemonBoy | |
This way net_gethostbyaddr will fail when the system is unable to resolve the address to a valid host name. Without this flag in case of failure the function would return the ip address instead of failing. | |||
2016-01-27 | Minor style fix in net_ip2host. | LemonBoy | |
2016-01-27 | Update the configure script and INSTALL. | LemonBoy | |
Now that HAVE_IPV6 is gone remove all the references from the buildscript and documentation. | |||
2016-01-27 | Delete the HAVE_IPV6 ifdef. | LemonBoy | |
Welcome to the future. | |||
2016-01-26 | Update perl.txt | ailin-nemui | |
Mention known Perl Bugs (#386) | |||
2016-01-26 | Merge pull request #353 from toddpratt/master | ailin-nemui | |
Allow for prepending to the cutbuffer in addition to replacing it. | |||
2016-01-26 | Merge pull request #399 from LemonBoy/bots | ailin-nemui | |
Change when the autocmds are sent. | |||
2016-01-26 | Merge pull request #405 from LemonBoy/serialize-channel-name | dx | |
Serialize the 'name' attribute of the CHANNEL_REC. | |||
2016-01-25 | Serialize the 'name' attribute of the CHANNEL_REC. | LemonBoy | |
This way the code doing the serialization in 'sig_layout_save_item' is now symmetric with the loading code loading the data in 'sig_layout_restore'. | |||
2016-01-24 | Duplicate the code paths for autocommands. | LemonBoy | |
2016-01-18 | continue head | ailin-nemui | |
2016-01-18 | Merge pull request #401 from irssi/0.8.18-beta2 | ailin-nemui | |
integrate 0.8.18 beta2 | |||
2016-01-14 | Change when the autocmds are sent. | LemonBoy | |
As per #175 if a -botcmd is specified for a given channel without a -bots parameter then the command is sent right after joining the channel. | |||
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 | |
2015-12-28 | keep track of address in text_dest for hilight purposes | ailin-nemui | |
2015-12-22 | correct incorrect pre-release tag in NEWS | ailin-nemui | |
2015-12-22 | Merge pull request #387 from ailin-nemui/import-beta-news | ailin-nemui | |
list NEWS and AUTHORS since 0.8.17 | |||
2015-12-22 | list NEWS since 0.8.17 | ailin-nemui | |
2015-12-22 | add new authors since 0.8.17 | ailin-nemui | |
2015-12-15 | tag as 0.8.18-beta1 | ailin-nemui | |
2015-12-15 | remove mention of ./autogen.sh from releases INSTALL | ailin-nemui | |
2015-12-15 | list NEWS since 0.8.17 | ailin-nemui | |
2015-12-15 | add new authors since 0.8.17 | ailin-nemui | |
2015-12-15 | Merge pull request #385 from ailin-nemui/master | ailin-nemui | |
option to clear the history | |||
2015-12-15 | Merge pull request #377 from ailin-nemui/moduleversion2 | ailin-nemui | |
module check irssi version (manual way) | |||
2015-12-15 | option to clear the history | ailin-nemui | |
2015-12-15 | Merge pull request #383 from mh-source/patch-1 | ailin-nemui | |
script should be plural | |||
2015-12-15 | Merge pull request #384 from ailin-nemui/master | ailin-nemui | |
clean up after #303 | |||
2015-12-15 | clean up after #303 | ailin-nemui | |
2015-12-15 | Merge pull request #303 from vague666/fs275 | ailin-nemui | |
Applied patch from fs#275 to make /hilight -mask -line work properly |