ailin-nemui
|
a2f2d1899b
|
Merge pull request #1022 from heikkiorsila/scrollback_max_age
Implement a method to delete messages older than given time in scroll…
|
2019-04-05 15:58:36 +02:00 |
|
ailin-nemui
|
791071f6e4
|
Merge pull request #1024 from vague666/update_cmd_echo
Remove unused parameter to /ECHO
|
2019-04-05 15:58:22 +02:00 |
|
ailin-nemui
|
3e0bc1eb3c
|
Merge pull request #1032 from vague666/update_help_msg
Add special targets to help
|
2019-04-05 13:55:49 +02:00 |
|
ailin-nemui
|
dd5b611c72
|
Merge pull request #1030 from blackthornedk/blackthornedk-patch-1
Add tls_* options to manual
|
2019-04-04 10:44:47 +02:00 |
|
vague666
|
2f5f342977
|
Add special targets to help
|
2019-04-03 11:41:12 +02:00 |
|
Jacob V Rasmussen
|
d0bc5b8cf2
|
Update ssl_* to tls_* in syntax.
|
2019-04-01 17:52:39 +02:00 |
|
Jacob V. Rasmussen
|
1fe6fd8057
|
Add tls_* options to manual
Add tls_* options to the SERVER section of the manual.
|
2019-04-01 13:14:58 +02:00 |
|
ailin-nemui
|
1247b37ff7
|
Merge pull request #1017 from horgh/horgh/error-check
Remove unused functions
|
2019-03-29 09:48:20 +01:00 |
|
vague666
|
8479ff7a2e
|
Remove unused parameter to /ECHO
|
2019-03-22 13:11:35 +01:00 |
|
Heikki Orsila
|
6a2823ad3e
|
Implement a method to delete messages older than given time in scrollback history.
The maximum age of messages is controlled by /set scrollback_max_age variable.
E.g. /set scrollback_max_age 7days
|
2019-03-13 22:59:24 +02:00 |
|
ailin-nemui
|
26d96a7bb2
|
Merge pull request #1021 from ailin-nemui/fix-1019
fix the compilation of utf8proc code if desired
|
2019-03-08 13:57:04 +00:00 |
|
ailin-nemui
|
bc94100114
|
fix missing AC_DEFINE
|
2019-03-08 11:24:16 +01:00 |
|
ailin-nemui
|
6242d25055
|
Merge pull request #1019 from ailin-nemui/configure-utf8proc
make utf8proc configurable
|
2019-02-27 13:00:22 +01:00 |
|
ailin-nemui
|
a37672361a
|
make utf8proc configurable
|
2019-02-20 16:34:17 +01:00 |
|
ailin-nemui
|
01ce66c684
|
Merge pull request #1014 from ailin-nemui/fix-be64
fix test on Big Endian 64bit, due to pointer size mismatch
|
2019-02-19 07:22:06 +01:00 |
|
Will Storey
|
c25d24220f
|
Remove unused functions
|
2019-02-18 11:53:46 -08:00 |
|
Will Storey
|
2db359fbb3
|
Recognise non-zero as error rather than only -1
The error flag can be something other than -1 in the event of an error.
Not checking for this could lead to us to try connecting to an unknown
IP.
|
2019-02-18 11:44:31 -08:00 |
|
Will Storey
|
e793d7af9f
|
Fix indentation
|
2019-02-18 11:44:28 -08:00 |
|
ailin-nemui
|
df532d4461
|
Merge pull request #1013 from ailin-nemui/fix-1012
do not stop autolog_ignore_targets from matching itemless targets
|
2019-02-18 09:36:34 +01:00 |
|
ailin-nemui
|
80fe52cb59
|
fix test on Big Endian 64bit, due to pointer size mismatch
|
2019-02-13 13:56:03 +01:00 |
|
ailin-nemui
|
c1b604ee6a
|
add issue reference
|
2019-02-12 13:49:50 +01:00 |
|
ailin-nemui
|
3664484bef
|
do not stop autolog_ignore_targets from matching itemless targets
|
2019-02-12 13:28:05 +01:00 |
|
ailin-nemui
|
63cc937e67
|
continue head
|
2019-02-11 21:40:09 +01:00 |
|
ailin-nemui
|
bd2ff8c99c
|
tag as 1.2.0
|
2019-02-11 18:34:14 +01:00 |
|
ailin-nemui
|
22fdb94d1b
|
run syncscripts.sh
|
2019-02-11 18:04:59 +01:00 |
|
ailin-nemui
|
48a6d04ade
|
run syncdocs.sh
|
2019-02-11 18:04:46 +01:00 |
|
ailin-nemui
|
6239a8b791
|
Merge pull request #1000 from ailin-nemui/window-bounds-type
Store window bounds type
|
2019-02-11 17:33:30 +01:00 |
|
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 |
|