Ailin Nemui
8543b874a2
store type of window binds
2019-02-11 17:27:33 +01:00
ailin-nemui
ea41726b3e
Merge pull request #1011 from ahf/otr-compiler-warning-fix
...
Use memcpy() instead of strncpy() to silence the compiler warning.
2019-02-11 09:49:04 +01:00
Alexander Færøy
346211eeeb
Use memcpy() instead of strncpy() to silence the compiler warning.
2019-02-09 22:42:13 +01:00
ailin-nemui
a25b4e5db2
Merge pull request #999 from ailin-nemui/mad-protocol
...
do not touch uninitialised protocols on item restore
2019-02-08 14:37:31 +01:00
ailin-nemui
b4ad430939
Merge pull request #1004 from ailin-nemui/fix-get_extent
...
fix gui_input_get_extent
2019-02-05 01:08:19 +01:00
ailin-nemui
034752ade3
fix gui_input_get_extent
...
it was causing a free of data with [transfer=none]
2019-02-04 14:33:41 +01:00
ailin-nemui
ee86cc197e
Merge pull request #1003 from ailin-nemui/fix-1002
...
correct fix for #997
2019-02-02 18:21:08 +01:00
ailin-nemui
5b530737d4
correct fix for #997
2019-02-02 14:51:09 +01:00
ailin-nemui
ff18e79661
Merge pull request #994 from ailin-nemui/fix-993
...
add more config checks and assertions in statusbar code
2019-02-02 14:34:59 +01:00
ailin-nemui
0cdbb2e821
Merge pull request #1001 from ailin-nemui/fix-997
...
add missing NULL check
2019-02-01 14:29:21 +01:00
ailin-nemui
b1d6cb7f26
add missing NULL check
2019-02-01 13:18:50 +01:00
ailin-nemui
9f9aada83b
do not touch uninitialised protocols on item restore
2019-01-29 21:33:39 +01:00
ailin-nemui
aa80f1de61
Merge pull request #990 from ailin-nemui/mainwin_activity
...
add activity_hide_visible setting
2019-01-29 00:30:43 +01:00
ailin-nemui
f9beedd2d0
add more config checks and assertions
2019-01-22 15:24:52 +01:00
ailin-nemui
9ec2c8cee4
Merge pull request #988 from ailin-nemui/version
...
show output of git describe as PACKAGE_VERSION
2019-01-16 09:47:49 +01:00
ailin-nemui
3af2ce8731
add activity_hide_visible setting
2019-01-15 21:02:27 +01:00
ailin-nemui
fa9463cb02
Merge pull request #989 from ailin-nemui/split-syntax
...
update sidewayssplit syntax
2019-01-14 10:17:52 +01:00
ailin-nemui
b080405c6a
update sidewayssplit syntax
2019-01-09 23:46:57 +01:00
ailin-nemui
b8cfd9d6af
show output of git describe as PACKAGE_VERSION
...
also fixes GNUism in sed call
2019-01-09 21:11:01 +01:00
ailin-nemui
dfe3c31283
update issue references
2019-01-09 15:41:28 +01:00
ailin-nemui
3d1980599a
Merge tag '1.1.2' into integrate/1.1.2
2019-01-09 15:41:28 +01:00
ailin-nemui
d57203e926
Merge pull request #978 from ailin-nemui/fix-974
...
Fix inconsistent escaping from expand_escapes
2019-01-09 09:29:29 +01:00
ailin-nemui
8c30367452
rename function
2019-01-08 15:48:12 +01:00
ailin-nemui
c7ce0f320b
Merge pull request #985 from ailin-nemui/automake
...
automake warns that subdir-objects will be enabled in 2.0
2018-12-18 20:53:08 +01:00
ailin-nemui
c044fe397e
Merge pull request #982 from yarda/coverity
...
Fixed problem found by Coverity Scan
2018-12-18 16:57:36 +01:00
ailin-nemui
35f5e5f278
up abi
2018-12-07 10:01:56 +01:00
ailin-nemui
7e6e3cd503
Add escape_string_escape function for expand_escapes
...
To avoid expanding, tab completion escapes the completion list. But the
escape_string function escapes too much for the expand_escapes code. Add
a function that only escapes the backslashes.
2018-12-07 10:00:29 +01:00
ailin-nemui
821e8af9fe
automake warns that subdir-objects will be enabled in 2.0
2018-12-07 09:52:23 +01:00
Jaroslav Škarvada
4f26ad74f5
Fixed problem found by Coverity Scan
...
Fixes #981
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2018-12-04 21:07:06 +01:00
ailin-nemui
40f5edf105
Merge pull request #979 from ailin-nemui/completion-keep-word
...
add keep_word setting to completion
2018-12-04 17:01:33 +01:00
ailin-nemui
1c6f256098
Merge pull request #973 from ailin-nemui/perl-wcwidth
...
expose wcwidth and related to perl
2018-11-29 10:18:16 +01:00
ailin-nemui
dcb412eb8b
Merge pull request #975 from NattyNarwhal/ibmi
...
Fix irssi build on IBM i and AIX
2018-11-26 18:52:02 +01:00
Calvin Buckley
482a3a5bdd
Remove unneeded comment
2018-11-26 09:56:04 -04:00
Calvin Buckley
bed0a3309f
Revert back to using original version of the configure script
...
* IBM i rpmbuild environments set the magic variables for
building w/ 64-bit binutils automatically, and one can
set this for themselves with `OBJECT_MODE=64` when
buildings. Remove this.
* The subdir-objects change will need to be made due to
upstream autotools making it mandatory in the future, but
that isn't my decision to make.
2018-11-25 15:00:34 +00:00
Calvin Buckley
a634b34ba4
Rename cap_* funcs to irc_cap_*
...
Some systems often "namespace" cap_ for themselves, and so irssi's
usage can conflict with their own. Bump ABI for this.
2018-11-25 14:50:47 +00:00
ailin-nemui
10f41e067e
fix backward completion
2018-11-25 14:19:57 +01:00
ailin-nemui
88b1649195
add keep_word setting to completion
2018-11-25 14:16:08 +01:00
ailin-nemui
257cb2f5f9
Merge pull request #971 from ailin-nemui/paste-join-lines
...
fix paste_join_multiline
2018-11-19 16:07:00 +01:00
Calvin Buckley
795e7ec162
Fix build on IBM i
...
* Lots of warnings about subdirectories. Set an automake
option to deal with this.
* Set an ar flag for explicit 64-bit when on IBM i, due to
it defaulting to 64-bit output with official gcc by default.
2018-11-19 14:18:34 +00:00
Calvin Buckley
4380f3820e
Fix compilation of irc/core on AIX and IBM i
...
There's a function in the standard library of these OSes that conflict
with this function. Prefix it with `irc_`.
2018-11-19 13:58:51 +00:00
ailin-nemui
288f220f87
fix width of byte codepoints
2018-11-13 00:14:15 +01:00
ailin-nemui
deaa1da55e
cast to unsigned char
2018-11-12 14:11:27 +01:00
ailin-nemui
9e5e5d8625
expose wcwidth and related to perl
2018-11-12 13:14:02 +01:00
ailin-nemui
6c40567dab
Merge pull request #957 from ailin-nemui/rawlog
...
Improve rawlog performance
2018-11-12 13:02:41 +01:00
ailin-nemui
4537d85b0b
reverse queue
2018-11-09 11:32:00 +01:00
ailin-nemui
60d2364989
run syncscripts.sh
...
sync buf.pl to version 3.00
sync usercount.pl to version 1.20
2018-11-09 11:11:10 +01:00
ailin-nemui
c1fb9a8402
fix paste_join_multiline
2018-11-09 11:06:13 +01:00
ailin-nemui
83e98da2ff
add test for paste_join_multiline
2018-11-09 11:05:52 +01:00
ailin-nemui
9d2429c027
test line joining
2018-11-09 10:57:37 +01:00
ailin-nemui
2847b751e3
design.txt is now sourced from website
...
also run syncdocs, fixes missing placeholder in startup-HOWTO
2018-10-29 17:51:53 +01:00