hexchat/plugins
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
..
checksum checksum: Replace GString usage with regular strings 2023-05-01 14:29:20 -05:00
exec meson: Fix exported functions in plugins 2022-01-21 15:54:49 -06:00
fishlim Change various types to the correct signedness to avoid warnings. 2024-01-29 09:06:29 -06:00
lua Return userdata from pluginprefs __pairs metamethod to avoid immediate GC. 2022-02-16 12:44:09 -06:00
perl meson: Fix exported functions in plugins 2022-01-21 15:54:49 -06:00
python win32: Remove Python 2 support 2023-11-03 14:23:55 -05:00
sysinfo meson: Fix exported functions in plugins 2022-01-21 15:54:49 -06:00
upd meson: Fix exported functions in plugins 2022-01-21 15:54:49 -06:00
winamp meson: Fix exported functions in plugins 2022-01-21 15:54:49 -06:00
meson.build build: Add option to specify path to perl binary 2018-03-23 09:14:45 +00:00