-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e6c3b7
commit f9dd442
Showing
52 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ PACKAGE_NAME = Srain | |
PACKAGE_BUILD = $(shell [ -d .git ] && \ | ||
git rev-parse --git-dir > /dev/null 2>&1 && \ | ||
echo -n -git@0.`git rev-list --count HEAD`.`git describe --always`) | ||
PACKAGE_VERSION = 0.06.1 | ||
PACKAGE_VERSION = 0.06.2 | ||
PACKAGE_AUTHOR = Shengyu Zhang | ||
PACKAGE_EMAIL = [email protected] | ||
PACKAGE_DESC = Modern, beautiful IRC client written in GTK+ 3. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Desktop Entry] | ||
Version=0.06.1 | ||
Version=0.06.2 | ||
Type=Application | ||
Name=Srain | ||
GenericName=Srain IRC client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file app-min.css | ||
* @brief Application minimal style, GTK+ >= 3.19 required | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-05-24 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file app.css | ||
* @brief Application style, GTK+ >= 3.19 required | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-05-24 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file command.c | ||
* @brief Simple line command interpreter | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-11-05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @brief Decorator is a mechanism for processing XML fromatted message in | ||
* flow style | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-05-06 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file mirc_colorize.c | ||
* @brief mIRC colorize decorator | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-08-27 | ||
* | ||
* ref: https://en.wikichip.org/wiki/irc/colors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file mirc_strip.c | ||
* @brief mIRC strip decorator | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-05-06 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file pango_markup.c | ||
* @brief Decorator for escaping message and render url | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-03-11 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file download.c | ||
* @brief Download file from a given url and save it to cache dir | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-18 | ||
* | ||
* TODO: Use libsoup instead | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file file_helper.c | ||
* @brief Get application data files' path | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-06-12 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file chat_log.c | ||
* @brief Message filter for chat logging | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-08-21 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @brief Filter is a mechanism for filtering XML fromatted message in | ||
* flow style | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-03-16 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file nick.c | ||
* @brief Nick filter | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-04-19 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @brief Regex message filter | ||
* @author Z.Wind.L <[email protected]> | ||
* Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-03-16 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file log.c | ||
* @brief A configurable logger | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-06-24 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file plugin.c | ||
* @brief Simple embedding python support | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-04-07 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file prefs.c | ||
* @brief Libconfig based configure file reader | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-05-14 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file rc.c | ||
* @brief Run command from file | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-01 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file ret.c | ||
* @brief Srain return value, which can carry message | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-07-13 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file server.c | ||
* @brief | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-07-19 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file server_cmd.c | ||
* @brief Line comand definitions and callbacks | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-07-26 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file server_irc_event.c | ||
* @brief Server IRC event callbacks | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-07-19 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file server_prefs.c | ||
* @brief Server Preference {con,de}structor | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-06-23 | ||
* | ||
* ServerPrefs ia a structure which store all informations required by a Server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file server_ui_event.c | ||
* @brief Server UI event callbacks | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-07-19 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file server_url.c | ||
* @brief IRC URL parse and perfrom | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-08-06 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file io_stream.c | ||
* @brief Unused GIOStream wrapper | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-04-11 | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file sirc.c | ||
* @brief Srain IRC library | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-02 | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file sirc_cmd.c | ||
* @brief IRC client commands | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-01 | ||
* | ||
* Originated from <https://github.com/Themaister/simple-irc-bot>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file sirc_event_hdr.c | ||
* @brief IRC event handler | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2017-01-28 | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file sirc_parse.c | ||
* @brief Raw IRC data parser | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-01 | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file srain.c | ||
* @brief Main function here | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-01 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file snotify.c | ||
* @brief Libnotify based desktop notification | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-08-26 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file srain_app.c | ||
* @brief Srain's application class implementation | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-01 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file srain_chat.c | ||
* @brief Srain's chat panel | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-01 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file completion.c | ||
* @brief GtkEntryCompletion wrapper for keywords completion | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-06-05 | ||
* | ||
* Normal GtkEntryCompletion can only do completion according | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file srain_image.c | ||
* @brief Widget which can load image from url asynchronously | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-04-01 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file srain_msg.c | ||
* @brief GtkWidget subclass used to display message | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-01 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file srain_msg_list.c | ||
* @brief A auto-scrolling, dynamic loading listbox used to display messages | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-05-19 | ||
* | ||
* Note: Unlike SrainUserList, SrainMagList is subclass of GtkScrolledWindow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @file srain_stack_sidebar.c | ||
* @brief A simplified, customized stacksidebar implementation | ||
* @author Shengyu Zhang <[email protected]> | ||
* @version 0.06.1 | ||
* @version 0.06.2 | ||
* @date 2016-03-06 | ||
* | ||
* Originated from <git.gnome.org/browse/gtk+/tree/gtk/gtkstacksidebar.c>. | ||
|
Oops, something went wrong.