Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -1/+0 |
| | |||||
* | Change ui_win_has_attention() logic | Michael Vetter | 2021-05-31 | 1 | -3/+5 |
| | |||||
* | Attention flag - Implemented Alt+m | DebXWoody | 2021-05-29 | 1 | -0/+12 |
| | |||||
* | Have separate settings for intype | Michael Vetter | 2021-05-08 | 1 | -7/+11 |
| | | | | | | | | | | Old: `/intype on|of` Typing information is printed in console and titlebar. New: `/intype titlebar|console on|off` Typing information can be configured in more detail. Regards https://github.com/profanity-im/profanity/issues/1516 | ||||
* | Update ui_ask_password to support confirmation | Thorben Günther | 2021-03-11 | 1 | -2/+6 |
| | | | | | Just prints a different string to console. Useful for changing passwords or account registration. | ||||
* | Draw wintitle using fputs and fprintf instead of /bin/echo. | Akce | 2021-02-28 | 1 | -25/+8 |
| | |||||
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -2/+1 |
| | | | | We require c99/gnu99 anyways. | ||||
* | Basic support for building on NetBSD. | nia | 2020-09-04 | 1 | -0/+2 |
| | | | | | | - Add NetBSD as a recognized platform without -ldl. - Allow building with NetBSD libcurses instead of ncurses. - Portability to NetBSD sh - use POSIX '=' instead of '=='. | ||||
* | Dont hilight console once all messages have been read | Michael Vetter | 2020-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | If we receive a message we get: << room message: eagle@conference.anoxinon.me (win 2) Same for private chats and regular chats. And several other kinds of notifications. If we only receive notifications from a chat window it would be nice to also clear the hilight on the console window since we already catched up by reading the actual message in the chat window. Probably not the best description :-) I hope you get it.. Regards https://github.com/profanity-im/profanity/issues/1399 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -174/+173 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -183/+184 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -184/+183 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -2/+2 |
| | | | | | It just does a free. Related to b580b9ef119045f142fa4baa9689a1c5ce8864ef | ||||
* | ui_room_join() dont get nick twice | Michael Vetter | 2020-04-20 | 1 | -1/+0 |
| | |||||
* | Allow utf8 symbols as omemo/pgp/otr indicator char | Michael Vetter | 2020-02-20 | 1 | -34/+34 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1264 | ||||
* | Change theme handling | Michael Vetter | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | So far when loading a theme it also overwrote the preferences the user set. Lengthy discussion can be found at https://github.com/profanity-im/profanity/issues/1077 Now we use `/theme load themename` to load the [colours] part of a themem only. `/theme full-load themename` will load the complete theme including preferences set in there. Regards https://github.com/profanity-im/profanity/issues/1077 | ||||
* | separator: Enable for MUC and PRIVWIN too | Michael Vetter | 2019-12-13 | 1 | -9/+26 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1238 | ||||
* | Initial work on last-read-position feature | Michael Vetter | 2019-12-13 | 1 | -0/+8 |
| | | | | | | | | Print dashes on the position we last left off in a chat window. So far the number of dashes is hardcoded, and the feature only works in chat windows. Regards https://github.com/profanity-im/profanity/issues/1238 | ||||
* | Dont print error message if a valid setting function is called | Michael Vetter | 2019-12-12 | 1 | -1/+0 |
| | | | | | | | | This is because the actual command that parses itself (cmd_logging) returns false if it didn't get the expected parameters. Handing the printing however is done by another function. This function is added to the Command struct as setting_function. So if this is set, and the actual command returns false. We should just call the setting_function and not print the error message. Fix https://github.com/profanity-im/profanity/issues/1237 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Reduce scope of num in ui_print_system_msg_from_recipient() | Michael Vetter | 2019-07-22 | 1 | -3/+1 |
| | |||||
* | Add OMEMO policy | Paul Fariello | 2019-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | There is 3 policy: - manual: OMEMO session are only started manually - automatic: OMEMO session are only started if they have been started manually before - always: OMEMO session are always started unless they have been ended manually before Closes #1040 and fixes #1052 | ||||
* | Fix use after free bug | David Baer | 2019-03-22 | 1 | -5/+5 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -10/+10 |
| | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | Use jid prefs in statusbar | James Booth | 2018-03-10 | 1 | -2/+2 |
| | |||||
* | WIP add self prefs for statusbar | James Booth | 2018-03-10 | 1 | -10/+6 |
| | |||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -10/+14 |
| | |||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -9/+11 |
| | |||||
* | Add time to status bar | James Booth | 2018-03-07 | 1 | -1/+2 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Check roster contact before displayng typing notification | James Booth | 2017-01-23 | 1 | -2/+6 |
| | | | | fixes #896 | ||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -5/+1 |
| | | | | issue #880 | ||||
* | Remove unused functions | James Booth | 2016-10-16 | 1 | -18/+0 |
| | |||||
* | Remove ui_current_print_formatted_line | James Booth | 2016-10-16 | 1 | -13/+0 |
| | |||||
* | Remove ui_current_print_line | James Booth | 2016-10-16 | 1 | -14/+1 |
| | |||||
* | Add win_append | James Booth | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Add win_appendln | James Booth | 2016-10-15 | 1 | -3/+2 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -35/+35 |
| | |||||
* | Remove ui_current_error_line | James Booth | 2016-10-15 | 1 | -7/+0 |
| | |||||
* | Remove ui_win_error_line | James Booth | 2016-10-15 | 1 | -6/+0 |
| | |||||
* | Use win_printf_line instead of win_println | James Booth | 2016-10-15 | 1 | -3/+3 |
| | |||||
* | Use win_printf_line where appropriate | James Booth | 2016-10-15 | 1 | -23/+23 |
| | |||||
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -12/+12 |
| | |||||
* | Add win_printf_line | James Booth | 2016-10-14 | 1 | -9/+9 |
| | |||||
* | Always use string format in win_printf | James Booth | 2016-10-12 | 1 | -7/+7 |
| | |||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -15/+15 |
| | |||||
* | Rename win_vprint -> win_printf | James Booth | 2016-10-11 | 1 | -23/+23 |
| | |||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -1/+1 |
| |