All Projects → tripplet → Adium-Steam-IM

tripplet / Adium-Steam-IM

Licence: GPL-2.0 license
Adium protocol plugin to support Steam instant messaging

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Adium-Steam-IM

runtime-snaps
Core repository for Solus runtime snaps
Stars: ✭ 32 (-36%)
Mutual labels:  steam
Manhunt-fix-Windows-10
Manhunt fix for Windows 10 Updated for Windows 10 latest versions
Stars: ✭ 24 (-52%)
Mutual labels:  steam
CSGOItemDB
An API to retrieve accurate CS:GO prices for high- and low-tier items
Stars: ✭ 35 (-30%)
Mutual labels:  steam
steam-auth
A simple PHP Steam login and User Detail package
Stars: ✭ 16 (-68%)
Mutual labels:  steam
pymobiledevice3
Pure python3 implementation for working with iDevices (iPhone, etc...).
Stars: ✭ 259 (+418%)
Mutual labels:  protocol
csgo-league-web
League web panel
Stars: ✭ 42 (-16%)
Mutual labels:  steam
ethereumd-proxy
Proxy client-server for Ethereum node using bitcoin JSON-RPC interface.
Stars: ✭ 21 (-58%)
Mutual labels:  protocol
steam-group-members
A node module to get a steam groups members list using promises.
Stars: ✭ 17 (-66%)
Mutual labels:  steam
lwpkt
Lightweight packet protocol structure for multi-device communication focused on RS-485
Stars: ✭ 71 (+42%)
Mutual labels:  protocol
discord-key-bot
A bot for discord that accepts, announces, and gives out keys
Stars: ✭ 14 (-72%)
Mutual labels:  steam
SierraChartZorroPlugin
A Zorro broker API plugin for Sierra Chart, written in Win32 C++.
Stars: ✭ 22 (-56%)
Mutual labels:  protocol
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+152%)
Mutual labels:  steam
Steam-Games-Idle
❤️ Node.js based script for steam game idling / hour boosting for chosen game without using computer resources. Built by @Refloow
Stars: ✭ 46 (-8%)
Mutual labels:  steam
AMO-Tools-Suite
AMO-Tools-Suite is an energy efficiency calculation library in C++ with optional Nan Node add-on bindings for the Department of Energy Advanced Manufacturing Office (DOE AMO) Desktop, also known as MEASUR.
Stars: ✭ 16 (-68%)
Mutual labels:  steam
libmicrohttpd-http2
HTTP/2 support for libmicrohttpd
Stars: ✭ 21 (-58%)
Mutual labels:  protocol
baseline
The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and distributed ledger technology to enable confidential and complex coordination between enterprises while keeping data in systems of record. This repo serves as the main repo for the Baseline Protocol, containing core packages, examples, and r…
Stars: ✭ 565 (+1030%)
Mutual labels:  protocol
SteamTracking-GDPR
📜 Tracking Valve's GDPR related pages
Stars: ✭ 21 (-58%)
Mutual labels:  steam
open-dis-java
Java implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7 💥
Stars: ✭ 30 (-40%)
Mutual labels:  protocol
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-70%)
Mutual labels:  protocol
arkadiko-dao
Arkadiko is a liquidity protocol that implements a stablecoin (xUSD) and governance token (DIKO) on Stacks
Stars: ✭ 34 (-32%)
Mutual labels:  protocol

Adium-Steam-IM

Adium protocol plugin to support Steam instant messaging

CI Github All Releases

Download

Get the latest version here

Thanks

How to build yourself

  1. Checkout this git repository

  2. Init submodules:

    git submodule update --init

  3. Install openssl (needed for building Adium)

    brew install openssl cmake

  4. Compile Adium:

    git apply adium.patch; cd adium; make -j

  5. Compile mbedtls:

    cd mbedtls; mkdir build; cd build; cmake -DCMAKE_OSX_ARCHITECTURES="x86_64" -DENABLE_TESTING=OFF -DENABLE_PROGRAMS=OFF ..; make -j

  6. Compile the plugin:

    xcodebuild -configuration Release -project "Steam IM.xcodeproj"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].