86e06feecc
fix build warnings
2026-09-11 20:45:19 -06:00
8a7ef86ad2
fix application crash + other fixes
2026-09-11 20:38:57 -06:00
ad1775f887
enable storage information
2026-09-11 20:38:57 -06:00
5abb7c4810
fix Win32 IP Helper includes for sysinfo
2026-09-11 20:38:57 -06:00
2e711829ef
bring sysinfo into 2026
2026-09-11 20:38:55 -06:00
Christopher Byrne
040021ee0e
buuld: Fix deprecated features since 0.56
...
Now the the minimum is 0.59, silence some warning in Meson:
dependency.get_pkgconfig_variable becomes
depenency.get_variable(pkgconfig: 'var_name')
executable(gui_app = true) becomes
executable(win_subsystem = 'windows')
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com >
2026-09-07 20:57:29 -05:00
344f5af01b
Centralize release version in root VERSION file.
2026-07-28 09:12:53 -06:00
251272c708
Applying: Fix Windows 7 crash after connecting when Python plugin init fails
2026-07-07 19:04:51 -06:00
f068a0e0fa
Fix Windows Python plugin DLL selection
2026-07-07 15:34:11 -06:00
fe9a2ee202
Preparation for 2.18.3
2026-06-29 20:49:41 -06:00
2b95f9724e
Snapshot Python hooks during plugin unload
2026-06-29 19:13:18 -06:00
ad3dc716e7
2.18.2 release preparation
2026-06-20 08:44:47 -06:00
9ded7ef830
Clarify FiSHLiM key manager invite wording
2026-06-16 15:47:56 -06:00
adb18b7ce3
Improve FiSHLiM key delete flow + CBC warnings
2026-06-15 23:26:59 -06:00
b09af655e7
Add FiSHLiM GTK key manager + context menu access
2026-06-15 22:56:50 -06:00
54b1703d67
Make FiSHLiM OpenSSL provider loading non-fatal
2026-05-25 02:13:24 -06:00
479f1649ef
Bump release metadata to 2.18.1
2026-05-21 18:11:33 -06:00
Mikhail Titov
23d0963c2d
fix(python): decode the console input to str in _on_say_command
2026-05-10 23:57:43 -05:00
deepend-tildeclub
5da518f50e
Merge pull request #226 from mlt/close-file-stream
...
fix(checksum): Make sure file stream is closed
2026-05-07 09:21:28 -06:00
Mikhail Titov
ebb11a8ac5
fix(checksum): Make sure file stream is closed
2026-05-07 09:11:10 -05:00
cc8460d366
Fix auto-replace to respect whole-word matches
2026-05-05 17:22:56 -06:00
42972e01b0
Remove Winamp Plugin.
2026-04-29 15:42:11 -06:00
aa52236c01
New Release: 2.18.0
2026-04-20 11:56:03 -06:00
9f2529adb6
Update all links to new domain.
2026-03-30 18:25:26 -06:00
ec4d698021
Bump to 2.18.0~pre6
2026-03-30 13:04:00 -06:00
Jesse Rhodes
ab1e25bfb1
sysinfo: Disable storage output by default; it is always wrong.
2026-03-29 11:27:11 -04:00
Jesse Rhodes
862aa0ede5
sysinfo: Correct usage text DISK->STORAGE.
2026-03-29 11:25:44 -04:00
Jesse Rhodes
935c35fd43
Fix typo.
2026-03-25 17:05:38 -04:00
Jesse Rhodes
33b18cb48d
Return NULL for chipset on windows.
2026-03-25 16:48:06 -04:00
Jesse Rhodes
d9442d6e94
Include separate chipset function on windows.
2026-03-25 15:57:28 -04:00
Jesse Rhodes
b9ac55fe7f
Refresh usage text.
2026-03-25 14:36:58 -04:00
Jesse Rhodes
ca558e7fa2
Rename VGA -> GPU.
2026-03-25 14:33:27 -04:00
Jesse Rhodes
08f367fef0
Split chipset/agp bridge to its own function and disable by default.
2026-03-25 14:32:37 -04:00
Jesse Rhodes
ca5c94f75e
Remove ui from get_client.
2026-03-25 14:03:37 -04:00
aead92d9e4
Bump to 2.18.0~pre5 + changelog/AppStream
2026-03-22 11:48:57 -06:00
0ab7eb7207
fix: Meson libperl parse cleanup; tighten topic URL hit-testing so only actual links click
2026-03-16 19:10:49 -06:00
b5ebba4521
release: bump 2.18.0~pre4 + release notes.
2026-03-14 20:09:55 -06:00
7bb2331f43
release: bump 2.18.0~pre3; sync version refs + release notes
2026-03-13 14:41:42 -06:00
a225af6d71
fix: add strings.h for Perl strcasecmp funcs
2026-03-12 22:33:28 -06:00
0f036383b2
build: GTK deprecation cleanup + follow-up warning fixes
2026-03-11 01:49:14 -06:00
c0e5ef79ec
build: fix GTK/OpenSSL warnings + tab color OOB
2026-03-10 23:05:56 -06:00
b93bad9859
windows x64-only purge: kill Win32 configs, simplify installer.
2026-02-28 09:53:37 -07:00
733f932b78
squash: win32 packaging detox (no comsupp/VC2013, trim payload, gate lua/python)
2026-02-28 09:36:50 -07:00
99b969067e
Removed one stale, commented-out debug/error line in the PCI device-name lookup path (pci_find_fullname), leaving behavior unchanged and making the function cleaner.
2026-02-25 13:29:20 -07:00
9548be0cec
Removed redundant inline comments in the Winamp plugin by simplifying the plugin handle declaration and cleanup comments around initialization/return values, while keeping functional comments intact.
...
Removed the redundant return 1 inline comment in the Exec plugin init function.
2026-02-25 12:57:42 -07:00
4beabb6bf5
Removed a stale commented-out debug function block from the fishlim plugin source to reduce dead/commented code.
...
Removed the corresponding commented-out RAW LINE hook entry so only active handlers remain in plugin initialization.
2026-02-25 02:24:11 -07:00
10d5bb91ab
Cleaned up unneeded, commented-out debug logging lines in Perl plugin callback handlers (server_cb, command_cb, and print_cb) without changing runtime behavior.
2026-02-25 02:14:38 -07:00
7c9c615aed
Removed redundant inline comments from the fishlim IRC parsing helpers where the comments only repeated obvious code behavior, while preserving all function docblocks and logic.
2026-02-25 02:12:10 -07:00
9c86f18982
Cleaned up unneeded inline comments in plugins/python/python.py while keeping runtime behavior unchanged (comment-only cleanup around version declaration, compile helpers, wordlist/timer handling, and autoload path handling).
2026-02-25 01:58:19 -07:00
0e94432c24
Removed four redundant comments in plugins/sysinfo/sysinfo.c while keeping behavior unchanged (the command parsing, channel checks, and menu add/remove calls are intact).
2026-02-25 01:40:34 -07:00