Sat, 18 May 2019 20:41:52 +0200 Reordered some lines of code for clarity default tip
franky [Sat, 18 May 2019 20:41:52 +0200] rev 2347
Reordered some lines of code for clarity
Tue, 14 May 2019 22:19:33 +0200 Implemented another helper function jid_get_resource_name
franky [Tue, 14 May 2019 22:19:33 +0200] rev 2346
Implemented another helper function jid_get_resource_name
Sat, 11 May 2019 23:06:34 +0200 Try to simplify handle_messages()
franky [Sat, 11 May 2019 23:06:34 +0200] rev 2345
Try to simplify handle_messages()
Wed, 29 May 2019 21:08:59 +0200 Simplify Log_Win_Height calculation
franky [Wed, 29 May 2019 21:08:59 +0200] rev 2344
Simplify Log_Win_Height calculation
Tue, 28 May 2019 22:28:49 +0200 Hide the log window when log_win_height <= 0
franky [Tue, 28 May 2019 22:28:49 +0200] rev 2343
Hide the log window when log_win_height <= 0
Tue, 28 May 2019 20:57:35 +0200 Do not include status lines in Log_Win_Height
franky [Tue, 28 May 2019 20:57:35 +0200] rev 2342
Do not include status lines in Log_Win_Height
Sun, 19 May 2019 09:59:38 +0200 Don't remove otr policies if they match the default policy
franky [Sun, 19 May 2019 09:59:38 +0200] rev 2341
Don't remove otr policies if they match the default policy This was not neither obvious to the user nor documented.
Sun, 19 May 2019 09:45:53 +0200 Do also free pgp/otr settings
franky [Sun, 19 May 2019 09:45:53 +0200] rev 2340
Do also free pgp/otr settings
Sat, 18 May 2019 20:44:01 +0200 Implemented settings_free()
franky [Sat, 18 May 2019 20:44:01 +0200] rev 2339
Implemented settings_free() This removes many leaked memory messages from valgrind and thus makes it easier to read its output.
Sun, 12 May 2019 13:17:36 +0200 Don't try to inline public functions
franky [Sun, 12 May 2019 13:17:36 +0200] rev 2338
Don't try to inline public functions
Sun, 12 May 2019 11:32:30 +0200 Defined types shall end with "_t"
franky [Sun, 12 May 2019 11:32:30 +0200] rev 2337
Defined types shall end with "_t"
Sun, 12 May 2019 10:10:12 +0200 Remove support for libotr 3.x
franky [Sun, 12 May 2019 10:10:12 +0200] rev 2336
Remove support for libotr 3.x libotr 4.0.0 was released in 2012... There should be no distribution with a support lifecycle left that only packages libotr 3.x
Sat, 11 May 2019 22:36:30 +0200 Fix a typo
franky [Sat, 11 May 2019 22:36:30 +0200] rev 2335
Fix a typo
Mon, 17 Feb 2020 23:44:03 +0000 Fix multiple declarations issue with vi_mode
Andrey Utkin <andrey_utkin@gentoo.org> [Mon, 17 Feb 2020 23:44:03 +0000] rev 2334
Fix multiple declarations issue with vi_mode This fails compilation with GCC 10 or -fno-common in CFLAGS. Link: https://bugs.gentoo.org/707418
Mon, 17 Feb 2020 23:40:49 +0000 Fix multiple declarations issue with COLOR_ATTRIB
Andrey Utkin <andrey_utkin@gentoo.org> [Mon, 17 Feb 2020 23:40:49 +0000] rev 2333
Fix multiple declarations issue with COLOR_ATTRIB This fails compilation with GCC 10 or -fno-common in CFLAGS. Link: https://bugs.gentoo.org/707418
Mon, 25 Nov 2019 21:40:51 +0100 Link against tinfo _or_ tinfow
franky [Mon, 25 Nov 2019 21:40:51 +0100] rev 2332
Link against tinfo _or_ tinfow When linking againt libraries for wide characters, only libtinfow should be linked.
Wed, 04 Sep 2019 13:38:55 +0200 Add colorcli theme
Jonas Jared Jacek <mail@jonas.me> [Wed, 04 Sep 2019 13:38:55 +0200] rev 2331
Add colorcli theme
Fri, 10 May 2019 00:17:20 +0200 Check setting disable_random_resource correctly
franky [Fri, 10 May 2019 00:17:20 +0200] rev 2330
Check setting disable_random_resource correctly
Thu, 09 May 2019 23:18:15 +0200 Fix otr disconnected message for otrv4
franky [Thu, 09 May 2019 23:18:15 +0200] rev 2329
Fix otr disconnected message for otrv4
Thu, 09 May 2019 21:19:31 +0200 Fix roster colors, closes issue #60
franky [Thu, 09 May 2019 21:19:31 +0200] rev 2328
Fix roster colors, closes issue #60 According to the X/Open Curses standard Issue 4 v2, it is unspecified whether wattrset can change attributes except A_BLINK, A_BOLD, A_DIM, A_REVERSE, A_STANDOUT, A_UNDERLINE. Thus we should use wbkgdset() for changing colors.
Fri, 28 Sep 2018 17:56:42 +0200 Silence another compiler warning (-Wimplicit-fallthrough)
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Sep 2018 17:56:42 +0200] rev 2327
Silence another compiler warning (-Wimplicit-fallthrough)
Fri, 28 Sep 2018 06:45:58 +0200 Silence compiler warnings (-Wformat-truncation, -Wstringop-truncation)
Michał Kępień <bitbucket@kempniu.pl> [Fri, 28 Sep 2018 06:45:58 +0200] rev 2326
Silence compiler warnings (-Wformat-truncation, -Wstringop-truncation)
Mon, 24 Sep 2018 21:04:09 +0200 Prevent assigning negative values to unsigned variables
Michał Kępień <bitbucket@kempniu.pl> [Mon, 24 Sep 2018 21:04:09 +0200] rev 2325
Prevent assigning negative values to unsigned variables
Sun, 23 Sep 2018 22:52:29 +0200 Add support for displaying the number of unread messages for each roster entry
Michał Kępień <bitbucket@kempniu.pl> [Sun, 23 Sep 2018 22:52:29 +0200] rev 2324
Add support for displaying the number of unread messages for each roster entry
Thu, 22 Mar 2018 19:27:48 +0100 Make ignore file more compatible with gitignore format
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Mar 2018 19:27:48 +0100] rev 2323
Make ignore file more compatible with gitignore format
Thu, 22 Mar 2018 19:25:14 +0100 Add .gitignore for git mirrors
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Mar 2018 19:25:14 +0100] rev 2322
Add .gitignore for git mirrors Using a symlink to the .hgignore file, seems good.
Fri, 09 Feb 2018 09:34:47 +0100 Fix exiting from verbatim multiline mode
Michał Kępień <bitbucket@kempniu.pl> [Fri, 09 Feb 2018 09:34:47 +0100] rev 2321
Fix exiting from verbatim multiline mode
Sun, 25 Jun 2017 22:50:43 +0200 Fix bogus indent
Mikael Berthe <mikael@lilotux.net> [Sun, 25 Jun 2017 22:50:43 +0200] rev 2320
Fix bogus indent
Sun, 04 Jun 2017 23:51:53 +0200 Post-1.1.0 changes
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Jun 2017 23:51:53 +0200] rev 2319
Post-1.1.0 changes
Sun, 04 Jun 2017 23:39:31 +0200 Added signature for changeset 90b3e9876641
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Jun 2017 23:39:31 +0200] rev 2318
Added signature for changeset 90b3e9876641
(0) -1000 -300 -100 -50 -30 tip