ailin-nemui
ed4297c41b
add a new "print noformat" signal to be emitted on printtext
2019-08-13 18:18:00 +02:00
ailin-nemui
6277ccf67f
manually maintain irc loader
2019-07-18 18:04:42 +02:00
ailin-nemui
aa9bb36a0d
Merge pull request #1067 from ailin-nemui/irc-module
...
modularise irc component
2019-07-18 10:56:40 +02:00
Ailin Nemui
99b2c0b04a
fix small overflow
2019-07-18 10:29:30 +02:00
Ailin Nemui
00a7efc69f
modularise irc component
2019-07-17 13:37:19 +02:00
Ailin Nemui
db16a0a853
meson build support
2019-07-10 09:25:26 +02:00
vague666
cd5958079c
Make it possible to list specific section with /set
...
update help
Allow partial matching
2019-05-29 13:09:28 +02:00
vague666
d45993dba4
Add -out parameter to /CAT
...
Change flag to -window
Updated help
Typo
call printtext with server
Only use server when target is not NULL
2019-05-09 13:19:48 +02:00
ailin-nemui
37f7c7f374
update include guard names
2019-05-01 22:22:22 +02:00
ailin-nemui
7e6e1f2e10
Use full paths to includes
2019-05-01 22:08:45 +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
Jacob V Rasmussen
d0bc5b8cf2
Update ssl_* to tls_* in syntax.
2019-04-01 17:52:39 +02:00
vague666
8479ff7a2e
Remove unused parameter to /ECHO
2019-03-22 13:11:35 +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
8543b874a2
store type of window binds
2019-02-11 17:27:33 +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
5b530737d4
correct fix for #997
2019-02-02 14:51:09 +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
b080405c6a
update sidewayssplit syntax
2019-01-09 23:46:57 +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
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
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
8054b5c2bd
Merge pull request #967 from vague666/hide_targets_no_item
...
allow activity_hide_targets to hide activity in itemless windows
2018-10-29 10:35:08 +01:00
vague666
ec577f9265
typo
2018-10-27 20:52:14 +02:00
vague666
f7966d9c08
allow activity_hide_targets to hide activity in itemless windows
2018-10-27 20:51:29 +02:00
vague666
3061f5d848
make sure only channels are checked
2018-10-27 20:00:15 +02:00
vague666
2093530e75
Make it possible to only autolog saved channels
2018-10-27 16:08:36 +02:00
ailin-nemui
cbc27062e7
fix duplicate include guard
2018-10-17 00:58:49 +02:00
Will Storey
81f3d6dbc1
Comment colour code meaning
2018-10-08 20:40:37 -07:00
Will Storey
08b4d6c031
Fix some space indentation
2018-10-08 20:23:22 -07:00
ailin-nemui
4eff3f154d
Merge pull request #959 from ailin-nemui/notice-routing
...
Route notices intended for channels into the channel
2018-10-08 18:18:54 +02:00
ailin-nemui
cdcb50f413
add a setting
2018-10-08 17:41:46 +02:00
ailin-nemui
a30fbd6cfb
Merge pull request #961 from ailin-nemui/no-topic-glitch
...
Show the proper TXT when topic was unset
2018-10-07 10:23:19 +02:00
ailin-nemui
80f9f16939
Show the proper TXT when topic was unset
2018-10-06 20:14:49 +02:00
ailin-nemui
08ac2ee5be
refactor cnotice test into function
2018-10-05 16:13:47 +02:00
ailin-nemui
d2dbcc1999
Route notices intended for channels into the channel
2018-10-05 15:37:27 +02:00
ailin-nemui
2200bd3656
Make /1/2/3/... a setting
2018-10-05 13:46:39 +02:00
ailin-nemui
d815c88050
Merge pull request #953 from dwfreed/fix-printtext.h
...
Use ##__VA_ARGS__ extension to allow for argument-less ...
2018-10-05 10:48:25 +02:00
ailin-nemui
f207e844f1
Merge pull request #949 from ailin-nemui/help-narrow
...
Fix insufficient size of help column when the window width is small
2018-10-02 00:09:01 +02:00
Doug Freed
c4bf228e6c
Fix check for C99 in printtext.h
2018-09-30 06:52:02 +00:00
Doug Freed
f5e587a83b
Fix 01f961c
2018-09-29 18:37:10 -04:00
ailin-nemui
116e202d22
Merge pull request #938 from ailin-nemui/hide-hidden-act
...
Don't trigger activity on hidden lines by default
2018-09-29 22:02:10 +02:00
ailin-nemui
04daf62dbf
Fix insufficient size of help column when the window width is small
2018-09-28 14:30:39 +02:00
ailin-nemui
01f961cdf1
Don't trigger activity on hidden lines by default
...
This is controlled by a new activity_hide_window_hidelevel setting.
2018-09-24 08:18:13 +00:00
ailin-nemui
57857856a6
Merge pull request #937 from ailin-nemui/hidden-ignores
...
correctly separate ignore flags (no_act, hidden) from level
2018-09-23 11:22:31 +02:00
ailin-nemui
7e9f8c694b
simplify ignore hidden/no_act code
2018-09-17 12:48:42 +02:00
ailin-nemui
b9a274a81d
correctly separate ignore flags (no_act, hidden) from level
2018-09-17 12:26:13 +02:00