ailin-nemui
9174ec584f
Merge tag '0.8.18'
...
master now on 0.8.19-head
2016-02-29 22:45:54 +01:00
ailin-nemui
843e0c0884
Merge pull request #428 from mauke/irssiproxy-multiplex-2
...
fix proxy server name
2016-02-26 20:46:09 +01:00
Lukas Mai
4d234c175c
fix proxy server name
2016-02-26 18:40:51 +01:00
ailin-nemui
f83a29b764
Merge pull request #425 from mauke/irssiproxy-multiplex
...
irssi proxy: allow multiplexing multiple networks over a single port
2016-02-24 16:14:43 +01:00
Lukas Mai
3167ccfbc2
remove redundant check
2016-02-18 02:23:09 +01:00
Lukas Mai
c9ce0c521a
make pointer check explicit
2016-02-18 02:23:00 +01:00
Lukas Mai
effb00b858
add some documentation
2016-02-18 01:20:33 +01:00
Lukas Mai
4732e33ca9
irssi proxy: allow multiplexing multiple networks over a single port
2016-02-18 01:20:33 +01:00
Lukas Mai
88e2449f83
fix formatting
2016-02-18 01:20:33 +01:00
ailin-nemui
4650665ee4
Merge pull request #414 from toddpratt/master
...
add an append operation to cut buffer handling
2016-02-18 00:18:24 +01:00
Todd A. Pratt
8723c0fb33
fix whitespace
2016-02-10 09:47:10 -05:00
Todd A. Pratt
0ca534c345
Merge branch 'master' of github.com:irssi/irssi
2016-02-10 09:42:42 -05:00
ailin-nemui
b91f3c3025
tag as 0.8.18
2016-02-08 21:18:04 +01:00
ailin-nemui
8ab537cf22
sync docs
2016-02-08 21:18:04 +01:00
ailin-nemui
06fdfd617e
sync scriptassist.pl
2016-02-08 14:38:33 +01:00
ailin-nemui
6d8b92af8a
Merge pull request #415 from lanurmi/gitattributes
...
Add .gitattributes to ensure all shell scripts have LF as eol-style.
2016-02-07 11:48:27 +01:00
ailin-nemui
0860469900
Merge pull request #413 from dequis/completion-list-crash-fix
...
completion: Fix crash when the complist provided by a script has nulls
2016-02-05 21:39:20 +01:00
Todd A. Pratt
431863852c
Merge branch 'master' of github.com:irssi/irssi
2016-02-04 21:48:41 -05:00
ailin-nemui
af229a8bb7
Merge pull request #410 from LemonBoy/getaddrinfo-v6-flag
...
Getaddrinfo v6 flag
2016-02-03 11:45:11 +01:00
Lauri Nurmi
8708d8da49
Add .gitattributes to ensure all shell scripts have LF as eol-style.
...
Some Git clients on Windows may use CRLF otherwise, which effectively prevents running such scripts.
2016-01-31 20:49:59 +02:00
Todd A. Pratt
966d002b55
remove memory allocation check, spaces to tabs
2016-01-30 11:32:08 -05:00
Todd A. Pratt
876609901a
add an append operation to cut buffer handling
2016-01-30 09:34:46 -05:00
dequis
7674fd5936
completion: Fix crash when the complist provided by a script has nulls
...
Can be reproduced with aspell_complete.pl 1.00 by setting an invalid
dictionary with "/set spell_dict a"
2016-01-29 10:40:18 -03:00
ailin-nemui
161772892f
Merge pull request #409 from LemonBoy/reverse-lookup-flags
...
Reverse lookup flags
2016-01-29 14:03:40 +01:00
ailin-nemui
16766d83ff
Merge pull request #407 from irssi/ailin-nemui-perl-bugs
...
Mention known Perl Bugs in perl.txt
2016-01-29 05:33:14 +01:00
ailin-nemui
26431133aa
Merge pull request #408 from LemonBoy/delete-ipv6-ifdef
...
Delete the HAVE_IPV6 ifdef.
2016-01-29 05:32:52 +01:00
LemonBoy
0cc8276e89
Add AI_ADDRCONFIG to the getaddrinfo hints.
...
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-27 16:16:27 +01:00
LemonBoy
118eb0a68c
Call getnameinfo with NI_NAMEREQD flag.
...
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 15:54:29 +01:00
LemonBoy
f31b2026b4
Minor style fix in net_ip2host.
2016-01-27 15:04:07 +01:00
LemonBoy
70c7949cfe
Update the configure script and INSTALL.
...
Now that HAVE_IPV6 is gone remove all the references from the
buildscript and documentation.
2016-01-27 14:42:50 +01:00
LemonBoy
87c0827471
Delete the HAVE_IPV6 ifdef.
...
Welcome to the future.
2016-01-27 14:31:55 +01:00
ailin-nemui
b229138b2e
Update perl.txt
...
Mention known Perl Bugs (#386 )
2016-01-26 09:33:46 +01:00
ailin-nemui
dc03baa0d3
Merge pull request #353 from toddpratt/master
...
Allow for prepending to the cutbuffer in addition to replacing it.
2016-01-26 09:02:38 +01:00
ailin-nemui
c7a3d2822c
Merge pull request #399 from LemonBoy/bots
...
Change when the autocmds are sent.
2016-01-26 09:00:29 +01:00
dx
18287781f6
Merge pull request #405 from LemonBoy/serialize-channel-name
...
Serialize the 'name' attribute of the CHANNEL_REC.
2016-01-26 03:25:07 -03:00
LemonBoy
d964950e5d
Serialize the 'name' attribute of the CHANNEL_REC.
...
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-25 20:48:13 +01:00
LemonBoy
eba160ca6d
Duplicate the code paths for autocommands.
2016-01-24 23:02:40 +01:00
ailin-nemui
4af3a4731e
continue head
2016-01-18 10:43:28 +01:00
ailin-nemui
b837751b2d
Merge pull request #401 from irssi/0.8.18-beta2
...
integrate 0.8.18 beta2
2016-01-18 10:41:38 +01:00
LemonBoy
2502080871
Change when the autocmds are sent.
...
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-14 23:54:42 +01:00
ailin-nemui
38b1121989
Merge branch '0.8.18-beta1' into 0.8.18-beta2
2016-01-12 23:34:44 +01:00
ailin-nemui
424675f9df
Merge branch '0.8.18-beta1' (early part) into 0.8.18-beta2
2016-01-12 23:27:43 +01:00
ailin-nemui
62cab9d662
Merge pull request #393 from ailin-nemui/moduleversion-perl
...
forward ABI to perl modules
2016-01-11 21:19:35 +01:00
ailin-nemui
bd2c549064
Merge pull request #394 from ailin-nemui/reset-history
...
option to clear the history
2016-01-11 21:04:48 +01:00
ailin-nemui
8f37095969
Merge pull request #389 from ailin-nemui/hilight2-up
...
keep track of address in text_dest for hilight purposes
2016-01-11 21:04:43 +01:00
ailin-nemui
d16f57b378
Merge pull request #390 from LemonBoy/ignore-find
...
Clean up the ignore_find API to make it more powerful.
2016-01-11 21:04:27 +01:00
ailin-nemui
12f4f1fa24
Merge pull request #396 from mauke/master
...
make /knockout use /unban to remove bans
2016-01-08 20:27:47 +01:00
Lukas Mai
41088b6f65
make /knockout use /unban to remove bans
...
/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 19:37:29 +01:00
ailin-nemui
83a7ce2e00
Merge pull request #395 from mauke/master
...
irc/core/irc-commands.c: fix indentation
2016-01-08 19:28:46 +01:00
Lukas Mai
cf90b2122e
irc/core/irc-commands.c: fix indentation
2016-01-08 18:52:59 +01:00