ailin-nemui
|
cd10745711
|
Merge pull request #1211 from ailin-nemui/disco_lastmsg
fix crash when server got disconnected/reconnected before it was properly connected
|
2020-07-26 10:43:51 +02:00 |
|
ailin-nemui
|
79c32cefe7
|
Merge pull request #1212 from ailin-nemui/master
update github actions/checkout to new branch
|
2020-07-23 12:15:05 +02:00 |
|
ailin-nemui
|
f4f2350d3c
|
update github actions/checkout to new branch
|
2020-07-23 12:05:19 +02:00 |
|
Ailin Nemui
|
ffe0c71554
|
up abi
|
2020-07-23 11:54:18 +02:00 |
|
Ailin Nemui
|
468d8b0c78
|
fix missing wrapping of line in signals
|
2020-07-23 00:52:55 +02:00 |
|
Ailin Nemui
|
4e9dab4aeb
|
fix crash when server got disconnected/reconnected before it was properly connected
|
2020-07-23 00:42:54 +02:00 |
|
ailin-nemui
|
40ed4122b1
|
Merge pull request #1208 from ailin-nemui/daychange
do not use localtime result after other functions
|
2020-07-16 12:07:16 +02:00 |
|
ailin-nemui
|
e55f1f5cea
|
Merge pull request #1206 from aquanight/selfunload-fix
Fix crash from self-unloading script
|
2020-07-14 03:14:47 +02:00 |
|
ailin-nemui
|
ad30d568d6
|
do not use localtime result after other functions
|
2020-07-13 13:25:18 +02:00 |
|
aquanight
|
12685f8074
|
Merge branch 'master' into selfunload-fix
|
2020-07-10 18:32:48 -06:00 |
|
aquanight
|
af5987827c
|
ABI version again
|
2020-07-10 18:31:47 -06:00 |
|
aquanight
|
cc759e1179
|
Clean up commented out stuff and fix merge issues
|
2020-07-10 18:27:54 -06:00 |
|
ailin-nemui
|
70626d86ae
|
Merge pull request #1159 from vague666/fix_cmd_cat_bug
Make sure witem exists in cmd_cat when using -window
|
2020-07-10 10:24:06 +02:00 |
|
ailin-nemui
|
76802985a4
|
Merge pull request #1183 from ailin-nemui/glib-2-63
manually handle NUL unicode in g_utf8_get_next_char_validated
|
2020-07-08 17:43:11 +02:00 |
|
ailin-nemui
|
37cac5a862
|
Merge pull request #1205 from ailin-nemui/formatflags
properly restore the saved text dest
|
2020-07-08 10:07:07 +02:00 |
|
ailin-nemui
|
1b5bb8cdd7
|
Merge pull request #1204 from ailin-nemui/bgcolours
fix extended bg colours
|
2020-07-07 09:48:42 +02:00 |
|
ailin-nemui
|
357beb91f5
|
make clang-format happy
|
2020-07-07 09:28:41 +02:00 |
|
vague666
|
9593be14f5
|
print to active window when -window is specified
|
2020-07-06 12:22:16 +02:00 |
|
aquanight
|
26f3049a86
|
Refactor to pure refcount for PERL_SCRIPT_REC
|
2020-07-05 17:20:08 -06:00 |
|
aquanight
|
2d59df8162
|
Don't try to use the PERL_SIGNAL_REC after it could be freed
|
2020-07-05 16:09:19 -06:00 |
|
aquanight
|
7daeaa25b6
|
Fix wrong way on unloaded checks
|
2020-07-05 15:46:34 -06:00 |
|
aquanight
|
6012ec9e56
|
Prevent double calls of perl_script_unload
|
2020-07-05 15:31:07 -06:00 |
|
ailin-nemui
|
6684e5cc41
|
Merge pull request #1155 from vague666/bind_shenanigans
rewrite how /bind searches for bindings when listing them
|
2020-07-04 20:37:36 +02:00 |
|
ailin-nemui
|
0cc1e4b7cd
|
properly restore the saved text dest
|
2020-07-04 18:19:37 +02:00 |
|
ailin-nemui
|
108f57ac7b
|
fix extended bg colours
|
2020-07-04 12:15:25 +02:00 |
|
ailin-nemui
|
0d2997b36f
|
make clang-format happy in keyboard.c
|
2020-06-30 09:29:50 +02:00 |
|
vague666
|
fe9a443380
|
change to strstr
|
2020-06-29 16:11:45 +02:00 |
|
ailin-nemui
|
964c067b1e
|
Merge pull request #1199 from ailin-nemui/termux
Add support for building in Termux-Android in meson
|
2020-06-17 13:57:30 +02:00 |
|
ailin-nemui
|
01ecb879a6
|
Add support for building in Termux-Android in meson
- introduce cross perl
- workaround for the android linker
|
2020-06-02 10:38:01 +02:00 |
|
ailin-nemui
|
4b2c710ebe
|
disable setuid/setgid on android
|
2020-06-02 10:04:54 +02:00 |
|
ailin-nemui
|
fbe62a34d0
|
Merge pull request #1198 from ailin-nemui/actlist-sort-type
make actlist_sort a choice type now that we have it
|
2020-05-24 18:59:15 +02:00 |
|
ailin-nemui
|
d5017cfc7c
|
make actlist_sort a choice type now that we have it
|
2020-05-24 18:44:25 +02:00 |
|
ailin-nemui
|
99b941db8e
|
Merge pull request #1197 from lotheac/master
use visible channel name in layout save
|
2020-05-21 16:00:30 +02:00 |
|
Lauri Tirkkonen
|
7c1237de98
|
use visible channel name in layout save
|
2020-05-21 12:15:07 +03:00 |
|
ailin-nemui
|
2a2f7b826d
|
Merge pull request #1196 from mh-source/master
Add better support for numeric 489 ERR_SECUREONLYCHAN along with a print format
|
2020-05-16 13:58:35 +02:00 |
|
Michael Hansen
|
214c7ad7da
|
make clang-format happy about the code i added, instead of the code above it.
modified: src/fe-common/irc/fe-events-numeric.c
|
2020-05-16 01:26:00 +02:00 |
|
Michael Hansen
|
451e3692b2
|
disable clang-format check for a few sections of code from before format strictnes got tightened
modified: src/fe-common/irc/fe-events-numeric.c
modified: src/fe-common/irc/module-formats.c
modified: src/fe-common/irc/module-formats.h
|
2020-05-16 01:20:22 +02:00 |
|
Michael Hansen
|
1fef8f82a5
|
make git-clang-format check happy
modified: src/fe-common/irc/fe-events-numeric.c
|
2020-05-16 01:00:17 +02:00 |
|
Michael Hansen
|
28768e40a3
|
Increased IRSSI_ABI_VERSION to 29
modified: src/common.h
|
2020-05-16 00:48:58 +02:00 |
|
Michael Hansen
|
ae6c8a1bd5
|
Add better support for numeric 489 ERR_SECUREONLYCHAN along with a print format
modified: src/fe-common/irc/fe-events-numeric.c
modified: src/fe-common/irc/module-formats.c
modified: src/fe-common/irc/module-formats.h
|
2020-05-15 20:25:41 +02:00 |
|
ailin-nemui
|
3ba8eeba4b
|
Merge pull request #1195 from ailin-nemui/xs-abi
also check XS abi in abi-diff github workflow
|
2020-05-15 12:13:22 +02:00 |
|
ailin-nemui
|
3cb6627973
|
also check XS abi
|
2020-05-15 12:08:45 +02:00 |
|
ailin-nemui
|
5ba58d9067
|
Merge pull request #1192 from ailin-nemui/perl-signals-format
add "print format" signal to perl
|
2020-05-14 11:20:22 +02:00 |
|
ailin-nemui
|
b0cd72aadd
|
up abi
|
2020-05-13 00:23:12 +02:00 |
|
ailin-nemui
|
3ea854816d
|
Correct a wrong package for format_create_dest
|
2020-05-13 00:22:56 +02:00 |
|
ailin-nemui
|
4330dbec62
|
add "print format" signal to perl
fix syntax in signals.txt with regards to GLists
simplify signal emit code
|
2020-05-13 00:22:38 +02:00 |
|
ailin-nemui
|
784373a7b3
|
Merge pull request #1191 from ailin-nemui/null-format
fix NULL assertion in format args
|
2020-05-08 15:42:55 +02:00 |
|
ailin-nemui
|
ba57684d73
|
fix NULL assertion in format args
|
2020-05-08 15:34:49 +02:00 |
|
ailin-nemui
|
9bfbb5cdf3
|
Merge pull request #1188 from ailin-nemui/null-format
fix npe on no text from format_get_text_theme_charargs
|
2020-05-07 21:46:55 +02:00 |
|
ailin-nemui
|
08ead5ef06
|
fix npe on no text from format_get_text_theme_charargs
|
2020-05-07 01:27:25 +02:00 |
|