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

chat_get_user(): Return chat->user if the nick is yours

github.com/SrainApp/srain - dea4ec75a0fa8f3457e2a860b272453ea4075228 authored over 7 years ago
Change server ping time interval

github.com/SrainApp/srain - 299460f975069e2eea3756e046d4e505b00d9480 authored over 7 years ago
Sirc: reject invaild certificate if SIRC_SESSION_SSL_NOTVERIFY not set

github.com/SrainApp/srain - ebf9f938496154d1c96d36c66ee6266b34476523 authored over 7 years ago
Sirc: DISCONNECT event may have a resaon in `msg` parameter

github.com/SrainApp/srain - 8a38970e5bad9612b0f63fbd40ff5800003f3ac4 authored over 7 years ago
Fixed: on_command_connect: wait until server registered

- Server: add server_is_regiesterd() and server_wait_until_registered()

github.com/SrainApp/srain - 1a0c81bbf5a15b308804ab60bc9bd1bb5bd72615 authored over 7 years ago
Server: add sirc error event callbacks

- Fixed: wrong signature of sirc {PING,PONG} event in server irc event
- Add some comments about...

github.com/SrainApp/srain - 48d044ad6e312bbfb4cfa9ef8fdf0fd085906cbf authored over 7 years ago
Ignore user by UI event, unignore is not supported yet

github.com/SrainApp/srain - 4cc5a1ec02a64d0b2c7e3d6190075ea0356a36ec authored over 7 years ago
Sui: Add completion interface; Add completion for commands and chat name

github.com/SrainApp/srain - bf6a69f71a004995e597fbd45c1751dcdc514ef7 authored over 7 years ago
Update Chinese translation

github.com/SrainApp/srain - 26ab10f7dd0bf1b725482fa38691c0fccf68ddf9 authored over 7 years ago
Server password support

github.com/SrainApp/srain - b4b0604c9ffc4f3f50fbcd22a0f98d0d59db5f95 authored over 7 years ago
Update po files

github.com/SrainApp/srain - 862318cf556aaa030c815c33cba6b43b608e1973 authored over 7 years ago
Sui: "Description" -> "Realname" in connection popover

github.com/SrainApp/srain - 3514334cf41dc7b164c79839f8b47ddc0b881a57 authored over 7 years ago
Fixed: logic of change nickname

- Add registered flag for Server
- Donot use user list in SUI_SESSION_SERVER and SUI_SESSION_DIALOG

github.com/SrainApp/srain - 3a20ac069fbe09560c253e247493e2f40d439580 authored over 7 years ago
Fixed connection popover; ServerInfo requires a SircSessionFlag now

github.com/SrainApp/srain - 0098311ee0dbfe6e2a00452e546c5bec551a06f5 authored over 7 years ago
Update CHANGELOG.rst

github.com/SrainApp/srain - b01093e0d2be03b3cb73d1419251adcb4e89ba07 authored over 7 years ago
Rename CHANGELOG.md => CHANGELOG.rst

github.com/SrainApp/srain - cf9fe643bae12c81e79b629704e53a71e2b6d56d authored over 7 years ago
Fixed: check SrainChat pointer when click "Join" button

github.com/SrainApp/srain - 8466f695350212e50e22139f58540eaf2ab049be authored almost 8 years ago
Revert "sui_gtk: Add start popover menu"

This reverts commit 970e711540cb2f216d0df5205b622c87cb6885ae.

github.com/SrainApp/srain - c4f50bf764b76b059a80bde75f831a9995870a0f authored almost 8 years ago
Fixed: /unrignore doesn't need a pattern

github.com/SrainApp/srain - f6daddc39f599bcae9e29bf391fba1434542a498 authored almost 8 years ago
Fixed: wrong condition in chat_add_error_message()

github.com/SrainApp/srain - e1cd36241d8848933f22fec738335fd5006f4675 authored almost 8 years ago
Correction mention and notify logic and misc changes:

- Remove unused SrainMsgFlag
- sui_message_append_message() requires a SuiSession
- Add sui_mess...

github.com/SrainApp/srain - c0741b09fa1221130837ad56e14b7a17ed6a3de6 authored almost 8 years ago
SUI: Add sui_message_set_time()

github.com/SrainApp/srain - cdd42b0bfb4ca76d360f4467abc7455ca4436fd4 authored almost 8 years ago
SIRC: replacing network thread with async functions in main thread

github.com/SrainApp/srain - 8274d498c6139926f12f624eda86ebcdd6430d10 authored almost 8 years ago
Fixed: merge message with same dname

github.com/SrainApp/srain - 8eaacef9a4df05a11d27d741a20bef4380dc1de6 authored almost 8 years ago
Fix message merge

Two message sent in 60 seconds, with same type, same sender can be merge on UI

github.com/SrainApp/srain - 94e5e9d9e02d346b9b3c74a6c744e260e24cc5a6 authored almost 8 years ago
Rejoin all channels after reconnected

github.com/SrainApp/srain - bc8d3e8445edee0e81305cc0c76272794c8081ed authored almost 8 years ago
Add "suggestion-action" style to image preview button

github.com/SrainApp/srain - 502185ef152dd9f0042571826ec0f3b764e26bcd authored almost 8 years ago
Fixed: typo in SRAIN_IS_MSG

github.com/SrainApp/srain - 12254e58b7a101ed3a67548c7fa56f7f2719dbcb authored almost 8 years ago
Buggy reconnect

github.com/SrainApp/srain - 2e5c706e5ab8ec98b35da51bfb39d167ed88dc81 authored almost 8 years ago
Auto reconnect when ping time out

- SIRC: Add {PING, PONG} event
- SIRC: Toggle DISCONNECT event when irc_disconnect()
- Add utils...

github.com/SrainApp/srain - 950a2500b32c57972e2491cd57bd924e11b6fa51 authored almost 8 years ago
SIRC: callback pointers check

github.com/SrainApp/srain - a5af0866b311661a589b51b140da0f4ae779ce78 authored almost 8 years ago
SIRC: Add callbacks for PING/PONG/ERROR event and UNKNOWN event fallback

github.com/SrainApp/srain - c95a1685a1fd221cc896a695a4d0c0683c09f8d6 authored almost 8 years ago
SIRC: Process miscellaneous message in a general way

github.com/SrainApp/srain - cfa276e49200921ac6e8d23a6b07bb1f18323e62 authored almost 8 years ago
Fixed: do not show message content sent via `/msg` command

github.com/SrainApp/srain - ebd221ddaab0df0b2c6d1323dc1a961b9a55f6de authored almost 8 years ago
Add server chat judgment logic in chat_add_{sent,action}_message()

github.com/SrainApp/srain - 8e3921f370c823a103568667d660f2aa4c909b39 authored almost 8 years ago
Remove unused srv parameter from server_cmd()

- Use chat_add_xxx_message() in server_cmd.c

github.com/SrainApp/srain - 75efe8c101249c522789528eb741bd6e90554b21 authored almost 8 years ago
Show {ignore_regex,ignore_nick,relaybot} message in current chat

- src/server/chat.c: Free extra list in chat_free()

github.com/SrainApp/srain - b6e37d3e11cbf65f8fb544f8ec95562c33dd42b2 authored almost 8 years ago
Fixed image preview again

github.com/SrainApp/srain - 04b2bc464e56947e48781d3a96dd275f788b29b6 authored almost 8 years ago
Fixed: return after connect failed

github.com/SrainApp/srain - 980f43d81698a0194e214dc00149b99388db9862 authored almost 8 years ago
Remove unused code

github.com/SrainApp/srain - 5d33f540d00d9b66e3216f985f8c16db9683de10 authored almost 8 years ago
Create SrainXxxMsg object in sui_add_xxx_msg()

github.com/SrainApp/srain - 3fa472ea62bf1febdbe97c221dc60f5accb2995b authored almost 8 years ago
SUI: Add SuiMessage

github.com/SrainApp/srain - 7af432325569531b86e41e1f87fd1e3924abc039 authored almost 8 years ago
Update PACKAGE_DESC

github.com/SrainApp/srain - 887bf43b08334983d9f9f9835b6c20e19a4954bb authored almost 8 years ago
Clean up logs

github.com/SrainApp/srain - 9bcf6d88b5dbb4db5da6753b0e27537b78a85ad6 authored almost 8 years ago
Fixed: server error message fallback

github.com/SrainApp/srain - 09c82a69f7b064b0c72475f5884e4dee817f0d92 authored almost 8 years ago
Add member cur_chat for Server; Add event CUTOVER for SUI

github.com/SrainApp/srain - 472b6292f8138b2da639a18f3d8c71c74ca5bf07 authored almost 8 years ago
Add prefs.rst

github.com/SrainApp/srain - ee36711846822d2cf4abd2f77669b8ddf6ccbde7 authored almost 8 years ago
sirc: TLS(SSL) connection is supported again

ref: #35

github.com/SrainApp/srain - eb375f0ad088e8411c570d3896921a1f3000db25 authored almost 8 years ago
sirc: Use glib network functions

github.com/SrainApp/srain - 02bebd5339bf33a0a293873989cb142ee26ec113 authored almost 8 years ago
Fixed: UserType index

github.com/SrainApp/srain - c848fe053e2adabe32153fc324fc08517218fc1d authored almost 8 years ago
README.rst: add "Need Help?" section

github.com/SrainApp/srain - 46dfba473bd0075ba15fc67716f8195f4c4e7ea9 authored almost 8 years ago
Filter: Add chat log filter

- Fixed: set correct MessageType in message_new()
- Fixed: use chat_add_action_message() when ru...

github.com/SrainApp/srain - 0f31a41b3c549d1bef1736089e65608c42966657 authored almost 8 years ago
Ensure every Message have a corresponding Chat and User

- Ensure every Chat have a corresponding user
- Add refcount of User
- Add MessageType for Messa...

github.com/SrainApp/srain - c866f38d47bb310c497fa7f6c5174ba88dd3fb6a authored almost 8 years ago
Decorator: mach nick caseless in mention decorator

github.com/SrainApp/srain - a17a6eae922b7838d412c462db4be4c59414476c authored almost 8 years ago
Specified href for channel url in pango markup decorator

- Remove unused header file in mention decorator
- Host can be matched in pango markup decorator

github.com/SrainApp/srain - f6768b1060ed221acbc9100be6c49288a28ee1e0 authored almost 8 years ago
Add mention decorator

github.com/SrainApp/srain - 8fd02bdc5d9e7358e249e0813aec81b2847c18ad authored almost 8 years ago
Fixed: wrong SuiSession type of Server->Chat

github.com/SrainApp/srain - 4ce185d03d913e30c1320f240f89d36eba905418 authored almost 8 years ago
Strip xml tags in previewed message in SrainStackSideBar

github.com/SrainApp/srain - 24fdc1bcf478a2d0e620e374025814dae84ba7e4 authored almost 8 years ago
Fixed: match % in url

github.com/SrainApp/srain - 2ddddc67e2f3d0b1fdaa81032406a243fff90a13 authored almost 8 years ago
Fixed: decorate channel topic

github.com/SrainApp/srain - 50d2dd2ced52a95d7194a831a2c5079824fa3cdf authored almost 8 years ago
Update srainrc.example

github.com/SrainApp/srain - 8d5dacc1b2fdc6b8b052f5db4b19193925a0206a authored almost 8 years ago
Fixed: nick_filter should read nick from global igonre_nick_list

github.com/SrainApp/srain - 9d5b50950236b3e330279e2004c643c327723d77 authored almost 8 years ago
Command: /{,un}relay work now

- Rename bot2huname -> relay :-|
- Add `-cur` option for /{,un}relay command

github.com/SrainApp/srain - a84dcb54cdf27fc7face78aab35f44492f1e523e authored almost 8 years ago
Filter: Add regex_filter

github.com/SrainApp/srain - 234470474fa861b23241a2e9a215c2de13b68b63 authored almost 8 years ago
Add "-cur" option for ignore/unigore command

github.com/SrainApp/srain - 65d233106376f57faaf3d052b8b5e092033b79c1 authored almost 8 years ago
Fixed: Replacing GMutex with GRWLock as buffer lock

github.com/SrainApp/srain - 30924d4362c220badc50eef058448f84f9c0fbc1 authored almost 8 years ago
Filter: Add nick filter

github.com/SrainApp/srain - 0102f46a89cee0b77a21fd094e3f4fda8ab1f193 authored almost 8 years ago
Split chat_add_message() to chat_add_{sent,recv}_message()

github.com/SrainApp/srain - 396ff0216fd1dc365c2fe2f7013f9d3e2f952967 authored almost 8 years ago
Filter module prepare

github.com/SrainApp/srain - 651714236e849d9fbf446093c39ef976d2d323e2 authored almost 8 years ago
Change spacing of StarPopover

github.com/SrainApp/srain - 87b51ad2b3984529d45d601624af6732a97dc23d authored almost 8 years ago
New interface for add message: chat_add_xxx_message() :-X

github.com/SrainApp/srain - 7e51bf2a84927d065ad8d239fb429bcbcecff63c authored almost 8 years ago
Fixed some warnings

github.com/SrainApp/srain - fbb5989a7ecb082812e25ca418e1d0bc21710a90 authored almost 8 years ago
Store Server information in ServerInfo

github.com/SrainApp/srain - afa6ec10a26e45746c7c04cf630a4e3d52361338 authored almost 8 years ago
Store Chat and User pointer in Server

github.com/SrainApp/srain - f56d38f1b072ef2c98c8b42afb3f59e21906ab0b authored almost 8 years ago
Fixed: url inside xml tag should be escaped, don't free a matched url

github.com/SrainApp/srain - 474c91b6d8438e962c4016cfbbd7b4aeea8f1f21 authored almost 8 years ago
Decroator: Add pango_markup

github.com/SrainApp/srain - bbbf9cfa1b0bddd13cbae7c7922cbb6ce801464f authored almost 8 years ago
Misc fixes

github.com/SrainApp/srain - 183abbe4a00ad1a2f203f7232744a927bec3bfc9 authored almost 8 years ago
Fixed: Free a wrong pointer when handle CTCP event

github.com/SrainApp/srain - e5f3382e46b5231bc0facdd87c006cf7ac63615a authored almost 8 years ago
Fixed: Dont call SircEvents->disconnect when invoke sirc_disconnect()

- Fixed: Memory leak when failed to get socket
- Fixed: Wrong event name of SircEvents->disconne...

github.com/SrainApp/srain - 1ecfa02f8ea18575ccd5937d8b9b0b447eada718 authored almost 8 years ago
Fixed: Use GSList for Server->chat_list and Chat->user_list

github.com/SrainApp/srain - 1dc776426c2f072ea0ae354ff37262428744b5b8 authored almost 8 years ago
Fixed: Deref a uninitialzed pointer in server_ui_event_part()

github.com/SrainApp/srain - 570de5fe3873ab978af03ce544910c8ffe00ec90 authored almost 8 years ago
Refine server functions; Replacing GList with GSList

github.com/SrainApp/srain - 068c05d4e6f4b56b66abdad068afcccc0e9efebd authored almost 8 years ago
Decorator: bot2human

github.com/SrainApp/srain - 88162e71740f6c2a8c7c6e7a663ce3b514b0afc4 authored almost 8 years ago
Removed trailing whitespace; Add default QUIT reason

github.com/SrainApp/srain - 0d9f28864c8e4b4fedbd881a1837351613d77ac5 authored almost 8 years ago
Decorator: iterate on DecoratorFlag's bit

github.com/SrainApp/srain - 9ed568fad4b112cc9a41921d32c83d279b2052bf authored almost 8 years ago
Add sirc_utils; Fixed: rename user using new_nick

github.com/SrainApp/srain - 87a2475673d70d3e1b90d719352a5d1e403592f3 authored almost 8 years ago
Split get_server_and_chat() to ctx_get_{server,chat}()

github.com/SrainApp/srain - 111f87d59c81c3150ff9c3c4a8547b4eab51d4c7 authored almost 8 years ago
sui_gtk: Add start popover menu

github.com/SrainApp/srain - 970e711540cb2f216d0df5205b622c87cb6885ae authored almost 8 years ago
-std = c99 -> gnu99

github.com/SrainApp/srain - aad3ee25a73453fe14e170300616c4ceab0a9498 authored almost 8 years ago
Message decorator

github.com/SrainApp/srain - d28633270165e4b7473deedb6493e4511ca9115c authored almost 8 years ago
Let server command work again

github.com/SrainApp/srain - 9df24f4e37755f5caea104f5b3e471d76b2bda51 authored almost 8 years ago
IRC NICK event process

github.com/SrainApp/srain - 5de0c3ed7e38f0be1fb8697a13b6c56da2df04d7 authored almost 8 years ago
Misc

- src/Makefile: CFLAGS += -std=c99
- src/inc/log.h: Change log output prompt
- src/inc/server.h:...

github.com/SrainApp/srain - 6a7a0800fe1b1341ea50cf6e623b910d9657e704 authored almost 8 years ago
Use Chat->joined to control if a chat can be removed

- server/server_irc_event.c: umode and mode now accept variable param
count; fix event notice ...

github.com/SrainApp/srain - 47f3b1f5c73aef44fbd8757e2e835d580deec22a authored almost 8 years ago
SIRC: Dispatch user event and channel event to different callbacks

github.com/SrainApp/srain - 8d68d00523cae54bcc87ebc6f443f39acc26d2fc authored almost 8 years ago
Add SircSessionFlag for SircSession

- Check sirc->fd when session disconnect

github.com/SrainApp/srain - 9acb4cee58885c3fa30b90ef8bbf0c6ce2bda8a4 authored almost 8 years ago
Fixed: sirc_parse(): Don't split params when message have no params

github.com/SrainApp/srain - 5afbfe259608ce59710a7c32bd5819d4812c2854 authored almost 8 years ago
Fixed: WARN and ERR output

github.com/SrainApp/srain - 0e6947b3820c31949cbda1c193fe0a93ec5fb9fb authored almost 8 years ago
Add null parameters and debug output for event handler

- Add event case SUI_EVENT_{WHOIS,IGNORE}

github.com/SrainApp/srain - acf1694b1dbbe8e81737bdc1a1a7a0d50f73f7c7 authored almost 8 years ago
Parameters check of SUI

github.com/SrainApp/srain - 29a7762e811bd3a6264a28e0d3fc0379383c5002 authored almost 8 years ago