summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-26fix proxy server nameLukas Mai
2016-02-24Merge pull request #425 from mauke/irssiproxy-multiplexailin-nemui
irssi proxy: allow multiplexing multiple networks over a single port
2016-02-18remove redundant checkLukas Mai
2016-02-18make pointer check explicitLukas Mai
2016-02-18add some documentationLukas Mai
2016-02-18irssi proxy: allow multiplexing multiple networks over a single portLukas Mai
2016-02-18fix formattingLukas Mai
2016-02-18Merge pull request #414 from toddpratt/masterailin-nemui
add an append operation to cut buffer handling
2016-02-10fix whitespaceTodd A. Pratt
2016-02-10Merge branch 'master' of github.com:irssi/irssiTodd A. Pratt
2016-02-07Merge pull request #415 from lanurmi/gitattributesailin-nemui
Add .gitattributes to ensure all shell scripts have LF as eol-style.
2016-02-05Merge pull request #413 from dequis/completion-list-crash-fixailin-nemui
completion: Fix crash when the complist provided by a script has nulls
2016-02-04Merge branch 'master' of github.com:irssi/irssiTodd A. Pratt
2016-02-03Merge pull request #410 from LemonBoy/getaddrinfo-v6-flagailin-nemui
Getaddrinfo v6 flag
2016-01-31Add .gitattributes to ensure all shell scripts have LF as eol-style.Lauri Nurmi
Some Git clients on Windows may use CRLF otherwise, which effectively prevents running such scripts.
2016-01-30remove memory allocation check, spaces to tabsTodd A. Pratt
2016-01-30add an append operation to cut buffer handlingTodd A. Pratt
2016-01-29completion: Fix crash when the complist provided by a script has nullsdequis
Can be reproduced with aspell_complete.pl 1.00 by setting an invalid dictionary with "/set spell_dict a"
2016-01-29Merge pull request #409 from LemonBoy/reverse-lookup-flagsailin-nemui
Reverse lookup flags
2016-01-29Merge pull request #407 from irssi/ailin-nemui-perl-bugsailin-nemui
Mention known Perl Bugs in perl.txt
2016-01-29Merge pull request #408 from LemonBoy/delete-ipv6-ifdefailin-nemui
Delete the HAVE_IPV6 ifdef.
2016-01-27Add AI_ADDRCONFIG to the getaddrinfo hints.LemonBoy
A first step to untangle the ipv4 vs ipv6 mess. At the time of writing Linux, OpenBSD and FreeBSD all support the AI_ADDRCONFIG flag.
2016-01-27Call 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-27Minor style fix in net_ip2host.LemonBoy
2016-01-27Update the configure script and INSTALL.LemonBoy
Now that HAVE_IPV6 is gone remove all the references from the buildscript and documentation.
2016-01-27Delete the HAVE_IPV6 ifdef.LemonBoy
Welcome to the future.
2016-01-26Update perl.txtailin-nemui
Mention known Perl Bugs (#386)
2016-01-26Merge pull request #353 from toddpratt/masterailin-nemui
Allow for prepending to the cutbuffer in addition to replacing it.
2016-01-26Merge pull request #399 from LemonBoy/botsailin-nemui
Change when the autocmds are sent.
2016-01-26Merge pull request #405 from LemonBoy/serialize-channel-namedx
Serialize the 'name' attribute of the CHANNEL_REC.
2016-01-25Serialize 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-24Duplicate the code paths for autocommands.LemonBoy
2016-01-18continue headailin-nemui
2016-01-18Merge pull request #401 from irssi/0.8.18-beta2ailin-nemui
integrate 0.8.18 beta2
2016-01-14Change 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-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