Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | mucwin_show_occupants takes ProfMucWin | James Booth | 2015-11-02 | 1 | -4/+6 | |
| | ||||||
* | mucwin_update_occupants takes ProfMucWin | James Booth | 2015-11-02 | 1 | -4/+6 | |
| | ||||||
* | Added assert to mucwin_info | James Booth | 2015-11-02 | 1 | -0/+2 | |
| | ||||||
* | mucwin_role_set_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -5/+5 | |
| | ||||||
* | mucwin_affiliation_set_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -5/+5 | |
| | ||||||
* | Added assert to mucwin_show_role_list | James Booth | 2015-11-02 | 1 | -1/+3 | |
| | ||||||
* | mucwin_handle_role_list takes ProfMucWin | James Booth | 2015-11-02 | 1 | -20/+20 | |
| | ||||||
* | mucwin_role_list_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -5/+5 | |
| | ||||||
* | Added assert to mucwin_show_affiliation_list | James Booth | 2015-11-02 | 1 | -0/+2 | |
| | ||||||
* | mucwin_handle_affiliation_list takes ProfMucWin | James Booth | 2015-11-02 | 1 | -15/+15 | |
| | ||||||
* | mucwin_affiliation_list_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -5/+5 | |
| | ||||||
* | mucwin_broadcast takes ProfMucWin | James Booth | 2015-11-02 | 1 | -15/+13 | |
| |