Граф коммитов

44 Коммитов

Автор SHA1 Сообщение Дата
Ian Neal b3a6413463 Bug 1923229 - Switch from using stringTrim helper to using JS string trim method. r=frg 2024-10-07 23:58:06 +01:00
Ian Neal 9524cfbc26 Bug 1923227 - Switch from using arrayRemoveAt and arrayInsertAt helpers to using JS Array splice and unshift methods. r=frg 2024-10-07 23:53:43 +01:00
Ian Neal 7c944a0e96 Bug 1923225 - Switch from using arrayIndexOf helper to using JS Array includes and indexOf methods. r=frg 2024-10-07 23:44:14 +01:00
Ian Neal 4b5b03e96b Bug 1923224 - Switch from using arrayContains helper to using JS Array includes method. r=frg 2024-10-07 23:42:54 +01:00
Ian Neal 1516b2bfc5 Bug 1923221 - Remove unusued code from utils.js. r=frg 2024-10-07 23:18:43 +01:00
Ian Neal ff3570adb0 Bug 1923219 - Remove unused code from connection-xpcom.js. r=frg 2024-10-26 14:52:04 +01:00
Ian Neal 83c21dd1a5 Bug 1923211 - Use blank value as key if tag data from a IRC server doesn't contain a pair. r=frg
Sometimes tag data from an IRC server doesn't contain a pair.
2024-10-07 22:33:28 +01:00
Frank-Rainer Grahl 2bc14ece28 Bug 1870930 - Remove obsolete registerFactoryLocation calls from cZ. r=IanN 2023-11-13 01:43:18 +01:00
Ian Neal 60f135026b Bug 1864355 - Replace use of nsIStandardURL::Init. r=frg 2023-11-12 18:08:38 +00:00
Ben Campbell 1f8ce9cffe Bug 1801067 - Handle changes from Bug 1791633, renameing nsISSLSocketControl to nsITLSSocketControl. r=freaktechnik
Differential Revision: https://phabricator.services.mozilla.com/D162278

--HG--
extra : moz-landing-system : lando
2022-11-17 11:31:24 +00:00
Tooru Fujisawa 58c97c6367 Bug 1767413 - Stop using Cu.import in suite/chatzilla/. r=frg 2022-05-03 21:44:53 +02:00
Frank-Rainer Grahl 6d285cb1dc Bug 1741082 - Clean up freenode usage in ChatZilla. r=IanN 2021-11-14 17:59:07 +01:00
Ascrod 70de30c69b Bug 1720879 - Option to open "Add Security Exception" window never offered after failing connection to self-signed IRC server. r=IanN
Improve handling and reporting for SEC and SSL errors.
Improve handling for network interrupt errors.
2020-05-17 02:19:47 -04:00
Ian Neal d9fd24df69 Bug 1728027 - helper function for renaming irc server properties. r=frg 2021-10-09 16:37:57 +01:00
Ascrod 46b0de1133 Bug 1728025 - Stop using canonical name as collection keys. r=IanN
Fix edge case bug with handling RPL_ISUPPORT.
Fix canonicalName for DCC user objects.
Fix removing users from in-memory channel users list.
2021-08-21 21:54:22 +01:00
Ian Neal 13ee7ea2e6 Bug 1727989 - Fix JS strict warnings in unescapeTagValue. r=frg 2021-10-09 16:51:38 +01:00
Ian Neal 5ca7d4bc38 Bug 1726966 - In ChatZilla make /commands return all matches starting with pattern. r=frg 2021-08-24 19:07:45 +01:00
Ascrod 76206f7f34 Bug 1724589 - IRCv3: Add support for batch. r=IanN
Add handlers for netjoin, netsplit, chathistory batch types.
Clean up open batches on disconnect.
Ensure batches display on correct view.
Batch: Make handling more flexible.
2019-06-09 21:10:08 -04:00
Ascrod 0a795d63ad Bug 1724586 - IRCv3: Add support for server-time. r=IanN
Add server-time support for WHOX messages. Tag #46.
Add server-time support for LIST messages. Tag #46.
2019-02-16 19:33:25 -05:00
Ascrod 0f4960e1ea Bug 1724585 - IRCv3: Add support for account-tag. r=IanN 2019-02-10 08:24:44 -05:00
Ascrod da69aec5d8 Bug 1724584 - IRCv3: Add support for message tags. r=IanN
message-tags: Fix parsing for invalid escapes.
Add handler for the TAGMSG command. Tag #46.
2019-02-09 07:45:40 -05:00
Ian Neal 9f96ed095c Bug 1724105 - Allow parameters to be localised. r=frg 2021-08-07 13:26:55 +01:00
Ascrod 52a46c9c3c Bug 1722211 - IRCv3: Add support for echo-message. r=IanN
Fix checking for echo-message.
Fix cmdSay for DCC chat. (Regression)
2018-12-10 20:53:29 -05:00
Ascrod fcfa88cfc5 Bug 1722174 - IRCv3: Add support for MONITOR. r=IanN
Clear notify list on empty 733 response.
Update notify list help text for MONITOR.
Sync MONITOR list after updating notify list from prefs window.
Fix monitor on/off display messages.
2018-12-10 19:45:54 -05:00
Ascrod 03b69120ab Bug 1722166 - IRCv3: Add support for TLS and STS. r=IanN
IRCv3: Add support for tls.
Only send STARTTLS if server supports tls extension.
Ignore CAP DEL for STS. Tag #53.
Add STS pref. Tag #53.
Handle STS upgrade policy. Tag #53.
Add STS module. Tag #53.
Renew STS policy on disconnect. Tag #53.
Simplify STS parameter parsing. Tag #53.
Properly delete a view when performing an STS upgrade. Tag #53
Handle CAP NEW for STS policies. Tag #53.
Renew policy before reconnecting. Tag #53.
Rework STS module integration, part 1. Tag #53.
Rework STS module integration, part 2. Tag #53.
Show security button for secure connections (regression)
2021-08-05 00:27:00 +01:00
Ascrod aae24ec283 Bug 1722162 - IRCv3: Add support for cap-notify. r=IanN
Clear cap enabled on CAP NEW.
Only request relevant caps on CAP NEW.
2018-11-21 16:40:59 -05:00
Ascrod 4c5dadfef1 Bug 1722161 - IRCv3: Add support for invite-notify. r=IanN 2018-11-17 17:39:19 -05:00
Ascrod a0a58042ff Bug 1722159 - IRCv3: Add support for extended-join and account-notify. r=IanN 2018-11-16 18:47:54 -05:00
Ascrod 66d22d4e07 Bug 1722156 - Show CTCP requests (excluding ACTION and DCC). r=IanN
Show CTCP requests (excluding ACTION and DCC).
Always show CTCP notifications on the relevant network.
2018-11-11 21:10:01 -05:00
Ascrod 1a2220312d Bug 1717545 - IRCv3.1: Implement SASL with PLAIN mechanism. r=IanN
Implement IRCv3.1 SASL with PLAIN mechanism.
Include mechanic in new SASL pref.
Correctly detect the SASL authentication enable pref.
Fix usage of the SASL PLAIN preference.
Improve SASL response handling.
Improve cap request code.
IRCv3: Always try to authenticate on SASL ACK.
IRCv3: Handle SASL mechanism list if one exists.
Implement SASL numerics 907 and 908. Resolves #62.
2021-08-07 13:53:45 +01:00
Ascrod 32f2bd2b8a Bug 1713470 - Add identify command to cZ and hook into password management. r=frg 2021-07-24 14:29:02 +01:00
Ascrod fe0f9a84b2 Bug 1722214 - Add WHOX support. r=IanN
Minor WHO-related cleanup.
2019-02-17 08:41:39 -05:00
Ian Neal b1b349b389 Bug 1718428 - Tidy up existing plugin code in cZ. r=frg 2021-06-27 03:30:17 +01:00
Ascrod d25c95d313 Bug 1717544 - IRCv3: Add support for chghost and userhost-in-names. r=IanN
IRCv3: Add support for chghost and userhost-in-names.
Prevent on353 from failing if replies don't contain userhosts.
IRCv3: Update user header on chghost and setname.
2018-06-13 23:39:11 -04:00
Ascrod c96afd74af Bug 1717543 - Implement IRCv3 away-notify. r=IanN
Implement IRCv3 away-notify.
Only check WHO on channel join if away-notify is enabled.
Fix away-notify query.
2018-06-09 12:18:28 -04:00
Ascrod 6404738e5f Bug 1717539 - Implement basic CAP negotiation. r=IanN
Implement basic CAP negotiation.
IRCv3: Implement cap values and multiline replies.
IRCv3: Explicitly request multi-prefix capability.
IRCv3: Handle ACKing and NAKing multiple caps at once.
Fix /supports for new caps array format.
Always store values for caps.
Fix building the CAP REQ command for caps with values.
End CAP negotation after receiving CAP NAK.
Make caps and values less annoying to work with.
Clear cap values on disconnect.
Clear CAP values on connect instead of on disconnect.
Always propogate an event for CAP LS. Tag #53.
Show CAP messages on relevant network view.
2018-06-09 12:11:34 -04:00
Ascrod 10dcfdd7df Bug 1710313 - IRCv3: Implement CAP LIST, fix CAP ACK to handle multiple caps and update CAP LS and LIST handlers. r=IanN 2018-06-08 23:32:24 -04:00
Ascrod f894840f36 Bug 1717369 - Make line splitting a library utility function in cZ. r=IanN
Make line splitting a library utility function.
Fix sending CTCP commands without message content.
2020-06-14 18:12:24 -04:00
Ascrod 4f98b12b7c Bug 1717367 - Remove MAX_LINES_PER_SEND from cZ. r=IanN 2020-06-14 16:40:16 -04:00
Ascrod 0d663691c3 Bug 1717365 - Fix incorrect parameter at end of who in cZ. r=IanN 2020-09-06 08:50:09 -04:00
Ascrod f97060ef27 Bug 1716146 - Add a JSON helper to cZ. r=IanN
Add JSON serializer.
2019-01-30 22:15:43 -05:00
Ian Neal 42446a1945 Bug 1710231 - Port |Bug 1095602 - remove the STATE_SECURE_HIGH, STATE_SECURE_MEDIUM, STATE_SECURE_LOW distinction from nsIWebProgressListener| to chatZilla. r=frg 2021-05-08 16:38:52 +01:00
Ian Neal af9ec51e12 Bug 1709579 - Switch to using Services.io in chatZilla. r=frg 2021-06-27 15:13:39 +01:00
Ian Neal b3cd904a5f Bug 1707459 - Convert chatZilla from an extension. r=frg
--HG--
rename : suite/extensions/irc/ChangeLog => suite/chatzilla/ChangeLog
rename : suite/extensions/irc/DYK => suite/chatzilla/DYK
rename : suite/extensions/irc/Makefile.in => suite/chatzilla/Makefile.in
rename : suite/extensions/irc/README => suite/chatzilla/README
rename : suite/extensions/irc/TODO => suite/chatzilla/TODO
rename : suite/extensions/irc/jar.mn => suite/chatzilla/jar.mn
rename : suite/extensions/irc/js/lib/chatzilla-protocol-script.js => suite/chatzilla/js/lib/chatzilla-protocol-script.js
rename : suite/extensions/irc/js/lib/chatzilla-service.js => suite/chatzilla/js/lib/chatzilla-service.js
rename : suite/extensions/irc/js/lib/chatzilla-service.manifest => suite/chatzilla/js/lib/chatzilla-service.manifest
rename : suite/extensions/irc/js/lib/command-manager.js => suite/chatzilla/js/lib/command-manager.js
rename : suite/extensions/irc/js/lib/connection-xpcom.js => suite/chatzilla/js/lib/connection-xpcom.js
rename : suite/extensions/irc/js/lib/dcc.js => suite/chatzilla/js/lib/dcc.js
rename : suite/extensions/irc/js/lib/events.js => suite/chatzilla/js/lib/events.js
rename : suite/extensions/irc/js/lib/file-utils.js => suite/chatzilla/js/lib/file-utils.js
rename : suite/extensions/irc/js/lib/http.js => suite/chatzilla/js/lib/http.js
rename : suite/extensions/irc/js/lib/ident.js => suite/chatzilla/js/lib/ident.js
rename : suite/extensions/irc/js/lib/irc-debug.js => suite/chatzilla/js/lib/irc-debug.js
rename : suite/extensions/irc/js/lib/irc.js => suite/chatzilla/js/lib/irc.js
rename : suite/extensions/irc/js/lib/menu-manager.js => suite/chatzilla/js/lib/menu-manager.js
rename : suite/extensions/irc/js/lib/message-manager.js => suite/chatzilla/js/lib/message-manager.js
rename : suite/extensions/irc/js/lib/pref-manager.js => suite/chatzilla/js/lib/pref-manager.js
rename : suite/extensions/irc/js/lib/protocol-handlers.jsm => suite/chatzilla/js/lib/protocol-handlers.jsm
rename : suite/extensions/irc/js/lib/text-logger.js => suite/chatzilla/js/lib/text-logger.js
rename : suite/extensions/irc/js/lib/text-serializer.js => suite/chatzilla/js/lib/text-serializer.js
rename : suite/extensions/irc/js/lib/utils.js => suite/chatzilla/js/lib/utils.js
rename : suite/extensions/irc/js/tests/DP.js => suite/chatzilla/js/tests/DP.js
rename : suite/extensions/irc/js/tests/ircbot.js => suite/chatzilla/js/tests/ircbot.js
rename : suite/extensions/irc/js/tests/mingus.js => suite/chatzilla/js/tests/mingus.js
rename : suite/extensions/irc/js/tests/mybot.js => suite/chatzilla/js/tests/mybot.js
rename : suite/extensions/irc/js/tests/test_matchobject.js => suite/chatzilla/js/tests/test_matchobject.js
rename : suite/extensions/irc/js/tests/toys.js => suite/chatzilla/js/tests/toys.js
rename : suite/extensions/irc/locales/Makefile.in => suite/chatzilla/locales/Makefile.in
rename : suite/extensions/irc/locales/all-locales => suite/chatzilla/locales/all-locales
rename : suite/extensions/irc/locales/en-US/chrome/about.dtd => suite/chatzilla/locales/en-US/chrome/about.dtd
rename : suite/extensions/irc/locales/en-US/chrome/browserOverlay.dtd => suite/chatzilla/locales/en-US/chrome/browserOverlay.dtd
rename : suite/extensions/irc/locales/en-US/chrome/channels.dtd => suite/chatzilla/locales/en-US/chrome/channels.dtd
rename : suite/extensions/irc/locales/en-US/chrome/chatzilla.dtd => suite/chatzilla/locales/en-US/chrome/chatzilla.dtd
rename : suite/extensions/irc/locales/en-US/chrome/chatzilla.properties => suite/chatzilla/locales/en-US/chrome/chatzilla.properties
rename : suite/extensions/irc/locales/en-US/chrome/chatzillaOverlay.dtd => suite/chatzilla/locales/en-US/chrome/chatzillaOverlay.dtd
rename : suite/extensions/irc/locales/en-US/chrome/config.dtd => suite/chatzilla/locales/en-US/chrome/config.dtd
rename : suite/extensions/irc/locales/en-US/chrome/install-plugin.dtd => suite/chatzilla/locales/en-US/chrome/install-plugin.dtd
rename : suite/extensions/irc/locales/en-US/chrome/pref-irc.dtd => suite/chatzilla/locales/en-US/chrome/pref-irc.dtd
rename : suite/extensions/irc/locales/en-US/defines.inc => suite/chatzilla/locales/en-US/defines.inc
rename : suite/extensions/irc/locales/jar.mn => suite/chatzilla/locales/jar.mn
rename : suite/extensions/irc/locales/l10n.ini => suite/chatzilla/locales/l10n.ini
rename : suite/extensions/irc/locales/l10n.toml => suite/chatzilla/locales/l10n.toml
rename : suite/extensions/irc/locales/moz.build => suite/chatzilla/locales/moz.build
rename : suite/extensions/irc/moz.build => suite/chatzilla/moz.build
rename : suite/extensions/irc/xul/content/about/about.js => suite/chatzilla/xul/content/about/about.js
rename : suite/extensions/irc/xul/content/about/about.xul => suite/chatzilla/xul/content/about/about.xul
rename : suite/extensions/irc/xul/content/browserOverlay.xul => suite/chatzilla/xul/content/browserOverlay.xul
rename : suite/extensions/irc/xul/content/channels.js => suite/chatzilla/xul/content/channels.js
rename : suite/extensions/irc/xul/content/channels.xul => suite/chatzilla/xul/content/channels.xul
rename : suite/extensions/irc/xul/content/chatzilla.xul => suite/chatzilla/xul/content/chatzilla.xul
rename : suite/extensions/irc/xul/content/chatzillaOverlay.js => suite/chatzilla/xul/content/chatzillaOverlay.js
rename : suite/extensions/irc/xul/content/chatzillaOverlay.xul => suite/chatzilla/xul/content/chatzillaOverlay.xul
rename : suite/extensions/irc/xul/content/commands.js => suite/chatzilla/xul/content/commands.js
rename : suite/extensions/irc/xul/content/config-add.js => suite/chatzilla/xul/content/config-add.js
rename : suite/extensions/irc/xul/content/config-add.xul => suite/chatzilla/xul/content/config-add.xul
rename : suite/extensions/irc/xul/content/config.css => suite/chatzilla/xul/content/config.css
rename : suite/extensions/irc/xul/content/config.js => suite/chatzilla/xul/content/config.js
rename : suite/extensions/irc/xul/content/config.xul => suite/chatzilla/xul/content/config.xul
rename : suite/extensions/irc/xul/content/dynamic.css => suite/chatzilla/xul/content/dynamic.css
rename : suite/extensions/irc/xul/content/handlers.js => suite/chatzilla/xul/content/handlers.js
rename : suite/extensions/irc/xul/content/install-plugin/install-plugin.js => suite/chatzilla/xul/content/install-plugin/install-plugin.js
rename : suite/extensions/irc/xul/content/install-plugin/install-plugin.xul => suite/chatzilla/xul/content/install-plugin/install-plugin.xul
rename : suite/extensions/irc/xul/content/menus.js => suite/chatzilla/xul/content/menus.js
rename : suite/extensions/irc/xul/content/menus.xul => suite/chatzilla/xul/content/menus.xul
rename : suite/extensions/irc/xul/content/messages.js => suite/chatzilla/xul/content/messages.js
rename : suite/extensions/irc/xul/content/mungers.js => suite/chatzilla/xul/content/mungers.js
rename : suite/extensions/irc/xul/content/networks.js => suite/chatzilla/xul/content/networks.js
rename : suite/extensions/irc/xul/content/nsClipboard.js => suite/chatzilla/xul/content/nsClipboard.js
rename : suite/extensions/irc/xul/content/nsDragAndDrop.js => suite/chatzilla/xul/content/nsDragAndDrop.js
rename : suite/extensions/irc/xul/content/nsUserSettings.js => suite/chatzilla/xul/content/nsUserSettings.js
rename : suite/extensions/irc/xul/content/output-base.css => suite/chatzilla/xul/content/output-base.css
rename : suite/extensions/irc/xul/content/output-window.html => suite/chatzilla/xul/content/output-window.html
rename : suite/extensions/irc/xul/content/output-window.js => suite/chatzilla/xul/content/output-window.js
rename : suite/extensions/irc/xul/content/popups.xul => suite/chatzilla/xul/content/popups.xul
rename : suite/extensions/irc/xul/content/pref-irc-toolkit.xul => suite/chatzilla/xul/content/pref-irc-toolkit.xul
rename : suite/extensions/irc/xul/content/prefs.js => suite/chatzilla/xul/content/prefs.js
rename : suite/extensions/irc/xul/content/prefsOverlay.xul => suite/chatzilla/xul/content/prefsOverlay.xul
rename : suite/extensions/irc/xul/content/rdf.js => suite/chatzilla/xul/content/rdf.js
rename : suite/extensions/irc/xul/content/scripts.xul => suite/chatzilla/xul/content/scripts.xul
rename : suite/extensions/irc/xul/content/static.js => suite/chatzilla/xul/content/static.js
rename : suite/extensions/irc/xul/lib/munger.js => suite/chatzilla/xul/lib/munger.js
rename : suite/extensions/irc/xul/lib/tree-utils.js => suite/chatzilla/xul/lib/tree-utils.js
rename : suite/extensions/irc/xul/skin/about.css => suite/chatzilla/xul/skin/about.css
rename : suite/extensions/irc/xul/skin/browserOverlay.css => suite/chatzilla/xul/skin/browserOverlay.css
rename : suite/extensions/irc/xul/skin/channels.css => suite/chatzilla/xul/skin/channels.css
rename : suite/extensions/irc/xul/skin/chatzilla.css => suite/chatzilla/xul/skin/chatzilla.css
rename : suite/extensions/irc/xul/skin/chatzillaOverlay.css => suite/chatzilla/xul/skin/chatzillaOverlay.css
rename : suite/extensions/irc/xul/skin/images/admin-graphic.png => suite/chatzilla/xul/skin/images/admin-graphic.png
rename : suite/extensions/irc/xul/skin/images/admin-symbol.png => suite/chatzilla/xul/skin/images/admin-symbol.png
rename : suite/extensions/irc/xul/skin/images/arrow-down.png => suite/chatzilla/xul/skin/images/arrow-down.png
rename : suite/extensions/irc/xul/skin/images/chatzilla-16.png => suite/chatzilla/xul/skin/images/chatzilla-16.png
rename : suite/extensions/irc/xul/skin/images/drop-indicator-bottom.png => suite/chatzilla/xul/skin/images/drop-indicator-bottom.png
rename : suite/extensions/irc/xul/skin/images/face-alien.png => suite/chatzilla/xul/skin/images/face-alien.png
rename : suite/extensions/irc/xul/skin/images/face-angry.png => suite/chatzilla/xul/skin/images/face-angry.png
rename : suite/extensions/irc/xul/skin/images/face-arrow.png => suite/chatzilla/xul/skin/images/face-arrow.png
rename : suite/extensions/irc/xul/skin/images/face-confused.png => suite/chatzilla/xul/skin/images/face-confused.png
rename : suite/extensions/irc/xul/skin/images/face-cool.png => suite/chatzilla/xul/skin/images/face-cool.png
rename : suite/extensions/irc/xul/skin/images/face-cry.png => suite/chatzilla/xul/skin/images/face-cry.png
rename : suite/extensions/irc/xul/skin/images/face-dizzy-back.png => suite/chatzilla/xul/skin/images/face-dizzy-back.png
rename : suite/extensions/irc/xul/skin/images/face-dizzy.png => suite/chatzilla/xul/skin/images/face-dizzy.png
rename : suite/extensions/irc/xul/skin/images/face-eek.png => suite/chatzilla/xul/skin/images/face-eek.png
rename : suite/extensions/irc/xul/skin/images/face-evil.png => suite/chatzilla/xul/skin/images/face-evil.png
rename : suite/extensions/irc/xul/skin/images/face-exclaim.png => suite/chatzilla/xul/skin/images/face-exclaim.png
rename : suite/extensions/irc/xul/skin/images/face-idea.png => suite/chatzilla/xul/skin/images/face-idea.png
rename : suite/extensions/irc/xul/skin/images/face-laugh.png => suite/chatzilla/xul/skin/images/face-laugh.png
rename : suite/extensions/irc/xul/skin/images/face-lol.png => suite/chatzilla/xul/skin/images/face-lol.png
rename : suite/extensions/irc/xul/skin/images/face-mrgreen.png => suite/chatzilla/xul/skin/images/face-mrgreen.png
rename : suite/extensions/irc/xul/skin/images/face-normal.png => suite/chatzilla/xul/skin/images/face-normal.png
rename : suite/extensions/irc/xul/skin/images/face-question.png => suite/chatzilla/xul/skin/images/face-question.png
rename : suite/extensions/irc/xul/skin/images/face-razz.png => suite/chatzilla/xul/skin/images/face-razz.png
rename : suite/extensions/irc/xul/skin/images/face-red.png => suite/chatzilla/xul/skin/images/face-red.png
rename : suite/extensions/irc/xul/skin/images/face-rofl.png => suite/chatzilla/xul/skin/images/face-rofl.png
rename : suite/extensions/irc/xul/skin/images/face-rolleyes.png => suite/chatzilla/xul/skin/images/face-rolleyes.png
rename : suite/extensions/irc/xul/skin/images/face-sad.png => suite/chatzilla/xul/skin/images/face-sad.png
rename : suite/extensions/irc/xul/skin/images/face-smile.png => suite/chatzilla/xul/skin/images/face-smile.png
rename : suite/extensions/irc/xul/skin/images/face-surprised.png => suite/chatzilla/xul/skin/images/face-surprised.png
rename : suite/extensions/irc/xul/skin/images/face-tongue.png => suite/chatzilla/xul/skin/images/face-tongue.png
rename : suite/extensions/irc/xul/skin/images/face-wink.png => suite/chatzilla/xul/skin/images/face-wink.png
rename : suite/extensions/irc/xul/skin/images/founder-graphic.png => suite/chatzilla/xul/skin/images/founder-graphic.png
rename : suite/extensions/irc/xul/skin/images/founder-symbol.png => suite/chatzilla/xul/skin/images/founder-symbol.png
rename : suite/extensions/irc/xul/skin/images/halfop-graphic.png => suite/chatzilla/xul/skin/images/halfop-graphic.png
rename : suite/extensions/irc/xul/skin/images/halfop-symbol.png => suite/chatzilla/xul/skin/images/halfop-symbol.png
rename : suite/extensions/irc/xul/skin/images/input-send.png => suite/chatzilla/xul/skin/images/input-send.png
rename : suite/extensions/irc/xul/skin/images/logging-off.png => suite/chatzilla/xul/skin/images/logging-off.png
rename : suite/extensions/irc/xul/skin/images/logging-on.png => suite/chatzilla/xul/skin/images/logging-on.png
rename : suite/extensions/irc/xul/skin/images/logo.png => suite/chatzilla/xul/skin/images/logo.png
rename : suite/extensions/irc/xul/skin/images/multiline-contract.png => suite/chatzilla/xul/skin/images/multiline-contract.png
rename : suite/extensions/irc/xul/skin/images/multiline-expand.png => suite/chatzilla/xul/skin/images/multiline-expand.png
rename : suite/extensions/irc/xul/skin/images/no-graphic.png => suite/chatzilla/xul/skin/images/no-graphic.png
rename : suite/extensions/irc/xul/skin/images/no-symbol.png => suite/chatzilla/xul/skin/images/no-symbol.png
rename : suite/extensions/irc/xul/skin/images/offline.png => suite/chatzilla/xul/skin/images/offline.png
rename : suite/extensions/irc/xul/skin/images/online.png => suite/chatzilla/xul/skin/images/online.png
rename : suite/extensions/irc/xul/skin/images/op-graphic.png => suite/chatzilla/xul/skin/images/op-graphic.png
rename : suite/extensions/irc/xul/skin/images/op-symbol.png => suite/chatzilla/xul/skin/images/op-symbol.png
rename : suite/extensions/irc/xul/skin/images/secure-broken.png => suite/chatzilla/xul/skin/images/secure-broken.png
rename : suite/extensions/irc/xul/skin/images/secure.png => suite/chatzilla/xul/skin/images/secure.png
rename : suite/extensions/irc/xul/skin/images/source_png/spbubble-off.png => suite/chatzilla/xul/skin/images/source_png/spbubble-off.png
rename : suite/extensions/irc/xul/skin/images/source_png/spbubble-on.png => suite/chatzilla/xul/skin/images/source_png/spbubble-on.png
rename : suite/extensions/irc/xul/skin/images/source_svg/logging.svg => suite/chatzilla/xul/skin/images/source_svg/logging.svg
rename : suite/extensions/irc/xul/skin/images/source_svg/userlist_icons.svg => suite/chatzilla/xul/skin/images/source_svg/userlist_icons.svg
rename : suite/extensions/irc/xul/skin/images/spbubble-off.png => suite/chatzilla/xul/skin/images/spbubble-off.png
rename : suite/extensions/irc/xul/skin/images/spbubble-on.png => suite/chatzilla/xul/skin/images/spbubble-on.png
rename : suite/extensions/irc/xul/skin/images/voice-graphic.png => suite/chatzilla/xul/skin/images/voice-graphic.png
rename : suite/extensions/irc/xul/skin/images/voice-symbol.png => suite/chatzilla/xul/skin/images/voice-symbol.png
rename : suite/extensions/irc/xul/skin/install-plugin.css => suite/chatzilla/xul/skin/install-plugin.css
rename : suite/extensions/irc/xul/skin/output-dark.css => suite/chatzilla/xul/skin/output-dark.css
rename : suite/extensions/irc/xul/skin/output-default.css => suite/chatzilla/xul/skin/output-default.css
rename : suite/extensions/irc/xul/skin/output-light.css => suite/chatzilla/xul/skin/output-light.css
rename : suite/extensions/irc/xul/skin/output-loud.css => suite/chatzilla/xul/skin/output-loud.css
rename : suite/extensions/irc/xul/skin/output-marble.css => suite/chatzilla/xul/skin/output-marble.css
2021-05-29 21:58:49 +01:00