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

Parameter check of SIRC

github.com/SrainApp/srain - 2ffd12ada2a0e015b9bb95cbd26f0894f0e8ca4f authored almost 8 years ago
Fixed: server.c::server_rm_chat(): iterator to next list

github.com/SrainApp/srain - 2e951d55bf9926c4dfb1887f95dc8dfa0bbf25b3 authored almost 8 years ago
Fix some warning

github.com/SrainApp/srain - 6ed1e6ac78dfb4665d0f1d58e7111b833cd605df authored almost 8 years ago
UI event callback fucntions shouldn't have return value

github.com/SrainApp/srain - 35bfc9b981d16dddf2be1de9d79d46b3e6751cfa authored almost 8 years ago
More param check in server_irc_event, remove PRINT_EVENT_PARAM and CHECK_COUNT()

github.com/SrainApp/srain - 1d1d70540480a5cec7eb977b6f375933e81f2111 authored almost 8 years ago
Server UI event

- Convenient fucntion get_server_and_chat() for get Server and Chat from
SuiSession's context
...

github.com/SrainApp/srain - 878fda7b73cec69c9d85cd4dc8df1364fd0a84bf authored almost 8 years ago
Fixed: irc_cmd_join() missing password argument

github.com/SrainApp/srain - 3df72c14165ff7ce34cdf83573aebbe4a62769ea authored almost 8 years ago
Rename :-)

- sui-gtk -> sui_gtk
- sirc-real -> sirc_real,
- {irc,ui}_event -> server_{irc,ui}_event

github.com/SrainApp/srain - 9f01f2556a921b0ae80393a76273cfcc8081d5eb authored almost 8 years ago
Replacing old ui handler function with sui_event_hdr()

github.com/SrainApp/srain - c980f94233e1136f21d17481a6b678327ae68e04 authored almost 8 years ago
Update README.rst

github.com/SrainApp/srain - a9708de91b71ed53d8a742340b748d12bf1441c9 authored almost 8 years ago
Add SuiAppEvent for some events doesn't generated by SuiSession()

- Rename srv.{c,h} -> server.{c,h}
- SUI_EVENT_SEND callback
- Run sui_main_loop() in server_ini...

github.com/SrainApp/srain - de0f9773dde2738f4be97e0d577bd87f5feef29f authored almost 8 years ago
Create SrainChat when sui_start_session() but not sui_new_session()

- inc/sui/sui.h: Fixed wrong SuiSessionFlag value
- sirc-real/sirc_parse.c: Fiexd return value o...

github.com/SrainApp/srain - c3a845f795b8717f41072d326839460ed2a71a4e authored almost 8 years ago
Chore: sort out source code file,

- sirc-real/sirc_parse.h: Store message type in SircMessage

github.com/SrainApp/srain - 86594edbaee4410c170541fcb81b909781632df7 authored almost 8 years ago
Chore: IRC event clean up

github.com/SrainApp/srain - 02c5fa83e9e61a563ede7ea5ebb649d2814e8621 authored almost 8 years ago
Chore: UI event

github.com/SrainApp/srain - 7c9b65daecb4b1b61c171de161e0814a182136a1 authored almost 8 years ago
Add remark_lable into SrainChat

github.com/SrainApp/srain - 7be87c9a3ee2398bd0b8a6541ce16825348eced5 authored almost 8 years ago
Display host entry and port entry in a line

github.com/SrainApp/srain - 9718ec53915637ce12474e13a08aabd676ca5b60 authored almost 8 years ago
Impl sui event, WIP

github.com/SrainApp/srain - 7fdff05d10bf2c582b36aaeb178e29a990225c23 authored almost 8 years ago
Ingore ENDOFNAMES message

github.com/SrainApp/srain - 9e1eb1760dbec85398f0b07bcae911f5c448560d authored almost 8 years ago
Update doc/develop.rst

github.com/SrainApp/srain - 541689dc46e8f086a1f5bc5db940ff4a3b88faac authored almost 8 years ago
Borrow rfcnumeric from libircclient; Add srv event handle code back

github.com/SrainApp/srain - 431abae9f7be6dff307ad9b786722403dd59e563 authored almost 8 years ago
Use srv->name as SuiSession remark

- Fix PRINT_NUMERIC_EVENT_PARAM again :-|

github.com/SrainApp/srain - 05380579d1fee4093946e6f52f8613f64ab1522d authored almost 8 years ago
Fixed: miscellaneous messages parse and event dispatch, ref #19

- sirc_event.c: [WIP] Do not distinguish between user and channel messages
- srv_event.c: Fix m...

github.com/SrainApp/srain - 360a5b421e6bc0276d1fc1c11a3787b6c32a44e4 authored almost 8 years ago
Continue to implement IRC event handler

github.com/SrainApp/srain - 88ffcaf1bce66deaae1334ff54671daaa0d2db6b authored almost 8 years ago
SircEvent: Fixed type of **params, pass msg to callback

- srv_event.c: Aadpt to new interface again, WIP
- srv.h: Rename Channel -> Chat
- sirc_parse.c:...

github.com/SrainApp/srain - 8c910e3789910ccde4bf36cae397545a8c49fe27 authored almost 8 years ago
Rename sxx_new() -> sxx_new_session(); Some fixes

github.com/SrainApp/srain - 88659c1e1a815265df1f552c346c2eca4a95ffdd authored almost 8 years ago
Integrate SIRC/SUI/SRV module

github.com/SrainApp/srain - 738ff1163c35ef21f6ddc3b6c95eb9f7d20f1237 authored almost 8 years ago
Let irc_event callbacks recv a SircSession; Attempt to impl SuiSession

github.com/SrainApp/srain - 3ad91c8f4cbcef2c638d019f904b0610a5e6dfff authored almost 8 years ago
Rename irc -> sirc (Srain IRC); Some fixes

github.com/SrainApp/srain - d5c5008db5e04a6377b34577be4f8282fcfb60a6 authored almost 8 years ago
Separated IRC related data from Server; Impl irc_event

github.com/SrainApp/srain - 27ddb67e562a58ae1cd1fd2591b1dda2a6ee8afd authored almost 8 years ago
Chore: remove libircclient for more flexible develop

github.com/SrainApp/srain - 6838f5262bbef731cf37fd84478c4a20651c537d authored almost 8 years ago
Filter module prepare

github.com/SrainApp/srain - 92d0acf2ccb511085c5f4bdf7beadbc3629849b9 authored about 8 years ago
Add UI test stub code

github.com/SrainApp/srain - 22b173388301806cd3e8d0e7a587841424a03f0d authored about 8 years ago
README.md -> README.rst

github.com/SrainApp/srain - e7018f2abf7fd72eb04b63cd6f3b50566e7ba1c1 authored about 8 years ago
Update my new ID and email address

github.com/SrainApp/srain - bf8fd35f696d4a6ad579f8631133d34bc91d47c6 authored about 8 years ago
Preview first image url of every message

ref: #53

github.com/SrainApp/srain - 22ccd91f05d3208702b68c51bad76fbf60cc784a authored about 8 years ago
Merge pull request #52 from ZWindL/master

add feature: filter

github.com/SrainApp/srain - cd5104e9e9405e22832b30539a5d8582eb461010 authored about 8 years ago
add feature: filter

修改: src/filter.c
修改: src/inc/filter.h
修改: src/srv/srv_event.c
修改: src/srv/sr...

github.com/SrainApp/srain - 2a7344dfa53114004d7f8f74341dc03b49bb16e4 authored about 8 years ago
Do not truncate multiline in input_entry

github.com/SrainApp/srain - 9949daf034e2b8f4d7c39acda1590af9b95ef1d7 authored about 8 years ago
Fixed: scroll message list when append message

github.com/SrainApp/srain - da48980cc407091d1fe09b50ae8c4f92216614a2 authored about 8 years ago
Update CHANGELOG.md

github.com/SrainApp/srain - 8b4c075d88010a8e17a64e0c65ec2fdc8392d4a1 authored about 8 years ago
Fixed: options should be specified before arguments

github.com/SrainApp/srain - 463889350b9f0d35bae8036cb45ce820efd07ccd authored about 8 years ago
Merge pull request #48 from ZWindL/master

fix typo in develop.rst

github.com/SrainApp/srain - 8a933c18a55f1643dc9e9871b6e20e5ea03444a7 authored about 8 years ago
fix typo in develop.rst

github.com/SrainApp/srain - 4b7a5a7c552fa54300a5a4b695d30fa979944086 authored about 8 years ago
Fixed: username can not be NULL in srv_connect

github.com/SrainApp/srain - b07f14ebf8ee22ae57a9962ae3d5279fc247b3cb authored about 8 years ago
Change level of some logs

github.com/SrainApp/srain - 985763993024d22a5ca47b5675d503bd32c7fa47 authored about 8 years ago
Fixed: pass srv command source via SessionCommandContext

github.com/SrainApp/srain - 5110d81e08e33a8bdc653438bb8606af7a4335ba authored about 8 years ago
Plugin: do not print avatar's log

github.com/SrainApp/srain - 7007a210fd6ebb91e7a7bc844d5f1435a1185a1e authored about 8 years ago
Fixed: crash when filter trans a relay message

github.com/SrainApp/srain - 389b562edfb13d9a4f0a2ba588062f4aa7cdba88 authored about 8 years ago
Part from a kicked channel; Quit from a unconnected session :-)

- Using irc_color_strip_from_mirc() instead of strip()

github.com/SrainApp/srain - 3b452068f158e7d2fa371461f82e26b8a5c9a7e1 authored about 8 years ago
Reenable image preview,

- Imporve scale for thumbnail
- Image in SrainSysSrain can be showed too

github.com/SrainApp/srain - d6bcac47b8e7d60119f2ccda652a0b0a9c6ba323 authored about 8 years ago
Disable GCC deprecated declarations warnings

github.com/SrainApp/srain - 84ffa85530c3bc51501b5141e653dbd43c8742a2 authored about 8 years ago
Fixed: can not connect to server when using '-ssl noverify'

github.com/SrainApp/srain - 40b198ff6f2763874913368211707b12d5cd9859 authored about 8 years ago
Colorful console log :-D

请为您的变更输入提交说明。以 '#' 开始的行将被忽略,而一个空的提交

github.com/SrainApp/srain - c91a47c70de506fb3f147cb491971eaa1d16b791 authored about 8 years ago
Using different way to close a SrainChat

github.com/SrainApp/srain - aba8da20e63fbd8243a8b5a8439325ec76d6a8df authored about 8 years ago
More srv interfaces

github.com/SrainApp/srain - 6310bd36d2e9d9fe3e0eeca666ed3d6aa97953a9 authored about 8 years ago
Update translation

github.com/SrainApp/srain - 8bf7ceca0816c07aae9d50fb47846944ffe06343 authored about 8 years ago
Update develop doc

github.com/SrainApp/srain - 62fb40a6809a0b6298e399970407d625d5c3b674 authored about 8 years ago
Set link color to white in SrainSysMsg

github.com/SrainApp/srain - f68b891727158904ca878cf117f8e33a52254529 authored about 8 years ago
Reenable message notify

github.com/SrainApp/srain - aea24f3fbcc88c6730b3fa4fe2e418c098c80e49 authored about 8 years ago
Do not merge SrainSysMsg

github.com/SrainApp/srain - 595f480651ec7317e036e08b0361d4eb9971b88c authored about 8 years ago
Fixed: highlight mentioned message

github.com/SrainApp/srain - b7c9019cca4892f7f6a199132e806ae994a20ae7 authored about 8 years ago
Fixed: crash when run with flag UI_TEST

github.com/SrainApp/srain - 723ffab71ba96f0469df8c5b20a5f940c48da5da authored about 8 years ago
Genernal message merge

github.com/SrainApp/srain - f2220138153fbed1580a01e2337a5e2c407d2760 authored about 8 years ago
Misc: add remove "mention" logic from ui.c

- Move create_user_file from main.c -> file_helper.c
- srv_event.c: set SrainMsgFlag correctly
-...

github.com/SrainApp/srain - e0726f5b293050d23c7963def128722d8d4ebf9e authored about 8 years ago
Add srv_hdr_ui_sys_msgf()

github.com/SrainApp/srain - b202f65921407ea45f20520ab10935793d425c3c authored about 8 years ago
Add interfaces.h

github.com/SrainApp/srain - d4ca23b440858f6ab4b8308e1c850777c7109e0e authored about 8 years ago
Define interface function signature as macro

- Add SrainMsg
- Add flag for ui_xxx_msg function

github.com/SrainApp/srain - 97e2aa2a9137212ce62d65e48abcb21c07a98a2f authored about 8 years ago
Command error callback

github.com/SrainApp/srain - 58c5a5d906f19eb3b62963e0c8ed14df6ee04eea authored about 8 years ago
Fixed: add missing ignore/unignore command binds

github.com/SrainApp/srain - 0217ec8c15ddd1b567e960364b6d47b49530c169 authored about 8 years ago
Fixed: command_get_opt return 1 when option exist in command

- Rename SRVCommand -> Command

github.com/SrainApp/srain - eb786e505819cc552391ed74060deab2b990972e authored about 8 years ago
Update doc/commands.rst

github.com/SrainApp/srain - a27899c7b3278b25776eb202c87dabf5df123851 authored about 8 years ago
Rewrite src/srv/srv_session_cmd.c with new command parser

github.com/SrainApp/srain - 9bc3c3bb0de888805c3bcb196dc552a3b8003d0a authored about 8 years ago
New command parser for srain ;-)

github.com/SrainApp/srain - f0eb851cf93fd15230313b9b9ed30e782a01466a authored about 8 years ago
Doc: develop.md -> develop.rst

Some fix in commands.txt

github.com/SrainApp/srain - 72f48931ad7f0f5f1c909cce4b3040e99e3b4686 authored about 8 years ago
Fix rst format

thx @farseerfc and @lilydjwg

github.com/SrainApp/srain - 8ae053f7f7c37f8276db174587af45ef1da51479 authored about 8 years ago
Add doc/commands.rst

github.com/SrainApp/srain - be354d9760e7c25b66f7e3cb0f1c5dfad7c4ad11 authored about 8 years ago
Update doc: internal interface

github.com/SrainApp/srain - 8909bfcec7d431fa96b7520c598fa084696b75eb authored about 8 years ago
Update develop document

github.com/SrainApp/srain - fe75b9bb3cf19305ec34cd054e3ed3ff563e8d6d authored about 8 years ago
Change notify icon

github.com/SrainApp/srain - a2fcc432475c862a133a0b23c44f4e718109634b authored over 8 years ago
Merge branch 'master' of github.com:LastAvenger/srain

github.com/SrainApp/srain - 69acfbabadb4a3784458ca037f20fa82c9b22559 authored over 8 years ago
Change notify timeout and icon

github.com/SrainApp/srain - 01566587647eb96cbbcce648b00d94dac539c7d2 authored over 8 years ago
Merge pull request #43 from rtlanceroad/gentoo-srain

fix gentoo installation

github.com/SrainApp/srain - d05d9d19c84cfe0973fade191da3139cd848ff0e authored over 8 years ago
fix gentoo installation

github.com/SrainApp/srain - 421fff9ffc215e970722ced641a334d35c7486db authored over 8 years ago
Update README.md

github.com/SrainApp/srain - 0c4b4db5634942f1b7424bbd07c2449fe5f13438 authored over 8 years ago
Create directory $XDG_CACHE_HOME/srain/avatars

github.com/SrainApp/srain - 208896ae9118c208f220855bc1c9871e24afeffc authored over 8 years ago
Free session in network loop

github.com/SrainApp/srain - 1ef7703cf94d232654e5b17fd6199dcd18d7f10b authored over 8 years ago
PART message doesn't contain reason

github.com/SrainApp/srain - c2bb281085e43d2f3e00ba6914e43e6affeb3b50 authored over 8 years ago
src/ui/theme.c: Free theme_file

github.com/SrainApp/srain - 790f1a8ecc0b3449bdcc18448f12a99d3e81eacc authored over 8 years ago
Update translation

github.com/SrainApp/srain - eba09f3c351d74f8c6af558a5925fd00a6d2e4cb authored over 8 years ago
nick_menu: add ignore menu item; add menu item shortcut

github.com/SrainApp/srain - 7f50e7dcf362ad52cdb10f2a4f805e36bc1975ed authored over 8 years ago
Fiexd: strncpy buffer overflow, thx @xeirrr

github.com/SrainApp/srain - f9f1a5572b6d27f0dcd025499bbbb754e5c187dc authored over 8 years ago
Update Makefile.in

github.com/SrainApp/srain - 3ac99b6b91235a80b83be718f77db9051928ef5e authored over 8 years ago
Update README.md

github.com/SrainApp/srain - 3d33fc7ae08089b8f1062f687b5f3d8f3293e69a authored over 8 years ago
Query only one WHO message to one nick

- data/plugins/{avatar.py,upload.py}: Increase timeout

github.com/SrainApp/srain - 1575814ca930d1bc131a403d67ed58d689b319ae authored over 8 years ago
Some bugs fixed

- src/rc.c: Show error messsage if command failed
- src/ui/srain_chat.c: Fix disabled input_entr...

github.com/SrainApp/srain - 6af77e1eb9ebcecef6b63861acbcde2834647ac7 authored over 8 years ago
Add sidebar popup menu

github.com/SrainApp/srain - e2586782a93386462697e13b594225b655ef4de3 authored over 8 years ago
Reduce the times of WHO query; Show unhandleable irc message correctly

github.com/SrainApp/srain - 6697d3cfa15d591cca3dc4c9ff6863fe710d49e5 authored over 8 years ago