Ailin Nemui
0da7a7c56d
handle to channel rename
2026-01-25 23:05:32 +01:00
Ailin Nemui
221d520c37
run meson formatter
2026-01-25 22:07:44 +01:00
Ailin Nemui
51f2a4f7fb
use GIO resolver
...
change: rename resolve_prefer_ipv6 -> irssiproxy_prefer_ipv6
2026-01-23 21:21:10 +01:00
ailin-nemui
d5be7d7756
Merge pull request #1578 from ailin-nemui/cygwin
...
make compilation work on cygwin
2026-01-23 20:20:43 +00:00
Ailin Nemui
989ddd8429
replace shared_module with shared_library
...
according to mesonbuild irc chat
2025-07-25 19:49:53 +02:00
Ailin Nemui
df8aa42778
make compilation work on cygwin
2025-07-25 16:20:28 +01:00
Ailin Nemui
8eee36d1ea
replace str->str & g_string_free with g_string_free_and_steal
...
solving unused warning in GLib 2.76
2025-07-22 12:03:49 +02:00
Ailin Nemui
8acda3f9eb
make bitfields unsigned
2025-04-27 14:31:01 +02:00
steering7253
49d7302e98
fix irssi SASL negotiation with multiple CAP ACK
...
when attempting SASL, if multiple CAP ACK were received (for example,
because a script sent an additional CAP REQ), then any not containing
`sasl` would cause SASL to fail (immediately aborting the connection
with no message, depending on sasl_disconnect_on_failure setting)
check not only if SASL is set in this line, but also if we've already
seen it in a previous line.
2025-04-07 13:53:39 -06:00
Doug Freed
9d0787fc10
Ensure all files have newlines at the end
2024-04-02 05:23:10 +00:00
Ailin Nemui
08bb648850
proper sasl mechanism variable initialisation
2024-04-01 16:33:57 +02:00
Ailin Nemui
98b391f62e
minor cleanup
2024-04-01 16:33:36 +02:00
Patrick Okraku
f2b97631e1
Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512
2024-04-01 15:12:01 +02:00
ailin-nemui
f04375668c
Merge pull request #1488 from emilengler/remove-unused-var
...
core: remove unused len variable
2023-09-12 14:53:59 +00:00
Ailin Nemui
fe6013be42
improve code formatting
2023-09-12 13:51:36 +02:00
Emil Engler
3aa9734c1c
core: remove unused len variable
...
This commit removes the unused `len` variable, which gets set quite a
few times, but whose value is totally unused.
This also fixes a compiler warning I get on my Darwin.
2023-08-14 12:01:31 +02:00
Ailin Nemui
c0db0b8cb8
add explicit name_suffix to shared modules
2023-08-10 10:19:01 +02:00
ailin-nemui
afba148056
Merge pull request #1420 from ailin-nemui/starttls-config
...
enable saving of -disallow_starttls
2022-10-15 08:52:40 +02:00
Ailin Nemui
833f41179d
enable saving of -disallow_starttls
2022-10-14 21:37:09 +02:00
Ailin Nemui
c2457c7d94
move irc server functions to object creation time
2022-10-14 21:06:51 +02:00
Ailin Nemui
891ef5df10
default to hash channels
2022-06-13 02:44:33 +02:00
Ailin Nemui
883510a3fd
remove deprecated defines
...
- PERL_STATIC_LIBS (was not tested anymore)
- HAVE_GMODULE (always required)
- HAVE_STATIC_IRC
- HAVE_STATIC_PERL
- HAVE_SOCKS (was not working properly)
- USE_GREGEX (we use it)
2022-02-20 17:33:36 +01:00
Ailin Nemui
b8736225cf
good-bye and thanks, autotools
2022-02-19 21:44:10 +01:00
Ailin Nemui
9b73d152fe
use gint64 define
2022-02-19 00:34:06 +01:00
Ailin Nemui
2e6c376342
add android cross link deps
2022-02-16 21:49:11 +01:00
Ailin Nemui
89bcff606f
fix meson deprecations
2022-02-16 21:49:11 +01:00
Ailin Nemui
3760fcd1ca
load config on chat protocol cre
2022-02-16 21:49:11 +01:00
Ailin Nemui
82f8ee57c3
autoload the IRC module
2022-02-16 21:49:11 +01:00
Ailin Nemui
3e4d7ded77
use chantypes instead of # for irc channel defaults
2021-12-26 01:13:57 +01:00
Ailin Nemui
60cb9451b3
keep own ops status on /upgrade
2021-12-13 15:32:30 +01:00
Ailin Nemui
c5dc3fc2a0
fix stuck meta on dcc chat
2021-11-09 21:18:40 +01:00
ailin-nemui
6db881d8ef
Merge pull request #44 from ailin-nemui/lag
...
fix max_lag disconnect
2021-10-11 22:08:14 +02:00
Ailin Nemui
b22588a9ad
simplify duplicate code in outgoing modify
2021-10-10 13:15:49 +02:00
Ailin Nemui
db200f266b
remove newline from "server outgoing modify"
2021-10-10 11:03:00 +02:00
Ailin Nemui
b878c7f079
fix max_lag disconnect
2021-10-09 21:26:01 +02:00
Ailin Nemui
521c0d4e6f
remove oragono.io/maxline-2
2021-09-08 11:57:25 +02:00
Ailin Nemui
9e12890110
add a "server outgoing modify" signal to intercept outgoing messages
2021-09-03 20:04:29 +02:00
Ailin Nemui
37eb6c351c
fix queue bug
2021-09-03 19:44:29 +02:00
ailin-nemui
fe09dccdcb
Merge pull request #21 from ailin-nemui/sasl-plain-nonull
...
only enable sasl plain when username and password are set
2021-09-03 18:00:31 +02:00
Ailin Nemui
157913bd98
do not chase during netsplit
2021-09-02 19:58:00 +02:00
Ailin Nemui
240b79aa26
send channel sync requests "later" in the command queue
2021-09-02 19:58:00 +02:00
Ailin Nemui
1a6d74ac26
fix reading of starttls = "no" in config, attempt 2
2021-08-31 21:54:41 +02:00
Ailin Nemui
6c47fcf10d
Revert "Merge pull request #19 from ailin-nemui/starttls-no"
...
This reverts commit 3324c5da89 , reversing
changes made to d3115f3855 .
2021-08-31 21:49:29 +02:00
Ailin Nemui
6710b35736
fix reading of starttls = "no" in config
2021-08-31 14:53:53 +02:00
Ailin Nemui
63a5b80ba7
only enable sasl plain when username and password are set
...
may fix #1325
2021-08-31 14:53:31 +02:00
Ailin Nemui
f5303c153c
slightly improve nocap detection
...
Fixes #1311
2021-05-10 08:34:19 +02:00
Ailin Nemui
8a5d5d384e
add nocap flag
2021-04-08 22:38:44 +02:00
Ailin Nemui
61237ee6c0
reorder code
2021-04-08 21:55:35 +02:00
Ailin Nemui
085c08e65c
use enum
2021-04-08 21:55:35 +02:00
Ailin Nemui
244a8c72b4
verify tls connection
2021-04-08 21:55:35 +02:00