Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cabal-club/cabal-irc

Connect to Cabal using an IRC client.
https://github.com/cabal-club/cabal-irc

Merge pull request #6 from cabal-club/add-license-1

Create LICENSE

4dec7cf785b5aaf0a8bf32f43456048a0502932d authored over 5 years ago by Alexander Cobleigh <[email protected]>
Create LICENSE

c1439c5272e0582929ed03ba99279c38316b4a7d authored over 5 years ago by Alexander Cobleigh <[email protected]>
Merge pull request #4 from telamon/feature/mute-on-part

Turns out I forgot to actually implement /part

b15042fc8483dc54a09899119d83fbf2a57d7024 authored about 6 years ago by Alexander Cobleigh <[email protected]>
Merge pull request #3 from telamon/patch/command_undefined_fix

Bugfix X-Chat support

d2a9a82141d35167b8aad5079a5f99bbae921f8d authored about 6 years ago by Alexander Cobleigh <[email protected]>
Turns out I forgot to actually implement /part

0cd4e4c031fca413437fa9794473c8892b4a7b3b authored about 6 years ago by Tony Ivanov <[email protected]>
Bugfix X-Chat support

For some reason; commands like /whois, /join, /part aren't parsed properly by irc-protocol,
This...

0a7c400d05ce8c87c4c2704856e93bd88eebadc4 authored about 6 years ago by Tony Ivanov <[email protected]>
Merge pull request #2 from telamon/feature/whois

Implemented /whois command that shows users public keys

4f4ab3afaf5d67fe75acf2a74d5ddd51865ac6d8 authored about 6 years ago by Alexander Cobleigh <[email protected]>
Implemented /whois command that shows users public keys

f8f75fd49c55c500d7452189b74d86402af8f3bf authored about 6 years ago by Tony Ivanov <[email protected]>
Merge pull request #1 from telamon/master

Release Candidate 1.0.0-rc.2

c378a17d71049bd38345982b908ecdc124b0e088 authored about 6 years ago by Alexander Cobleigh <[email protected]>
Deps cleanup after debugging

0789ac5fc9aa203c5d165c01b1ec517849fcc9e8 authored about 6 years ago by Tony Ivanov <[email protected]>
Fixed typo

11ca887b00dfe734c0abe995d6270ce40c055562 authored about 6 years ago by Tony Ivanov <[email protected]>
Updated README.md with impl. status

9f038c856a71f7b62cfd15059f789eeb47758911 authored about 6 years ago by Tony Ivanov <[email protected]>
updated motd.txt path

Changed the readFile op to read to file relative to node module using __dirname
instead of proce...

c664e236554d5e78438596611d4d0a3d9956f029 authored about 6 years ago by Tony Ivanov <[email protected]>
Fixed message-filter bug that cause double-echoes

bc772d5d539a158536ca82815ba64b5ed5be50c2 authored about 6 years ago by Tony Ivanov <[email protected]>
Fixed /LIST command to work as intended.

73dcbe6d51cabf43e369f294b94f7fd140e16bbc authored about 6 years ago by Tony Ivanov <[email protected]>
Reactivated recaps; use command `!recap` inside channel

c2086fe01a79467997227e21b4a518cd2fb9af38 authored about 6 years ago by Tony Ivanov <[email protected]>
Implemented /part

0eaec7830656d9a8744acdaf0e199de5492800e1 authored about 6 years ago by Tony Ivanov <[email protected]>
Disabled force-join

* Included debug library for better logging.
* Disabled force-join as it caused issues with some...

bb1af4cd225cfa416d547a7c731f7dd5d639e79b authored about 6 years ago by Tony Ivanov <[email protected]>
Implemented support for 'chat/emote' messages via /me spec.

b7ca4f3e5ae8ce2ef646324fa06b217eae4490d1 authored about 6 years ago by Tony Ivanov <[email protected]>
Added motd.txt loading and modified the readme a bit

bf16e3392845e1262201f339c711abfc8e39d23e authored about 6 years ago by Tony Ivanov <[email protected]>
Feature: connected indicatiors

193c546079a1cb6ad548b2b8575929381f5c11cc authored about 6 years ago by Tony Ivanov <[email protected]>
Implemented irc TOPIC command and two-way updates

be9971bdda6d02708809b1ae3a13fe9f8bc6aa3f authored about 6 years ago by Tony Ivanov <[email protected]>
MessageCount recap limit and Channel Topics

8e1f3bffae8db3cc80877cd0f0a5b419e9ac06ec authored about 6 years ago by Tony Ivanov <[email protected]>
Removed the package-json.lock

5405e49d8548e3ec2486e8ab7abaf18e278b9d0c authored about 6 years ago by Tony Ivanov <[email protected]>
WIP; chaning computers

4dfbe2a533f49fd80fabeb4426f7ef00c81429fd authored about 6 years ago by Tony Ivanov <[email protected]>
Fixed double-echo bug and corrected order for recap

c1f3fe34e5ef401a4fb3b1849d15aa60c81a3287 authored about 6 years ago by Tony Ivanov <[email protected]>
Implemented /nick command

93212470120cff15f63cea3f8543a6ff13b4397d authored about 6 years ago by Tony Ivanov <[email protected]>
Refactor channel-join

Now keeping track of which channels we've previously joined the client
so that we can dynamicall...

9c6bb18f1e29e5a89efdbe3c695d36ee07fa554d authored about 6 years ago by Tony Ivanov <[email protected]>
Implemented message publishing

Also improved error handling a bit, left no dangling promises because
the deprecation warning is...

0c32341b64c205f30040f8f3bfe2a23725f136bc authored about 6 years ago by Tony Ivanov <[email protected]>
Yikes, total rewrite..

* Removed internal this.channels and this.users objects
effectively forcing single user-mode.
...

3f6e8122d198f230fafa266ef83b9bd31f100e35 authored about 6 years ago by Tony Ivanov <[email protected]>
Upgrade cli argument handling & Channel listing

* Upgraded cabal-core package to latest
* Changed arguments handling to work similarly to `cabal...

62379fa9cba7c6a06cc62f5b50c48bdaac8642e5 authored about 6 years ago by Tony Ivanov <[email protected]>
Fixed channels

Got the channels working by replacing the 'cabal-node' dependency
with 'cabal-core' and referenci...

16fe4984a837a3b87826ef909c02a9fe8d54d33b authored about 6 years ago by Tony Ivanov <[email protected]>
Feature: added commands for start & test scripts

Fix: Appended missing dependencies

2e31ae3d1137b8d55a12136593f1f51b7c40e50b authored about 6 years ago by Tony Ivanov <[email protected]>
Removed debug log

27e3fe54d1734e7dcfc692797ac030b315410bcf authored about 6 years ago by Tony Ivanov <[email protected]>
* Readability: Converted all IRC Numerics in index.js to their string representations

* OCD: Converted all `var` statements to `let`, `const` counterparts.
* Feature: Partially implem...

ac2e322a7b9317a6b6145441b1a56a8df52e4e1b authored about 6 years ago by Tony Ivanov <[email protected]>
use this.hostname throughout

3a5b556aeefab92c0a5bd41707115e602b477c2d authored over 6 years ago by karissa <[email protected]>
basic boilerplate up and running

22936025ebacdd9751f75944e27944eaa68951e0 authored over 6 years ago by karissa <[email protected]>
add package.json

cb65e2e8341aa0ad21836f04f0dfdacb6f4313e1 authored over 6 years ago by karissa <[email protected]>
Initial commit

3444c5f35199785825afc3a43fdd6558a6e6fc0c authored over 6 years ago by Karissa McKelvey <[email protected]>