Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
The Lounge
The Lounge is a modern web IRC client designed to be self-hosted. Due to the immense support from the community, this Open Collective is no longer necessary and we encourage you to cancel or hold your donations. Thank you for supporting The Lounge!
Collective -
Host: opensource -
https://opencollective.com/thelounge
- Website: https://thelounge.chat
- Code: https://github.com/thelounge
During a search, we get the results from oldest --> newest.
When we hit the more button, we get ...
Converts sqlite to async, providing a way forward
for migrations to actually happen
github.com/thelounge/thelounge - d34b58811ae4cbc8a41865db26fc04d74b0fbb21 authored about 2 years ago by Reto Brunner <[email protected]>
Nothing actually depends on the vue app being monkey patched onto
the router, so let's get rid o...
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
- [Release notes](...
TS type assertions need to be avoided.
The following trivial example demonstrates why
```
type...
github.com/thelounge/thelounge - 1597c2c56ec932859ebc77e31eda8c164f196388 authored about 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - 4c7337b6257af2428e6e9f8af570126da094d266 authored about 2 years ago by Reto Brunner <[email protected]>
Mousetrap doesn't take an async function.
It either accepts False (stop key propagation) or any ...
github.com/thelounge/thelounge - 7ee4b80a6e744b09385fc686cdca1fbf0e7784ac authored about 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - 21c8b0d17fc7e09d1cad77990fa833fdcad62927 authored about 2 years ago by Reto Brunner <[email protected]>
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release no...
github.com/thelounge/thelounge - d4bbd9191cd78f065386fe25c7e8e90b1171a159 authored about 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - 5037383c4c9a87a53eaa358ffbe7492ab6ad6365 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix type confusion that specified offset to be a string, it is
always a number.
Fixes: https://github.com/thelounge/thelounge/issues/4637
github.com/thelounge/thelounge - 83e11b0143e599a40924cab856636beeca6df27c authored about 2 years ago by Reto Brunner <[email protected]>Offset is eventually passed to sqlite as an OFFSET clause.
This works as follows:
sqlite> sele...
github.com/thelounge/thelounge - 51c9ce078d15efafd677cff525b681dcec51fdd5 authored about 2 years ago by Reto Brunner <[email protected]>github.com/thelounge/thelounge - 221884166df61feb43513205c982b271b299f074 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 19307d05e70f8b7ed9ab3d6177c7c9ae6c93a438 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 5a803ccd239e42fe8853b4c615e82ef2c64bbc14 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - cb17f8d87f9eac3b3449455d47c5ddaec09c0c5d authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 5a4a39b9d1f4a49ddc2f9c5551f9fd28d0307a4b authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 0ad033fe0aac01e0f4512428fda0e93ddefdcfb6 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - b5ea7cceb3ff6a13f0ee20f4ed1c017b983d7d8c authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - dfe288ef166a0ac07f538ee5a07c2f7b65ee15f9 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Nachtalb put some infra in place that was never actually working.
It errors out when a user cli...
It is only used in one location, and not from the template.
In other words we should inline it t...
When we hit doSearch, we always reset the offset value to 0,
meaning we always hit the condition...
Message stores are more complicated that a sync "fire and forget"
API allows for.
For starters, ...
This removes quite a bunch of indention and callbacks
github.com/thelounge/thelounge - f068fd429012c47648faf8c4d751f972062709bd authored about 2 years ago by Reto Brunner <[email protected]>github.com/thelounge/thelounge - bbe81bb2fa9001762df90c1a267afa0239ebb7c7 authored about 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - ee8223c2006ad31fc746824b495125b321da4bf8 authored about 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - 5e1cbe32f95aca776fe4dff550a0c8c369460417 authored about 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - f04a06682d3690b571dc0b9720baa79b687b9465 authored about 2 years ago by Reto Brunner <[email protected]>
That puts all the serialization logic into one place and
allows us to use async / promises
Extract the serialization logic into a single place and
consistently log errors to the console r...
When we assert that something can't possibly happen, we better
error out rather than jugging on ...
A provider might be available, but not functional (broken migration
invalid configuration or wha...
This makes it easier to see what's getting exported, rather than
if it's interspersed randomly i...
github.com/thelounge/thelounge - e62b169a6abab4b2a0df34a5da21c92136ba3790 authored about 2 years ago by Reto Brunner <[email protected]>
Fixes: https://github.com/thelounge/thelounge/issues/4521
github.com/thelounge/thelounge - 0fa203569a62ee6bc6062b781729c7d801ccb8ba authored over 2 years ago by Reto <[email protected]>
Currently the realname is set to an advertisement if it isn't explicitly
set by the user.
Some c...
* Added client type checking
* Fixed client-side typescript issues
github.com/thelounge/thelounge - 117c5fa3fdbd2787bc1df521627b7b07fc1522c6 authored over 2 years ago by Antonio Mika <[email protected]>github.com/thelounge/thelounge.github.io - 63847c346b6e49ddcdb34f5b733b57e3db8cc2df authored over 2 years ago by xnaas <[email protected]>
github.com/thelounge/thelounge-docker - 51d9940ab27fe2d9c4f8e31995777ee9a549bcf6 authored over 2 years ago by William Boman <[email protected]>
When a URL is prefixed with a TLS scheme, we should make sure
that the remote provides a valid c...
github.com/thelounge/thelounge - 11f7ae98be98067b1a957d95d1f67dbf2d8065b6 authored over 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - a95ab55154674e1a21e7dc0efd6f4e12e2b3a206 authored over 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - 38bccd363526770760496adfec21f2637506df86 authored over 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge.github.io - 95efa482668af7997c7058cf01dff611efdea644 authored over 2 years ago by aab12345 <[email protected]>
This reverts commit 0cb4791cd02c0fd2e578edc1366124117529ac10.
It breaks the autocompletion when ...
github.com/thelounge/thelounge - 57ed37c1fda4024ae655de2defdf4af68ade69fe authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 0495761c4485ac86b43ced638a361b905e7ddc60 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 520646a212e08f971c870e6f464712a90e198d66 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 0cb4791cd02c0fd2e578edc1366124117529ac10 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 740618ca499aeb2efb8ffd4f0363b5cf841a49dc authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - e97216518adb9ac7d6ef458c362a591a0f56ed14 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/thelounge/thelounge - 31739b8ac9ff95a03c374b32cc9bce2163d05d1e authored over 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge.github.io - c72092e2f8feab66f912b2c63c5a0572b123ea29 authored over 2 years ago by Reto Brunner <[email protected]>
Make `thelounge install file:~/path/to/package` work rather than
erroring out that the folder do...
The message was ordered the wrong way in the TS rewrite.
Old:
+bookworm sent a CTCP requ...
Our regex escape function escapes proper regexes, however
it isn't meant to be shoved into a cha...
github.com/thelounge/thelounge - d72d8694bbea9fde7bf86275fb77b4c4c8a168ec authored over 2 years ago by Max Leiter <[email protected]>
github.com/thelounge/thelounge - 80f65c5b7276c466d2032fb3a7822fa39df3c685 authored over 2 years ago by Max Leiter <[email protected]>
fix(deps): update dependency got to v11.8.5 [security]
github.com/thelounge/thelounge - bc709af9febc62f8674d9c31699b72b5ad0c8845 authored over 2 years ago by Pavel Djundik <[email protected]>github.com/thelounge/thelounge - e7d18a91c09b8908e629f23759e7b486983b75fc authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
github.com/thelounge/thelounge - ddcee5371acfe960c53e85e97405d005953dec3c authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: Renovate Bot <[email protected]>
github.com/thelounge/thelounge - 194b85be4d93813f763b06264124d5545ba8aa27 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Fix user commands not working
github.com/thelounge/thelounge - f715c833e782411690e7c14a72f92a8922ec15e7 authored over 2 years ago by Pavel Djundik <[email protected]>Fixes #4593
github.com/thelounge/thelounge - a15ac88ff2a7217156e7781df5cf540ad316b77f authored over 2 years ago by Pavel Djundik <[email protected]>The comment for the "filter" key under "searchDN" refers to it as "ldapFilter" instead of "filter".
github.com/thelounge/thelounge - 4af5fc6f33b43d64adcebcbf5aa8c4dceaad493f authored over 2 years ago by Murph Finnicum <[email protected]>
Co-authored-by: Eric Nemchik <[email protected]>
Co-authored-by: Pavel Djundik <[email protected]...
don't use yarn link for source installs
github.com/thelounge/thelounge.github.io - 3f1e0b1344600fb5920d53bc9c8fa983aa6c7f8d authored over 2 years ago by Reto <[email protected]>
yarn link doesn't do what npm link did, but is meant for
development purposes.
So we link manually.
github.com/thelounge/thelounge-docker - 034fc052b009ee90b8e6942af4cfa9de1a88fe2e authored over 2 years ago by William Boman <[email protected]>
* Fix yarn dev and yarn test
github.com/thelounge/thelounge - 2e3d9a6265d4c0d0168729a60b319bea236e098b authored over 2 years ago by Eric Nemchik <[email protected]>Link directly to themes on npm (keywords:thelounge-themes) instead of having users search for them.
github.com/thelounge/thelounge.github.io - 410f5d077676cf597397b01acdc81414cc3dbc01 authored over 2 years ago by jeremiah-rs <[email protected]>
* Convert configs to cjs
* Fix lint script in package.json
* Move babel config to separate fil...
Refactor settings to their own tabs and routes
github.com/thelounge/thelounge - 5f7acbf9948446289054527ee9385f938a116386 authored over 2 years ago by John Sullivan <[email protected]>* Remove config from Helper
Helper is the usual util grab bag of useful stuff.
Somehow the c...
Co-authored-by: Renovate Bot <[email protected]>
github.com/thelounge/thelounge - 38f13525e6104ee332c64d2df20bfe2694bc7fe5 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: Renovate Bot <[email protected]>
github.com/thelounge/thelounge - 99c48dbcea2ebe08d64a38946d81301fbfe66ee2 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Remove node 12, add node 18
* Bump minimum node version
github.com/thelounge/thelounge - 791205d4f04a4d16c01d4a8106cf7e19c85e11ab authored over 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - 437dd1667d7c3593f8d9d398d9e95b5b8bb54128 authored over 2 years ago by Max Leiter <[email protected]>
github.com/thelounge/thelounge - 24bdc46b0a144333c3c448f32d928a5d72646ab5 authored over 2 years ago by Max Leiter <[email protected]>
github.com/thelounge/thelounge - 1f39e078f421f06df497c6915e02600d0e86c6f0 authored over 2 years ago by Max Leiter <[email protected]>
github.com/thelounge/thelounge - 5a383814f6a2b0d7e69f72f2d163176f9a338907 authored over 2 years ago by Max Leiter <[email protected]>
github.com/thelounge/thelounge - 6f64243671724f9a0666f5ae8c38188f96ebdbc1 authored over 2 years ago by Max Leiter <[email protected]>
github.com/thelounge/thelounge - 31b67b778650ef6e9484b6b12dcb0239ccf0c940 authored over 2 years ago by Max Leiter <[email protected]>
github.com/thelounge/thelounge - abf89067575810339fa3c723af54a7ea670fe4e5 authored over 2 years ago by Reto Brunner <[email protected]>
Fixes: https://github.com/thelounge/thelounge/issues/4464
github.com/thelounge/thelounge - c8115e22acf4a6e34a1546fd2fc273c76cbb7e86 authored over 2 years ago by Reto Brunner <[email protected]>github.com/thelounge/thelounge - aa7db1e7f787350f4102f98b85a2e8173173f92a authored over 2 years ago by Reto Brunner <[email protected]>
github.com/thelounge/thelounge - da02350725291be79c0d6c5d15261a2e0ef72313 authored over 2 years ago by Renovate Bot <[email protected]>
github.com/thelounge/thelounge - c9c8cadb1a00f01d00920792cc129077aa6934fd authored over 2 years ago by Reto Brunner <[email protected]>
Update dependency sqlite3 to v5.0.4
github.com/thelounge/thelounge - 3726a8d00bf2734add7eed3d584cc86ce16b5a6d authored over 2 years ago by Max Leiter <[email protected]>renovate: Disable digest updates
github.com/thelounge/thelounge - 605b75c6ed42db5c3df0b9f19610b55d54fdaf3c authored over 2 years ago by Reto <[email protected]>Fix the alignment of the header buttons
github.com/thelounge/thelounge - 5e8adafb3e926d08349956c1d30d17e38bc15c81 authored over 2 years ago by Max Leiter <[email protected]>Pull in SortableJS from NPM again.
github.com/thelounge/thelounge - 487d880d323513636b14cb314fbfbd0787d411cb authored over 2 years ago by John Sullivan <[email protected]>github.com/thelounge/thelounge - 7cb8d33122cb009ca5d8ef092269c0a6b9650f84 authored over 2 years ago by Renovate Bot <[email protected]>