log main.c @ 694:788a58dab07a

age author description
Sun, 05 Jan 2020 20:48:15 +0200 Matti Hamalainen th-libs function th_llist_free_func() was renamed to th_llist_free_func_data(). Fix references.
Sun, 05 Jan 2020 10:47:49 +0200 Matti Hamalainen Use TH_DIR_SEPARATOR_CHR instead of our own define.
Wed, 25 Dec 2019 15:40:35 +0200 Matti Hamalainen Free io context instead of just closing it.
Wed, 25 Dec 2019 15:18:47 +0200 Matti Hamalainen Use th_get_home_dir().
Wed, 25 Dec 2019 11:05:31 +0200 Matti Hamalainen Adjust to match th-libs API changes.
Wed, 25 Dec 2019 08:35:22 +0200 Matti Hamalainen Typofix in config file comments.
Mon, 09 Jul 2018 08:08:50 +0300 Matti Hamalainen Update to new th_io_fopen() API.
Mon, 09 Jul 2018 07:28:45 +0300 Matti Hamalainen Changed to conform to new th_stat_path() API.
Mon, 09 Jul 2018 05:59:13 +0300 Matti Hamalainen Fix an issue in editBuffer handling.
Mon, 04 Jun 2018 03:00:11 +0300 Matti Hamalainen Fix to match changes in th-libs API.
Sat, 30 Dec 2017 04:26:29 +0200 Matti Hamalainen Use th_free_r().
Wed, 09 Mar 2016 16:13:40 +0200 Matti Hamalainen Fix Windows builds.
Tue, 01 Mar 2016 17:21:52 +0200 Matti Hamalainen Fix to match th_args API.
Mon, 15 Feb 2016 07:04:48 +0200 Matti Hamalainen Bump copyrights.
Fri, 12 Feb 2016 03:06:40 +0200 Matti Hamalainen Silence a warning about unused function argument.
Fri, 12 Feb 2016 03:03:51 +0200 Matti Hamalainen Create configuration directory path if it does not yet exist when saving
Fri, 12 Feb 2016 03:03:17 +0200 Matti Hamalainen Use the new io context API.
Fri, 12 Feb 2016 03:02:12 +0200 Matti Hamalainen Two more generic functions were moved to th-libs, so factor out the
Fri, 12 Feb 2016 01:40:04 +0200 Matti Hamalainen Use TH_PLAT_WINDOWS for preprocessor conditionals.
Fri, 06 Feb 2015 23:04:24 +0200 Matti Hamalainen Update to match th-libs API changes. dev-1_5_2
Wed, 28 Jan 2015 13:00:00 +0200 Matti Hamalainen Change messages for join/part.
Wed, 28 Jan 2015 08:07:58 +0200 Matti Hamalainen Make browser a configurable setting (in addition to environment variable),
Mon, 26 Jan 2015 06:44:25 +0200 Matti Hamalainen Improve and fix XDG support.
Mon, 26 Jan 2015 06:44:05 +0200 Matti Hamalainen Cosmetics.
Mon, 26 Jan 2015 05:22:12 +0200 Matti Hamalainen Separate home dir and config dir functionality.
Wed, 07 Jan 2015 20:09:32 +0200 Matti Hamalainen Use ANSI C srand/rand() instead of POSIX srandom/random().
Wed, 07 Jan 2015 16:56:54 +0200 Matti Hamalainen Use th-libs functions.
Sat, 22 Nov 2014 23:38:57 +0200 Matti Hamalainen Update to work with changed th_args API. dev-1_5_0
Fri, 04 Jul 2014 02:18:52 +0300 Matti Hamalainen API changes in th_network module.
Wed, 25 Jun 2014 09:33:05 +0300 Matti Hamalainen Add proxy disable/enable setting.