Ecosyste.ms: OpenCollective

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

Srain

Modren IRC GTK client
Collective - Host: opensource - https://opencollective.com/srain - Website: https://srain.silverrainz.me - Code: https://github.com/SrainApp

Script(update): bump version to 1.0.0rc2

github.com/SrainApp/srain - 1032312f369e453005dc121db4295776a40d1336 authored about 6 years ago
Update srain repo address

github.com/SrainApp/srain.im - 31f77432224558fd9af3efe77f3605b11d614ad7 authored about 6 years ago
Doc(update): update repo address

github.com/SrainApp/srain - 1c367dfb30267e46c7e2d0463920efdda585704d authored about 6 years ago
Merge pull request #150 from SrainApp/feature/exit-on-close

Exit on close

github.com/SrainApp/srain - cb7e26b91b37b0b9494d6e6195e2d099c733ed69 authored about 6 years ago
Sui(impl): exit when the window is closed and "exit-on-close" is true

github.com/SrainApp/srain - c2c42e3a48dfe128c03841454ac56f9d922c68b6 authored about 6 years ago
Config(update): add config "exit-on-close"

github.com/SrainApp/srain - a264dac3fa77c352231e76dfbe97aa6b59e3da36 authored about 6 years ago
Sui(fix): update window config when reloading

github.com/SrainApp/srain - 1a2702d84e34b5e5c9d73630fa42245c84893792 authored about 6 years ago
Script(update): PHONY targets

github.com/SrainApp/srain - 71f99bb54999a082563559e46f26297277d0d0b0 authored about 6 years ago
Sui(fix): fix typo on welcome page

github.com/SrainApp/srain - 3fed4456153cfa6643fca0c6097d59d6d4e885ff authored about 6 years ago
Sui(improve): decrease minimum nick completion length

github.com/SrainApp/srain - 06a866c07e3677f774aa271084825a3f35318a91 authored about 6 years ago
Sui(hotfix): prevent crash when ignoring a nick behine relay bot

ref: #148

github.com/SrainApp/srain - ed4be550a6e63a930b568a9dd2f4cc7bdfc90162 authored about 6 years ago
Sui(improve): change app menu items index and add separator

github.com/SrainApp/srain - 8f93e9ff082d2621ef5ded5f3776c4b668445eee authored about 6 years ago
Sui(fix): let preferences trayer menu item visible

github.com/SrainApp/srain - 7975ab919a934117b5894a725a61c6eb6c6d6732 authored about 6 years ago
Script(fix): fix document install directory

github.com/SrainApp/srain - 976a7839b6c1e3f5f22101746521204b1b21e187 authored about 6 years ago
Sui(fix): try active window's transient parent when it is not SuiWindow

github.com/SrainApp/srain - 061c98deba883a4461939c14fcd48a9b15b9733b authored about 6 years ago
Merge pull request #147 from SilverRainZ/feature/prefs-dialog

Simple preferences dialog

github.com/SrainApp/srain - 40bd8112fad09da2aed80b3ddbd12974aa9bab32 authored about 6 years ago
Core(cleanup): app config create_user_file is no longer needed

github.com/SrainApp/srain - 5d23beb2f72f2c1a5fa7479cab34aafe21916fcf authored about 6 years ago
Config(update): no longer require config has version for now

github.com/SrainApp/srain - 0e24552712c3ff32b89c2ffc14a97ccfc34bcd7d authored about 6 years ago
Lib(refactor): refactor file path helper

Now user dir/file will be automatically created when needed.

ref: #124.

github.com/SrainApp/srain - 3ab50d85f62f43ed2d480a5edf755acc5951818a authored about 6 years ago
Script(update): BUILD_DIR now must be absolute path

- Redirect the location of the XDG directorise

github.com/SrainApp/srain - 8c138efa24e0ea757c878cc92ab98723793adba4 authored about 6 years ago
Script(fix): sysconfdir and datadir should change as prefix changes

github.com/SrainApp/srain - 86d2499aa70f3e7e1bd51eeae5c9d9f371254f74 authored about 6 years ago
Sui(impl): add preferences dialog, which can only reload config now

github.com/SrainApp/srain - ca45a8a14e3858c5dbe1c7efc17633be178d4109 authored about 6 years ago
Sui(impl): let message forward works again

ref: #143

github.com/SrainApp/srain - 52351895ffabc38c2ac6839f1dd6aad08897f55a authored about 6 years ago
Merge pull request #145 from SilverRainZ/feature/add-reconnect

Sui(impl): add reconnect in the server buffer pop-up menu

github.com/SrainApp/srain - 93473777072da583bf085360fc5166612a8805dd authored about 6 years ago
Sui(impl): add reconnect in the server buffer pop-up menu

Added handler, event, and the pop-up menu element

Signed-off-by: Jianqiu Zhang <zhangjianqiu13@...

github.com/SrainApp/srain - a28f54afd64fefc5c639c95473c46938be2af3f3 authored about 6 years ago
Decorator(fix): match localhost

github.com/SrainApp/srain - d849cf3ce5b747a6cb4a772aca73f936b1270c29 authored over 6 years ago
Update flatpak manifest

github.com/SrainApp/contrib - 4bdbb62f02121f1940dad6ce95d9662b7aedfe4b authored over 6 years ago
Sui(update): replace "dialog-ok" with freedesktop standard icon "document-send"

github.com/SrainApp/srain - 4dda1952669143c6366cb6954ca283a3095c6d22 authored over 6 years ago
Sui(fix): prevent notify callback to be called during SuiUrlPreviewer internal call

This commit fix a crash of SuiUrlPreviewer: In `session_send_ready`,
when URL content type is se...

github.com/SrainApp/srain - ae342024015cd4980d415d7bb52a5669c4e83fc3 authored over 6 years ago
Sui(impl): add notifiable property "content-type" to SuiUrlPreviewer

So that SuiMessage can get notification from SuiUrlPreviewer when
SuiUrlPreviewer asynchronously...

github.com/SrainApp/srain - 5f81fb06776a52b02576a3d12309c1c382084b67 authored over 6 years ago
Data(update): update builtin config

github.com/SrainApp/srain - 2ab7a3ed683c0a56793f4da753ee41fc3c3e9d57 authored over 6 years ago
Sui(update): remove server password widget from login method stack

github.com/SrainApp/srain - 830203598ca7bb06ffdf556f72cd1c141f77c884 authored over 6 years ago
Core(Update): server password is not one of user login method

github.com/SrainApp/srain - 4a08faf08d061c280c831f4b359ab1551408353c authored over 6 years ago
Sirc(fix): let password always be trailing params

github.com/SrainApp/srain - c139d92ad8492015fa40ba45a4dfb41477c41cf5 authored over 6 years ago
Core(fix): password can be empty or contain only whitespaces

github.com/SrainApp/srain - 73756e5df5181b4b119c48bc79ebbcf96e1b1747 authored over 6 years ago
Core(impl): implement nickserv and msg-nickserv login methods

github.com/SrainApp/srain - 347e8a5698e9993f596ee648da4fd9829f3c23cd authored over 6 years ago
Sui(improve): guess if the current theme is dark

ref: #136

github.com/SrainApp/srain - 8fac47422bc57783c940611faf7b2119992142c9 authored over 6 years ago
Sui(impl): close window to run in bg, start again to activate it

ref: #135

github.com/SrainApp/srain - ffd97123547d312f54b091e3367fffdd22d46302 authored over 6 years ago
Misc(cleanup): replacing all GSList with GList

GSList(Single linked list) has no any advantage over GList(Double linked list)
except for saving...

github.com/SrainApp/srain - 0ac13129340446dbbfe8b3e3be6f2bca9cfbdbc8 authored over 6 years ago
Sui(cleanup): remove unused sui_message_append_message

github.com/SrainApp/srain - 43d6669e96367e08bedbfa1832924e5665e6f330 authored over 6 years ago
Lib(cleanup): remove unused header files

github.com/SrainApp/srain - 375102167b367f1e7e9857d2741aa6c44f3526c2 authored over 6 years ago
Filter(impl): replace ignore user list with SrnUser->is_ignored property (#134)

Droped ignore user list, replaced with a new User property "is_ignored".

github.com/SrainApp/srain - 232827549acf12e773e5cdf4e036f27348d6dc59 authored over 6 years ago
Add quote for path variables in archlinux latest PKGBUILD

github.com/SrainApp/contrib - 00ad9bf740c582ff5fcfa32627fda6cbb547dbcc authored over 6 years ago
Remove libpsl dependency from mingw latest PKGBUILD

ref: https://github.com/Alexpux/MINGW-packages/issues/4426

github.com/SrainApp/contrib - 5c76faed2e75503c76b3ffad7cc16976dbd80ed9 authored over 6 years ago
Script(fix): fix build failure when build path contains whitespace

- Use relative path as default build directory
- Whitespace is not allowed in path of build dire...

github.com/SrainApp/srain - 28fdedef915a96f15608fc37f92be12ffdd82f25 authored over 6 years ago
Add quote for path variables in mingw PKGBUILD

github.com/SrainApp/contrib - 44cfd9b27743ca6e504265186d70b42ef2f115a0 authored over 6 years ago
Script(update): update trivis script

github.com/SrainApp/srain - df8ffb0e946c17d1e696932496ac66ecd94cf00b authored over 6 years ago
Doc(update): drop dist dep list

github.com/SrainApp/srain - a593f19d35986e254f0f82a7f37da093c343d253 authored over 6 years ago
Doc(update): update install guide

github.com/SrainApp/srain - 4837d66c6bdd5052f90158b85a032092c71ea31d authored over 6 years ago
Add mingw latest PKGBUILD

github.com/SrainApp/contrib - b60d883b694d419dce5f0b72d9bdd354dae56f7e authored over 6 years ago
Update archlinux latest PKGBUILD

github.com/SrainApp/contrib - 6553de3069e5fb1394d928b267a6143015022027 authored over 6 years ago
Script(update): define PACKAGE_APPID as default application id

github.com/SrainApp/srain - 1001a68e67b291776e9fbd2cbdda86a8d9220220 authored over 6 years ago
Contrib(cleanup): move user contributions to srain-contrib repo

https://github.com/SilverRainZ/srain-contrib

github.com/SrainApp/srain - 25cca88791c1b5da86f658fb255480b1134d53e9 authored over 6 years ago
Update gentoo ebuilds to 0.06.4

origin: https://github.com/SilverRainZ/srain/pull/87

github.com/SrainApp/contrib - 504d65d2cdd65d513950353ea78301f86cccbcad authored over 6 years ago
Include appdata file in the flatpak manifest

github.com/SrainApp/contrib - a7fee5ab3132fea9b754875e2c817dd855fe329b authored over 6 years ago
Add flatpakref to be able to install srain easily

This file allows installing srain just by clicking on it on systems with
flatpak already install...

github.com/SrainApp/contrib - 2bcfe34a6ef9dd2f5d69a4b5effaa25708c5308d authored over 6 years ago
Fix flatpak app startup error

github.com/SrainApp/contrib - 3686f18ba5fefc0b295f006be095448b39cc141d authored over 6 years ago
Fix icon not appearing in flatpak builds

The icon was not appearing in the 'about' dialog as intended because if
was getting renamed rath...

github.com/SrainApp/contrib - 55dcfacb82c12d121e0c928b4cd187a3f18dce76 authored over 6 years ago
Add appid to name of desktop, appdata and icon

This way it conforms to freedesktop standard and we don't need to
rename files in flatpak-builder.

github.com/SrainApp/contrib - 9536ae7c66d1afd8b1896bb8622d4d7f7e127eac authored over 6 years ago
Add flatpak manifest

github.com/SrainApp/contrib - e28ab92b55677c20348b313503ab804b5838be75 authored over 6 years ago
Merge gentoo ebuild from gentoo-srain repo

ref: https://github.com/rtlanceroad/gentoo-srain/issues/1
origin: https://github.com/SilverRainZ...

github.com/SrainApp/contrib - 40fdf02b5cc14c3ce4ab6759a20b5b63482e2bf3 authored over 6 years ago
Add README.rst

github.com/SrainApp/contrib - 97741c75044ed6db87337e5b969dbe1933e25ecc authored over 6 years ago
Add archlinux PKGBUILD

github.com/SrainApp/contrib - dccd036aadae877b4f781f051f32e2a1c9210f1e authored over 6 years ago
Initial commit

github.com/SrainApp/contrib - 6c63d05e0d2bd331782b6d3f1ae8cd9fe41579d5 authored over 6 years ago
Sui(impl): simplest command completion

ref: #119

github.com/SrainApp/srain - 0542dd1216df8c070855d39d8f310caef37b9cc7 authored over 6 years ago
Script(refactor): refactor data install script

- Rename configure option "--config-dir" to "--sysconfdir"
- Add configure option "--datadir"
- ...

github.com/SrainApp/srain - a64d636a813db74ae78930f89701d564f752e467 authored over 6 years ago
Script(update): change version to 1.0.0rc1 to distinguish from 0.06.x

github.com/SrainApp/srain - a88d8ae72d76cc158e55d8538017499824d66569 authored over 6 years ago
Config(fix): fix format string and disable version check

github.com/SrainApp/srain - ba48196fc6cac9e24920b8e7f4582504b0647e8b authored over 6 years ago
Core(impl): use SRN_MESSAGE_TYPE_NOTICE for NOTICE message

github.com/SrainApp/srain - a51a3a5724645837ae213a20b9bcb938fd6fd4f3 authored over 6 years ago
Sui(fix): highlight tray icon when sending notification

github.com/SrainApp/srain - 02d708a742e13a765f862b187efdcf96f79ff180 authored over 6 years ago
Sui(fix): fix transition effect of revealer when it is hiding child

github.com/SrainApp/srain - 2cd592ed15143c3df4a805ae4dfe14735a483153 authored over 6 years ago
Merge pull request #111 from SilverRainZ/mingw

Windows support

github.com/SrainApp/srain - 88caa782d3a726eebdf7c241f4c74c7025e49051 authored over 6 years ago
Lib(fix): use glib version fprintf

github.com/SrainApp/srain - 644dd6ab1aeddbb5ce4be69522b46bcbd439dd30 authored over 6 years ago
Data(cleanup): remove legacy ptyhon plugins

github.com/SrainApp/srain - 7f8b4ee648ca61d6c3bf4568936a978c7d6cecc9 authored over 6 years ago
Sui(fix): g_date_time_format(xxx, "%c") doesn't works on windows

github.com/SrainApp/srain - 256d2f209b50cf59d445428fb524a88b3dfa391e authored over 6 years ago
Plugin(cleanup): drop legacy python api

github.com/SrainApp/srain - 7bf0cc565c8734ee6838c6c8844161df171311e0 authored over 6 years ago
Core(fix): update sui user only for user who is joined

github.com/SrainApp/srain - 2044c8652d1d4859695f1c6992cbb2e125eed073 authored over 6 years ago
Core(fix): fix wrong for condition of traversing names list

The first user of names list is skipped due to this bug, so the message
of this user can not sho...

github.com/SrainApp/srain - 2942b0305a489217f8b9a49129dfa8d1d798e178 authored over 6 years ago
Merge pull request #125 from SilverRainZ/20180821-fix-enter-not-work

Sui(fix): fix #108 on welcome page user cannot confirm login with enter

github.com/SrainApp/srain - 5fa0306f315b9390c98e40fbba7494f5841b1775 authored over 6 years ago
Sui(fix): let enter available on more entries

github.com/SrainApp/srain - 1547157f201621cd953c504dfe13014979f86d7d authored over 6 years ago
Sui(fix): fix #108 on welcome page user cannot confirm login with enter

Signed-off-by: Jianqiu Zhang <[email protected]>

github.com/SrainApp/srain - 284640ba113185077c606ec33c530873ed63aa8a authored over 6 years ago
Sui(fix): fix GtkBuilder memory leak in SuiApplication

github.com/SrainApp/srain - a7e968ffba9fbba5391305e1695992d23ab3d636 authored over 6 years ago
Doc(update): remove the rc file related section

github.com/SrainApp/srain - 973e404d1c8b19a1555bcef87ba8e52a54b6fe8b authored over 6 years ago
Core(fix): fix wrong print format type

github.com/SrainApp/srain - 2b9126284d017452c946afa6cfe98d65372437ed authored over 6 years ago
Core(impl): autorun command after server/chat is created

ref: #113

github.com/SrainApp/srain - c433198ba0a9f92b763ccf7c06822cd44587a439 authored over 6 years ago
Config(update): add config "auto-run" as replacement of rc file

ref: #113

github.com/SrainApp/srain - efaf056fe04271eaf4a9abef5c29688f0a95093d authored over 6 years ago
Core(cleanup): drop rc file support

ref: #113

github.com/SrainApp/srain - c320a0d56d7c08817762064a7949e646b8133202 authored over 6 years ago
Sui(fix): show user role in SuiRecvMessage

ref: #105

github.com/SrainApp/srain - 9cbe276ad5988e7bb79958edec850906b9cd6b82 authored over 6 years ago
Sui(impl): add style class "sui-panel"

github.com/SrainApp/srain - f8492059fe79053cbb7fd73d526f3a80f5319b99 authored over 6 years ago
Sui(chore): move tray icon/menu logic from SuiWindow to SuiApplication

- Use popover menu for window's start button
- Fix menu callback

github.com/SrainApp/srain - c209f4a43928c748785a9f1782ef1c072e12d22a authored over 6 years ago
Sui(change): hide plugin button for plugin system is not finished yet

github.com/SrainApp/srain - a9e862ce99d1c3dbd6e7b1028f199c3c74d320a9 authored over 6 years ago
Core(impl): auto connect server and auto join chat

github.com/SrainApp/srain - 894dec69d81db7e42fe853057b3a4d65a15f7d20 authored over 6 years ago
Config(update): add config "auto-connect" and "server.auto-join"

github.com/SrainApp/srain - 4f7117c2ccfea7b5855f6d8593dec101f4bd8825 authored over 6 years ago
Sui(fix): let server entry of connect panel editable

ref: #106

github.com/SrainApp/srain - e4ecf5ea011e7af78acf48a8ec960d7ff2e281e0 authored over 6 years ago
Merge pull request #104 from SilverRainZ/new_nick_completion

Nick completion suffix

github.com/SrainApp/srain - c4ac332759c1993755022e7201b474c3ef781f24 authored over 6 years ago
Merge pull request #103 from SilverRainZ/20180807-fix-markup-parse-error

20180807 fix markup parse error

github.com/SrainApp/srain - 8be3f40e3e4b8196ed0ccc4d2a91e6ccc023cb2e authored over 6 years ago
Script(update): add .vscode to .gitignore file

github.com/SrainApp/srain - 055d128cb89f1eff049e23c5b56c28ca1c11e177 authored over 6 years ago
Sui(impl): append nick completion suffix to nick completion result

github.com/SrainApp/srain - 27955d3a4e052b1f247f362bf7fa67ccdc5924cb authored over 6 years ago
Config(update): add new config chat.nick-completion-suffix

github.com/SrainApp/srain - e2ebca02e7e3663c05890dddbe0171b7246854b0 authored over 6 years ago