Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename prof_message_t into ProfMessage | Paul Fariello | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Set foreground color for untrusted messages | Paul Fariello | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 1 | -15/+20 |
| | | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all. | ||||
* | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+1 |
| | | | | Like discussed with James. | ||||
* | Safe last MUC message timestamp per MUC | Michael Vetter | 2019-06-11 | 1 | -0/+2 |
| | | | | | | After pasis review of my code he thinks it's better to safe the timestamp per MUC so we can account for some problems that could occur with timing. | ||||
* | Handle MUC anonymous state when auto starting OMEMO | Paul Fariello | 2019-04-17 | 1 | -1/+1 |
| | | | | | | | When auto joining a MUC we don't have access to required information so we just don't start OMEMO at this time. Once we receive disco info we then try to start OMEMO. | ||||
* | Add OMEMO policy | Paul Fariello | 2019-04-17 | 1 | -0/+19 |
| | | | | | | | | | | | | 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 | ||||
* | Handle message without id in MUC | Paul Fariello | 2019-04-14 | 1 | -1/+1 |
| | | | | Some clients seems to send message without id. | ||||
* | Rework MUC reflected message filtering | Paul Fariello | 2019-04-10 | 1 | -2/+9 |
| | | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza. | ||||
* | Log and print outgoing encrypted message | Paul Fariello | 2019-04-10 | 1 | -11/+35 |
| | |||||
* | Fix /me display when highlighting user in MUCs | Michael Vetter | 2019-02-26 | 1 | -8/+14 |
| | | | | | Fixes https://github.com/boothj5/profanity/issues/950 Closes https://github.com/boothj5/profanity/pull/992 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Do not highlight room tab on subject change | James Booth | 2018-03-10 | 1 | -11/+0 |
| | |||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -6/+6 |
| | |||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -6/+6 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 1 | -4/+45 |
| | |||||
* | Add win highlight fuctions | James Booth | 2016-10-15 | 1 | -12/+12 |
| | |||||
* | Add win_print_history | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Add win_append | James Booth | 2016-10-15 | 1 | -16/+16 |
| | |||||
* | Add win_appendln | James Booth | 2016-10-15 | 1 | -12/+11 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -77/+77 |
| | |||||
* | Use win_printf_line where appropriate | James Booth | 2016-10-15 | 1 | -56/+56 |
| | |||||
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -9/+9 |
| | |||||
* | Use THEME_DEFAULT | James Booth | 2016-10-14 | 1 | -42/+42 |
| | |||||
* | 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 | -11/+11 |
| | |||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -53/+53 |
| | |||||
* | Rename win_vprint -> win_printf | James Booth | 2016-10-11 | 1 | -64/+64 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -3/+3 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -2/+2 |
| | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types. | ||||
* | Plugins: Added on_room_history_message | James Booth | 2016-04-08 | 1 | -0/+3 |
| | |||||
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 1 | -26/+23 |
| | |||||
* | Fixed cygwin compile | James Booth | 2016-02-28 | 1 | -0/+2 |
| | |||||
* | Added missing stdlib.h include | James Booth | 2016-02-24 | 1 | -0/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Highlight longer triggers first | James Booth | 2016-02-13 | 1 | -1/+21 |
| | |||||
* | Highlight room trigger terms | James Booth | 2016-02-13 | 1 | -4/+67 |
| | |||||
* | Added roommention.term theme option | James Booth | 2016-02-10 | 1 | -1/+32 |
| | |||||
* | Tidy handling room mention and room triggers | James Booth | 2016-01-24 | 1 | -3/+4 |
| | |||||
* | Added roomtrigger colour theme | James Booth | 2016-01-24 | 1 | -0/+2 |
| | | | | closes #717 | ||||
* | Added cons_show_incoming_room_message() | James Booth | 2015-12-20 | 1 | -49/+0 |
| | |||||
* | Tidy wins_create_summary() | James Booth | 2015-11-29 | 1 | -0/+17 |
| | |||||
* | Added room specific notify settings | James Booth | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | Only show reminder notifications when notifications are enabled | James Booth | 2015-11-25 | 1 | -2/+6 |
| | |||||
* | Tidy regular chat and room notifications | James Booth | 2015-11-24 | 1 | -29/+14 |
| | |||||
* | Added missing include | James Booth | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | mucwin_hide_occupants takes ProfMucWin | James Booth | 2015-11-02 | 1 | -3/+5 |
| |