ksmith211 / purple-discord

A libpurple/Pidgin plugin for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purple-discord

A libpurple/Pidgin plugin for Discord

( For free/libre software that allows you to create/manage your account with Discord, check out Harmony )

Windows

Windows nightly builds from here

The plugin requires libjson-glib which can be downloaded from github and copied to the Program Files\Pidgin folder (not the plugins subfolder)

Fedora/CentOS/RHEL

On Fedora you can install package from Fedora's main repository:

	sudo dnf install purple-discord pidgin-discord

On CentOS/RHEL you can install package from Fedora's EPEL7 repository:

	sudo yum install purple-discord pidgin-discord

Thank you to Vitaly Zaitsev for this package.

Gentoo

Extract purple-discord-9999.ebuild and copy it to /usr/local/portage/x11-plugins/purple-discord with folders created as necessary.

    mkdir -p /usr/local/portage/x11-plugins/purple-discord
	cp purple-discord-9999.ebuild /usr/local/portage/x11-plugins/purple-discord
	cd /usr/local/portage/x11-plugins/purple-discord
	ebuild purple-discord-9999.ebuild manifest
	eix-update; eix-diff # only if eix is installed
	emerge purple-discord

Thank you to Penaz for this package.

Compiling

Requires devel headers/libs for libpurple and libjson-glib [libglib2.0-dev, libjson-glib-dev and libpurple-dev]

	git clone git://github.com/EionRobb/purple-discord.git
	cd purple-discord
	make
	sudo make install

Advanced Options

Use status message as in-game info: If enabled, the status message set via Pidgin (the text under Available, Away, etc in the buddy list) will be used as the game info for Discord "Playing ...".

Auto-create rooms on buddy list: If enabled, the plugin will add the channels (rooms) from the servers you're on as chats on your buddy list. This is preferred if you're using Pidgin, so you don't need to access the room list manually. If you're not using Pidgin (or finch), you probably don't want this, since they have different buddy list APIs. Note: If the room list changes, it won't recreate the list unless you delete the entire group.

Number of users in a large channel: Mention behaviour is "smart" in here. If you're in a small channel, every time a message is sent, you'll be notified and the channel will pop up. If you're in a large channel, you'll only be notified if you're explicitly mentioned in the message. This value is the threshold to define a large channel. By default, if there are more than 80 (online) users in the channel, it will be considered large.

Show your appreciation

Did this plugin make your life happier? Send me $1 to say thanks!

About

A libpurple/Pidgin plugin for Discord

License:GNU General Public License v3.0


Languages

Language:C 95.1%Language:Makefile 3.4%Language:C++ 1.6%