{"id":18927066,"url":"https://github.com/candy-chat/candy-plugins","last_synced_at":"2025-05-08T22:32:11.680Z","repository":{"id":809503,"uuid":"2112839","full_name":"candy-chat/candy-plugins","owner":"candy-chat","description":"Official plugin repository for Candy.","archived":true,"fork":false,"pushed_at":"2018-01-25T07:00:24.000Z","size":1404,"stargazers_count":112,"open_issues_count":44,"forks_count":72,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-29T18:41:51.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://candy-chat.github.com/candy","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/candy-chat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-27T13:08:44.000Z","updated_at":"2024-11-21T12:38:06.000Z","dependencies_parsed_at":"2022-08-06T10:01:00.812Z","dependency_job_id":null,"html_url":"https://github.com/candy-chat/candy-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candy-chat%2Fcandy-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candy-chat%2Fcandy-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candy-chat%2Fcandy-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candy-chat%2Fcandy-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/candy-chat","download_url":"https://codeload.github.com/candy-chat/candy-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253158117,"owners_count":21863236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T11:18:02.816Z","updated_at":"2025-05-08T22:32:10.771Z","avatar_url":"https://github.com/candy-chat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Candy Plugins\n\n[![Build Status](https://travis-ci.org/candy-chat/candy-plugins.png)](https://travis-ci.org/candy-chat/candy-plugins)\n[![Coverage Status](https://coveralls.io/repos/candy-chat/candy-plugins/badge.png)](https://coveralls.io/r/candy-chat/candy-plugins)\n\nThis is the official plugin repository for [Candy](http://candy-chat.github.com/candy), a JavaScript based multi-user chat client.\n\n## List of available plugins\n* __Auto-Join Invites__ - Automatically joins any and all incoming MUC invites.\n* __available-rooms__ - A plugin to show \u0026 join public rooms.\n* __Chat Recall__ - Saves the last {x} messages to scroll through with up and down arrows, similar to terminal/cmd.\n* __Clearchat__ - Clears chat window on click or if typing `/clear`\n* __Colors__ - Send and receive colored messages.\n* __Colors XHTML__ - Send and receive colored messages formatted with XHTML.\n* __Create Room__ - Creates a clickable UI for creating and joining rooms.\n* __Emphasis__ - basic text formatting via textile, BBcode, or xhtml\n* __Fullscreen Display__ - Shows incoming messages to specified users starting with @ + username + : as large as the browser's content area, overlaying everything else.\n* __jingle__ one-to-one video/audio calls between users, based on WebRTC and XEP-0166: Jingle.\n* __Inline Images__ - If a user posts a URL to an image, that image gets rendered directly inside of Candy.\n* __Inline Videos__ - If a user posts a URL to youtube video, it embeds the youtube video iframe into Candy.\n* __join__ A plugin that allows to type `/join room [password]` to join a room.\n* __jQuery-Ui__ - jQuery UI lightness theme\n* __Left Tabs__ - Moves the tabs to the left side and uses a bit of Bootstrap3-friendly theme elements.\n* __Modify Role__ - Adds **add moderator** and **remove moderator** context menu links.\n* __Me Does__ - special formatting for /me messages\n* __Namecomplete__ - Autocompletes names of users within room\n* __Nickchange__ - Enable your users to change the nick using a toolbar icon\n* __Notifications__ - OS Notifications in webkit\n* __Notifyme__ - Notifies yourself in case one does use your nickname in a message\n* __Refocus__ - This plugin puts the focus on the entry box if the user clicks somewhere in the message list.\n* __Remove Ignore__ - Removes the option to ignore/unignore a user from the roster.\n* __Replies__ - Highlight any message that contains \"@my_username\"\n* __MUC Room Bar__ - Adds a bar to the top of the message pane that displays the room topic and allows moderators to click-to-edit.\n* __Room Panel__ - Provides a list of rooms available to join.\n* __Static Lobby__ - Creates a static lobby UI and pulls in a global roster. Allows you to invite people from global roster to other MUCs you are participating in.\n* __Sticky Subject__ - Retains the subject of the room underneath the tab itself.\n* __Timeago__ - Replaces the exact time/date with fuzzy timestamps like \"2 minutes ago\".\n* __Typing Notifications__ - Displays a user's typing notification status above the text entry form.\n\n## Contributing\nPlease submit a pull request with your plugin or your changes to a plugin. We'll gladly merge it.\n\nAfter a successful merge of a pull request, we will give you **push access** to this repository. You can then update your plugin on your own. If you update other plugins, please consider creating a pull request in order to inform the original plugin owner.\n\nWhen contributing, please make sure that your code is of **high quality** and similar to other code in this repository. Also please submit a **screenshot** and a **README.md**.\n\n1. [Setup the Vagrant environment from Candy core](https://github.com/candy-chat/candy/blob/dev/CONTRIBUTING.md)\n2. Install [Node.js](http://nodejs.org/)\n3. Install [Grunt](http://gruntjs.com/) (`npm install -g grunt-cli`)\n4. Install [Bower](http://bower.io/) (`npm install -g bower`)\n5. Install npm dependencies (`npm install` in candy-plugins root directory)\n6. Install bower dependencies (`bower install` in candy-plugins root directory)\n7. Run `grunt watch` to automatically run jshint (syntax checker) and the tests while developing.\n\n### Running tests\n\n* Tests are run using [Intern](http://theintern.io).\n* `grunt` and `grunt watch` will each run unit tests in Chrome on Linux (for fast feedback).\n* `grunt test` will run both unit and integration tests in a variety of environments. Tests are run using Selenium Standalone and Phantom.JS while developing, and on Sauce Labs in CI or using `grunt test`.\n* If you don't want to use the Vagrant box to run Selenium/PhantomJS, set `CANDY_VAGRANT='false'` to run tests.\n\n## Support \u0026 Community\nTake a look at our [FAQ](https://github.com/candy-chat/candy/wiki/Frequently-Asked-Questions). If it doesn't solve your questions, you're welcome to join our [Mailinglist on Google Groups](http://groups.google.com/group/candy-chat).\nYou don't need to have a Gmail account for it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandy-chat%2Fcandy-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcandy-chat%2Fcandy-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandy-chat%2Fcandy-plugins/lists"}