197 Commits

Author SHA1 Message Date
303d5cc581 preparation for upcoming release 2.17.4 2026-02-03 13:28:35 -07:00
deepend-tildeclub
cf2e44f3d5 Refactor Windows build workflow by removing MSYS2 setup
Removed MSYS2 setup and dependency installation steps for GTK build fallback. Updated Python version syntax and adjusted paths for dependencies.
2026-02-01 22:25:20 -07:00
deepend-tildeclub
049d3c19af Add MSYS2 setup and improve dependency installation
Added MSYS2 setup step for GTK build fallback and updated the installation process for dependencies. Enhanced error handling and ensured proper paths for GTK and Lua headers.
2026-02-01 22:24:25 -07:00
deepend-tildeclub
7be145b94a Clarify OpenSSL trust store override and clean up code
Added a comment to clarify the purpose of the OpenSSL trust store override and removed unnecessary code related to GDK_BACKEND configuration.
2026-02-01 16:39:38 -07:00
deepend-tildeclub
e365266b4a Update OpenSSL trust store and GDK_BACKEND settings 2026-02-01 16:37:34 -07:00
deepend-tildeclub
4ad5df0370 Update documentation links in README 2026-01-26 14:15:31 -07:00
deepend-tildeclub
887d891541 Merge pull request #44 from ZoiteChat/glib-dependency-cleanup
Glib dependency cleanup + Makefile
2026-01-26 01:36:54 -07:00
041288cdad Removed the GLib dependency from the Windows 8 spellcheck provider by swapping in Windows/stdlib UTF-8/UTF-16 conversions and standard allocation/free routines. 2026-01-25 23:52: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
5ca3e835a7 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:00:20 -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
deepend-tildeclub
4cf1b52982 Merge pull request #42 from ZoiteChat/zoite-sts
IRCv3 STS Specification Support.
2026-01-25 18:48:26 -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
4ed7032fd5 Update lua.c
Allowed Lua scripts to be located by basename (script name only) when resolving /lua unload and related operations, while keeping path-based matching for explicit paths.
Ensured /lua load reports failures when script creation fails and added explicit failure feedback to the user.
Added unload feedback that distinguishes immediate unloads from deferred unloads, so users see confirmation right away.
2026-01-25 16:02:58 -07:00
deepend-tildeclub
4e01192979 Add badge references to README
Added badge references for GitHub version, downloads, size, last commit, and contributors.
2026-01-25 14:52:49 -07:00
deepend-tildeclub
2127820ae0 Enhance README with build badges and links
Updated README to include build badges and documentation link.
2026-01-25 14:47:08 -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
deepend-tildeclub
0e661dec95 Delete win32/installer/zoitechat-arm64.iss 2026-01-19 14:43:40 -07:00
deepend-tildeclub
e503bec31a Fix command line argument formatting in installer script 2026-01-19 14:42:57 -07:00
deepend-tildeclub
628bb2e157 Update submodule URL for shared-modules 2026-01-19 13:06:09 -07:00
deepend-tildeclub
afeae7380d Update submodule URL for shared-modules 2026-01-18 21:01:04 -07:00
deepend-tildeclub
3530a5c191 Add options for Perl and Python in Meson setup 2026-01-18 19:16:40 -07:00
deepend-tildeclub
92b9577a19 Update .mailmap
undoing email change that shouldn't have changed.
2026-01-18 18:48:01 -07:00
deepend-tildeclub
56dc9b1b4a Merge pull request #30 from ZoiteChat/auto-dark-mode-on-windows-fix
fix auto dark/light mode on windows.
2026-01-18 15:53:02 -07:00
8c3986ffe0 fix auto dark/light mode on windows. 2026-01-18 10:46:41 -07:00
deepend-tildeclub
c2b67e647d Merge pull request #29 from ZoiteChat/gtk-ciaro
Gtk ciaro
2026-01-18 02:11:54 -07:00
6137fdbd91 Updated the channel list theme application to honor explicit light mode selection so it applies the light palette instead of staying dark. 2026-01-18 01:21:51 -07:00
35ecc2c643 Standardized non-numbered color selector button labels to use two figure spaces so their width matches the numbered palette buttons. 2026-01-18 01:14:49 -07:00
cb8b8bd4cc - Added a helper to apply the selected palette color across all GTK button states so color selector backgrounds stay consistent in preferences (GTK Ciara compatible).
- Reused the helper when initializing and updating color selector buttons to keep the UI in sync with chosen colors.
2026-01-17 23:50:44 -07:00
7279e3592f - Replaced the dark mode checkbox with an Auto/Dark/Light selector in Preferences → Colors and added the new mode labels/setting metadata to match the combo box UI.
- Updated palette handling to respect the effective dark mode (including auto) when saving colors, applying themes, and refreshing user list styling.
- Added auto dark-mode tracking that listens to system theme changes and reapplies palette/styles live when Auto is selected, so updates happen without restart (including channel list styling updates via setup_apply_real).
- Synced the stored auto dark-mode state when preferences are applied, keeping Auto mode consistent after manual changes.
- Exposed a helper for keeping the Auto state synchronized from the GTK layer to preferences handling.
2026-01-17 23:09:38 -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
cf41615cb3 - Reworked GTK window snapshotting in the main GUI to capture into cairo surfaces and convert via gdk_pixbuf_get_from_surface.
- Added a Cairo surface → RGBA pixbuf conversion helper that unpremultiplies ARGB32 data for GTK2 compatibility while keeping window snapshots Cairo-based.
- Updated window snapshotting to use the new Cairo surface conversion instead of gdk_pixbuf_get_from_surface
2026-01-17 22:25:12 -07:00
c1f855c2ab - Updated main GUI color helpers and tab palette generation to use XTextColor, and simplified drag icon snapshotting to use gdk_pixbuf_get_from_window with a null guard.
- Added pixbuf-based cairo surface capture for xtext window scrolling with a fallback to full redraw when capture fails.
2026-01-17 21:56:00 -07:00
4ac836fc66 - Added a shared XTextColor definition and a palette conversion helper for Cairo-ready colors, decoupling renderer palettes from GdkColor usage in the API surface.
- Updated xtext palette APIs to accept internal color arrays directly for rendering setup.
- Wired xtext palette creation through UI entry points to use the new palette helper when constructing or refreshing text views.
2026-01-17 21:39:45 -07:00
5986e6a78b -Added the standard type attribute to the GTK file info query so file type checks no longer trigger GLib-GIO warnings.
-Replaced GtkStyle application in the channel tree view with explicit base/text/font modifications to avoid style attach/detach issues on teardown.

-Updated user list styling to apply the font directly instead of setting a shared GtkStyle instance.

-Switched color button updates to use background modifications instead of creating per-button styles, reducing detach warnings on shutdown.
2026-01-17 18:31:04 -07:00
0601be026c - Converted text background loading to build Cairo surfaces directly from pixbufs for renderer use.
- Updated the xtext renderer to accept Cairo background surfaces and dropped the GtkStyle attach during realize to keep rendering Cairo/Pango-focused.
- Switched background surface ownership and cleanup to use cairo_surface_t across the shared state and settings update path.
2026-01-17 18:19:00 -07:00
24b0a3d75f - Introduced the XTextColor struct and stored xtext palette/foreground/background colors in internal renderer state rather than GdkColor fields.
- Converted palette colors and background pixmaps into cairo-ready values/surfaces for rendering (including background tiling and separator colors).
2026-01-17 17:44:49 -07:00
2ac5234803 - Added Cairo-based window snapshot conversion (with unpremultiplication) for drag icons and updated drag rendering to use the new helper instead of drawable capture.
- Updated GtkXText to track the draw window and use a pixmap-to-surface helper for Cairo contexts, avoiding drawable references in the struct and rendering flow.
- Added a Cairo helper for capturing window-backed surfaces and used it when blitting during scrolling, fixing the build break from the removed drawable helper.
2026-01-17 17:34:38 -07:00
30e309853c Added the required gdk/gdk.h include before gdkcairo.h in maingui.c to satisfy GDK header include order requirements on Windows builds.
Added cairo surface tracking and context creation helpers for xtext rendering, including state initialization for the new draw surface field.

Replaced GdkPixmap-based offscreen text buffering with cairo surfaces and routed rendering/underline/strikethrough operations through the cairo context helper.
2026-01-17 16:56:35 -07:00
944ce69906 Added a Cairo color helper for drag highlight rendering and applied it to the drag motion drawing path.
Replaced GDK source helpers in the text rendering pipeline with Cairo surface/color helpers for lines, backgrounds, and blits.

Updated render sizing to use window dimensions and switched window copy paths to Cairo surfaces.
2026-01-17 16:46:21 -07:00
4bf5316cfa Replaced legacy GDK rectangle drawing in the drag highlight path with Cairo calls and ensured cleanup before early return 2026-01-17 16:34:38 -07:00
136e63a6cd ciaro fixes 2026-01-17 16:19:56 -07:00
5ea424d0e8 start of ciaro implementation. 2026-01-17 16:08:00 -07:00
deepend-tildeclub
d0e7e45a41 Revise changelog for ZoiteChat 2.17.3 release
Updated changelog for ZoiteChat version 2.17.3 with new features, fixes, and known issues.
2026-01-17 15:34:53 -07:00
deepend-tildeclub
8df91eb382 Fix XML structure in appdata file
Fix XML structure by closing the 'component' tag and removing an extra closing 'releases' tag.
2026-01-17 15:14:30 -07:00
deepend-tildeclub
40ed3bc0bc Merge pull request #28 from ZoiteChat/upcoming-version-bump
Upcoming version bump
2026-01-17 15:01:33 -07:00
deepend-tildeclub
437e8fc3d1 Merge pull request #27 from ZoiteChat/master
sync with master
2026-01-17 14:56:36 -07:00
deepend-tildeclub
4c86105183 Bump version from 2.17.2 to 2.17.3 2026-01-17 14:55:54 -07:00
deepend-tildeclub
87e9d93f5e Bump version from 2.17.2 to 2.17.3 2026-01-17 14:54:56 -07:00
deepend-tildeclub
b6fba447da Update release notes for version 2.17.3
Added details for version 2.17.3 release including fixes and features.
2026-01-17 14:53:34 -07:00
deepend-tildeclub
95d31bad57 Merge pull request #24 from ZoiteChat/Github-Action-Changes
Update Windows build workflow with permissions and attestations
2026-01-17 13:38:19 -07:00
deepend-tildeclub
19fbceec93 Add permissions for AppImage build workflow 2026-01-16 23:45:13 -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
deepend-tildeclub
113c026ffa Merge pull request #20 from ZoiteChat/theme-integration-in-preferences
Theme integration in preferences
2026-01-16 23:40:29 -07:00
e985506737 fix windows color emojis 2026-01-16 23:18:12 -07:00
deepend-tildeclub
d858b12d8e Merge pull request #25 from ZoiteChat/merge-with-theme-update
sync with master
2026-01-16 23:10:14 -07:00
deepend-tildeclub
e97937f82c Merge branch 'theme-integration-in-preferences' into merge-with-theme-update 2026-01-16 23:09:44 -07:00
deepend-tildeclub
960b51933d Merge pull request #16 from ZoiteChat/emoji-menu
Update maingui.c
2026-01-16 23:04:55 -07:00
deepend-tildeclub
ccc6580652 Enhance Flatpak build workflow with permissions and steps
Added permissions for contents, id-token, attestations, and artifact-metadata. Included steps for uploading and attesting the Flatpak bundle.
2026-01-16 22:57:03 -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
deepend-tildeclub
94e92b8edf Update Windows build workflow with permissions and attestations
Added permissions for artifact handling and attestation.
2026-01-16 21:36:10 -07:00
85d0edbbed stop application from treating the theme files as server urls. 2026-01-16 20:02:37 -07:00
b1fc133883 associated .hct and .zct files with ZoiteChat for easy Theme importation like there was in the Theme Manager that was removed. 2026-01-16 19:34:18 -07:00
f480366c87 add button in theme preferences to open themes folder. 2026-01-16 19:26:22 -07:00
deepend-tildeclub
51bd5376aa Merge pull request #21 from ZoiteChat/master
sync branch to master
2026-01-16 19:09:49 -07:00
deepend-tildeclub
44880a41f9 Remove theme-manager option from build configuration
Removed theme-manager option from meson setup.
2026-01-16 18:57:52 -07:00
deepend-tildeclub
1766ec558f Remove theme-manager option from build configuration
Removed theme-manager option from Meson setup.
2026-01-16 18:57:35 -07:00
deepend-tildeclub
58073542ff Remove theme-manager option in debian-build.yml
Remove theme-manager option from Meson setup.
2026-01-16 18:57:18 -07:00
deepend-tildeclub
b7177b9fe6 Delete data/misc/net.zoite.Zoitechat.ThemeManager.xml 2026-01-16 18:47:10 -07:00
deepend-tildeclub
c7dd1d6eef Delete data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in 2026-01-16 18:47:01 -07:00
19d47c1d13 associate .hct and .zct files with ZoiteChat for theme importing. 2026-01-16 18:31:13 -07:00
deepend-tildeclub
e5e22fc103 removed mention of thememan.exe 2026-01-16 18:16:22 -07:00
deepend-tildeclub
84f62080c4 fixed removal of theme manager 2026-01-16 18:12:05 -07:00
deepend-tildeclub
2f30c86be8 Update print statement from 'Hello' to 'Goodbye' 2026-01-16 18:07:38 -07:00
46da9fe581 remove theme manager in favor of theme selector in preferences. 2026-01-16 17:54:40 -07:00
deepend-tildeclub
33efa85ac9 fix theme option in preferences 2026-01-16 17:52:57 -07:00
deepend-tildeclub
724f71b650 integrate a theme manager into preferences.
Fix missing newline at end of file in setup.c
2026-01-16 16:29:12 -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
e270199560 Merge pull request #14 from ZoiteChat/update-python-to-v3.14
update python to v3.14
2026-01-16 15:59:37 -07:00
deepend-tildeclub
3fdd639028 Merge pull request #13 from ZoiteChat/fix-sni-extension-handling
Fix SNI extension handling
2026-01-16 15:59:12 -07:00
deepend-tildeclub
90b227ed59 Update documentation links in readme.md 2026-01-16 13:32:38 -07:00
deepend-tildeclub
44f6fc357e Refactor emoji widget application to use child handling 2026-01-15 20:21:30 -07:00
deepend-tildeclub
20dca7dc2f Enhance emoji widget handling in menu items 2026-01-15 20:10:58 -07:00
deepend-tildeclub
81b2325aa1 Refactor emoji font handling in mg_update_xtext
Removed the emoji fallback font function and related code.
2026-01-15 19:58:12 -07:00
deepend-tildeclub
fa1912bb5d Update maingui.c 2026-01-15 18:35:27 -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
deepend-tildeclub
d54669982a Refactor Python directory setup in Windows build workflow
Updated Python directory creation logic and resolved version discrepancies.
2026-01-15 10:51:04 -07:00
e79564b501 Update to Python v3.14 2026-01-15 10:47:36 -07:00
1be65ff216 Update Python to v3.14.2 2026-01-15 10:15:48 -07:00
0bcf4bee6e Change to Python 3.14 2026-01-15 10:02:24 -07:00
78c4b474db update python to v3.14 2026-01-15 09:48:31 -07:00
af12c6557a Fix SNI extension handling 2026-01-15 09:15:38 -07:00
deepend-tildeclub
24a5c3b50d Merge pull request #11 from ZoiteChat/gtk3-migration
Merge pull request #8 from ZoiteChat/master
2026-01-14 13:36:15 -07:00
708fb3de42 moving website to zoitechat.zoite.net 2026-01-14 12:54:25 -07:00
deepend-tildeclub
7ecc469385 Rename workflow from 'OpenBSD Package' to 'OpenBSD Build' 2026-01-14 10:50:05 -07:00
deepend-tildeclub
34575bc603 Add OpenBSD Build badge to README
Added OpenBSD build badge to the README.
2026-01-14 10:49:20 -07:00
deepend-tildeclub
7021031ea0 Merge pull request #9 from ZoiteChat/deepend-tildeclub-patch-1
Add OpenBSD package build workflow
2026-01-14 10:48:13 -07:00
deepend-tildeclub
8cdc6cb966 Fix EOF syntax in openbsd-build.yml 2026-01-14 10:27:33 -07:00
deepend-tildeclub
cc359bd3e3 Modify OpenBSD package creation for ZoiteChat
Update package creation script for ZoiteChat to include full package path and comment.
2026-01-14 10:26:47 -07:00
deepend-tildeclub
3225a28e12 Fix EOF syntax in openbsd-build.yml 2026-01-14 09:28:31 -07:00
deepend-tildeclub
758f879700 Refactor OpenBSD build workflow for clarity and efficiency 2026-01-14 09:17:27 -07:00
deepend-tildeclub
d8460692ac Update OpenBSD build workflow with rsync and staging 2026-01-14 01:03:55 -07:00
deepend-tildeclub
5e4bc8966c Replace ntpd with rdate for time synchronization 2026-01-14 00:45:26 -07:00
deepend-tildeclub
4373516256 Add ntpd command to OpenBSD build workflow 2026-01-14 00:40:08 -07:00
deepend-tildeclub
4ebdaf7c1e Enable sync option in OpenBSD build workflow 2026-01-14 00:33:08 -07:00
deepend-tildeclub
3690011933 Update pkg_create command to include staging path 2026-01-14 00:22:20 -07:00
deepend-tildeclub
212b6d8a57 Fix directory listing format in OpenBSD build workflow 2026-01-14 00:14:41 -07:00
deepend-tildeclub
de4812cf93 Update dependencies in OpenBSD build workflow 2026-01-14 00:03:35 -07:00
deepend-tildeclub
37babfa29a Update PKG_PATH to use ftp mirror 2026-01-13 23:56:23 -07:00
deepend-tildeclub
9e6850eb4f Change OpenBSD package release to 7.5
Updated OpenBSD package release from 7.4 to 7.5.
2026-01-13 23:51:31 -07:00
deepend-tildeclub
f544a9d009 Add OpenBSD package build workflow 2026-01-13 23:17:03 -07:00
deepend-tildeclub
d455b44fef Merge pull request #8 from ZoiteChat/master
Change Lua build option in Zoitechat Flatpak config
2026-01-13 20:44:38 -07:00
deepend-tildeclub
f33801e59b Change Lua build option in Zoitechat Flatpak config 2026-01-13 18:59:45 -07:00
deepend-tildeclub
e70085a8c4 Enable Lua support and disable Python in Flatpak config 2026-01-13 16:59:28 -07:00
bdee1481ed version bump for minor fix (auto replace) 2026-01-13 14:38:07 -07:00
3ffa020c2c Fixed auto replace. Now will handle auto replace no matter where or how the text is put in. 2026-01-13 14:16:40 -07:00
deepend-tildeclub
24ac7c8167 Update homepage and help URLs in appdata file 2026-01-13 01:44:35 -07:00
deepend-tildeclub
1b0487faa8 Update screenshot URL in appdata XML 2026-01-13 01:31:40 -07:00
deepend-tildeclub
fed2525c7a Update APPCAST_URL to new GitHub location 2026-01-13 00:58:14 -07:00
deepend-tildeclub
0662c39c19 Update version from 2.12.4 to 2.17.1 2026-01-13 00:54:39 -07:00
deepend-tildeclub
bda17c4233 Update download link in README 2026-01-13 00:28:53 -07:00
deepend-tildeclub
9c406eb9e6 Update badge label for AppImage build in README 2026-01-13 00:28:20 -07:00
deepend-tildeclub
6911e41695 Rename workflow to 'AppImage Build' 2026-01-13 00:27:39 -07:00
deepend-tildeclub
aa12e90bd2 Update readme with new badge and link changes
Removed outdated links and added AppImage build badge.
2026-01-13 00:24:16 -07:00
deepend-tildeclub
fb1802d7d5 Merge pull request #4 from deepend-tildeclub/master
Add AppImage to ZoiteChat
2026-01-13 00:21:50 -07:00
deepend-tildeclub
6b105133ec Implement custom AppRun for AppImage packaging
Added custom AppRun script for AppImage to handle runtime paths and SSL certificate overrides.
2026-01-13 00:03:02 -07:00
deepend-tildeclub
29d8326d1a Add LDAI_NO_APPSTREAM environment variable 2026-01-12 23:53:30 -07:00
deepend-tildeclub
d6c4d36b01 Update AppImage build workflow for GTK version and dependencies 2026-01-12 23:40:41 -07:00
deepend-tildeclub
9307b66711 Rename .github/workflows/.github/workflows/appimage-build.yml to .github/workflows/appimage-build.yml 2026-01-12 23:05:50 -07:00
deepend-tildeclub
34dab17999 Rename workflow for AppImage build 2026-01-12 23:05:11 -07:00
dbc95b9121 fixed dark/light color saving. Remembers both dark mode colors and light mode colors. 2026-01-12 22:52:56 -07:00
deepend-tildeclub
2d8a61b704 Change default network from 'Libera.Chat' to 'Zoite' 2026-01-12 22:26:27 -07:00
deepend-tildeclub
a47058758e Add pre-release entry for version 2.17.1
Added a new pre-release entry for version 2.17.1 with dark mode implementation.
2026-01-12 22:19:33 -07:00
deepend-tildeclub
5e48b1094d Merge pull request #3 from ZoiteChat/feature/dark-mode-toggle
Feature/dark mode toggle
2026-01-12 21:56:04 -07:00
8a4b19a8fd minor feature release 2.17.1 (dark mode) 2026-01-12 21:43:18 -07:00
e265ad4454 dark mode v1 2026-01-12 21:24:09 -07:00
deepend-tildeclub
2ef2fcd563 Delete .github/workflows/windows-arm64-msys2.yml 2026-01-12 21:20:47 -07:00
deepend-tildeclub
bb820c1c25 Update Windows ARM64 workflow for MSYS2 2026-01-12 21:20:18 -07:00
deepend-tildeclub
3d86ae55e9 Update workflow branches and clean up comments 2026-01-12 21:14:58 -07:00
deepend-tildeclub
3f9bb8ffd4 Refactor Windows ARM64 build workflow
Updated Windows ARM64 build workflow to include Python and CFFI installation, modified paths for Inno Setup, and added error handling for missing files.
2026-01-12 21:04:27 -07:00
deepend-tildeclub
cc1b07d5f0 Update paths for installer script and output 2026-01-12 20:38:25 -07:00
deepend-tildeclub
facdf39012 Update windows-arm64-msys2.yml 2026-01-12 20:23:23 -07:00
deepend-tildeclub
78a3a7061f Enhance MSYS2 workflow with Python and Inno Setup
Added Python and CFFI packages to MSYS2 workflow and updated installation commands for Inno Setup.
2026-01-12 19:27:43 -07:00
deepend-tildeclub
813313501b Refactor Windows ARM64 build workflow
Removed python-cffi from dependencies and adjusted build process to handle missing python options. Updated installer preparation and artifact upload steps.
2026-01-12 19:18:17 -07:00
deepend-tildeclub
1a4b9b3918 Refine file search and Inno Setup installation
Updated file search depth and improved Inno Setup installation process.
2026-01-12 18:52:25 -07:00
deepend-tildeclub
8c8b20664a Refactor Windows ARM64 MSYS2 workflow for better handling 2026-01-12 18:44:39 -07:00
deepend-tildeclub
b22eeeb3e5 Improve Windows ARM64 MSYS2 workflow
Refactor Windows ARM64 MSYS2 workflow to streamline environment setup and dependency handling.
2026-01-12 18:36:47 -07:00
deepend-tildeclub
9cdc5ec7d7 Refactor ARM64 installer configuration for ZoiteChat 2026-01-12 18:36:41 -07:00
deepend-tildeclub
22d241fa7c Refine ARM64 MSYS2 workflow and linker settings
Updated the MSYS2 workflow for ARM64 to ensure proper usage of CLANGARM64 tooling and added linker flags for winpthreads.
2026-01-12 18:19:02 -07:00
deepend-tildeclub
52441590a6 Enhance Windows ARM64 workflow with Inno Setup
Updated the workflow for Windows ARM64 to include Inno Setup for installer creation and improved structure.
2026-01-12 16:00:12 -07:00
deepend-tildeclub
ea44a26ae7 Create zoitechat-arm64.iss 2026-01-12 15:59:43 -07:00
deepend-tildeclub
13863270bf Change stage install step to use portable folder 2026-01-12 15:46:16 -07:00
deepend-tildeclub
2e5454e872 Update windows-arm64-msys2.yml 2026-01-12 15:35:28 -07:00
deepend-tildeclub
d5f449180a Update Windows ARM64 workflow dependencies and paths 2026-01-12 15:25:49 -07:00
deepend-tildeclub
effedb9946 Add GitHub Actions workflow for Windows ARM64 builds 2026-01-12 14:56:15 -07:00
deepend-tildeclub
7c4d81378b Add MSYS2 build badge to README 2026-01-11 12:17:42 -07:00
deepend-tildeclub
f21fb35bfe Add ninja build system to MSYS workflow 2026-01-11 12:13:25 -07:00
c1cbe14871 dark mode 2026-01-11 12:02:58 -07:00
deepend-tildeclub
6d276ab0c5 Refactor Debian build workflow for clarity and efficiency 2026-01-10 18:30:48 -07:00
deepend-tildeclub
4787a2901c Modify dh_auto_configure options and cleanup rules
Removed git checkout check and updated configuration options.
2026-01-10 18:29:28 -07:00
deepend-tildeclub
6913977100 Modify build rules for plugin metainfo and changelogs
Updated configuration to enable plugin metainfo installation and added logic to fetch changelogs from GitHub if in a git checkout.
2026-01-10 18:27:37 -07:00
deepend-tildeclub
e1a639ec7a Enable source repos and install HexChat build-deps
Updated workflow to enable source repositories and install HexChat build dependencies.
2026-01-10 18:22:01 -07:00
deepend-tildeclub
60c37ee0eb Fix error handling and improve changelog installation 2026-01-10 18:13:54 -07:00
deepend-tildeclub
92824d5338 Fix installation of changelogs in debian rules 2026-01-10 18:03:11 -07:00
deepend-tildeclub
0aff2e7227 Enhance changelog installation in debian/rules
Modify changelog installation process to create documentation directories for packages.
2026-01-10 17:57:55 -07:00
deepend-tildeclub
789cc29279 Install git and openssh-client in CI workflow
Added installation of git and openssh-client for checkout and submodules.
2026-01-10 17:49:49 -07:00
deepend-tildeclub
d0136042ae Remove installation command from build workflow 2026-01-10 17:47:13 -07:00
deepend-tildeclub
afb83d763e Rename workflow and update build steps for Debian packages 2026-01-10 17:46:31 -07:00
deepend-tildeclub
2b615f32ca Update dependencies in Debian build workflow 2026-01-10 17:40:21 -07:00
deepend-tildeclub
4d33f08150 Refactor Debian build workflow with error handling
Updated the build workflow to include error handling and cleanup steps.
2026-01-10 17:35:36 -07:00
deepend-tildeclub
d454cafbf5 Delete README.md 2026-01-09 08:12:24 -07:00
deepend-tildeclub
72027837a0 Add build status badges to README
Added build status badges for Debian, Flatpak, and Windows.
2026-01-09 08:12:00 -07:00
deepend-tildeclub
6d3f6ce1ac Update build badge from Ubuntu to Debian 2026-01-09 01:33:50 -07:00
deepend-tildeclub
9ebb998c64 Rename workflow from Ubuntu to Debian build 2026-01-09 01:06:56 -07:00
deepend-tildeclub
77b1abb521 Update MSYS2 build workflow configuration 2026-01-09 01:01:14 -07:00
deepend-tildeclub
1d701fc2d9 Update Flatpak build workflow for new image and actions 2026-01-09 00:46:36 -07:00
deepend-tildeclub
2730971f0e replace installer logos 2026-01-09 00:43:14 -07:00
deepend-tildeclub
78f75bf4bc Update Flatpak GitHub Actions image version 2026-01-09 00:23:02 -07:00
deepend-tildeclub
288d0e5751 Change menu entry from 'He_xChat' to '_ZoiteChat' 2026-01-09 00:01:59 -07:00
deepend-tildeclub
7c9d01f9a0 Add build status badges to README
Added build status badges for Ubuntu, Flatpak, and Windows.
2026-01-08 23:51:48 -07:00
deepend-tildeclub
f3a27619db Update Python version in Windows build workflow 2026-01-08 23:32:20 -07:00
deepend-tildeclub
2b254e71ee Upgrade Python version from 3.8 to 3.9 in workflow 2026-01-08 23:23:32 -07:00
deepend-tildeclub
b30e77a840 Refactor build step in Windows CI workflow 2026-01-08 23:21:13 -07:00
deepend-tildeclub
7c2ebabcd5 Update windows-build.yml 2026-01-08 23:17:14 -07:00
deepend-tildeclub
60e696cb1a Refactor Python setup in Windows build workflow
Updated Python installation steps and created symbolic link for Python 3.8.
2026-01-08 23:07:00 -07:00
deepend-tildeclub
590d0c50f1 Update windows-build.yml
updated upload-artifacts to v4.
2026-01-08 23:00:36 -07:00
deepend-tildeclub
777571e681 Update ubuntu-build.yml 2026-01-08 22:53:39 -07:00
deepend-tildeclub
9c00988b4e Update Flatpak GitHub Actions image version 2026-01-08 22:36:01 -07:00
3ebd679ac8 added debian packing source 2026-01-08 18:56:01 -07:00
deepend-tildeclub
2d004b1f55 Clean up python plugin configuration
Removed commented-out code for the python plugin.
2026-01-08 13:04:30 -07:00
a1ed2b1bed Zoitechat naming fixes. 2026-01-07 20:33:55 -07:00
243 changed files with 12832 additions and 8735 deletions

134
.github/workflows/appimage-build.yml vendored Normal file
View File

@@ -0,0 +1,134 @@
name: AppImage Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
appimage_build:
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
attestations: write
artifact-metadata: write
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install build dependencies
run: |
set -eux
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
build-essential pkg-config meson ninja-build cmake \
gettext \
libcanberra-dev libdbus-glib-1-dev libglib2.0-dev \
libgtk2.0-dev libgtk-3-dev \
libgtk-3-bin libglib2.0-bin shared-mime-info gsettings-desktop-schemas \
libluajit-5.1-dev libpci-dev libperl-dev libssl-dev \
python3-dev python3-cffi mono-devel desktop-file-utils \
patchelf file curl
- name: Configure
run: |
set -eux
rm -rf build
meson setup build \
--prefix=/usr \
-Dtext-frontend=true \
-Dwith-perl=perl \
-Dwith-python=python3 \
-Dauto_features=enabled
- name: Build
run: |
set -eux
ninja -C build
- name: Install to AppDir
run: |
set -eux
rm -rf AppDir
DESTDIR="${PWD}/AppDir" ninja -C build install
- name: Build AppImage
env:
APPIMAGE_EXTRACT_AND_RUN: 1
DEPLOY_GTK_VERSION: 3
LDAI_NO_APPSTREAM: 1
run: |
set -eux
curl -fL --retry 3 -o linuxdeploy-x86_64.AppImage \
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod +x linuxdeploy-x86_64.AppImage
curl -fL --retry 3 -o linuxdeploy-plugin-gtk \
https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh
chmod +x linuxdeploy-plugin-gtk
export PATH="${PWD}:${PATH}"
# Bundle CA certificates into the AppDir
install -Dm644 /etc/ssl/certs/ca-certificates.crt \
AppDir/etc/ssl/certs/ca-certificates.crt
# Custom AppRun: preserve typical AppDir runtime paths AND force CA bundle
cat > AppRun <<'EOF'
#!/bin/sh
set -eu
APPDIR="${APPDIR:-$(dirname "$(readlink -f "$0")")}"
export PATH="$APPDIR/usr/bin:${PATH:-/usr/bin:/bin}"
export LD_LIBRARY_PATH="$APPDIR/usr/lib:$APPDIR/usr/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH:-}"
export XDG_DATA_DIRS="$APPDIR/usr/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
if [ -d "$APPDIR/usr/share/glib-2.0/schemas" ]; then
export GSETTINGS_SCHEMA_DIR="$APPDIR/usr/share/glib-2.0/schemas${GSETTINGS_SCHEMA_DIR:+:$GSETTINGS_SCHEMA_DIR}"
fi
if [ -d "$APPDIR/usr/lib/x86_64-linux-gnu/gio/modules" ]; then
export GIO_EXTRA_MODULES="$APPDIR/usr/lib/x86_64-linux-gnu/gio/modules${GIO_EXTRA_MODULES:+:$GIO_EXTRA_MODULES}"
elif [ -d "$APPDIR/usr/lib/gio/modules" ]; then
export GIO_EXTRA_MODULES="$APPDIR/usr/lib/gio/modules${GIO_EXTRA_MODULES:+:$GIO_EXTRA_MODULES}"
fi
# OpenSSL trust store override (fixes “unable to get local issuer certificate (20)”)
export SSL_CERT_FILE="${SSL_CERT_FILE:-$APPDIR/etc/ssl/certs/ca-certificates.crt}"
export SSL_CERT_DIR="${SSL_CERT_DIR:-$APPDIR/etc/ssl/certs}"
export CURL_CA_BUNDLE="${CURL_CA_BUNDLE:-$SSL_CERT_FILE}"
exec "$APPDIR/usr/bin/zoitechat" "$@"
EOF
chmod +x AppRun
VERSION="$(git describe --tags --always)"
./linuxdeploy-x86_64.AppImage \
--appdir AppDir \
--desktop-file AppDir/usr/share/applications/net.zoite.Zoitechat.desktop \
--icon-file AppDir/usr/share/icons/hicolor/48x48/apps/net.zoite.Zoitechat.png \
--custom-apprun ./AppRun \
--plugin gtk \
--output appimage
appimage_path="$(ls -1 *.AppImage | grep -v linuxdeploy | head -n 1)"
mv "$appimage_path" "Zoitechat-${VERSION}-x86_64.AppImage"
- name: Attest AppImage (Build Provenance)
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
uses: actions/attest-build-provenance@v3
with:
subject-path: Zoitechat-*-x86_64.AppImage
- name: Upload AppImage artifact
uses: actions/upload-artifact@v4
with:
name: zoitechat-appimage
path: Zoitechat-*-x86_64.AppImage

59
.github/workflows/debian-build.yml vendored Normal file
View File

@@ -0,0 +1,59 @@
name: Debian Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
debian_build:
runs-on: ubuntu-24.04
container:
image: debian:bookworm
steps:
- name: Install base tooling (git + deps)
run: |
set -eux
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y --no-install-recommends \
git ca-certificates \
build-essential pkg-config meson ninja-build cmake \
gettext \
libcanberra-dev libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev \
libluajit-5.1-dev libpci-dev libperl-dev libssl-dev \
python3-dev python3-cffi mono-devel desktop-file-utils
- uses: actions/checkout@v4
with:
submodules: true
- name: Configure
run: |
set -eux
rm -rf build
meson setup build \
-Dtext-frontend=true \
-Dauto_features=enabled
# If configure fails, show the project's actual option names in the log.
- name: Show Meson options (on failure)
if: failure()
run: |
set -eux
meson configure build || true
- name: Build
run: |
set -eux
ninja -C build
- name: Test
run: |
set -eux
ninja -C build test
- name: Install
run: |
set -eux
ninja -C build install

View File

@@ -1,24 +1,47 @@
name: Flatpak Build
on:
push:
branches:
- master
branches: [master]
pull_request:
branches:
- master
branches: [master]
jobs:
flatpak_build:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40
options: --privileged
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: zoitechat.flatpak
manifest-path: flatpak/io.github.Zoitechat.json
permissions:
contents: read
id-token: write
attestations: write
artifact-metadata: write
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
options: --privileged
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build Flatpak
id: flatpak_builder
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: zoitechat.flatpak
manifest-path: flatpak/net.zoite.Zoitechat.json
cache-key: flatpak-builder-${{ github.sha }}
- name: Upload Flatpak Bundle
id: upload_flatpak
uses: actions/upload-artifact@v4
with:
name: zoitechat.flatpak
path: zoitechat.flatpak
- name: Attest Flatpak Bundle (Build Provenance)
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
uses: actions/attest-build-provenance@v3
with:
subject-path: zoitechat.flatpak

View File

@@ -1,11 +1,10 @@
name: MSYS2 Build
on:
push:
branches:
- master
branches: [master]
pull_request:
branches:
- master
branches: [master]
jobs:
msys2_build:
@@ -15,33 +14,43 @@ jobs:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: >-
mingw-w64-x86_64-gcc
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-python3-cffi
mingw-w64-x86_64-python-cffi
mingw-w64-x86_64-meson
mingw-w64-x86_64-ninja
mingw-w64-x86_64-gtk2
mingw-w64-x86_64-gtk-update-icon-cache
mingw-w64-x86_64-luajit
mingw-w64-x86_64-desktop-file-utils
mingw-w64-x86_64-gettext-tools
- name: Sanity check gettext ITS rules
run: |
set -eux
which msgfmt || true
msgfmt --version
ls -la /mingw64/share/gettext-*/its || true
- name: Configure
run: >-
meson build
-Dtext-frontend=true
-Ddbus=disabled
-Dwith-upd=false
-Dwith-perl=false
run: |
set -eux
rm -rf build
meson setup build \
-Dtext-frontend=true \
-Ddbus=disabled \
-Dwith-upd=false \
-Dwith-perl=false
- name: Build
run: ninja -C build
- name: Test
run: ninja -C build test
- name: Install
run: ninja -C build install

117
.github/workflows/openbsd-build.yml vendored Normal file
View File

@@ -0,0 +1,117 @@
name: OpenBSD Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
openbsd_package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Build OpenBSD package
uses: vmactions/openbsd-vm@v1
with:
release: '7.5'
usesh: true
sync: rsync
run: |
set -eux
rdate -n pool.ntp.org
export PKG_PATH="https://ftp.openbsd.org/pub/OpenBSD/7.5/packages/$(uname -m)/"
pkg_add -U \
git \
meson ninja pkgconf gmake \
gettext-tools \
glib2 gtk+2 dbus-glib libcanberra \
luajit mono libgdiplus openssl
work="$(mktemp -d /tmp/zoitechat.XXXXXX)"
trap 'rm -rf "$work"' EXIT
rsync -a --delete "$GITHUB_WORKSPACE"/ "$work/src/"
cd "$work/src"
rm -rf build
meson setup build \
--prefix=/usr/local \
-Dtext-frontend=true \
-Dplugin=false \
-Dauto_features=enabled
ninja -C build
staging="$work/staging"
rm -rf "$staging"
mkdir -p "$staging"
# Staged install
DESTDIR="$staging" meson install -C build --no-rebuild
# If these exist, something ignored DESTDIR (install scripts are leaking)
ls -l /usr/local/bin/zoitechat /usr/local/bin/thememan 2>/dev/null || true
sync
sleep 1
sync
# Freeze staged tree so pkg_create doesn't see moving targets
snap="$work/staging-snap"
rm -rf "$snap"
mkdir -p "$snap"
(cd "$staging" && pax -rw -pe . "$snap")
version="$(meson introspect --projectinfo build | sed -n 's/.*"version"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')"
pkg_name="zoitechat-${version}"
pkg_file="${pkg_name}.tgz"
plist="$work/openbsd-plist"
desc="$work/DESCR"
cat >"$desc" <<'EOF'
ZoiteChat is an IRC client (HexChat-derived) with a GTK UI and optional tools.
EOF
{
echo "@cwd /usr/local"
# Files + symlinks
find "$snap/usr/local" \( -type f -o -type l \) -print \
| LC_ALL=C sort \
| sed "s#^$snap/usr/local/##"
# Directories (reverse so children removed first)
find "$snap/usr/local" -mindepth 1 -type d -print \
| LC_ALL=C sort -r \
| sed "s#^$snap/usr/local/##" \
| sed 's#^#@dir #'
} > "$plist"
# OpenBSD pkg_create: COMMENT is set via -D COMMENT=... (mandatory), no -c flag exists.
# Create the .tgz in $work so we can copy it back out.
cd "$work"
pkg_create \
-B "$snap" \
-p /usr/local \
-f "$plist" \
-d "$desc" \
-D "COMMENT=ZoiteChat IRC client" \
-D "FULLPKGPATH=net/zoitechat" \
"$pkg_file"
mkdir -p "$GITHUB_WORKSPACE/artifacts"
cp "$work/$pkg_file" "$GITHUB_WORKSPACE/artifacts/"
- name: Upload OpenBSD package
uses: actions/upload-artifact@v4
with:
name: openbsd-package
path: artifacts/*.tgz

View File

@@ -1,32 +0,0 @@
name: Ubuntu Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ubuntu_build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y meson libcanberra-dev libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev libluajit-5.1-dev libpci-dev libperl-dev libssl-dev python3-dev python3-cffi mono-devel desktop-file-utils
- name: Configure
run: meson build -Dtext=true -Dtheme-manager=true -Dauto_features=enabled
- name: Build
run: ninja -C build
- name: Test
run: ninja -C build test
- name: Install
run: sudo ninja -C build install

View File

@@ -1,4 +1,5 @@
name: Windows Build
on:
push:
branches:
@@ -10,6 +11,13 @@ on:
jobs:
windows_build:
runs-on: windows-2019
permissions:
contents: read
id-token: write
attestations: write
artifact-metadata: write
strategy:
matrix:
platform: [x64, win32]
@@ -22,7 +30,12 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.14.2'
architecture: ${{ matrix.arch }}
- name: Install Dependencies
run: |
@@ -46,15 +59,35 @@ jobs:
Invoke-WebRequest https://github.com/zoitechat/gvsbuild/releases/download/zoitechat-2.17.0/perl-5.20.0-${{ matrix.arch }}.7z -OutFile deps\perl-${{ matrix.arch }}.7z
& 7z.exe x deps\perl-${{ matrix.arch }}.7z -oC:\gtk-build\perl-5.20\${{ matrix.platform }}
New-Item -Path "c:\gtk-build" -Name "python-3.8" -ItemType "Directory"
New-Item -Path "c:\gtk-build\python-3.8" -Name "${{ matrix.platform }}" -ItemType "SymbolicLink" -Value "C:/hostedtoolcache/windows/Python/3.8.10/${{ matrix.arch }}"
# Resolve python root from setup-python
$pyRoot = $env:pythonLocation
if (-not $pyRoot) { $pyRoot = & python -c "import sys; print(sys.prefix)" }
C:/hostedtoolcache/windows/Python/3.8.10/${{ matrix.arch }}/python.exe -m pip install cffi
shell: powershell
# Create BOTH paths because the .vcxproj hard-codes python-3.14\...
foreach ($pyDir in @("C:\gtk-build\python-3.14.2", "C:\gtk-build\python-3.14")) {
New-Item -Path $pyDir -ItemType Directory -Force | Out-Null
$target = Join-Path $pyDir "${{ matrix.platform }}"
if (Test-Path $target) { Remove-Item $target -Recurse -Force }
New-Item -Path $pyDir -Name "${{ matrix.platform }}" -ItemType Junction -Value $pyRoot | Out-Null
}
python -m pip install --upgrade pip
python -m pip install cffi
- name: Build
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
set "PYTHON_DIR=C:\gtk-build\python-3.14.2\${{ matrix.platform }}"
if not exist "%PYTHON_DIR%\libs\python314.lib" (
echo Missing %PYTHON_DIR%\libs\python314.lib
dir "%PYTHON_DIR%\libs"
exit /b 1
)
set "LIB=%PYTHON_DIR%\libs;%LIB%"
set "INCLUDE=%PYTHON_DIR%\include;%INCLUDE%"
msbuild win32\zoitechat.sln /m /verbosity:minimal /p:Configuration=Release /p:Platform=${{ matrix.platform }}
shell: cmd
@@ -64,12 +97,30 @@ jobs:
move ..\zoitechat-build .\
shell: cmd
- uses: actions/upload-artifact@v2
- name: Upload Installer
id: upload_installer
uses: actions/upload-artifact@v4
with:
name: Installer ${{ matrix.arch }}
path: ZoiteChat*.exe
- uses: actions/upload-artifact@v2
- name: Attest Installer (Artifact Attestation)
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
uses: actions/attest-build-provenance@v3
with:
name: Build Files ${{ matrix.arch }}
subject-name: Installer ${{ matrix.arch }}
subject-digest: sha256:${{ steps.upload_installer.outputs.artifact-digest }}
- name: Upload Build Files
id: upload_buildfiles
uses: actions/upload-artifact@v4
with:
name: Build Files ${{ matrix.arch }}
path: zoitechat-build
- name: Attest Build Files (Artifact Attestation)
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
uses: actions/attest-build-provenance@v3
with:
subject-name: Build Files ${{ matrix.arch }}
subject-digest: sha256:${{ steps.upload_buildfiles.outputs.artifact-digest }}

View File

@@ -1,5 +1,5 @@
Berke Viktor <github.bviktor@outlook.com> <berkeviktor@aol.com>
Berke Viktor <github.bviktor@outlook.com> <bviktor@zoitechat.org>
Berke Viktor <github.bviktor@outlook.com> <bviktor@hexchat.org>
Berke Viktor <github.bviktor@outlook.com> <bviktor@outlook.com>
Berke Viktor <github.bviktor@outlook.com> berkeviktor@aol.com
Patrick Griffis <tingping@tingping.se> TingPing <tingping@fedoraproject.org>

1
.pc/.quilt_patches Normal file
View File

@@ -0,0 +1 @@
debian/patches

1
.pc/.quilt_series Normal file
View File

@@ -0,0 +1 @@
series

1
.pc/.version Normal file
View File

@@ -0,0 +1 @@
2

2
.pc/applied-patches Normal file
View File

@@ -0,0 +1,2 @@
readmechanges.patch
default-servers.patch

43
Makefile Normal file
View File

@@ -0,0 +1,43 @@
PREFIX ?= /usr/local
BUILD_DIR ?= build
MESON ?= meson
NINJA ?= ninja
MESON_SETUP_ARGS ?=
MESON_COMPILE_ARGS ?=
MESON_INSTALL_ARGS ?=
CONFIG_STAMP := $(BUILD_DIR)/build.ninja
.PHONY: all configure build reconfigure install uninstall clean distclean
all: build
# Only run initial meson setup if we don't have a configured build dir yet.
$(CONFIG_STAMP):
@mkdir -p $(BUILD_DIR)
@env NINJA=$(NINJA) $(MESON) setup $(BUILD_DIR) --prefix=$(PREFIX) $(MESON_SETUP_ARGS)
configure: $(CONFIG_STAMP)
build: configure
@env NINJA=$(NINJA) $(MESON) compile -C $(BUILD_DIR) $(MESON_COMPILE_ARGS)
reconfigure:
@mkdir -p $(BUILD_DIR)
@env NINJA=$(NINJA) $(MESON) setup --reconfigure $(BUILD_DIR) --prefix=$(PREFIX) $(MESON_SETUP_ARGS)
install: build
@env NINJA=$(NINJA) $(MESON) install -C $(BUILD_DIR) $(MESON_INSTALL_ARGS)
uninstall: configure
@$(NINJA) -C $(BUILD_DIR) uninstall
clean:
@if [ -f "$(CONFIG_STAMP)" ]; then \
env NINJA=$(NINJA) $(MESON) compile -C $(BUILD_DIR) --clean; \
else \
echo "Nothing to clean (no $(CONFIG_STAMP))."; \
fi
distclean:
rm -rf $(BUILD_DIR)

1113
changelog.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +1,11 @@
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
install_data(
'zoitechat.png',
rename: 'io.github.Hexchat.png',
rename: 'net.zoite.Zoitechat.png',
install_dir: join_paths(icondir, '48x48/apps')
)
install_data(
'zoitechat.svg',
rename: 'io.github.Hexchat.svg',
rename: 'net.zoite.Zoitechat.svg',
install_dir: join_paths(icondir, 'scalable/apps')
)

View File

@@ -1,4 +1,4 @@
.TH HEXCHAT "1" "April 2013" "ZoiteChat @VERSION@" "User Commands"
.TH ZOITECHAT "1" "April 2013" "ZoiteChat @VERSION@" "User Commands"
.SH NAME
ZoiteChat \- IRC Client
.SH DESCRIPTION

View File

@@ -6,6 +6,4 @@ if get_option('gtk-frontend')
subdir('icons')
subdir('misc')
subdir('man')
elif get_option('theme-manager')
subdir('misc')
endif

View File

@@ -1,8 +0,0 @@
[Desktop Entry]
Name=ZoiteChat Theme Manager
Comment=A simple theme manager for ZoiteChat
Exec=thememan %f
Icon=zoitechat
Terminal=false
Type=Application
MimeType=application/x-hct;

View File

@@ -1,8 +0,0 @@
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-hct">
<comment>ZoiteChat theme archives</comment>
<icon name="zoitechat" />
<glob pattern="*.hct" weight="100" />
</mime-type>
</mime-info>

View File

@@ -1,12 +1,13 @@
appdir = join_paths(get_option('datadir'), 'applications')
metainfodir = join_paths(get_option('datadir'), 'metainfo')
mimedir = join_paths(get_option('datadir'), 'mime', 'packages')
desktop_utils = find_program('desktop-file-validate', required: false)
if get_option('gtk-frontend')
if get_option('install-appdata')
zoitechat_appdata = i18n.merge_file(
input: 'io.github.Hexchat.appdata.xml.in',
output: 'io.github.Hexchat.appdata.xml',
input: 'net.zoite.Zoitechat.appdata.xml.in',
output: 'net.zoite.Zoitechat.appdata.xml',
po_dir: '../../po',
install: true,
install_dir: metainfodir
@@ -14,7 +15,7 @@ if get_option('gtk-frontend')
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
test('Validate io.github.Hexchat.appdata.xml', appstream_util,
test('Validate net.zoite.Zoitechat.appdata.xml', appstream_util,
args: ['validate-relax', zoitechat_appdata]
)
endif
@@ -28,48 +29,31 @@ if get_option('gtk-frontend')
endif
desktop_file = configure_file(
input: 'io.github.Hexchat.desktop.in.in',
output: 'io.github.Hexchat.desktop.in',
input: 'net.zoite.Zoitechat.desktop.in.in',
output: 'net.zoite.Zoitechat.desktop.in',
configuration: desktop_conf
)
zoitechat_desktop = i18n.merge_file(
input: desktop_file,
output: 'io.github.Hexchat.desktop',
output: 'net.zoite.Zoitechat.desktop',
po_dir: '../../po',
type: 'desktop',
install: true,
install_dir: appdir
)
install_data('net.zoite.Zoitechat.mime.xml',
install_dir: mimedir
)
if desktop_utils.found()
test('Validate io.github.Hexchat.desktop', desktop_utils,
test('Validate net.zoite.Zoitechat.desktop', desktop_utils,
args: [zoitechat_desktop]
)
endif
endif
if get_option('theme-manager')
htm_desktop = i18n.merge_file(
input: 'io.github.Hexchat.ThemeManager.desktop.in',
output: 'io.github.Hexchat.ThemeManager.desktop',
po_dir: '../../po',
type: 'desktop',
install: true,
install_dir: appdir
)
if desktop_utils.found()
test('Validate io.github.Hexchat.ThemeManager.desktop', desktop_utils,
args: [htm_desktop]
)
endif
install_data('io.github.Hexchat.ThemeManager.xml',
install_dir: join_paths(get_option('datadir'), 'mime/packages')
)
endif
if get_option('plugin')
plugin_metainfo = []
@@ -118,8 +102,8 @@ if get_option('plugin')
conf.set('LICENSE', metainfo[2])
configure_file(
input: 'io.github.Hexchat.Plugin.metainfo.xml.in',
output: 'io.github.Hexchat.Plugin.@0@.metainfo.xml'.format(name),
input: 'net.zoite.Zoitechat.Plugin.metainfo.xml.in',
output: 'net.zoite.Zoitechat.Plugin.@0@.metainfo.xml'.format(name),
configuration: conf,
install_dir: get_option('install-plugin-metainfo') ? metainfodir : '',
)

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>io.github.Hexchat.Plugin.@NAME@</id>
<extends>io.github.Hexchat</extends>
<id>net.zoite.Zoitechat.Plugin.@NAME@</id>
<extends>net.zoite.Zoitechat</extends>
<name>@NAME@ Plugin</name>
<summary>@SUMMARY@</summary>
<url type="homepage">https://zoitechat.github.io/</url>
<url type="homepage">https://zoitechat.zoite.net/</url>
<project_license>@LICENSE@</project_license>
<metadata_license>CC0-1.0</metadata_license>
<update_contact>tingping_AT_fedoraproject.org</update_contact>

View File

@@ -1,32 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.Hexchat</id>
<id>net.zoite.Zoitechat</id>
<name>ZoiteChat</name>
<launchable type="desktop-id">io.github.Hexchat.desktop</launchable>
<launchable type="desktop-id">net.zoite.Zoitechat.desktop</launchable>
<developer_name>ZoiteChat</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<translation type="gettext">zoitechat</translation>
<summary>IRC Client</summary>
<description>
<p>ZoiteChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</p>
<p>ZoiteChat is an easy to use yet extensible IRC Client based on Hexchat. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</p>
<p>ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.</p>
</description>
<url type="homepage">http://zoitechat.github.io</url>
<url type="homepage">http://zoitechat.zoite.net</url>
<url type="bugtracker">https://github.com/zoitechat/zoitechat</url>
<url type="donation">https://goo.gl/jESZvU</url>
<url type="help">https://zoitechat.readthedocs.io/en/latest/</url>
<url type="help">https://zoitechat.zoite.net/docs</url>
<screenshots>
<screenshot type="default">
<image>http://i.imgur.com/tLMguQz.png</image>
<image>https://zoitechat.zoite.net/assets/ZoiteChat.png</image>
<caption>Main Chat Window</caption>
</screenshot>
</screenshots>
<provides>
<!-- Renamed from this -->
<id>zoitechat.desktop</id>
</provides>
<releases>
<releases>
<release date="2026-02-03" version="2.17.4">
<description>
<p>Fixes and minor features:</p>
<ul>
<li>STS handling now persists server policies, enforces upgrades more consistently, and falls back to current ports when needed.</li>
<li>Windows build workflow updated (MSYS2 setup changes) and OpenSSL trust store handling tightened for safer TLS connections.</li>
<li>Reduced GLib coupling in multiple Windows subsystems (spellcheck, history, sysinfo) plus small stability fixes.</li>
</ul>
</description>
</release>
<release date="2026-01-17" version="2.17.3">
<description>
<p>Fixes and minor features:</p>
<ul>
<li>SNI extension handling: RFC 6066-compliant validation (ASCII-only hostnames; skips IP literals) before setting SNI on SSL connections.</li>
<li>Logs an SSL message when an invalid SNI host name is skipped to aid troubleshooting.</li>
<li>Theme support integrated into Preferences; removed the standalone Theme Manager application.</li>
<li>Added colour emoji support and an emoji selector menu.</li>
<li>Updated bundled Python to v3.14.2.</li>
<li>Fixed newline issues affecting syncing of Windows/Linux server list files.</li>
</ul>
<p>Known issues:</p>
<ul>
<li>Opening a theme file (.zct or .hct) spawns a new ZoiteChat instance during import; import succeeds but leaves an extra window open.</li>
<li>Colour emojis render in all builds except Windows (GTK2 limitation/issue on Windows).</li>
</ul>
</description>
</release>
<release date="2026-01-13" version="2.17.2">
<description>
<p>This is a release with small fixes:</p>
<ul>
<li>Changes to Auto Replace. Will make matches in almost any scenario, Pasted, typed, beginning, end or middle of words/scentences etc.</li>
</ul>
</description>
</release>
<release date="2026-01-12" version="2.17.1">
<description>
<p>This is a release with small improvements and fixes:</p>
<ul>
<li>First implementation of dark mode.</li>
</ul>
</description>
</release>
<release date="2026-01-06" version="2.17.0">
<description>
<p>This is a minor release with small improvements and fixes:</p>
<ul>
<li>Start of Zoitechat code base. Forked from Hexchat.</li>
<li>Fixed flatpak python plugin causing freezing.</li>
</ul>
</description>
</release>
<release date="2024-02-07" version="2.16.2">
<description>
<p>This is a minor release with small improvements and fixes:</p>
@@ -104,7 +156,7 @@
<description>
<p>This is largely a bug fix release though it has some large behind the scenes changes:</p>
<ul>
<li>Rename data files to use *io.github.Hexchat* name</li>
<li>Rename data files to use *net.zoite.Zoitechat* name</li>
<li>Add option (irc_reconnect_rejoin) to disable auto-rejoin on reconnect</li>
<li>Add ability to set custom tray icon separate of app icon</li>
<li>Fix Enchant 2.0+ support</li>

View File

@@ -4,14 +4,14 @@ GenericName=IRC Client
Comment=Chat with other people online
Keywords=IM;Chat;
Exec=@exec_command@
Icon=io.github.Hexchat
Icon=net.zoite.Zoitechat
Terminal=false
Type=Application
Categories=GTK;Network;IRCClient;
StartupNotify=true
StartupWMClass=Hexchat
StartupWMClass=Zoitechat
X-GNOME-UsesNotifications=true
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;application/x-zoitechat-theme;application/x-hexchat-theme;
Actions=SafeMode;
[Desktop Action SafeMode]

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-zoitechat-theme">
<comment>ZoiteChat Theme</comment>
<glob pattern="*.zct"/>
</mime-type>
<mime-type type="application/x-hexchat-theme">
<comment>HexChat Theme</comment>
<glob pattern="*.hct"/>
</mime-type>
</mime-info>

491
debian/changelog vendored Normal file
View File

@@ -0,0 +1,491 @@
zoitechat (2.17.0-0) stable; urgency=medium
* Initial ZoiteChat packaging (forked from HexChat's Debian packaging).
* Rename packages/binaries to zoitechat.
* Move Python plugin package to Suggests (known to be unstable in Flatpak builds).
-- ZoiteChat Maintainers <zoitechat@users.noreply.github.com> Wed, 07 Jan 2026 00:00:00 +0000
hexchat (2.16.2-1) unstable; urgency=medium
* Update watch file for new github tarball location
* New upstream version 2.16.2
* Update copyright file
* Update copyright years also for Debian packaging
* Drop patch 0001-Be-even-more-picky-about-invalid-URLs.patch: upstream
* Add three patches from <pabs>:
- Add-channel-context-menu-item-to-close-the-channel,
- Automatically-reconnect-when-there-is-a-TLS-error,
- Do-not-insert-an-extra-space-on-all-lines-when-loading-scrollback-with-colours
-- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 09 Mar 2024 11:51:16 +0100
hexchat (2.16.1-2) unstable; urgency=medium
[ Gianfranco Costamagna ]
* Team upload
[ Debian Janitor ]
* Drop versioned constraint on python3-dev.
[ Sudip Mukherjee ]
* Fix hexchat crash for specific links. (LP: #2029314)
+ This is an upstream cherry-pick
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 06 Mar 2024 07:30:56 +0100
hexchat (2.16.1-1) unstable; urgency=medium
* New upstream version 2.16.1.
* Drop all patches, applied upstream.
-- Mattia Rizzolo <mattia@debian.org> Fri, 22 Apr 2022 21:52:27 +0200
hexchat (2.16.0-4) unstable; urgency=medium
* d/copyright: bump copyright year
* Add some patches from upstream, while waiting for the new release:
+ Fix build with OpenSSL 3.
+ Improve the fishlim tests.
+ Fix the URL opening to not double-encode already encoded URLs.
-- Mattia Rizzolo <mattia@debian.org> Mon, 17 Jan 2022 13:26:58 +0100
hexchat (2.16.0-3) unstable; urgency=medium
* Increase the tests timeout even more.
-- Mattia Rizzolo <mattia@debian.org> Sun, 31 Oct 2021 17:45:43 +0100
hexchat (2.16.0-2) unstable; urgency=medium
* Add patch to increase the tests timeout.
* Update our copy of the upstream changelog.
* Recommends:hexchat-lua from hexchat. Closes: #996172
Thanks to Jesse Rhodes <jesse@sney.ca> for the patch!
-- Mattia Rizzolo <mattia@debian.org> Fri, 15 Oct 2021 14:20:31 +0200
hexchat (2.16.0-1) unstable; urgency=medium
[ Mattia Rizzolo ]
* New upstream version 2.16.0.
+ Drop all patches applied upstream.
+ Refresh the patches tweaking the default channels/networks.
* Refresh the upstream signing key.
* Update copyright.
* Drop our patch renaming the Python plugin into Python3.
There doesn't seem to be any transition needed.
* d/control:
+ Drop Build-Depends on libnotify-dev and libproxy-dev,
not used anymore starting with v2.16.
+ Have hexchat-python3 Depend on python3-cffi-backend;
seems like I missed this dependency since v2.14.3-4.
+ Bump Standards-Version to 4.6.0, no changes needed.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
* Build-Depends: Drop versioned constraint on meson.
-- Mattia Rizzolo <mattia@debian.org> Mon, 04 Oct 2021 17:12:52 +0200
hexchat (2.14.3-6) unstable; urgency=medium
* Add Recommends:ca-certificates.
* Add patches from upstream to add Libera.Chat to the network list.
* Adapt default servers patches for the upstream changes.
* Ubuntu default server: LP: #1933681
+ Change from Freenode to Libera.Chat.
+ Pre-select the "join channel" button, like we do in Debian.
-- Mattia Rizzolo <mattia@debian.org> Wed, 26 May 2021 14:55:10 +0200
hexchat (2.14.3-5) unstable; urgency=medium
* Bump copyright for 2021.
* Apply patch from upstream to fix font height calculation with Pango>=1.44.
LP: #1920974
-- Mattia Rizzolo <mattia@debian.org> Sat, 02 Jan 2021 16:31:39 +0100
hexchat (2.14.3-4) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Submit.
[ Mattia Rizzolo ]
* Bump Standards-Version to 4.5.1, no changes needed.
* Bump debhelper compat version to 13.
+ Drop dh_missing override, now that --fail-missing is the default.
* Add a patch series from upstream to refactor the whole Python plugin,
using CFFI. This fixes support for Python 3.9. Closes: #975393
+ Replace my naive patch to fix the build with Python 3.8, using instead
the fix that comes from upstream.
+ Install the new files produced by cffi.
+ Add new Build-Depends python3-cffi.
-- Mattia Rizzolo <mattia@debian.org> Wed, 16 Dec 2020 22:03:57 +0100
hexchat (2.14.3-3) unstable; urgency=medium
* Add patch to use the new -embed variant of python3.pc.
Fix linking with Python 3.8. LP: #1866081
* Swap the Recommends:hwdata with Recommends:pci.ids. Closes: #953300
* Bump Standards-Version to 4.5.0, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Wed, 11 Mar 2020 17:08:25 +0100
hexchat (2.14.3-2) unstable; urgency=medium
[ Gianfranco Costamagna ]
* Refresh the Ubuntu servlist patch.
[ Mattia Rizzolo ]
* Import patch from upstream (from James Clarke) to properly prioritize
MODE commands, that were delaying PINGs in some cases.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Repository,
Repository-Browse.
-- Mattia Rizzolo <mattia@debian.org> Thu, 02 Jan 2020 09:46:24 +0100
hexchat (2.14.3-1) unstable; urgency=medium
* New upstream version 2.14.3.
+ Drop patches applied upstream.
* d/control:
+ Bump build-dependency on meson to >= 0.40.
+ Bump Standards-Version to 4.4.1, no changes needed.
* Update the boundled upstream docs.
-- Mattia Rizzolo <mattia@debian.org> Tue, 31 Dec 2019 15:24:45 +0100
hexchat (2.14.2-5) unstable; urgency=medium
* Stop building the Python2 plugin. Closes: #936697
Simplify the patch used to build py2 and py3; we need to keep it because
we used to rename the 'python' plugin to 'python3'. We should check if
some kind of transition should be done to go back to the upstream
defaults.
* d/control:
+ Drop a bunch of old Breaks/Replaces that shouldn't be needed anymore.
+ Bump Standards-Version to 4.4.0, no changes needed.
+ Bump debhelper compat level to 12, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Sat, 31 Aug 2019 11:57:51 +0200
hexchat (2.14.2-4) unstable; urgency=medium
* Add a patch to fix a probable crash while unloading the Python plugin
when using Python 3.7. LP: #1830246; Closes: #921208
-- Mattia Rizzolo <mattia@debian.org> Sat, 25 May 2019 11:48:26 +0200
hexchat (2.14.2-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Change Format URL to correct one.
[ Mattia Rizzolo ]
* Move the patches tweaking the default servers out of d/patches, and inject
them through d/rules. The ctte decided that vendored series files are not
allowed in the Debian archive, see #904302. Closes: #915350
-- Mattia Rizzolo <mattia@debian.org> Mon, 03 Dec 2018 14:17:35 +0100
hexchat (2.14.2-2) unstable; urgency=medium
* Add patch to fix FTBFS on !linux.
* d/control: Use the new debhelper-compat(=11) build-dep and drop d/compat.
-- Mattia Rizzolo <mattia@debian.org> Sun, 23 Sep 2018 20:38:39 +0200
hexchat (2.14.2-1) unstable; urgency=medium
* New upstream version 2.14.2.
* d/patches:
+ Drop patches applied upstream.
+ Refresh remaining patches.
* d/control: Bump Standards-Version to 4.2.1, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Sat, 01 Sep 2018 22:28:20 +0200
hexchat (2.14.1-2) unstable; urgency=medium
* Add some patches from upstream:
+ upstream/0003-Remove-shift-click-to-close-tab-binding.patch
- LP: #1756402
+ upstream/0004-build-Add-metainfo-files-for-addons.patch
+ upstream/0005-build-Fix-id-in-plugin-metainfo-files.patch
+ upstream/0006-build-Correctly-set-plugin-licenses.patch
+ upstream/0007-build-Re-add-support-for-the-legacy-perl-api.patch
+ upstream/0008-Deiconify-window-on-tray-click.-Closes-2136.patch
* Fixup our py2+py3 patch after the above patches have been applied.
* Install the new metainfo files representing the various plugins.
-- Mattia Rizzolo <mattia@debian.org> Tue, 20 Mar 2018 16:10:27 +0100
hexchat (2.14.1-1) unstable; urgency=medium
* New upstream version 2.14.1.
* Drop all patches applied upstream.
-- Mattia Rizzolo <mattia@debian.org> Wed, 14 Mar 2018 03:35:41 +0100
hexchat (2.14.0-1) unstable; urgency=medium
* New upstream version 2.14.0. Closes: #892085
* Refresh patches:
+ drop 4c178782a779f013fafab476506f7d4dae372b8a.patch, applied upstream.
+ Rewrite the local patch used to build for both python2 and python3 after
the change of build system upstream.
+ Add all the commits from upstream after the release:
- 0003-build-Remove-pie-from-global-ldflags.patch
- 0004-Fix-fscanf-usage-without-size-limit.patch
- 0005-fix-typo-in-comment.patch
- 0006-Revert-xtext-Always-use-Pango-to-get-correct-glyph-w.patch
* d/control:
+ Update build dependencies for the new upstream:
- New build-deps: gettext, iso-codes, liblua5.3-dev, meson (>= 0.38).
- Drop build-deps: dh-lua, intltool, libtool.
- Drop version restriction from libgtk2.0-dev (>= 2.10.0).
+ Set Rules-Requires-Root:no.
* d/changelog.txt: Update from upstream.
* d/hexchat.install: Slightly update the paths.
* d/rules:
+ Drop override_dh_install not needed anymore with meson.
+ Explicitly build with lua 5.3. The new build system defaults on luajit
only now.
* d/copyright: Update.
-- Mattia Rizzolo <mattia@debian.org> Wed, 14 Mar 2018 02:36:37 +0100
hexchat (2.12.4-6) unstable; urgency=medium
* d/control:
+ Move packaging to salsa.debian.org.
+ Replace recomendency on gvfs-bin to libglib2.0-bin. Closes: #877746
+ Bump Standards-Version to 4.1.3, no changes needed.
* d/copyright: Bump copyright years for debian/*.
* d/rules: Replace dh_install --fail-missing by dh_missing.
* d/watch: Use HTTPS.
* Bump debhelper compat level to 11.
-- Mattia Rizzolo <mattia@debian.org> Sat, 24 Feb 2018 18:26:41 +0100
hexchat (2.12.4-5) unstable; urgency=medium
* Add a short description to the previous changelog entry on how to manually
preserve the scrollback that would otherwise get lost.
* Remove the patch also for Ubuntu (fixing FTBFS there).
* d/control:
+ Add a bunch of Multi-Arch:same notation, suggested by the M-A hinter.
+ Remove the transitional package hexchat-python.
-- Mattia Rizzolo <mattia@debian.org> Sat, 15 Jul 2017 18:34:27 +0200
hexchat (2.12.4-4) unstable; urgency=medium
* Stop reverting upstream commit 15600f405f2d5bda6ccf0dd73957395716e0d4d3.
This means users will lose their scrollback right after updating, but
that's what upstream did and we have no real reasons to undefinitely
diverge from them just to wait for a nicer fix.
Closes: #852275; CVE-2016-2087
For users who care about their scrollback, it's enough to manually rename
the directories in ~/.config/hexchat/scrollback to all-lowercase characters
before restarting hexchat after the update.
* d/control: Bump Standards-Version to 4.0.0, no changes needed
* d/copyright: bump my copyright year for debian/ to cover 2017
-- Mattia Rizzolo <mattia@debian.org> Fri, 14 Jul 2017 16:12:32 +0200
hexchat (2.12.4-3) unstable; urgency=medium
* Demote hexchat-otr from Recommends to Suggests.
It reportely causes noise and problems for unexperienced users, and it's
a mostly unmaintained plugin, so don't install it by default.
-- Mattia Rizzolo <mattia@debian.org> Tue, 30 May 2017 21:50:09 +0200
hexchat (2.12.4-2) unstable; urgency=medium
* Also apply patch 4c178782a779f013fafab476506f7d4dae372b8a.patch on ubuntu.
* d/p/0001-Debian-server-defaults.patch: Add missing braces around the `if`.
Thanks to Lauri Alanko <la@iki.fi> for the patch. Closes: #779892
-- Mattia Rizzolo <mattia@debian.org> Thu, 26 Jan 2017 09:54:41 +0100
hexchat (2.12.4-1) unstable; urgency=medium
* New upstream version 2.12.4.
* d/copyright: update (removal of the doat plugin).
* d/watch: improve:
+ Bump version to 4.
+ Use substitution strings @ANY_VERSION@ and @ARCHIVE_EXT@.
+ Ignore version 2.12.4-repack by mangling it into 2.12.4.
* d/control: mark hexchat-dev and hexchat-lua as Multi-Arch:same.
* d/patches/:
+ openssl/*: drop, applied upstream.
+ clean.patch: drop, applied upstream.
+ 4c178782a779f013fafab476506f7d4dae372b8a.patch: include from upstream to
work around a gdk-pixbuf bug which would prevent the hexchat icon from
being displayed in panels/systrays. Closes: #848615
* d/rules: add a 'udoc' target to update the bundled copy of upstream doc.
* Update upstream documentation.
* d/hexchat-plugins.install: upstream converted the 'doat' plugin into an
internal command, so stop trying to install the plugin.
-- Mattia Rizzolo <mattia@debian.org> Mon, 26 Dec 2016 01:16:19 +0100
hexchat (2.12.3-4) unstable; urgency=medium
* Re-enable Lua support everywhere now that #845929 is fixed.
-- Mattia Rizzolo <mattia@debian.org> Mon, 19 Dec 2016 12:47:31 +0100
hexchat (2.12.3-3) unstable; urgency=medium
* Actually disable Lua support when building.
-- Mattia Rizzolo <mattia@debian.org> Mon, 05 Dec 2016 16:03:26 +0100
hexchat (2.12.3-2) unstable; urgency=medium
* Temporary restrict the build of hexchat-lua to the architectures where lua
is usable right now (see #845929).
-- Mattia Rizzolo <mattia@debian.org> Mon, 05 Dec 2016 14:02:40 +0100
hexchat (2.12.3-1) unstable; urgency=medium
[ Jesse Rhodes ]
* Add hexchat-dev package for .pc and .h files.
* Include dbus service file in hexchat-common.
[ Mattia Rizzolo ]
* Take over maintenance from Jasse Rhodes.
Thank you for all your work these years! Closes: #844574
* debian/control:
+ wrap-and-sort -ast.
+ Bump Standards-Version to 3.9.8, no changes needed.
+ Add proper Breaks/Replaces for the hexchat-dev addition-
+ Have hexchat-plugins recommend hwdata for the sysinfo plugin.
Closes: #845940
+ Have hexchat recommend the hexchat-otr plugin.
Thanks to Petter Reinholdtsen <pere@hungry.com> for the suggestion
+ Bump the Breaks/Replaces of hexchat-plugins against hexchat;
hexchat-plugin.pc has been moved from hexchat to hexchat-plugins
in 2.12.0-1. LP: #1586239
+ Set appropriate Breaks/Replaces to cope with the Ubuntu delta and
make the package syncable.
+ Mark hexchat-common as Multi-Arch:foreign (from the m-a hinter).
* debian/rules:
+ Remove huge override_dh_auto_clean: if anything of that is needed,
it should be done on the upstream side.
+ Remove *.la files before running dh_install.
+ Use dh_install --fail-missing.
* Package the Lua plugin. Closes: #834491
* Update upstream changelog for 2.13.2.
* Use dh_installchangelogs to install the upstream changelog, instead of
manually compressing in rules and the install with d/*.docs.
* Let the upstream build system put the manpage in place, instead of copying
it of our own.
* Add patch to properly clean the upstream sources and make possible to build
the package twice in a row.
* Bump debhelper compat level to 10.
+ --with autoreconf is now default.
* debian/copyright:
+ Make it DEP-5 compliant.
+ Update.
* Drop nearly all lintian overrides; they are either fixed or unused.
-- Mattia Rizzolo <mattia@debian.org> Thu, 01 Dec 2016 18:30:03 +0100
hexchat (2.12.3-0.1) unstable; urgency=medium
* Non-maintainer upload, with maintainer ACK.
[ Jesse Rhodes ]
* Fixed vcs-git url.
[ Mattia Rizzolo ]
* Imported Upstream version 2.12.3. Closes: #836809
* Refresh patches
* d/rules: disable LUA bindings, as they would require a new binary package.
* Add several patches from upstream to add support to OpenSSL 1.1.0.
Closes: #828339
* Revert upstream commit 15600f405f2d5bda6ccf0dd73957395716e0d4d3, which
would cause users to lose their scrollback.
-- Mattia Rizzolo <mattia@debian.org> Sun, 27 Nov 2016 13:41:25 +0100
hexchat (2.12.0-2) unstable; urgency=medium
* Removed patch correcting for missing translations,
as translations are no longer missing
* Removed patch correcting spelling error that would break
some scripts and themes
* Updated ubuntu server/channel defaults
-- Jesse Rhodes <drubo@drubo.net> Wed, 30 Mar 2016 11:44:04 -0600
hexchat (2.12.0-1) unstable; urgency=medium
* New upstream release
* Iceweasel no longer called Firefox in url dialog
* Building both python2 and python3 plugins
* Including hexchat-plugin.pc (Closes: 801767)
-- Jesse Rhodes <drubo@drubo.net> Fri, 25 Mar 2016 10:54:57 -0600
hexchat (2.10.2-1) unstable; urgency=medium
* New upstream release
* Includes upstream fixes for POODLE vulnerability
(CVE-2014-3566)
* Split plugins into modular packages rather than having all
binaries in the main hexchat package
-- Jesse Rhodes <drubo@drubo.net> Fri, 28 Nov 2014 18:35:39 -0700
hexchat (2.10.1-2) unstable; urgency=medium
* Fix ubuntu_defaults.patch (LP: #1390851)
* Disable SSLv3
-- Jesse Rhodes <drubo@drubo.net> Sun, 16 Nov 2014 11:47:12 -0700
hexchat (2.10.1-1) unstable; urgency=medium
* New upstream release
* No longer build-depend on libsexy-dev
* URL handler dialog now labeled Iceweasel rather than Firefox
-- Jesse Rhodes <drubo@drubo.net> Mon, 18 Aug 2014 21:18:55 -0600
hexchat (2.10.0-1) unstable; urgency=medium
* New upstream release
* Removed patches for issues fixed by upstream
* Added default servers and recommended channels for debian
and ubuntu (LP: #1294415)
* Upstream commit fa955a0f fixes xdcc segfault (Closes: #745764)
-- Jesse Rhodes <drubo@drubo.net> Sun, 01 Jun 2014 16:45:22 -0600
hexchat (2.9.6.1-2) unstable; urgency=low
* Now using dh-autoreconf instead of autotools-dev (Closes: #739630)
* Added gvfs-bin as Recommends so default url handlers work
(Closes: #740006)
* Added unifont as Suggests for unicode symbol support
* Included png,svg icons in package
-- Jesse Rhodes <drubo@drubo.net> Tue, 25 Feb 2014 16:45:42 -0700
hexchat (2.9.6.1-1) unstable; urgency=low
* Initial release (Closes: #702075)
-- Jesse Rhodes <drubo@drubo.net> Mon, 03 Feb 2014 19:09:17 -0700

126
debian/control vendored Normal file
View File

@@ -0,0 +1,126 @@
Source: zoitechat
Section: net
Priority: optional
Maintainer: ZoiteChat Maintainers <zoitechat@users.noreply.github.com>
Build-Depends:
debhelper-compat (= 13),
gettext,
iso-codes,
libcanberra-dev,
libdbus-glib-1-dev,
libglib2.0-dev,
libgtk2.0-dev,
liblua5.3-dev,
libpci-dev,
libperl-dev,
libssl-dev,
meson,
python3-cffi,
python3-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://github.com/zoitechat/zoitechat.git
Vcs-Browser: https://github.com/zoitechat/zoitechat
Homepage: https://zoitechat.zoite.net
Package: zoitechat
Architecture: any
Depends:
zoitechat-common (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends:
ca-certificates,
zoitechat-lua,
zoitechat-perl,
zoitechat-plugins,
libglib2.0-bin
Suggests:
zoitechat-python3,
zoitechat-otr,
unifont
Description: IRC client for GNOME (fork of HexChat 2.17.0 base)
ZoiteChat is a graphical IRC client with a GTK+ GUI. Features include Python,
Perl and Lua scripting support, a plugin API, multiple server/channel
windows, spell checking, multiple authentication methods including SASL, and
customizable notifications. For more information on IRC, see
http://irchelp.org/.
Package: zoitechat-common
Architecture: all
Multi-Arch: foreign
Provides: irc-client
Depends: ${misc:Depends}
Recommends:
ca-certificates,
zoitechat-lua,
zoitechat-perl,
zoitechat-plugins,
libglib2.0-bin
Suggests:
zoitechat,
zoitechat-python3,
zoitechat-otr,
unifont
Description: Common data files for ZoiteChat
This package includes architecture-independent files for ZoiteChat, such as
translations, desktop integration, and shared data.
Package: zoitechat-perl
Architecture: any
Multi-Arch: same
Depends:
zoitechat (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Perl plugin for ZoiteChat
This package contains the Perl plugin for ZoiteChat. It is split out from the
main package because it is optional.
Package: zoitechat-python3
Architecture: any
Multi-Arch: same
Depends:
zoitechat (= ${binary:Version}),
python3-cffi-backend,
${misc:Depends},
${shlibs:Depends}
Description: Python 3 plugin for ZoiteChat
This package contains the Python 3 plugin for ZoiteChat. It is split out from
the main package because it is optional.
.
Known issue: the Python plugin may freeze the client in some builds.
Package: zoitechat-lua
Architecture: any
Multi-Arch: same
Depends:
zoitechat (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Lua plugin for ZoiteChat
This package contains the Lua plugin for ZoiteChat. It is split out from the
main package because it is optional.
Package: zoitechat-plugins
Architecture: any
Multi-Arch: same
Depends:
zoitechat (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: pciutils
Description: Extra plugins for ZoiteChat
This package contains optional plugins (e.g. FiSHLiM, Sysinfo, Do At and
Checksum). These are split out from the main package because they are not
required for core functionality.
Package: zoitechat-dev
Architecture: any
Multi-Arch: same
Depends:
zoitechat-common (= ${binary:Version}),
${misc:Depends}
Description: Development files for ZoiteChat plugins
This package contains zoitechat-plugin.h and zoitechat-plugin.pc, which
facilitate building binary plugins for ZoiteChat.

188
debian/copyright vendored Normal file
View File

@@ -0,0 +1,188 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: zoitechat
Source: https://zoitechat.zoite.net
Files: *
Copyright: 1998-2010 Peter Zelezny
2009-2013 Berke Viktor
2015-2021 Patrick Griffis
License: GPL-2+ with OpenSSL exception
Files: debian/*
Copyright: 2014 Jesse Rhodes <drubo@drubo.net>
2016-2022 Mattia Rizzolo <mattia@debian.org>
2020-2024 Gianfranco Costamagna <locutusofborg@debian.org>
License: GPL-2+
Files: data/man/zoitechat.1.in
Copyright: Davide Puricelli <evo@debian.org>
License: GPL-2+
Files: osx/gtkrc
Copyright: 2012 Xamarin Inc.
License: GPL-2+
Files: plugins/checksum/* plugins/exec/*
Copyright: 2010-2012 Berke Viktor
License: Expat
Files: plugins/fishlim/*
Copyright: 2010 Samuel Lidén Borell <samuel@kodafritt.se>
2015 <the.cypher@gmail.com>
2019-2020 <bakasura@protonmail.ch>
License: Expat
Files: plugins/lua/*
Copyright: 2015-2016 mniip
License: Expat
Files: plugins/perl/*
Copyright: 1998-2002 Peter Zelezny
License: GPL-2+
Files: plugins/python/*
Copyright: 2002-2003 Gustavo Niemeyer <niemeyer@conectiva.com>
License: GPL-2+
Files: plugins/sysinfo/*
Copyright: 2003-2005 Michael Shoup
2005-2007 Tony Vroon
2012 Berke Viktor
2015 Patrick Griffis
License: GPL-2+
Files: plugins/winamp/*
Copyright: Leo <leo.nard@free.fr>
Silverex <SilvereX@karklas.mif.vu.lt>
Derek Buitenhuis <daemon404@gmail.com>
Berke Viktor <berkeviktor@aol.com>
License: GPL-1.0
Files: src/common/dbus/*
Copyright: 2006 Claessens Xavier
License: GPL-2+
Files: src/common/dbus/example.py
Copyright: 1998-2010 Peter Zelezny
2009-2013 Berke Viktor
License: GPL-2+
Files: src/common/scram.*
Copyright: 2023 Patrick Okraku
License: GPL-2+
Files: src/common/ssl.c
Copyright: 2000 DaP <profeta@freemail.c3.hu>
License: GPL-2+ with OpenSSL exception
Files: src/dirent/dirent-win32.h
Copyright: 2006-2012 Toni Ronkko
License: Expat
Files: src/fe-gtk/sexy-iso-codes.c src/fe-gtk/sexy-iso-codes.h
Copyright: 2008 Novell, Inc.
2013 Sandro Mani
License: GPL-2+
Files: src/fe-gtk/sexy-spell-entry.c src/fe-gtk/sexy-spell-entry.h
Copyright: 2002 Evan Martin
2004-2006 Christian Hammond
License: LGPL-2.1+
License: GPL-2+ with OpenSSL exception
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
.
In addition, as a special exception, the copyright holders give permission
to link the code of portions of this program with the OpenSSL library.
You must obey the GNU General Public License in all respects for all of
the code used other than OpenSSL. If you modify file(s) with this
exception, you may extend this exception to your version of the file(s),
but you are not obligated to do so. If you do not wish to do so, delete
this exception statement from your version. If you delete this exception
statement from all source files in the program, then also delete it here.
License: Expat
.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
License: GPL-1.0
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 1, or (at your option)
any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA

40
debian/default_servers/debian vendored Normal file
View File

@@ -0,0 +1,40 @@
Description: Changed default network to OFTC,
suggests to join #debian on OFTC and Freenode
diff --git a/src/common/servlist.c b/src/common/servlist.c
index a203e702..22fcd92b 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -902,7 +902,7 @@ servlist_load_defaults (void)
{
int i = 0, j = 0;
ircnet *net = NULL;
- guint def_hash = g_str_hash ("Libera.Chat");
+ guint def_hash = g_str_hash ("OFTC");
while (1)
{
diff --git a/src/fe-gtk/joind.c b/src/fe-gtk/joind.c
index ce3cbcae..7f6b1116 100644
--- a/src/fe-gtk/joind.c
+++ b/src/fe-gtk/joind.c
@@ -247,10 +247,18 @@ joind_show_dialog (server *serv)
G_CALLBACK (joind_ok_cb), serv);
if (serv->network)
+ {
+ if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "OFTC") == 0)
+ {
+ gtk_entry_set_text (GTK_ENTRY (entry1), "#debian");
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(radiobutton2), TRUE);
+ }
if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "Libera.Chat") == 0)
{
- gtk_entry_set_text (GTK_ENTRY (entry1), "#hexchat");
+ gtk_entry_set_text (GTK_ENTRY (entry1), "#debian");
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(radiobutton2), TRUE);
}
+ }
gtk_widget_grab_focus (okbutton1);
gtk_widget_show_all (dialog1);

43
debian/default_servers/ubuntu vendored Normal file
View File

@@ -0,0 +1,43 @@
Description: Changed default channel to join from #hexchat to #ubuntu
Also adds a "Ubuntu servers" entry, same as connecting to libera.chat.
diff --git a/src/common/servlist.c b/src/common/servlist.c
index a203e702..18a6c4b3 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -206,6 +206,9 @@ static const struct defaultserver def[] =
{"Libera.Chat", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.libera.chat"},
+ {"Ubuntu Servers (Libera.Chat)", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+ {0, "irc.libera.chat"},
+
#ifdef USE_OPENSSL
{"LibertaCasa", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.liberta.casa"},
@@ -902,7 +905,7 @@ servlist_load_defaults (void)
{
int i = 0, j = 0;
ircnet *net = NULL;
- guint def_hash = g_str_hash ("Libera.Chat");
+ guint def_hash = g_str_hash ("Ubuntu Servers (Libera.Chat)");
while (1)
{
diff --git a/src/fe-gtk/joind.c b/src/fe-gtk/joind.c
index ce3cbcae..e94e562a 100644
--- a/src/fe-gtk/joind.c
+++ b/src/fe-gtk/joind.c
@@ -247,9 +247,10 @@ joind_show_dialog (server *serv)
G_CALLBACK (joind_ok_cb), serv);
if (serv->network)
- if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "Libera.Chat") == 0)
+ if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "Ubuntu Servers (Libera.Chat)") == 0)
{
- gtk_entry_set_text (GTK_ENTRY (entry1), "#hexchat");
+ gtk_entry_set_text (GTK_ENTRY (entry1), "#ubuntu");
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(radiobutton2), TRUE);
}
gtk_widget_grab_focus (okbutton1);

20
debian/net.zoite.Zoitechat.appdata.xml vendored Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>net.zoite.Zoitechat</id>
<name>ZoiteChat</name>
<summary>IRC client for GNOME</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<description>
<p>ZoiteChat is a graphical IRC client based on HexChat.</p>
<p>Current Flatpak builds have a known issue where the Python plugin can freeze the client.</p>
</description>
<launchable type="desktop-id">net.zoite.Zoitechat.desktop</launchable>
<provides>
<binary>zoitechat</binary>
</provides>
<url type="homepage">https://zoitechat.zoite.net/</url>
</component>

1
debian/patches/series vendored Normal file
View File

@@ -0,0 +1 @@
readmechanges.patch

14
debian/rules vendored Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
%:
dh $@ --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- \
-Dinstall-plugin-metainfo=false \
-Dwith-lua=lua53
override_dh_installchangelogs:
dh_installchangelogs debian/changelog.txt

1
debian/source/format vendored Normal file
View File

@@ -0,0 +1 @@
3.0 (quilt)

2
debian/source/lintian-overrides vendored Normal file
View File

@@ -0,0 +1,2 @@
# the upstream maintainer says that he doesn't have time to go fish out his GPG key for now
orig-tarball-missing-upstream-signature

4
debian/upstream/metadata vendored Normal file
View File

@@ -0,0 +1,4 @@
Bug-Database: https://github.com/zoitechat/zoitechat/issues
Bug-Submit: https://github.com/zoitechat/zoitechat/issues/new
Repository: https://github.com/zoitechat/zoitechat.git
Repository-Browse: https://github.com/zoitechat/zoitechat

72
debian/upstream/signing-key.asc vendored Normal file
View File

@@ -0,0 +1,72 @@
pub rsa4096 2014-02-13 [SC] [expires: 2024-02-08]
108BF2212A051F4A72B18448B3C7CE210DE76DFC
uid [ unknown] Patrick Griffis <tingping@tingping.se>
uid [ unknown] TingPing <tingping@fedoraproject.org>
sub rsa4096 2014-02-13 [E] [expires: 2024-02-08]
C6CAF2A624B9C2ECBF83ACBF488A9319DABACE61
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBFL9JHIBEADDKL+vc3MHctXCWxG0IcuLPm4i+WO9jH6MdF8p2bokaL5lilcJ
o2i0RHImP83FpqCDj/hE7AeB3Ix3Oq3tIe6lpCz468OVbLivErX/yL8rYUhC+yba
zlSJcBipTIezD3pZI/vpFyCIC8mSEI4PJGiLotioNJWQBStQuuPqMKo4cd6cRWx6
WovQMKa85rQPvv+wYCseBqU6xBx1xSgpkjDJnAH7We5G6T8TYVM2gqXtii/JYyUC
8E7Z2BBdSGkq1Dma1W6paOw7VOtLu6YbAH9v/VUVx0UdzwiyXHQ8qLKbxeXkex9d
zoe+oy8wt3bvVHirxU42IlJJVLY4NcUYhr/xOq/YqT+3sWAqgdVM/WnzY3bPiMnQ
XqQ3UZ0LKXXsF2+9u2qM6FTiAHIMLtH95IlOQo1qXmDl1HRJTNq3B41UduLDRUhP
uGBaXbOtb6ql4nV3/BTxcHumisMh5ALhqXHRNOdn+mEjvT2HT6pp07ZfVhFwM4U0
K78f52S+NppiS0cWtn9ibq+UmqZyvw9HMOHYt51lSUOueg/sOvsxrG1gjvcUMlJw
nCgS3b+QUmZYo+pl/l13fiWPQpteVGZqKPMBBaQ4MCrwHgvikN8uppKDw8fFGs44
LgbCsDoQA8wKxNzMEMTvuhFFgCiOxMCzR0XKxlcKr8CiHZjYwovJLFfLvwARAQAB
tCVUaW5nUGluZyA8dGluZ3BpbmdAZmVkb3JhcHJvamVjdC5vcmc+iQJVBBMBAgA/
AhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgBYhBBCL8iEqBR9KcrGESLPHziEN
5238BQJcXuBtBQkSx717AAoJELPHziEN5238pfAP/331a2PASeS1toBRNbMVyXcB
8zEb5Q4MFiTmgy7aOOo2MDzV4VBiYEUa93pmWrozWudqZl1u+Cm7XC0Kxv7b6HRC
/2UBDKY0FUk7xALFQN+XycNDweflT9SlJ+4IcgfHX3/FcF0Obl0fnNfr8DXXqdsj
hxWqlXRkyvRC8VuJJkkufi4CxUBQPSSG+dGgskACP6e210rogPq7LyUIMKkKqKSV
69RUHDJZOsObNA6q1gTNcb8G/lIGaqbVTJ/d+6X/iDkgMrxRi++OyAUa7aXMHGBn
5PnFjqPKBP7qrEEl1nA0LcXhr1hCEVVXGosuqR1WjbbyOTOq50oGvk8zbTy/1mOc
UwkJYbaMv20wAYXx9QSbYoTDMx+DXrB3NCtBHeM7o9igoom8n9khoVmC1SPMOsQM
1xLAk22RuyeDw3C3K3xoar4tcrwXKRmTyUxDBvkR7gtySiAKWFZOEPbeeRzprpG+
Fg48Zh7buqh3Rdk5rmXOeATbyRq9+D0p6WhtO6UdEbi9yNCGo/eTTs2a9CcxfW6E
7gGrX/wP6eKrP7KiT5NqcM01R961IxRpNLM0Uy15Jf5paP9VoJBtR0hO+94Vc9ZJ
jS9yv5iJ62FIqSkqXZ7v+59XFZjm84pI7ywHuzjv9poBi3W19jM1eyYeryLj8362
w2z5UgLfllZv1o2NTLx6tCZQYXRyaWNrIEdyaWZmaXMgPHRpbmdwaW5nQHRpbmdw
aW5nLnNlPokCVAQTAQgAPgIbAwULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgBYhBBCL
8iEqBR9KcrGESLPHziEN5238BQJcXuBtBQkSx717AAoJELPHziEN5238J9cP/3SX
UCZBFKf79LUfKVOxZYgAMKzL2CQdglNKrtE0aqMJwga6AUrSLEBWUqKHOFrcWYDi
qKldpWGWv52lSlZL4YCIcgymOyYMbjQXkHUUaAH4tCzjT0yhFKKAAokJKBSinaO4
cA6i3p3XdyUWbvjqnc8/2Mn31cyxiqj58EN5r7naS/5DaD+0q2dxhLW5/A+IKukk
l12NhMpDbTkQ18brttBMCW5h5LPR7HDN5hVPCztj4BN5JqPeMyspemvGMT6G12vA
5N+S83rAushIyu8Y88iKhPsNLbLgi3PCOZJDKeNlqdPoXJX7mau41U08/8NiORUP
R4Dj9942c6rdHHXDyZ3puvsVK0YjwcmG5uSdG2tpyhNOBiyNQXgpPVHU5YKTob75
vGs4uuxKYxNns/UULiC4fp/gGOIRh9f0veJG2DbMnEHXhnpQzIbsYSo1yeJ+8vFM
FhbkHlylrkTUtOzQwFqybhgYGbfDvT4weMvCc9jEQXfIfI39/Tjx/JD0VVKu577X
oZhtsb4rX2qEmiEnMrWAMM97LGyCNEi6DJipHse4Z5cc54/VswGF8Ze4VYF5hF8o
DaIQfGXmuceMS3l4FXK0x6CYKpr7e0pY3zrsGIJ8Zwd11T9ubilAvK68Ix7j1puJ
x8/ZD9NYP/NUNpriRVyFNiPlfKRqauDBnSKjiTiguQINBFL9JHIBEACx1FJWBK1R
ORu+rHa52Uc0+Jkcr791A10Itwyv6fsA0RT6moob6s8Rvet8NQH6SZVRqiGy3d8g
lxnedT32ZxHWRoLC8Pc6PnQhVXB3RSZoE9VVm9z+7nHOGXXCj0a0OsgyGSHLerE9
7MvlMlkf2EsOTj6irZZDvJH4Eblbk1WzC4K5EC5r7FL/4sdHLbDWEUR3wemC7s0n
9IusHwNBiTSSxpag/dq9+6eVyoA3opsqSU3wlSqfm3U/0G3MG4JkwDmS3nK4hmmq
nCakdXZaqKZDGZjfaztTuO5RP73KfNHSNfsreOXY3ldX7Jy1qdHp/hBp6CFXhHul
d4ZyWL+O6uMRcNQdfd/b8VBDe3z2LYw3AHnhjAnmwJqjfnhH3r7ibM2+HAtrj8J5
Qwe/28QJOR3UfT1+tYW8I0bpnBesfzgm9Vp2t3IzkaGdXQOsB9KdcKRV4viiq4VP
S1HdtvpLAxxrNxFguIlYAkLMJwwuaaK8X+K/kgAm3q5+txsxR/jDmDaFqqj0YnfT
7s+czbSkkvXDG68sTVr1c2u71i8Q0XXSSrL30/j/+//CN9mP6oI6dYRDK5wCFaYw
cQe5Td/biJDWXsXolOC0CHny1TTfNvaK+b0Yksas7aLypHOc5xfVJI1eovwkBpXA
QQDFJoWlZudXXUvjPFsEyt9jd2LUl5fZcQARAQABiQI8BBgBAgAmAhsMFiEEEIvy
ISoFH0pysYRIs8fOIQ3nbfwFAlxe4JAFCRLHvZ4ACgkQs8fOIQ3nbfwvsQ//QE7v
neqZdFBq9PxIgu6S95PTchBI3BsCH6M3uv/hIpLgZwGzymHjCQlwYzjPYRAycphk
VjsWP5T6hFPDfFhtAkdPuDd6LW+asUky1B8t802jGrVSmEA81s9jkjKBpdNR5JJr
a8fAhUvZz9HW2SUwJyvVaO+q4GZep7VrNMKoCvC0K123V442wOYOLC3cldRgVRKY
tXs4KHEjYaR0+zvX2zJvn/CIHWaxw2/qgArXIbTqwiqOWeXAkQWwcArZzkughGIb
iv1DgkttTBLOZbiEUerwoMlGERlSTurhahoNInXD8vPPOrYMl7RSV8XUmgTKCJeN
Xv/Jdg7ejfmPH9zABh8kh+eiL/yINwh2mmRK2aM+u8wghU7i0g72GSKBNgPHzw7X
FDIN4diVX8MB93yeMOMzXGuyHzy3mQhj5LcqMKtTSOeqREAUTHoC0KvQ8kTeZ4N3
czHndwBNEVxluR4ljQeqMdJHWoy6GxFGdrcAHqLZZyxbBQq2cYMwAdbscnQqIhhC
luJgu4vA+7b8RQIZ725Ij+05J5vpHbPtEGACD09YChQL0OtLIZfS8RKP1lKLrmXC
cnJzweMcISPi5PxPXlqXNFzwspK2PLHpmwZ1zSoARXB3BzzCYTE4Mw8UxsCqpbDG
cBfbvGaxikGVOqMEoNo/umEhsyleb0gqXIoZJrc=
=kssP
-----END PGP PUBLIC KEY BLOCK-----

5
debian/watch vendored Normal file
View File

@@ -0,0 +1,5 @@
version=4
opts="searchmode=plain,\
filenamemangle=s%.*/v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%" \
https://api.github.com/repos/zoitechat/zoitechat/releases?per_page=50 \
https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@

1
debian/zoitechat.debhelper.log vendored Normal file
View File

@@ -0,0 +1 @@
dh_installchangelogs

3
debian/zoitechat.install vendored Normal file
View File

@@ -0,0 +1,3 @@
usr/bin/zoitechat
usr/share/applications
usr/share/metainfo/net.zoite.Zoitechat.appdata.xml

6
debian/zoitechat.lintian-overrides vendored Normal file
View File

@@ -0,0 +1,6 @@
# intentional typo as example for autoreplace function
zoitechat: spelling-error-in-binary usr/bin/zoitechat teh the
# upstream will not correct misspelled variable names
zoitechat: spelling-error-in-binary usr/bin/zoitechat hilight highlight
# fixing this spelling error would break scripting/theming
zoitechat: spelling-error-in-binary usr/bin/zoitechat Conection Connection

View File

@@ -1,5 +1,5 @@
{
"app-id": "io.github.Zoitechat",
"app-id": "net.zoite.Zoitechat",
"branch": "stable",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
@@ -17,7 +17,7 @@
"--talk-name=org.mpris.MediaPlayer2.*"
],
"add-extensions": {
"io.github.Zoitechat.Plugin": {
"net.zoite.Zoitechat.Plugin": {
"version": "20.08",
"directory": "extensions",
"add-ld-path": "lib",
@@ -43,7 +43,7 @@
"url": "https://github.com/pavouk/lgi.git",
"commit": "95418635aa8151a516d43166227ea2b9d4c4403f"
}
]
]
},
{
"name": "zoitechat",
@@ -52,6 +52,7 @@
"--buildtype=release",
"-Ddbus-service-use-appid=true",
"-Dwith-perl=false",
"-Dwith-python=false",
"-Dwith-lua=lua"
],
"build-options": {

View File

@@ -1,5 +1,5 @@
project('zoitechat', 'c',
version: '2.16.2',
version: '2.17.4',
meson_version: '>= 0.47.0',
default_options: [
'c_std=gnu89',
@@ -54,7 +54,7 @@ config_h.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_36')
config_h.set('HAVE_MEMRCHR', cc.has_function('memrchr'))
config_h.set('HAVE_STRINGS_H', cc.has_header('strings.h'))
config_h.set_quoted('HEXCHATLIBDIR',
config_h.set_quoted('ZOITECHATLIBDIR',
join_paths(get_option('prefix'), get_option('libdir'), 'zoitechat/plugins')
)
@@ -165,9 +165,7 @@ if cc.get_id() != 'msvc'
subdir('data')
subdir('po') # FIXME: build xgettext
meson.add_install_script('meson_post_install.py',
'@0@'.format(get_option('theme-manager'))
)
meson.add_install_script('meson_post_install.py')
endif
if meson.version().version_compare('>= 0.53.0')

View File

@@ -5,9 +5,6 @@ option('gtk-frontend', type: 'boolean',
option('text-frontend', type: 'boolean', value: false,
description: 'Text interface (not generally useful)'
)
option('theme-manager', type: 'boolean', value: false,
description: 'Utility to help manage themes, requires mono/.net'
)
# Features
option('tls', type: 'feature', value: 'enabled',

View File

@@ -6,7 +6,6 @@ import subprocess
prefix = os.environ.get('MESON_INSTALL_PREFIX', '/usr/local')
datadir = os.path.join(prefix, 'share')
with_thememan = sys.argv[1] == 'true'
# Packaging tools define DESTDIR and this isn't needed for them
if 'DESTDIR' not in os.environ:
@@ -17,8 +16,3 @@ if 'DESTDIR' not in os.environ:
print('Updating desktop database...')
subprocess.call(['update-desktop-database', '-q',
os.path.join(datadir, 'applications')])
if with_thememan:
print('Updating mime database...')
subprocess.call(['update-mime-database',
os.path.join(datadir, 'mime')])

View File

@@ -22,6 +22,22 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>zct</string>
<string>hct</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>zoitechat.icns</string>
<key>CFBundleTypeName</key>
<string>ZoiteChat Theme</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>LSMinimumSystemVersion</key>

View File

@@ -38,7 +38,7 @@ export PANGO_SYSCONFDIR="$bundle_etc"
export OPENSSL_CONF="/System/Library/OpenSSL/openssl.cnf"
export HEXCHAT_LIBDIR="$bundle_lib/zoitechat/plugins"
export ZOITECHAT_LIBDIR="$bundle_lib/zoitechat/plugins"
APP=name
I18NDIR="$bundle_data/locale"

View File

@@ -135,7 +135,7 @@ dccrecv_cb (char *word[], void *userdata)
if (!filename_fs) {
zoitechat_printf (ph, "Checksum: Invalid filename (%s)\n", filename);
g_free (filename);
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
ChecksumCallbackInfo *callback_data = g_new (ChecksumCallbackInfo, 1);
@@ -153,7 +153,7 @@ dccrecv_cb (char *word[], void *userdata)
g_object_unref (file);
g_object_unref (task);
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
static int
@@ -177,7 +177,7 @@ dccoffer_cb (char *word[], void *userdata)
g_object_unref (file);
g_object_unref (task);
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
int
@@ -189,8 +189,8 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
*plugin_desc = desc;
*plugin_version = version;
zoitechat_hook_print (ph, "DCC RECV Complete", HEXCHAT_PRI_NORM, dccrecv_cb, NULL);
zoitechat_hook_print (ph, "DCC Offer", HEXCHAT_PRI_NORM, dccoffer_cb, NULL);
zoitechat_hook_print (ph, "DCC RECV Complete", ZOITECHAT_PRI_NORM, dccrecv_cb, NULL);
zoitechat_hook_print (ph, "DCC Offer", ZOITECHAT_PRI_NORM, dccoffer_cb, NULL);
zoitechat_printf (ph, "%s plugin loaded\n", name);
return 1;

View File

@@ -134,7 +134,7 @@ run_command (char *word[], char *word_eol[], void *userdata)
zoitechat_command (ph, "help exec");
}
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
int
@@ -146,7 +146,7 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
*plugin_desc = desc;
*plugin_version = version;
zoitechat_hook_command (ph, "EXEC", HEXCHAT_PRI_NORM, run_command, "Usage: /EXEC [-O] - execute commands inside ZoiteChat", 0);
zoitechat_hook_command (ph, "EXEC", ZOITECHAT_PRI_NORM, run_command, "Usage: /EXEC [-O] - execute commands inside ZoiteChat", 0);
zoitechat_printf (ph, "%s plugin loaded\n", name);
return 1; /* return 1 for success */

View File

@@ -283,7 +283,7 @@ char *decrypt_raw_message(const char *message, const char *key) {
zoitechat_printf(ph, ">%s< ", word[i]);
}
zoitechat_printf(ph, "\n");
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}*/
/**
@@ -299,7 +299,7 @@ static int handle_outgoing(char *word[], char *word_eol[], void *userdata) {
const char *channel = zoitechat_get_info(ph, "channel");
/* Check if we can encrypt */
if (!fish_nick_has_key(channel)) return HEXCHAT_EAT_NONE;
if (!fish_nick_has_key(channel)) return ZOITECHAT_EAT_NONE;
command = g_string_new("");
g_string_printf(command, "PRIVMSG %s :+OK ", channel);
@@ -307,7 +307,7 @@ static int handle_outgoing(char *word[], char *word_eol[], void *userdata) {
encrypted_list = fish_encrypt_for_nick(channel, word_eol[1], &mode, get_prefix_length() + command->len);
if (!encrypted_list) {
g_string_free(command, TRUE);
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
/* Get prefix for own nick if any */
@@ -333,7 +333,7 @@ static int handle_outgoing(char *word[], char *word_eol[], void *userdata) {
g_string_free(command, TRUE);
g_slist_free_full(encrypted_list, g_free);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
/**
@@ -350,7 +350,7 @@ static int handle_incoming(char *word[], char *word_eol[], zoitechat_event_attrs
GString *message;
if (!irc_parse_message((const char **)word, &prefix, &command, &parameters_offset))
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
/* Topic (command 332) has an extra parameter */
if (!strcmp(command, "332"))
@@ -367,7 +367,7 @@ static int handle_incoming(char *word[], char *word_eol[], zoitechat_event_attrs
/* Nothing to decrypt */
if (decrypted == NULL)
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
/* Build decrypted message */
@@ -395,7 +395,7 @@ static int handle_incoming(char *word[], char *word_eol[], zoitechat_event_attrs
zoitechat_command(ph, message->str);
g_string_free (message, TRUE);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
@@ -407,10 +407,10 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
enum fish_mode mode = FISH_ECB_MODE;
if (!*dh_message || !*dh_pubkey || strlen(dh_pubkey) != 181)
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
if (!irc_parse_message((const char**)word, &prefix, NULL, NULL) || !prefix)
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
sender = irc_prefix_get_nick(prefix);
query_ctx = find_context_on_network(sender);
@@ -447,7 +447,7 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
} else {
/* Regular notice */
g_free(sender);
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
if (dh1080_compute_key(priv_key, dh_pubkey, &secret_key)) {
@@ -461,7 +461,7 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
cleanup:
g_free(sender);
g_free(priv_key);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/**
@@ -475,7 +475,7 @@ static int handle_setkey(char *word[], char *word_eol[], void *userdata) {
/* Check syntax */
if (*word[2] == '\0') {
zoitechat_printf(ph, "%s\n", usage_setkey);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
if (*word[3] == '\0') {
@@ -503,7 +503,7 @@ static int handle_setkey(char *word[], char *word_eol[], void *userdata) {
zoitechat_printf(ph, "\00305Failed to store key in addon_fishlim.conf\n");
}
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
/**
@@ -523,7 +523,7 @@ static int handle_delkey(char *word[], char *word_eol[], void *userdata) {
/* Only allow channel or dialog */
if (ctx_type < 2 || ctx_type > 3) {
zoitechat_printf(ph, "%s\n", usage_delkey);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
}
@@ -535,7 +535,7 @@ static int handle_delkey(char *word[], char *word_eol[], void *userdata) {
}
g_free(nick);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
static int handle_keyx(char *word[], char *word_eol[], void *userdata) {
@@ -558,7 +558,7 @@ static int handle_keyx(char *word[], char *word_eol[], void *userdata) {
if ((query_ctx && ctx_type != 3) || (!query_ctx && !irc_is_query(target))) {
zoitechat_print(ph, "You can only exchange keys with individuals");
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
if (dh1080_generate_key(&priv_key, &pub_key)) {
@@ -572,7 +572,7 @@ static int handle_keyx(char *word[], char *word_eol[], void *userdata) {
zoitechat_print(ph, "Failed to generate keys");
}
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/**
@@ -587,12 +587,12 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
if (!*topic) {
zoitechat_print(ph, usage_topic);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
if (zoitechat_list_int(ph, NULL, "type") != 2) {
zoitechat_printf(ph, "Please change to the channel window where you want to set the topic!");
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
target = zoitechat_get_info(ph, "channel");
@@ -600,7 +600,7 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
/* Check if we can encrypt */
if (!fish_nick_has_key(target)) {
zoitechat_printf(ph, "/topic+ error, no key found for %s", target);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
command = g_string_new("");
@@ -610,7 +610,7 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
if (!encrypted_list) {
g_string_free(command, TRUE);
zoitechat_printf(ph, "/topic+ error, can't encrypt %s", target);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
zoitechat_commandf(ph, "%s%s", command->str, (char *) encrypted_list->data);
@@ -618,7 +618,7 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
g_string_free(command, TRUE);
g_slist_free_full(encrypted_list, g_free);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/**
@@ -634,13 +634,13 @@ static int handle_crypt_notice(char *word[], char *word_eol[], void *userdata) {
if (!*target || !*notice) {
zoitechat_print(ph, usage_notice);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/* Check if we can encrypt */
if (!fish_nick_has_key(target)) {
zoitechat_printf(ph, "/notice+ error, no key found for %s.", target);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
command = g_string_new("");
@@ -650,7 +650,7 @@ static int handle_crypt_notice(char *word[], char *word_eol[], void *userdata) {
if (!encrypted_list) {
g_string_free(command, TRUE);
zoitechat_printf(ph, "/notice+ error, can't encrypt %s", target);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
notice_flag = g_strconcat("[", fish_modes[mode], "] ", notice, NULL);
@@ -668,7 +668,7 @@ static int handle_crypt_notice(char *word[], char *word_eol[], void *userdata) {
g_string_free(command, TRUE);
g_slist_free_full(encrypted_list, g_free);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/**
@@ -686,13 +686,13 @@ static int handle_crypt_msg(char *word[], char *word_eol[], void *userdata) {
if (!*target || !*message) {
zoitechat_print(ph, usage_msg);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/* Check if we can encrypt */
if (!fish_nick_has_key(target)) {
zoitechat_printf(ph, "/msg+ error, no key found for %s", target);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
command = g_string_new("");
@@ -702,7 +702,7 @@ static int handle_crypt_msg(char *word[], char *word_eol[], void *userdata) {
if (!encrypted_list) {
g_string_free(command, TRUE);
zoitechat_printf(ph, "/msg+ error, can't encrypt %s", target);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/* Send encrypted messages */
@@ -731,7 +731,7 @@ static int handle_crypt_msg(char *word[], char *word_eol[], void *userdata) {
zoitechat_emit_print(ph, "Message Send", target, message);
}
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
@@ -742,7 +742,7 @@ static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
/* Check if we can encrypt */
if (!fish_nick_has_key(channel)) {
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
command = g_string_new("");
@@ -753,7 +753,7 @@ static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
if (!encrypted_list) {
g_string_free(command, TRUE);
zoitechat_printf(ph, "/me error, can't encrypt %s", channel);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
zoitechat_emit_print(ph, "Your Action", zoitechat_get_info(ph, "nick"), word_eol[2], NULL);
@@ -769,7 +769,7 @@ static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
g_string_free(command, TRUE);
g_slist_free_full(encrypted_list, g_free);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
/**
@@ -798,22 +798,22 @@ int zoitechat_plugin_init(zoitechat_plugin *plugin_handle,
*version = plugin_version;
/* Register commands */
zoitechat_hook_command(ph, "SETKEY", HEXCHAT_PRI_NORM, handle_setkey, usage_setkey, NULL);
zoitechat_hook_command(ph, "DELKEY", HEXCHAT_PRI_NORM, handle_delkey, usage_delkey, NULL);
zoitechat_hook_command(ph, "KEYX", HEXCHAT_PRI_NORM, handle_keyx, usage_keyx, NULL);
zoitechat_hook_command(ph, "TOPIC+", HEXCHAT_PRI_NORM, handle_crypt_topic, usage_topic, NULL);
zoitechat_hook_command(ph, "NOTICE+", HEXCHAT_PRI_NORM, handle_crypt_notice, usage_notice, NULL);
zoitechat_hook_command(ph, "MSG+", HEXCHAT_PRI_NORM, handle_crypt_msg, usage_msg, NULL);
zoitechat_hook_command(ph, "ME", HEXCHAT_PRI_NORM, handle_crypt_me, NULL, NULL);
zoitechat_hook_command(ph, "SETKEY", ZOITECHAT_PRI_NORM, handle_setkey, usage_setkey, NULL);
zoitechat_hook_command(ph, "DELKEY", ZOITECHAT_PRI_NORM, handle_delkey, usage_delkey, NULL);
zoitechat_hook_command(ph, "KEYX", ZOITECHAT_PRI_NORM, handle_keyx, usage_keyx, NULL);
zoitechat_hook_command(ph, "TOPIC+", ZOITECHAT_PRI_NORM, handle_crypt_topic, usage_topic, NULL);
zoitechat_hook_command(ph, "NOTICE+", ZOITECHAT_PRI_NORM, handle_crypt_notice, usage_notice, NULL);
zoitechat_hook_command(ph, "MSG+", ZOITECHAT_PRI_NORM, handle_crypt_msg, usage_msg, NULL);
zoitechat_hook_command(ph, "ME", ZOITECHAT_PRI_NORM, handle_crypt_me, NULL, NULL);
/* Add handlers */
zoitechat_hook_command(ph, "", HEXCHAT_PRI_NORM, handle_outgoing, NULL, NULL);
zoitechat_hook_server(ph, "NOTICE", HEXCHAT_PRI_HIGHEST, handle_keyx_notice, NULL);
zoitechat_hook_server_attrs(ph, "NOTICE", HEXCHAT_PRI_NORM, handle_incoming, NULL);
zoitechat_hook_server_attrs(ph, "PRIVMSG", HEXCHAT_PRI_NORM, handle_incoming, NULL);
/* zoitechat_hook_server(ph, "RAW LINE", HEXCHAT_PRI_NORM, handle_debug, NULL); */
zoitechat_hook_server_attrs(ph, "TOPIC", HEXCHAT_PRI_NORM, handle_incoming, NULL);
zoitechat_hook_server_attrs(ph, "332", HEXCHAT_PRI_NORM, handle_incoming, NULL);
zoitechat_hook_command(ph, "", ZOITECHAT_PRI_NORM, handle_outgoing, NULL, NULL);
zoitechat_hook_server(ph, "NOTICE", ZOITECHAT_PRI_HIGHEST, handle_keyx_notice, NULL);
zoitechat_hook_server_attrs(ph, "NOTICE", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
zoitechat_hook_server_attrs(ph, "PRIVMSG", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
/* zoitechat_hook_server(ph, "RAW LINE", ZOITECHAT_PRI_NORM, handle_debug, NULL); */
zoitechat_hook_server_attrs(ph, "TOPIC", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
zoitechat_hook_server_attrs(ph, "332", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
if (!fish_init())
return 0;

View File

@@ -22,8 +22,8 @@
*/
#ifndef PLUGIN_HEXCHAT_H
#define PLUGIN_HEXCHAT_H
#ifndef PLUGIN_ZOITECHAT_H
#define PLUGIN_ZOITECHAT_H
gchar *get_config_filename(void);
int irc_nick_cmp (const char *, const char *);

View File

@@ -22,8 +22,8 @@
*/
#ifndef PLUGIN_HEXCHAT_FISHLIM_UTILS_H
#define PLUGIN_HEXCHAT_FISHLIM_UTILS_H
#ifndef PLUGIN_ZOITECHAT_FISHLIM_UTILS_H
#define PLUGIN_ZOITECHAT_FISHLIM_UTILS_H
#include <stddef.h>
#include "fish.h"

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,7 @@ sub PRI_LOW ();
sub PRI_LOWEST ();
sub EAT_NONE ();
sub EAT_HEXCHAT ();
sub EAT_ZOITECHAT ();
sub EAT_PLUGIN ();
sub EAT_ALL ();
@@ -60,7 +60,7 @@ BEGIN {
our %EXPORT_TAGS = (
constants => [
qw(PRI_HIGHEST PRI_HIGH PRI_NORM PRI_LOW PRI_LOWEST), # priorities
qw(EAT_NONE EAT_HEXCHAT EAT_XCHAT EAT_PLUGIN EAT_ALL), # callback return values
qw(EAT_NONE EAT_ZOITECHAT EAT_XCHAT EAT_PLUGIN EAT_ALL), # callback return values
qw(FD_READ FD_WRITE FD_EXCEPTION FD_NOTSOCKET), # fd flags
qw(KEEP REMOVE), # timers
],

View File

@@ -247,7 +247,7 @@ sub evaluate {
ZoiteChat::print $results[0];
}
return ZoiteChat::EAT_HEXCHAT;
return ZoiteChat::EAT_ZOITECHAT;
};
sub expand_homedir {

View File

@@ -337,11 +337,11 @@ fd_cb (int fd, int flags, void *userdata)
if (SvTRUE (ERRSV)) {
zoitechat_printf (ph, "Error in fd callback %s", SvPV_nolen (ERRSV));
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
retVal = HEXCHAT_EAT_ALL;
retVal = ZOITECHAT_EAT_ALL;
} else {
if (count != 1) {
zoitechat_print (ph, "Fd handler should only return 1 value.");
retVal = HEXCHAT_EAT_NONE;
retVal = ZOITECHAT_EAT_NONE;
} else {
retVal = POPi;
if (retVal == 0) {
@@ -398,11 +398,11 @@ timer_cb (void *userdata)
if (SvTRUE (ERRSV)) {
zoitechat_printf (ph, "Error in timer callback %s", SvPV_nolen (ERRSV));
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
retVal = HEXCHAT_EAT_ALL;
retVal = ZOITECHAT_EAT_ALL;
} else {
if (count != 1) {
zoitechat_print (ph, "Timer handler should only return 1 value.");
retVal = HEXCHAT_EAT_NONE;
retVal = ZOITECHAT_EAT_NONE;
} else {
retVal = POPi;
if (retVal == 0) {
@@ -438,7 +438,7 @@ server_cb (char *word[], char *word_eol[], void *userdata)
SAVETMPS;
if (data->depth)
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
/* zoitechat_printf (ph, */
/* "Received %d words in server callback", av_len (wd)); */
@@ -457,11 +457,11 @@ server_cb (char *word[], char *word_eol[], void *userdata)
if (SvTRUE (ERRSV)) {
zoitechat_printf (ph, "Error in server callback %s", SvPV_nolen (ERRSV));
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
retVal = HEXCHAT_EAT_NONE;
retVal = ZOITECHAT_EAT_NONE;
} else {
if (count != 1) {
zoitechat_print (ph, "Server handler should only return 1 value.");
retVal = HEXCHAT_EAT_NONE;
retVal = ZOITECHAT_EAT_NONE;
} else {
retVal = POPi;
}
@@ -487,7 +487,7 @@ command_cb (char *word[], char *word_eol[], void *userdata)
SAVETMPS;
if (data->depth)
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
/* zoitechat_printf (ph, "Received %d words in command callback", */
/* av_len (wd)); */
@@ -506,11 +506,11 @@ command_cb (char *word[], char *word_eol[], void *userdata)
if (SvTRUE (ERRSV)) {
zoitechat_printf (ph, "Error in command callback %s", SvPV_nolen (ERRSV));
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
retVal = HEXCHAT_EAT_HEXCHAT;
retVal = ZOITECHAT_EAT_ZOITECHAT;
} else {
if (count != 1) {
zoitechat_print (ph, "Command handler should only return 1 value.");
retVal = HEXCHAT_EAT_NONE;
retVal = ZOITECHAT_EAT_NONE;
} else {
retVal = POPi;
}
@@ -541,7 +541,7 @@ print_cb (char *word[], void *userdata)
SAVETMPS;
if (data->depth)
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
wd = newAV ();
sv_2mortal ((SV *) wd);
@@ -582,11 +582,11 @@ print_cb (char *word[], void *userdata)
if (SvTRUE (ERRSV)) {
zoitechat_printf (ph, "Error in print callback %s", SvPV_nolen (ERRSV));
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
retVal = HEXCHAT_EAT_NONE;
retVal = ZOITECHAT_EAT_NONE;
} else {
if (count != 1) {
zoitechat_print (ph, "Print handler should only return 1 value.");
retVal = HEXCHAT_EAT_NONE;
retVal = ZOITECHAT_EAT_NONE;
} else {
retVal = POPi;
}
@@ -1022,7 +1022,7 @@ XS (XS_ZoiteChat_hook_fd)
data = NULL;
#ifdef WIN32
if ((flags & HEXCHAT_FD_NOTSOCKET) == 0) {
if ((flags & ZOITECHAT_FD_NOTSOCKET) == 0) {
/* this _get_osfhandle if from win32iop.h in the perl distribution,
* not the one provided by Windows
*/
@@ -1356,21 +1356,21 @@ xs_init (pTHX)
exit (1);
}
newCONSTSUB (stash, "PRI_HIGHEST", newSViv (HEXCHAT_PRI_HIGHEST));
newCONSTSUB (stash, "PRI_HIGH", newSViv (HEXCHAT_PRI_HIGH));
newCONSTSUB (stash, "PRI_NORM", newSViv (HEXCHAT_PRI_NORM));
newCONSTSUB (stash, "PRI_LOW", newSViv (HEXCHAT_PRI_LOW));
newCONSTSUB (stash, "PRI_LOWEST", newSViv (HEXCHAT_PRI_LOWEST));
newCONSTSUB (stash, "PRI_HIGHEST", newSViv (ZOITECHAT_PRI_HIGHEST));
newCONSTSUB (stash, "PRI_HIGH", newSViv (ZOITECHAT_PRI_HIGH));
newCONSTSUB (stash, "PRI_NORM", newSViv (ZOITECHAT_PRI_NORM));
newCONSTSUB (stash, "PRI_LOW", newSViv (ZOITECHAT_PRI_LOW));
newCONSTSUB (stash, "PRI_LOWEST", newSViv (ZOITECHAT_PRI_LOWEST));
newCONSTSUB (stash, "EAT_NONE", newSViv (HEXCHAT_EAT_NONE));
newCONSTSUB (stash, "EAT_HEXCHAT", newSViv (HEXCHAT_EAT_HEXCHAT));
newCONSTSUB (stash, "EAT_XCHAT", newSViv (HEXCHAT_EAT_HEXCHAT)); /* for compatibility */
newCONSTSUB (stash, "EAT_PLUGIN", newSViv (HEXCHAT_EAT_PLUGIN));
newCONSTSUB (stash, "EAT_ALL", newSViv (HEXCHAT_EAT_ALL));
newCONSTSUB (stash, "FD_READ", newSViv (HEXCHAT_FD_READ));
newCONSTSUB (stash, "FD_WRITE", newSViv (HEXCHAT_FD_WRITE));
newCONSTSUB (stash, "FD_EXCEPTION", newSViv (HEXCHAT_FD_EXCEPTION));
newCONSTSUB (stash, "FD_NOTSOCKET", newSViv (HEXCHAT_FD_NOTSOCKET));
newCONSTSUB (stash, "EAT_NONE", newSViv (ZOITECHAT_EAT_NONE));
newCONSTSUB (stash, "EAT_ZOITECHAT", newSViv (ZOITECHAT_EAT_ZOITECHAT));
newCONSTSUB (stash, "EAT_XCHAT", newSViv (ZOITECHAT_EAT_ZOITECHAT)); /* for compatibility */
newCONSTSUB (stash, "EAT_PLUGIN", newSViv (ZOITECHAT_EAT_PLUGIN));
newCONSTSUB (stash, "EAT_ALL", newSViv (ZOITECHAT_EAT_ALL));
newCONSTSUB (stash, "FD_READ", newSViv (ZOITECHAT_FD_READ));
newCONSTSUB (stash, "FD_WRITE", newSViv (ZOITECHAT_FD_WRITE));
newCONSTSUB (stash, "FD_EXCEPTION", newSViv (ZOITECHAT_FD_EXCEPTION));
newCONSTSUB (stash, "FD_NOTSOCKET", newSViv (ZOITECHAT_FD_NOTSOCKET));
newCONSTSUB (stash, "KEEP", newSViv (1));
newCONSTSUB (stash, "REMOVE", newSViv (0));
@@ -1460,14 +1460,14 @@ perl_load_file (char *filename)
"You must have a Visual C++ build of Perl "
PERL_REQUIRED_VERSION " installed in order to\n"
"run Perl scripts. A reboot may be required.\n\n"
"http://zoitechat.github.io/downloads.html\n\n"
"http://zoitechat.zoite.net/downloads.html\n\n"
"I have found Perl 5.6, but that is too old.");
} else {
thread_mbox ("Cannot open " PERL_DLL "!\n\n"
"You must have a Visual C++ build of Perl "
PERL_REQUIRED_VERSION " installed in order to\n"
"run Perl scripts. A reboot may be required.\n\n"
"http://zoitechat.github.io/downloads.html\n\n"
"http://zoitechat.zoite.net/downloads.html\n\n"
"Make sure Perl's bin directory is in your PATH.");
}
}
@@ -1509,10 +1509,10 @@ perl_command_unloadall (char *word[], char *word_eol[], void *userdata)
{
if (my_perl != NULL) {
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::unload_all", 0)), "");
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
static int
@@ -1521,11 +1521,11 @@ perl_command_reloadall (char *word[], char *word_eol[], void *userdata)
if (my_perl != NULL) {
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::reload_all", 0)), "");
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
} else {
perl_auto_load( NULL );
}
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
static int
@@ -1536,10 +1536,10 @@ perl_command_load (char *word[], char *word_eol[], void *userdata)
if (file != NULL )
{
perl_load_file (file);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
static int
@@ -1549,10 +1549,10 @@ perl_command_unload (char *word[], char *word_eol[], void *userdata)
if (my_perl != NULL && file != NULL) {
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::unload", 0)), file);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
static int
@@ -1562,13 +1562,13 @@ perl_command_reload (char *word[], char *word_eol[], void *eat)
if (my_perl != NULL && file != NULL) {
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::reload", 0)), file);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
if (eat)
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
else
return HEXCHAT_EAT_NONE;
return ZOITECHAT_EAT_NONE;
}
static int
@@ -1577,7 +1577,7 @@ perl_command_eval (char *word[], char *word_eol[], void *userdata)
if (my_perl != NULL)
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::evaluate", 0)), word_eol[2]);
return HEXCHAT_EAT_HEXCHAT;
return ZOITECHAT_EAT_ZOITECHAT;
}
void
@@ -1612,19 +1612,19 @@ zoitechat_plugin_init (zoitechat_plugin * plugin_handle, char **plugin_name,
*plugin_desc = "Perl scripting interface";
*plugin_version = PACKAGE_VERSION;
zoitechat_hook_command (ph, "load", HEXCHAT_PRI_NORM, perl_command_load, 0, 0);
zoitechat_hook_command (ph, "unload", HEXCHAT_PRI_NORM, perl_command_unload, 0,
zoitechat_hook_command (ph, "load", ZOITECHAT_PRI_NORM, perl_command_load, 0, 0);
zoitechat_hook_command (ph, "unload", ZOITECHAT_PRI_NORM, perl_command_unload, 0,
0);
zoitechat_hook_command (ph, "reload", HEXCHAT_PRI_NORM, perl_command_reload, 0,
zoitechat_hook_command (ph, "reload", ZOITECHAT_PRI_NORM, perl_command_reload, 0,
0);
zoitechat_hook_command (ph, "pl_reload", HEXCHAT_PRI_NORM, perl_command_reload,
zoitechat_hook_command (ph, "pl_reload", ZOITECHAT_PRI_NORM, perl_command_reload,
"Reloads a Perl script. Syntax: /pl_reload <filename.pl>", (int*)1);
zoitechat_hook_command (ph, "unloadall", HEXCHAT_PRI_NORM,
zoitechat_hook_command (ph, "unloadall", ZOITECHAT_PRI_NORM,
perl_command_unloadall, "Unloads all loaded Perl scripts.", 0);
zoitechat_hook_command (ph, "reloadall", HEXCHAT_PRI_NORM,
zoitechat_hook_command (ph, "reloadall", ZOITECHAT_PRI_NORM,
perl_command_reloadall, "Realoads all loaded Perl scripts.", 0);
zoitechat_hook_command (ph, "pl", HEXCHAT_PRI_NORM,
zoitechat_hook_command (ph, "pl", ZOITECHAT_PRI_NORM,
perl_command_eval, "Evaluates Perl code. Syntax: /pl <perl code>", 0);
/*perl_init (); */

View File

@@ -5,7 +5,7 @@ from contextlib import contextmanager
from _zoitechat_embedded import ffi, lib
__all__ = [
'EAT_ALL', 'EAT_HEXCHAT', 'EAT_NONE', 'EAT_PLUGIN', 'EAT_XCHAT',
'EAT_ALL', 'EAT_ZOITECHAT', 'EAT_NONE', 'EAT_PLUGIN', 'EAT_XCHAT',
'PRI_HIGH', 'PRI_HIGHEST', 'PRI_LOW', 'PRI_LOWEST', 'PRI_NORM',
'__doc__', '__version__', 'command', 'del_pluginpref', 'emit_print',
'find_context', 'get_context', 'get_info',
@@ -20,10 +20,10 @@ __version__ = (2, 0)
__license__ = 'GPL-2.0+'
EAT_NONE = 0
EAT_HEXCHAT = 1
EAT_XCHAT = EAT_HEXCHAT
EAT_ZOITECHAT = 1
EAT_XCHAT = EAT_ZOITECHAT
EAT_PLUGIN = 2
EAT_ALL = EAT_HEXCHAT | EAT_PLUGIN
EAT_ALL = EAT_ZOITECHAT | EAT_PLUGIN
PRI_LOWEST = -128
PRI_LOW = -64

View File

@@ -13,7 +13,7 @@ with open(sys.argv[1]) as f:
for line in f:
if line.startswith('#define'):
continue
elif line.endswith('HEXCHAT_PLUGIN_H\n'):
elif line.endswith('ZOITECHAT_PLUGIN_H\n'):
continue
elif 'time.h' in line:
output.append('typedef int... time_t;')
@@ -70,7 +70,7 @@ int zoitechat_plugin_init(zoitechat_plugin *plugin_handle,
}
ph = plugin_handle;
return _on_plugin_init(name_out, description_out, version_out, arg, HEXCHATLIBDIR);
return _on_plugin_init(name_out, description_out, version_out, arg, ZOITECHATLIBDIR);
}
int zoitechat_plugin_deinit(void)

View File

@@ -40,7 +40,7 @@ def redirected_stdout():
sys.stderr = zoitechat_stdout
if os.getenv('HEXCHAT_LOG_PYTHON'):
if os.getenv('ZOITECHAT_LOG_PYTHON'):
def log(*args):
with redirected_stdout():
print(*args)
@@ -201,22 +201,29 @@ else:
# There can be empty entries between non-empty ones so find the actual last value
def wordlist_len(words):
for i in range(31, 0, -1):
if ffi.string(words[i]):
return i
def _cstr(ptr):
"""Safely convert a C char* (possibly NULL) to bytes."""
if ptr == ffi.NULL:
return b''
try:
return ffi.string(ptr)
except Exception:
return b''
def wordlist_len(words):
# ZoiteChat passes a fixed-size array (typically 32) where unused entries may be NULL.
for i in range(31, 0, -1):
if _cstr(words[i]):
return i
return 0
def create_wordlist(words):
size = wordlist_len(words)
return [__decode(ffi.string(words[i])) for i in range(1, size + 1)]
return [__decode(_cstr(words[i])) for i in range(1, size + 1)]
# This function only exists for compat reasons with the C plugin
# It turns the word list from print hooks into a word_eol list
# This makes no sense to do...
def create_wordeollist(words):
words = reversed(words)
accum = None
@@ -308,22 +315,43 @@ def _on_timer_hook(userdata):
return 0
@ffi.def_extern(error=3)
@ffi.def_extern()
def _on_say_command(word, word_eol, userdata):
channel = ffi.string(lib.zoitechat_get_info(lib.ph, b'channel'))
if channel == b'>>python<<':
python = ffi.string(word_eol[1])
lib.zoitechat_print(lib.ph, b'>>> ' + python)
exec_in_interp(__decode(python))
"""Handle input in the special >>python<< tab.
This callback is wired via hook_command(b''), so it may be invoked for a wide range
of internal commands. It must never throw, and must default to EAT_NONE.
"""
try:
channel = _cstr(lib.zoitechat_get_info(lib.ph, b'channel'))
except Exception:
return 0
if channel != b'>>python<<':
return 0
try:
python = _cstr(word_eol[1])
except Exception:
python = b''
if not python:
return 1
return 0
# Dont let exceptions here swallow core commands or wedge the UI.
try:
exec_in_interp(python)
except Exception:
# Best effort: surface the traceback in the python tab.
exc = traceback.format_exc().encode('utf-8', errors='replace')
lib.zoitechat_print(lib.ph, exc)
return 1
def load_filename(filename):
filename = os.path.expanduser(filename)
if not os.path.isabs(filename):
configdir = __decode(ffi.string(lib.zoitechat_get_info(lib.ph, b'configdir')))
configdir = __decode(_cstr(lib.zoitechat_get_info(lib.ph, b'configdir')))
filename = os.path.join(configdir, 'addons', filename)
@@ -366,7 +394,7 @@ def change_cwd(path):
def autoload():
configdir = __decode(ffi.string(lib.zoitechat_get_info(lib.ph, b'configdir')))
configdir = __decode(_cstr(lib.zoitechat_get_info(lib.ph, b'configdir')))
addondir = os.path.join(configdir, 'addons')
try:
with change_cwd(addondir): # Maintaining old behavior
@@ -432,7 +460,7 @@ def exec_in_interp(python):
@ffi.def_extern()
def _on_load_command(word, word_eol, userdata):
filename = ffi.string(word[2])
filename = _cstr(word[2])
if filename.endswith(b'.py'):
load_filename(__decode(filename))
return 3
@@ -442,7 +470,7 @@ def _on_load_command(word, word_eol, userdata):
@ffi.def_extern()
def _on_unload_command(word, word_eol, userdata):
filename = ffi.string(word[2])
filename = _cstr(word[2])
if filename.endswith(b'.py'):
unload_name(__decode(filename))
return 3
@@ -452,7 +480,7 @@ def _on_unload_command(word, word_eol, userdata):
@ffi.def_extern()
def _on_reload_command(word, word_eol, userdata):
filename = ffi.string(word[2])
filename = _cstr(word[2])
if filename.endswith(b'.py'):
reload_name(__decode(filename))
return 3
@@ -509,7 +537,7 @@ def _on_plugin_init(plugin_name, plugin_desc, plugin_version, arg, libdir):
plugin_version[0] = PLUGIN_VERSION
try:
libdir = __decode(ffi.string(libdir))
libdir = __decode(_cstr(libdir))
modpath = os.path.join(libdir, '..', 'python')
sys.path.append(os.path.abspath(modpath))
zoitechat = importlib.import_module('zoitechat')
@@ -563,4 +591,4 @@ def _on_plugin_deinit():
except KeyError:
pass
return 1
return 1

View File

@@ -222,7 +222,7 @@ sysinfo_cb (char *word[], char *word_eol[], void *userdata)
else
print_info (cmd, announce);
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
int
@@ -233,7 +233,7 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
*plugin_desc = desc;
*plugin_version = version;
zoitechat_hook_command (ph, "SYSINFO", HEXCHAT_PRI_NORM, sysinfo_cb, sysinfo_help, NULL);
zoitechat_hook_command (ph, "SYSINFO", ZOITECHAT_PRI_NORM, sysinfo_cb, sysinfo_help, NULL);
zoitechat_command (ph, "MENU ADD \"Window/Send System Info\" \"SYSINFO\"");
zoitechat_printf (ph, _("%s plugin loaded\n"), name);

View File

@@ -24,7 +24,7 @@
#include "zoitechat-plugin.h"
#define APPCAST_URL "https://zoitechat.github.io/appcast.xml"
#define APPCAST_URL "https://zoitechat.zoite.net/appcast.xml"
static zoitechat_plugin *ph; /* plugin handle */
static char name[] = "Update Checker";
@@ -37,7 +37,7 @@ check_cmd (char *word[], char *word_eol[], void *userdata)
{
win_sparkle_check_update_with_ui ();
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
int
@@ -52,7 +52,7 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
win_sparkle_set_appcast_url (APPCAST_URL);
win_sparkle_init ();
zoitechat_hook_command (ph, "UPDCHK", HEXCHAT_PRI_NORM, check_cmd, upd_help, NULL);
zoitechat_hook_command (ph, "UPDCHK", ZOITECHAT_PRI_NORM, check_cmd, upd_help, NULL);
zoitechat_command (ph, "MENU -ishare\\download.png ADD \"Help/Check for Updates\" \"UPDCHK\"");
zoitechat_printf (ph, "%s plugin loaded\n", name);

View File

@@ -76,7 +76,7 @@ winamp(char *word[], char *word_eol[], void *userdata)
if (!current_play)
{
zoitechat_print (ph, "Winamp: Error getting song information.");
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
if (strchr(current_play, '-'))
@@ -120,7 +120,7 @@ winamp(char *word[], char *word_eol[], void *userdata)
{
zoitechat_print(ph, "Winamp not found.\n");
}
return HEXCHAT_EAT_ALL;
return ZOITECHAT_EAT_ALL;
}
int
@@ -137,7 +137,7 @@ zoitechat_plugin_init(zoitechat_plugin *plugin_handle,
*plugin_desc = "Winamp plugin for ZoiteChat";
*plugin_version = "0.6";
zoitechat_hook_command (ph, "WINAMP", HEXCHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0);
zoitechat_hook_command (ph, "WINAMP", ZOITECHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0);
zoitechat_command (ph, "MENU -ishare\\music.png ADD \"Window/Display Current Song (Winamp)\" \"WINAMP\"");
zoitechat_print (ph, "Winamp plugin loaded\n");

View File

@@ -1,6 +1,6 @@
data/misc/io.github.Hexchat.appdata.xml.in
data/misc/io.github.Hexchat.desktop.in.in
data/misc/io.github.Hexchat.ThemeManager.desktop.in
data/misc/net.zoite.Zoitechat.appdata.xml.in
data/misc/net.zoite.Zoitechat.desktop.in.in
data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in
src/common/cfgfiles.c
src/common/chanopt.c
src/common/dcc.c

View File

@@ -1 +1 @@
data/misc/io.github.Hexchat.desktop.in.in
data/misc/net.zoite.Zoitechat.desktop.in.in

View File

@@ -18,52 +18,52 @@ msgstr ""
"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -18,52 +18,52 @@ msgstr ""
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -19,52 +19,52 @@ msgstr ""
"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -18,52 +18,52 @@ msgstr ""
"Language: az\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -17,52 +17,52 @@ msgstr ""
"Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -20,52 +20,52 @@ msgstr ""
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -24,52 +24,52 @@ msgstr ""
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Client IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat és un client IRC extensible i fàcil d'utilitzar. Et permet unir-te a múltiples xarxes amb seguretat i parlar amb altres usuaris en privat o en canals utilitzant una interfície personalitzable. Fins i tot pots transferir fitxers."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat té suport per: DCC, SASL, proxis, correcció d'escriptura, notificacions, registre, temes personalitzats i scripts en Python o Perl."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Finestra de xat principal"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Xategeu amb altres persones en línia"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "MI;Xat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Obre el mode segur"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Gestor de temes d'ZoiteChat"

View File

@@ -24,52 +24,52 @@ msgstr ""
"Language: cs\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC klient"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat je snadno použitelný a rozšířitelný IRC klient. Umožňuje vám se bezpečně připojit k více sítím a psát si s lidmi soukromě nebo v kanálech pomocí přizpůsobitelného prostředí. Dokonce můžete přenášet soubory."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat podporuje funkce jako DCC, SASL, brány proxy, kontrolu pravopisu, ukládání záznamů, vlastní motivy a skripty v jazycích Python nebo Perl."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Hlavní okno chatu"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Chatujte online s ostatními lidmi"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr " IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Otevřít Nouzový režim"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat manažer témat"

View File

@@ -29,52 +29,52 @@ msgstr ""
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC-klient"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat er en IRC-klient, der er nem at bruge, men som alligevel også kan udvides. Den tillader dig sikkert at forbinde til flere netværk og tale med brugere privat eller i kanaler ved brug af en tilpasselig grænseflade. Du kan endda overføre filer."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat understøtter funktioner som: DCC, SASL, proxyer, stavekontrol, underretninger, logning, tilpassede temaer og Python-/Perl-scripts."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Primære chatvindue"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Chat med andre personer online"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Åbn fejlsikret tilstand"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat-temahåndtering"

View File

@@ -46,52 +46,52 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC-Client"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "HexChar ist ein einfach zu benutzender, aber dennoch erweiterbarer IRC-Client. Er erlaubt es, sicher mehreren Netzwerken beizutreten und sich mithilfe der anpassbaren Benutzerschnittstelle privat oder auch in Kanälen zu unterhalten. Sogar Dateiübertragungen sind möglich."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat unterstützt Features wie: DCC, SASL, Proxies, Rechtschreibprüfung, Benachrichtigungen, Logging, Benutzerdesigns und Python/Perl-Skripte"
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Hauptchatfenster"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Online mit anderen Menschen chatten"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Im sicheren Modus öffnen"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat-Themenverwalter"

View File

@@ -25,52 +25,52 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Πελάτης IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "Το ZoiteChat υποστηρίζει λειτουργίες όπως: DCC, SASL, διαμεσολαβητές, ορθογραφική διόρθωση, ειδοποιήσεις, logging, προσαρμοσμένα θέματα, και Python/Perl scripts."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Κεντρικό Παράθυρο Συζήτησης"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Συνομιλήστε με άλλους χρήστες σε απευθείας σύνδεση"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Άνοιγμα ασφαλούς λειτουργίας"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Διαχειριστής θεμάτων ZoiteChat"

View File

@@ -25,52 +25,52 @@ msgstr ""
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC Client"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customisable interface. You can even transfer files."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Main Chat Window"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Chat with other people online"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Open Safe Mode"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat Theme Manager"

View File

@@ -31,52 +31,52 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Cliente de IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat es un cliente de IRC fácil de usar. Permite unirse a múltiples redes de manera segura y hablar con los usuarios en privado o en los canales usando una interfaz personalizable. Incluso puede enviar archivos."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat soporta características como: DCC, SASL, proxies, autocorrector, alertas, registro automático, temas personalizados, y scripts en Python/Perl."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Ventana principal de charla"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Charlar con otras personas en línea"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Abrir en modo seguro"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Administrador de temas de ZoiteChat"

View File

@@ -21,52 +21,52 @@ msgstr ""
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC klient"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat on lihtne ja paljude võimalustega IRC klient. See võimaldab turvaliselt ühenduda mitme võrguda samaaegselt ja suhelda inimestega privaatselt või liituda vestluskanalitega, kasutades selleks kohandatavat rakendust. Samuti on võimalus failivahetuseks."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat toetab kasutamiseks: DCC, SASL, hoiatusi, logide koguminst, kohandatud teemasid ja Python/Perl skripte."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Vestle teiste kasutajatega internetis"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Ava turvarežiim"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat teemahaldur"

View File

@@ -20,52 +20,52 @@ msgstr ""
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC bezeroa"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;Txat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -20,52 +20,52 @@ msgstr ""
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC-asiakassovellus"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat on helppokäyttäinen IRC-asiakassovellus, joka on helposti laajennettavissa. Sen avulla voit liittyä lukuisiin eri verkkoihin ja keskustella muiden kanssa kanavilla tai yksityiskeskusteluissa. Voit myös siirtää tiedostoja muiden käyttäjien kanssa."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat tukee muun muassa seuraavia ominaisuuksia: DCC, SASL, välityspalvelimet, oikoluku, hälytykset, lokitus, mukautettavat teemat ja Python-/Perl-skriptit."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Keskustele muiden kanssa verkossa"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;pikaviestin;keskustelu;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat-teemojen hallinta"

View File

@@ -28,52 +28,52 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Client IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat est un client IRC facile à utiliser et extensible. Il vous permet de rejoindre en toute sécurité plusieurs réseaux et de parler à d'autres utilisateurs en privé ou dans des canaux grâce à une interface personnalisable. Vous pouvez même transférer des fichiers."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat prend en charge des fonctionnalités telles que : DCC, SASL, serveurs mandataires, vérification orthographique, alertes, journalisation, thèmes personnalisés et scripts Python et Perl."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Fenêtre de conversation principale"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Discutez avec d'autres personnes en ligne"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Ouvrir le mode sans échec"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Gestionnaire de thèmes ZoiteChat"

View File

@@ -18,52 +18,52 @@ msgstr ""
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Cliente de IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Xestor de temas de ZoiteChat"

View File

@@ -17,52 +17,52 @@ msgstr ""
"Language: gu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -19,52 +19,52 @@ msgstr ""
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -24,52 +24,52 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC kliens"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -21,52 +21,52 @@ msgstr ""
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Klien IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat adalah klien IRC yang mudah digunakan tetapi bisa diperluas. Hal ini memungkinkan anda aman dalam bergabung ke beberapa jaringan dan berbicara ke pengguna secara pribadi atau dalam saluran dengan menggunakan antarmuka yang dapat disesuaikan. Anda bahkan dapat mentransfer berkas."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat mendukung fitur seperti: DCC, SASL, proksi, periksa ejaan, peringatan, pencatatan, tema kustom, dan skrip Python/Perl."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Mengobrol dengan orang lain daring"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Obrolan;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Buka Mode Aman"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Pengelola Tema ZoiteChat"

View File

@@ -22,52 +22,52 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Client IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat è un client IRC semplice ed estensibile. Consente di accedere in modo sicuro a più reti e comunicare con altri utenti privatamente o nei canali usando una interfaccia personalizzabile. È inoltre possibile trasferire file."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat supporta caratteristiche come: DCC, SASL, proxy, controllo ortografico, avvisi, registrazione delle conversazioni, temi personalizzati e script Python e Perl."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Finestra di chat principale"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Chiacchiera con altri utenti online"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;Messaggistica Istantanea;IRC;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Apri modalità sicura"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Gestore temi di ZoiteChat"

View File

@@ -24,52 +24,52 @@ msgstr ""
"Language: ja_JP\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRCクライアント"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChatは使いやすく、しかも拡張可能なIRCクライアントです。安全に複数のネットワークに参加でき、カスタマイズ可能なインターフェイスを使用してチャネルのユーザーと話すことが可能、さらにファイルを転送することができます。"
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChatは、次の機能をサポートしています: DCC, SASL, プロキシ, スペルチェック, アラート, カスタムテーマ, Python/Perl スクリプト"
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "他の人とオンラインチャットをします"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "セーフモードで開く"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChatテーママネージャー"

View File

@@ -19,52 +19,52 @@ msgstr ""
"Language: kn\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -21,52 +21,52 @@ msgstr ""
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "헥스채트"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC 클라이언트"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "헥스채트는 사용하기 쉽고 확장성이 뛰어난 IRC 클라이언트 입니다. 여러 네트워크에 안전하게 참여할 수 있으며, 여러분이 직접 유연하게 꾸밀 수 있는 인터페이스를 사용하여 다른 사람과 개인적으로 대화하거나 대화방에서 대화할 수 있습니다. 게다가 파일도 보낼 수 있습니다."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "핵스채트는 DCC, SASL, 프록시 서버, 철자 검사, 경고, 기록, 사용자 정의 테마, 파이썬/펄 스크립트 같은 기능을 지원합니다."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "주 대화 창"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "온라인에 있는 여러 사람과 대화합니다"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;인스턴트 메신저;Chat;대화;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "공개 안전 모드"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "핵스채트 테마 관리자"

View File

@@ -24,52 +24,52 @@ msgstr ""
"Language: lt\n"
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC klientas"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat yra paprastas naudoti IRC klientas, leidžiantis jums saugiai prisijungti prie kelių tinklų, privačiai kalbėtis su atskirais naudotojais arba kanaluose, naudojant tinkinamą sąsają. Jūs netgi galite persiųsti failus."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat palaiko tokias galimybes kaip: DCC, SASL, įgaliotuosius serverius, rašybos tikrinimą, signalizavimą, registravimą, tinkintas temas bei Phyton/Perl scenarijus."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Pagrindinis pokalbių langas"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Kalbėkite su kitais žmonėmis internete"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Pokalbiai;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Atvira saugi veiksena"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat temų tvarkytuvė"

View File

@@ -19,52 +19,52 @@ msgstr ""
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC klients"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Tērzēt ar citiem cilvēkiem tiešsaistē"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "TZ;Tērzēšana"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Atvērt drošo režīmu"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "ZoiteChat motīvu pārvaldnieks"

View File

@@ -18,52 +18,52 @@ msgstr ""
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -22,52 +22,52 @@ msgstr ""
"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -18,52 +18,52 @@ msgstr ""
"Language: ms\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -27,52 +27,52 @@ msgstr ""
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "IRC-klient"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat er en enkel og fleksibel IRC-klient. Den gir deg muligheten til å sikkert koble deg til nettverk, ha samtaler i kanaler eller privat med brukere, og dette med et tilpassbart grensesnitt. Du kan også utføre filoverføringer."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat støtter funksjoner som: DCC, SASL, mellomtjenere, stavekontroll, varslinger, logging, tilpassbare temaer, samt Python-/Perl-skript."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Hovedsludrevinduet "
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Prat med andre folk på nettet"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Åpne i sikker modus"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Temabehandler for ZoiteChat"

View File

@@ -23,52 +23,52 @@ msgstr ""
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -18,52 +18,52 @@ msgstr ""
"Language: no\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -19,52 +19,52 @@ msgstr ""
"Language: pa\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr ""
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr ""
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr ""

View File

@@ -33,52 +33,52 @@ msgstr ""
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Klient IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "ZoiteChat jest prostym, lecz dowolnie poszerzalnym klientem IRC. Pozwala na bezpieczne dołączenie do wielu sieci i rozmawianie z użytkownikami prywatnie bądź na kanałach. Można nawet przesyłać pliki."
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "ZoiteChat wspiera takie funkcje, jak: DCC, SASL, serwery proxy, sprawdzanie pisowni, alerty, logi, własne motywy i skrypty w Pythonie/Perlu."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Główne okno czatu"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Rozmawiaj z innymi ludźmi przez internet"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Otwórz tryb bezpieczny"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Menedżer motywów ZoiteChat"

View File

@@ -23,52 +23,52 @@ msgstr ""
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/io.github.Hexchat.appdata.xml.in:4
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
msgid "ZoiteChat"
msgstr "ZoiteChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
msgid "IRC Client"
msgstr "Cliente de IRC"
#: data/misc/io.github.Hexchat.appdata.xml.in:11
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
msgid ""
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr "O ZoiteChat é um Cliente de IRC fácil de usar, mas também fácil de expandir. Ele permite que te juntes de forma segura a várias redes e que fales com outros utilizadores em privado ou em canais através de uma interface personalizável. Se quiseres, podes até transferir ficheiros!"
#: data/misc/io.github.Hexchat.appdata.xml.in:12
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
msgid ""
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr "O ZoiteChat suporta funcionalidades como: DCC, SASL, proxies, verificação de erros ortográficos, alertas, registos, temas personalizados, e scripts em Python/Perl."
#: data/misc/io.github.Hexchat.appdata.xml.in:22
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr "Janela de Chat Principal"
#: data/misc/io.github.Hexchat.desktop.in.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
msgid "Chat with other people online"
msgstr "Conversa com outras pessoas online"
#: data/misc/io.github.Hexchat.desktop.in.in:6
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
msgid "IM;Chat;"
msgstr "IM;Chat;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
msgid "zoitechat"
msgstr "zoitechat"
#: data/misc/io.github.Hexchat.desktop.in.in:19
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
msgid "Open Safe Mode"
msgstr "Abrir Modo Seguro"
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:3
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
msgid "ZoiteChat Theme Manager"
msgstr "Gestor de Temas do ZoiteChat"

Some files were not shown because too many files have changed in this diff Show More