deepend-tildeclub
a975ddc80a
Merge pull request #57 from ZoiteChat/master
...
merge master changes into C17.
2026-02-12 14:27:21 -07:00
9aba312c8e
Resolved the merge conflict in STS capability handling by keeping the clearer warning message for missing values.
2026-02-04 13:13:51 -07:00
983ae5337b
Added a diagnostic message when an STS capability token is missing its value, while keeping the ignore behavior intact.
2026-02-04 12:57:07 -07:00
f58785c2e0
Added an explicit diagnostic when an STS capability token lacks a value while keeping the ignore policy unchanged.
2026-02-04 12:42:22 -07:00
3d030a96b7
Updated sts_handle_capability to return FALSE after logging the no‑TLS warning, so the insecure upgrade path doesn’t stop capability negotiation; it still returns TRUE only when an STS upgrade/reconnect is initiated or already in progress.
...
Confirmed inbound_cap_ls only returns early when sts_upgrade_triggered is set by sts_handle_capability, which now only happens for real upgrade/reconnect initiation or in‑progress upgrades.
2026-02-04 12:42:04 -07:00
2ecf1c18fb
Added STS value parsing in CAP ACK handling so sts= capability values are applied immediately before toggling capabilities.
2026-02-04 12:41:32 -07:00
eae5a209d3
Updated STS parsing to ignore preload tokens that include a value while preserving duplicate-preload rejection for valid tokens.
2026-02-04 11:58:13 -07:00
78a00b5b88
Updated STS policy handling to preserve any existing stored port on secure updates rather than overwriting it from the current TLS port, keeping secure-path updates focused on duration/preload.
2026-02-04 11:57:54 -07:00
b9bc65e3c2
Updated STS parsing to only accept preload when it appears without a value, ignoring tokens like preload=0.
2026-02-04 11:39:20 -07:00
3d8d3958ea
Updated STS parsing to treat duplicate port, duration, or preload keys as invalid by returning FALSE immediately when repeats are encountered.
2026-02-04 11:35:40 -07:00
b09e6a5405
Updated STS policy handling to require an active connection port when already on TLS, ignoring any advertised port token before storing the profile.
2026-02-04 10:30:13 -07:00
89a8f3eb0a
Updated STS handling to require an explicit port in insecure-connection capability upgrades, ignoring incomplete policies without upgrading.
2026-02-04 10:19:26 -07:00
deepend-tildeclub
c90f3c659a
Fix include directive for glib.h
2026-01-27 12:13:47 -07:00
e78251ee29
fix(win32): replace netdb.h with ws2tcpip.h for addrinfo APIs
2026-01-26 18:19:14 -07:00
4008d94571
fix(portability): replace POSIX-only string funcs and legacy hostent fields
2026-01-26 15:56:52 -07:00
c8ee118f00
Replaced GLib allocation helpers in history management with standard free/strdup to reduce unnecessary GLib coupling.
...
Updated the network helper API to use uint32_t and standard allocation/duplication routines, dropping the GLib include from the implementation and adding <stdint.h> to the header.
2026-01-25 23:37:09 -07:00
d4134c94b3
Swapped glib integer types in the sysinfo interface for standard stdint types to remove glib coupling in the header.
...
Replaced glib string/util usage in the win32 sysinfo backend with local helpers, a small string builder, and Windows UTF-8 conversion, removing the glib dependency there.
2026-01-25 23:32:33 -07:00
6c85c796d3
Merge branch 'master' of https://github.com/ZoiteChat/zoitechat
...
sync with master
2026-01-25 19:09:54 -07:00
992215ee91
Fix invalid call to g_io_channel_set_buffered
2026-01-25 19:09:17 -07:00
bc1d2e5f7a
Updated STS upgrade handling to fall back to the current connection port when servers omit a port in the STS capability, enabling TLS upgrades for non-TLS connections in that case.
2026-01-25 18:26:20 -07:00
a0f0c48bc5
Added STS profile persistence and policy parsing/enforcement (including load/save, upgrades, and expiry rescheduling) to the STS module.
...
Integrated STS capability handling and connection lifecycle hooks (ignore CAP DEL, trigger upgrades, reschedule on disconnect, new server fields).
Initialized and cleaned up STS state during startup/shutdown to persist policies across sessions.
2026-01-25 17:20:53 -07:00
4d6c77704c
Added STS profile data structures plus serialize/deserialize helpers for storing profile state in a compact string form.
...
Registered the new STS source file in the Meson and Visual Studio build definitions.
2026-01-25 16:51:43 -07:00
2b98ebc544
HEXCHAT -> ZOITECHAT
2026-01-25 16:13:47 -07:00
deepend-tildeclub
a40f53a1f3
Add 'standard-replies' to inbound.c
...
Add support for the standard-replies capability.
2026-01-25 11:09:31 -07:00
8d275ddb31
- Added dark mode mode constants, config storage as an integer, and a helper to resolve Auto/Dark/Light using system preferences where available.
...
- Replaced the dark mode checkbox with an Auto/Dark/Light color mode selector and ensured palette edits use the resolved mode.
- Applied the resolved color mode consistently across palette saving and GTK styling in the user list and channel tree/theme application paths.
2026-01-17 22:52:32 -07:00
deepend-tildeclub
4c13b96bd9
Merge pull request #26 from ZoiteChat/win-emoji-fix
...
fix windows color emojis
2026-01-16 23:40:43 -07:00
e985506737
fix windows color emojis
2026-01-16 23:18:12 -07:00
f473f3d4b9
fixes for importing themes.
2026-01-16 22:42:18 -07:00
2c349deee2
theme import fixes.
2026-01-16 22:07:01 -07:00
85d0edbbed
stop application from treating the theme files as server urls.
2026-01-16 20:02:37 -07:00
deepend-tildeclub
93cd47de5c
Merge pull request #15 from ZoiteChat/Fix-channel-config-line-endings
...
Refactor newline handling in servlist.c
2026-01-16 15:59:55 -07:00
deepend-tildeclub
7df9b08313
Refactor newline handling in servlist.c
...
Remove redundant newline character handling in fgets buffer.
2026-01-15 11:12:56 -07:00
af12c6557a
Fix SNI extension handling
2026-01-15 09:15:38 -07:00
deepend-tildeclub
2d8a61b704
Change default network from 'Libera.Chat' to 'Zoite'
2026-01-12 22:26:27 -07:00
c1cbe14871
dark mode
2026-01-11 12:02:58 -07:00
deepend-tildeclub
bf9dcfe0fe
Update IRC server address for Newnet
2026-01-06 18:56:48 -07:00
deepend-tildeclub
6b41e843fc
Update documentation URL in outbound.c
2026-01-06 01:24:39 -07:00
deepend-tildeclub
bd501b3c93
Update issue link in text.c comments
2026-01-06 01:23:57 -07:00
4683ef705b
new name after fork
2026-01-05 23:12:38 -07:00
deepend-tildeclub
ca43595430
Rename HexChat to ZoiteChat in dbus-client.h
2026-01-05 18:04:34 -07:00
deepend-tildeclub
975f4c8d66
Rename HexChat to ZoiteChat in dbus-client.c
2026-01-05 18:03:58 -07:00
deepend-tildeclub
29cda2e626
Add new networks and remove TechNet from servlist
2026-01-05 17:59:07 -07:00
Collin Funk
180ce9f4fd
Change various types to the correct signedness to avoid warnings.
...
Also cast the check of "inet_addr" to guint32. The POSIX declaration
of this function returns in_addr_t which is the same as uint32_t.
Windows does not define this type and instead uses unsigned long.
2024-01-29 09:06:29 -06:00
Patrick Okraku
0c48785543
SASL SCRAM: create_nonce: changed data type
2024-01-04 16:17:14 -06:00
Patrick Okraku
00b297524d
SASL SCRAM: create_nonce: changed data type
2024-01-04 16:17:14 -06:00
Patrick Okraku
681a88d6df
SASL SCRAM: renamed scram_free_session to scram_session_free
2024-01-04 16:17:14 -06:00
Patrick Okraku
c82ad32171
SASL SCRAM: Apply changes from code review
2024-01-04 16:17:14 -06:00
Patrick Okraku
9b76b557ec
Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512
2023-11-05 07:12:01 -06:00
Patrick Okraku
6420fd6117
SSL compile fix
2023-11-05 07:11:23 -06:00
Patrick Okraku
50ca0d5b09
Moved SASL PLAIN authentication to own function
2023-11-05 07:11:23 -06:00