Ecosyste.ms: OpenCollective

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

Cabal

Peer-to-peer and resilient group chat that works in limited connectivity and when offline.
Collective - Host: opensource - https://opencollective.com/cabal-club - Website: https://cabal.chat - Code: https://github.com/cabal-club

feat: events for adding/dropping peer connections

github.com/cabal-club/cabal-core - d2f7c72306228f2ecd54ac61a95700bc1157859d authored over 6 years ago by noffle <[email protected]>
feat: show + sort online peers differently

github.com/cabal-club/cabal-cli - fd92a6b6a133734309a10428e5102e01fa366805 authored over 6 years ago by noffle <[email protected]>
dev: include key with user data

github.com/cabal-club/cabal-core - 46197f0700105d911e119e992c095865aa114e9f authored over 6 years ago by noffle <[email protected]>
fix: tab nick completion

github.com/cabal-club/cabal-cli - 253de1493a3fcd0f4a5c37ed26719ec382d6aa91 authored over 6 years ago by noffle <[email protected]>
fix: render emotes properly

github.com/cabal-club/cabal-cli - 8bacbee214abfc0a763c632de06081dd2e8321f2 authored over 6 years ago by noffle <[email protected]>
fix: show name on prompt on app start

github.com/cabal-club/cabal-cli - 127e1c1f4f1d4ba318c2c128473ffcea429a71da authored over 6 years ago by noffle <[email protected]>
add channels to ui as they appear

github.com/cabal-club/cabal-cli - a6f876186747ffa762f84632636a4a78c4e848fb authored over 6 years ago by noffle <[email protected]>
dev: channel events

github.com/cabal-club/cabal-core - 87e21a2d329d99261eb4b362d32ed1c8248aa353 authored over 6 years ago by noffle <[email protected]>
fix: redraw when a new channel is added

github.com/cabal-club/cabal-cli - 3637181805d65f027057f0ee0ada3b33850d7a31 authored over 6 years ago by noffle <[email protected]>
update public cabal key

github.com/cabal-club/cabal-cli - c7d150de8c7edefb4643b9b0eb28d471068bc45d authored over 6 years ago by noffle <[email protected]>
Merge pull request #61 from cabal-club/frameless-ui

remove window frame and adjust UI to fit

github.com/cabal-club/cabal-desktop - 940800f57fda269d3f14e067ebe90a7ccb73adcc authored over 6 years ago by Nick Warner <[email protected]>
fix: dont crash on nick change

github.com/cabal-club/cabal-cli - 1e75d3f50b4667f47cb85e18ea4ed29a122c5024 authored over 6 years ago by noffle <[email protected]>
switch from hiddenInset to hidden

github.com/cabal-club/cabal-desktop - bde32baa9b1bdd0b2d8188d0607d34ebd0c948e6 authored over 6 years ago by Callil Capuozzo <[email protected]>
remove window frame and adjust UI to fit

github.com/cabal-club/cabal-desktop - 39f4aa31fcf66066f2cc8ff495c28906b65ab6c3 authored over 6 years ago by Callil Capuozzo <[email protected]>
Merge pull request #56 from ahdinosaur/dist-linux

improve dist (for linux)

github.com/cabal-club/cabal-desktop - 0f9b006e2cc10f51066de42b5aa27e69cd4d8bf3 authored over 6 years ago by Nick Warner <[email protected]>
Add emoji support and text box fixes.

github.com/cabal-club/cabal-desktop - 90f3dc5a309475e2de6ef65a7bdff8201c2409c1 authored over 6 years ago by Callil Capuozzo <[email protected]>
add artifactName to mac electron-builder config

github.com/cabal-club/cabal-desktop - e8e56c3b59319cc58692c2a1d9df9072d5bfbd0f authored over 6 years ago by Michael Williams <[email protected]>
add linux to electron-builder config

github.com/cabal-club/cabal-desktop - 8f7be868dfe4f1a8557f3c0389bb7532c7dc71fe authored over 6 years ago by Michael Williams <[email protected]>
document how to distribute

github.com/cabal-club/cabal-desktop - 1a534a25a0ab5e93cc871dbe897e4c9e7875c84d authored over 6 years ago by Michael Williams <[email protected]>
update public cabal

github.com/cabal-club/cabal-cli - 7b41f14cb01b28e47e9686e9067806afe2c46969 authored over 6 years ago by noffle <[email protected]>
Merge pull request #53 from KidkArolis/improve-link-style

Improve link styling - remove underline, calmer blue

github.com/cabal-club/cabal-desktop - 1ef8263dba88e15a2e9eec4828e978cdb7aacb0a authored over 6 years ago by Alexander Cobleigh <[email protected]>
Improve link styling - remove underline, calmer blue

github.com/cabal-club/cabal-desktop - f3365d2f724c37cc3ef550880b51619151c10ba7 authored over 6 years ago by Karolis Narkevicius <[email protected]>
Merge pull request #66 from MarkBennett/patch-1

Update `cabal-node` link to `cabal-core`

github.com/cabal-club/cabal-cli - 45471d7f5e937ddb7ccdd19ec16e085c0f05f1c9 authored over 6 years ago by Stephen Whitmore <[email protected]>
Update `cabal-node` link to `cabal-core`

github.com/cabal-club/cabal-cli - 8c63337a22e321ad654f4d8c567e3a92a35183e3 authored over 6 years ago by Mark Bennett <[email protected]>
Test expects the message to have the wrong format.

It looks for `msg.message` but should actually look for `msg.content`.

github.com/cabal-club/cabal-core - af3779cb47f958e7d97027b9b2832746317c1300 authored over 6 years ago by Mark Bennett <[email protected]>
Call `done(null)` when a message is successful.

Previously, `cabal.message()` passed the message value into the done callback
as it's `err` argu...

github.com/cabal-club/cabal-core - acd699ced7948ff1543574e8b926b04cc41018a9 authored over 6 years ago by Mark Bennett <[email protected]>
Merge pull request #65 from cinnamon-bun/newlines

Better rendering for newlines in messages

github.com/cabal-club/cabal-cli - e4c898d73fee910b37f334c9b30bb840350baa3f authored over 6 years ago by Alexander Cobleigh <[email protected]>
Merge pull request #50 from cabal-club/iconsandmacbuilds

Icons and building for mac

github.com/cabal-club/cabal-desktop - e07ce0ac44831053456f7ec879f8203b42d353da authored over 6 years ago by Alexander Cobleigh <[email protected]>
Merge pull request #51 from KidkArolis/linkify

Turn links in messages into clickable links

github.com/cabal-club/cabal-desktop - 27a94e57e9d311ff2d4dfb13e525dbc51e163265 authored over 6 years ago by Alexander Cobleigh <[email protected]>
Turn links in messages into clickable links

github.com/cabal-club/cabal-desktop - eb9e4a7f0e4e4dd0a279571d5aa1b7f90a7b7241 authored over 6 years ago by Karolis Narkevicius <[email protected]>
Better rendering for newlines in messages

github.com/cabal-club/cabal-cli - 7e1dc537a884d51db8012567d087d09ea46fd127 authored over 6 years ago by David Wallace <[email protected]>
adding icons and a basic setup of building for mac

github.com/cabal-club/cabal-desktop - b1cbe20457fa536a903bb1166a0296f1196f533d authored over 6 years ago by Nick Warner <[email protected]>
Merge pull request #48 from cabal-club/pr/38

Support Multi-line text input

github.com/cabal-club/cabal-desktop - 5ef68288d0af9ec38a63fc088453706c0bed7470 authored over 6 years ago by Nick Warner <[email protected]>
Support Multi-line text input

github.com/cabal-club/cabal-desktop - 008f81edd549205268c59e4bef2378003dd86188 authored over 6 years ago by Callil Capuozzo <[email protected]>
Merge pull request #43 from cinnamon-bun/more-backscroll

Show 100 messages per channel instead of 25

github.com/cabal-club/cabal-desktop - ac3a116f532a32f6cf1ee5273bc788cc045c05bb authored over 6 years ago by Nick Warner <[email protected]>
Merge branch 'master' into more-backscroll

github.com/cabal-club/cabal-desktop - e26082367689eb79ea8a12b35f67e08e366719f3 authored over 6 years ago by Cinnamon <[email protected]>
Merge pull request #42 from cabal-club/pr/41

Focus text box when switching channels

github.com/cabal-club/cabal-desktop - b76d33968a70653a7874052fd5b9a9fb3b27c2ca authored over 6 years ago by Nick Warner <[email protected]>
Show 100 messages per channel instead of 25

github.com/cabal-club/cabal-desktop - 79485304c4e5cc876be085dd22836710b451921d authored over 6 years ago by Cinnamon <[email protected]>
Focus text box when switching channels

Reducer now updates global state with currentChannel. Write.js listens for that change in compon...

github.com/cabal-club/cabal-desktop - 3499fbe28059abe7e073476b0e1317db0fd09e34 authored over 6 years ago by Callil Capuozzo <[email protected]>
Merge pull request #40 from simbolo/master

Improved text legibility + small interactions tweaks

github.com/cabal-club/cabal-desktop - a7f27ae5c075d84bb0711002e1ddf1b8873e48d9 authored over 6 years ago by Alexander Cobleigh <[email protected]>
Improved text legibility + small interactions tweaks

Trying to find a good balance on the messages spacing. Hopefully this improves legibility a bit....

github.com/cabal-club/cabal-desktop - f608aa4f04a67b705cdb2782b436d1b7005e67cf authored over 6 years ago by miguelSt <[email protected]>
chore: cabal-node -> cabal-core

github.com/cabal-club/cabal-desktop - 75e72aeb71d64d05469284fa33d0397a7c1a6b31 authored over 6 years ago by noffle <[email protected]>
chore: cabal-node -> cabal-core

github.com/cabal-club/cabal-mobile - 42a9c097684dfc6705c684ba0f6f2ccbdd7c4e00 authored over 6 years ago by noffle <[email protected]>
chore: cabal-node -> cabal-core

github.com/cabal-club/cabal-cli - 3dc158578ff44ff191fa53f15fae839214a92b4f authored over 6 years ago by noffle <[email protected]>
Merge pull request #36 from cinnamon-bun/wordwrap

Make messages wrap by word and not character by character

github.com/cabal-club/cabal-desktop - b033d532ab4a135b1f07e611725cddd3ee3e63b7 authored over 6 years ago by Nick Warner <[email protected]>
Make messages wrap by word and not character by character

github.com/cabal-club/cabal-desktop - 0ada05b357b080cc2436d7950b45887dccc8de03 authored over 6 years ago by Cinnamon <[email protected]>
updated desktop screenshot

github.com/cabal-club/cabal-club.github.io - 8bf7f53187349410dec618c130f43d80bca847ce authored over 6 years ago by noffle <[email protected]>
Merge pull request #31 from cabal-club/pr/28

Cabal ui refresh

github.com/cabal-club/cabal-desktop - 5462440e9ebbd5f197bdc6a765e015e24a5c64a7 authored over 6 years ago by Stephen Whitmore <[email protected]>
Break very long message strings to fix screen scrolling

github.com/cabal-club/cabal-desktop - e6cea951e7ce37de12c446ae6f5368230a2e6438 authored over 6 years ago by Nick Warner <[email protected]>
update screenshot

github.com/cabal-club/cabal-desktop - e7636e9f1afc890e018cb31d5306666d0d495fe3 authored over 6 years ago by Nick Warner <[email protected]>
Update a few styles :D

github.com/cabal-club/cabal-desktop - 3cdf19cbe75957c30e98108ca5ac63a54190af1e authored over 6 years ago by Nick Warner <[email protected]>
use @noffle/cabal-core

github.com/cabal-club/cabal-cli - 7603f10e3ee8141e0f4c89d6e038904eee0ac937 authored over 6 years ago by noffle <[email protected]>
temp: new cli name

github.com/cabal-club/cabal-cli - f40abfdf0b514bb1fdba5015ea21e14cb3985111 authored over 6 years ago by noffle <[email protected]>
chore: tmp version bump

github.com/cabal-club/cabal-cli - 163c94a1721539762000bdc52e943b24d65ab468 authored over 6 years ago by noffle <[email protected]>
fix: generate key; check msg types

github.com/cabal-club/cabal-core - 503e78289e56b4ef21d2dd949287def2d3535191 authored over 6 years ago by noffle <[email protected]>
test: fix msg types

github.com/cabal-club/cabal-core - d24c9e2c14902385d4cbb9664f6ca64194d45a0d authored over 6 years ago by noffle <[email protected]>
fix: set a name for local feed

github.com/cabal-club/cabal-core - da237015e33b3dd324913bb562420ae395740c87 authored over 6 years ago by noffle <[email protected]>
fix: use message timestamp when indexing and querying

github.com/cabal-club/cabal-core - 63ccebe5697e326ed0130dccdf250a15cc0bf2ef authored over 6 years ago by noffle <[email protected]>
feat: api for listening for new messages

github.com/cabal-club/cabal-core - 788b7822ffcfce278e35fda3f3d308f08de6a5b3 authored over 6 years ago by noffle <[email protected]>
messages & such

github.com/cabal-club/cabal-core - 68a63f70095ccc151cba5d957720b61cd4fbfa3a authored over 6 years ago by noffle <[email protected]>
fix: remove unused key param

github.com/cabal-club/cabal-core - a0e6bc7e865a8b640308f3fdb0429241a3a1377c authored over 6 years ago by noffle <[email protected]>
emit user updates

github.com/cabal-club/cabal-core - 2925114e2251edcb7eaa6c1b6d3dc3ac3b620946 authored over 6 years ago by noffle <[email protected]>
more cleanup + fixes + tests

github.com/cabal-club/cabal-core - a3b1de42ce81051fcc793ab36dec202464dd0931 authored over 6 years ago by noffle <[email protected]>
chore: upgrade deps

github.com/cabal-club/cabal-core - 349888c65392e7037cdeb43567683cfd9932a07b authored over 6 years ago by noffle <[email protected]>
planned changes

github.com/cabal-club/cabal-core - a81c6a46ea2c3bb71416165f81a1a9ff2a4e6435 authored over 6 years ago by noffle <[email protected]>
fix: use monotonic timestampts for messages

github.com/cabal-club/cabal-core - d5b1a99196e78c8e31eadbd2e134d6fb5b226452 authored over 6 years ago by noffle <[email protected]>
test: fix tests

github.com/cabal-club/cabal-core - d39cf60008bd9ef625b14b932ad262c9890df4fa authored over 6 years ago by Stephen Whitmore <[email protected]>
username indexing

github.com/cabal-club/cabal-core - 994382664fbb0480a7f6c8e49dabef0e05b3dbef authored over 6 years ago by noffle <[email protected]>
fix: replication /w multifeed

github.com/cabal-club/cabal-core - 35e7326dba962c72ad1901ad1ddf4ea5484db9d3 authored over 6 years ago by noffle <[email protected]>
fixed messages view

github.com/cabal-club/cabal-core - aaee63e98960d8b1f594a51f2f86a944dcd2d76d authored over 6 years ago by noffle <[email protected]>
fix: correct message ordering

github.com/cabal-club/cabal-cli - 31678d600c960fe3d5ba4f12c0400791f48b2b69 authored over 6 years ago by noffle <[email protected]>
chore: rename to cabal-core

github.com/cabal-club/cabal-core - ccde12e7d4101e2e1963dd388817c1743b31fb77 authored over 6 years ago by noffle <[email protected]>
Cabal-UI + Zoom fixes

Zooming should work now (Modified electron's template)
Reworked the entire UI as a separate proj...

github.com/cabal-club/cabal-desktop - 5bb06d474878eee39930530ceb19d552bc7d5a00 authored over 6 years ago by Miguel Estupiñán <[email protected]>
handle username updates

github.com/cabal-club/cabal-cli - a9c274945b1017743d77e19cd3f5a441e5da3200 authored over 6 years ago by noffle <[email protected]>
Merge pull request #8 from cinnamon-bun/master

sort channel list

github.com/cabal-club/cabal-core - 1cdcdb833fadbe5579904b2e7438c4d62819f940 authored over 6 years ago by Alexander Cobleigh <[email protected]>
Merge pull request #27 from cinnamon-bun/master

sort users list

github.com/cabal-club/cabal-desktop - 50f46233eee247b223e3df8e1d135648f69a573e authored over 6 years ago by Alexander Cobleigh <[email protected]>
Merge pull request #61 from cinnamon-bun/master

sort user list

github.com/cabal-club/cabal-cli - 604f79743b7c6499f969efcd2d236ec2ce311522 authored over 6 years ago by Alexander Cobleigh <[email protected]>
sort users list

github.com/cabal-club/cabal-desktop - 79ad9f6ed38bb2cb1b9668bc89ee9b2a17b6e7a1 authored over 6 years ago by Cinnamon <[email protected]>
sort user list

github.com/cabal-club/cabal-cli - 0de4605c3803ca2d4b4c3645741d6af3a946c611 authored over 6 years ago by Cinnamon <[email protected]>
sort channel list more concisely

github.com/cabal-club/cabal-core - ae339f2bfa038cc0037d2cde639a8734fe224b06 authored over 6 years ago by Cinnamon <[email protected]>
sort channel list

github.com/cabal-club/cabal-core - 0629136689230526d5b6430ed7c5b901d217af3e authored over 6 years ago by Cinnamon <[email protected]>
Merge pull request #9 from cabal-club/list-cabals

add, list, store multiple cabals

github.com/cabal-club/cabal-desktop - 48bc9c140c31778362b549c0da90fd33ad09b75f authored over 6 years ago by Alexander Cobleigh <[email protected]>
Merge pull request #60 from masukomi/readme_tweak

minor readme tweak

github.com/cabal-club/cabal-cli - 2e2dd5a01cb124cec63a132c782ecf7e36772d6c authored over 6 years ago by Stephen Whitmore <[email protected]>
readme tweak

* changed --nick conspirator to --nick <nickname>
for consistency with other lines an clarity ...

github.com/cabal-club/cabal-cli - a351f78f90c4e259478c62d72bca9a746249e62c authored over 6 years ago by Kay Rhodes <[email protected]>