Ecosyste.ms: OpenCollective

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

github.com/SrainApp/srain

Modern IRC client written in GTK
https://github.com/SrainApp/srain

remove unused code

ec2296cba1a63b3399b9f0dbfe6e44aa3298488f authored almost 9 years ago
ui: let GtkRevealer show and hide online list

3d3a311a42cd87614411b3abd4aaaa65efdc64f8 authored almost 9 years ago
ui: image_window & detail_dialog refactor

d687cfe63630bf9053b8d5f96eef270cce3f1077 authored almost 9 years ago
ui: refactor ui_msg -> srain_msg

753009fac5fe5b21285680034ce948f23fafbb94 authored almost 9 years ago
ui: chan rewrite finished

a8bfc49d8b88c9613d1e528aa87b0defb225e511 authored almost 9 years ago
ui: refactor ui_chan.c -> srain_chan_box.c, not finished yet

1d7228670b86e565e0e1dc7dd3c2e09a0746811f authored almost 9 years ago
ui: add tray icon, through GtkStatusIcon is deprecated

ca8fa5cf4edd548b7458086b9dab2c8256d9bb7e authored almost 9 years ago
ui: rewrite ui_window.c in gtk style, add about dialog

evething will gone well?

c5fbf5dd9c5c74b844f903bd3fc9c79346d3afe2 authored almost 9 years ago
more simple makefile, remove duplicate code

74445d13e635c33c7094504b5f425d4722c48385 authored almost 9 years ago
ui: use GtkBox instead GtkHeaderBar and some misc change

af8d8dcc9f983ff33df44b66d538779417105ffd authored almost 9 years ago
add config.c: autorun command support

612283f98de67eeb685e5a70a56c11f6a9033324 authored almost 9 years ago
more command, rename again and again :(

8803478a9340bb8b2ceba5357dccf8a183f8c552 authored almost 9 years ago
srain.c::srain_cmd(): add three new command

irc/socket.c: add log
ui_chan.c: add ui_chan_get_cur() function

b1964a6d3e837c3c1ece7c8d80c640e36f525f8a authored almost 9 years ago
irc command support, unhappy :(

1169baff151a7f662cb8c120bc34abcc758f4315 authored almost 9 years ago
irc: combine irc_shell.c and irc_core.c

191137924cbc4dc8115915830dd447c4aaa1112a authored almost 9 years ago
ui: when bubble_msg_t.chan == '\0', chan is the visible one

5b9194c20029fc1bfca30c00b09d92b8c8f56dc0 authored almost 9 years ago
work with idles, everything is fine

29c92d2a56f5217a089c60b0043225f2eebe7503 authored almost 9 years ago
theme: add reset.css

330a9d7793a16b764c983b0ef0d5a27173dcc626 authored almost 9 years ago
work with online list logic, add idle.c

faf96e3725bb9e29a4d45264aa33cbff0e4bc476 authored almost 9 years ago
zero memory in srain_send()

929bd24ffc688af0c93d7267fe37b620d1b606fe authored almost 9 years ago
let srain_recv alloc mem for param then free it in idle func and etc.

- rename again: ui_session -> ui_chan: 不要强迫症了好不好 :(
- let all functions which maybe called as idl...

fe7dc0effc0c3aee225f567998218673452fb7ce authored almost 9 years ago
rename ui_chat -> ui_session

0afc835ccd806c0211c713e62b1a178ad42d6f1e authored almost 9 years ago
irc: add irc_parse.c

53910640508a2b85fd357be0c473edeadcc36d71 authored almost 9 years ago
add lock to bubble_msg_t, need to be reweite

10dd0b55512ace86f6121be5a4cc926935704591 authored almost 9 years ago
irc: close connection when quit

c41429116b039736195c7b4b591e87dd6a8f3843 authored almost 9 years ago
irc_recv(): recv only one message during one call

* ui_test.c: add ui_test
* rename SomeSturcture -> some_structure_t
* irc_cmd.h: add RFC magic nu...

e813377b9366dfa1078b70772031bb115831a19b authored almost 9 years ago
ui: GtkImage: icon-size = 0

12e4edc8c6aae5d94c7d2899f446c17736e5a6de authored almost 9 years ago
ui: clear input_entry's text after a message sent

244e56ddc171c9a1cc1749ca5373ba20ef0e5ce0 authored almost 9 years ago
irc: fix irc_parse():: trailing is delimited by "<space>:"

d506bbc1a39b651be35a431bd6fa45264909d68a authored almost 9 years ago
I AM A FOOLISH: fix a mistake :|

3ae88144b7c752198af5cce670a92e5caf14a698 authored almost 9 years ago
messy code :(

9163924c9dcd3a9c91c5c593722c9964b139ca3e authored almost 9 years ago
misc: rename i18n/ -> po/, add data directory

80aa7d95d7bdd4c405519d7f4cb57db9ad133deb authored almost 9 years ago
irc: rewirte irc_parse(), more powerful now

8fb6e117c368851bcfab115c3d5501208c392817 authored almost 9 years ago
irc: remove macro xxx_TOKEN

3711e678c848564930c5f9642022fa702383f63b authored almost 9 years ago
irc: work with irc_parse() and add irc_test.c, Roughly completed

f0919dd8e053b0a51fd7d5fbf7aa3487711d5613 authored almost 9 years ago
fix crash when received message (maybe

33afe43ac02dded104178d52ac61bb64c51c3519 authored almost 9 years ago
ui&irc: try to glue UI & IRC together, not finished yet

045915d2241f6e95e6ec6452e6419e4c0daf1dcc authored almost 9 years ago
irc: start working about irc

- borrow code form: github.com/Themaister/simple-irc-bot
- add printerr macro

fa5a5871ec4f72da9313b5bc78a3c68183f6ae27 authored almost 9 years ago
misc: modify log macro

593f6b9461daa27799250d6371f3b55512a1b1bd authored almost 9 years ago
ui: add image_window.galde, image can be viewed in fullscreen

- remove some unnecessary return value of callback function
- ui/msg_bubble.galde: add GtkEventBo...

ed7965ad3d659777f659b9555197a07ffbd24d22 authored almost 9 years ago
misc: add a simple log macro

4336c2c0daba6749172930c387bf81b45fd6bf30 authored almost 9 years ago
ui: add chat_send_button callback function

947ccbb9afaa35918af4900bbccc4dbde38a1a99 authored almost 9 years ago
fix #2 in a ugly way

9a02d500bcbd0c6d0c6fb94ad71da602cfa3a064 authored almost 9 years ago
ui: fix alignment of send_msg_bubble_box

c337991d5db4904883990de9bbd849a8ea5f657e authored almost 9 years ago
ui: send_image and recv_image work now, no finished yet

d6b55313284797b8c4ca1e2a334fb34af6d06a94 authored almost 9 years ago
ui: add detail_dialog and its callback func, uesd to show WHOIS message

61a148e5bee5caf43fdc168982db7d44298022a5 authored almost 9 years ago
misc: separating UI module

58d97f4bfa6d254c846b7dec32b00c9e77d5b135 authored almost 9 years ago
misc: fix tyop remove -> rm

0acd9a44ef1ddac66d71b5edafb2fe532baf05b3 authored almost 9 years ago
ui: add ui_online_list_xxx() function

0d5a2fa44c46f9a1079ed6bc73139800490d7ea9 authored almost 9 years ago
ui: add get_widget_by_name() to replace chat_list[]

- src/inc/ui.h: remove structure Chat

391830d28a512867799caf62430d8ea09a0dd44a authored almost 9 years ago
ui: add popmenu of msg_bubble and add func ui_rm_chat and etc.

* src/inc/ui.h: change structure of `Chan` and rename it to `Chat`
* src/ui.c:
- add popmenu ...

5a536f60e3bee9bafce6fda4107afcd89990722b authored almost 9 years ago
ui: ui logic implement

* function ui_xxx_msg() work now, no finished yet
* little change of glade file
* add Msgxxx data...

60759f5896fbacaf54c7e5eb738cacc3cbb11843 authored almost 9 years ago
ui: add send_msg_bubble recv_msg_bubble and sys_msg_bubble

6e0141f66f4514c6cc56660475044ad7866185a8 authored almost 9 years ago
misc: remove .ycm_extra_conf.py from git

0f11a0875ccf40c0d30eef1d87442111904027a3 authored almost 9 years ago
gtk3: add ui module, spilt ui from srain.c

looks like a IM now~

c46ebcb5d6cd132db6c17e45968ff38778856c96 authored almost 9 years ago
misc: update .gitignore

21e93bab753ae474ce0a5a6d2a930e65def5e7ee authored almost 9 years ago
i18n: add i18n.c and export function `i18n_init()`

d9d1ee984403db0b29bd5ba8e628f8115341e752 authored almost 9 years ago
gtk3: glade & css test

8b40d796559f036bc10fdf29e2cf2637a92f4562 authored almost 9 years ago
misc: add YCM configure file

010d598374b3c47cf222eb369bb704f42058e338 authored almost 9 years ago
gtk3: gtk test

48262f1d0768336f557cc103a924548f51a98d53 authored about 9 years ago
build i18n framework

804aa8eca3f1e8838ce0e06a7a1b24df3fff5ed3 authored about 9 years ago
Initial commit

8fac8ca33c7ff12bfdf1ef3a51a5ff93d59c231e authored about 9 years ago