about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-4/+45
|
* Add win highlight fuctionsJames Booth2016-10-151-12/+12
|
* Add win_print_historyJames Booth2016-10-151-1/+1
|
* Add win_appendJames Booth2016-10-151-16/+16
|
* Add win_appendlnJames Booth2016-10-151-12/+11
|
* Add win_printJames Booth2016-10-151-77/+77
|
* Use win_printf_line where appropriateJames Booth2016-10-151-56/+56
|
* Add ch arg to win_printf_lineJames Booth2016-10-151-9/+9
|
* Use THEME_DEFAULTJames Booth2016-10-141-42/+42
|
* Add win_printf_lineJames Booth2016-10-141-9/+9
|
* Always use string format in win_printfJames Booth2016-10-121-11/+11
|
* Remove win_print, use win_printf insteadJames Booth2016-10-111-53/+53
|
* Rename win_vprint -> win_printfJames Booth2016-10-111-64/+64
|
* Tidy headersJames Booth2016-07-241-3/+3
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-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_messageJames Booth2016-04-081-0/+3
|
* Added whole word matches for room mentionJames Booth2016-04-071-26/+23
|
* Fixed cygwin compileJames Booth2016-02-281-0/+2
|
* Added missing stdlib.h includeJames Booth2016-02-241-0/+1
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Highlight longer triggers firstJames Booth2016-02-131-1/+21
|
* Highlight room trigger termsJames Booth2016-02-131-4/+67
|
* Added roommention.term theme optionJames Booth2016-02-101-1/+32
|
* Tidy handling room mention and room triggersJames Booth2016-01-241-3/+4
|
* Added roomtrigger colour themeJames Booth2016-01-241-0/+2
| | | | closes #717
* Added cons_show_incoming_room_message()James Booth2015-12-201-49/+0
|
* Tidy wins_create_summary()James Booth2015-11-291-0/+17
|
* Added room specific notify settingsJames Booth2015-11-281-1/+1
|
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-2/+6
|
* Tidy regular chat and room notificationsJames Booth2015-11-241-29/+14
|
* Added missing includeJames Booth2015-11-191-0/+1
|
* mucwin_hide_occupants takes ProfMucWinJames Booth2015-11-021-3/+5
|
* mucwin_show_occupants takes ProfMucWinJames Booth2015-11-021-4/+6
|
* mucwin_update_occupants takes ProfMucWinJames Booth2015-11-021-4/+6
|
* Added assert to mucwin_infoJames Booth2015-11-021-0/+2
|
* mucwin_role_set_error takes ProfMucWinJames Booth2015-11-021-5/+5
|
* mucwin_affiliation_set_error takes ProfMucWinJames Booth2015-11-021-5/+5
|
* Added assert to mucwin_show_role_listJames Booth2015-11-021-1/+3
|
* mucwin_handle_role_list takes ProfMucWinJames Booth2015-11-021-20/+20
|
* mucwin_role_list_error takes ProfMucWinJames Booth2015-11-021-5/+5
|
* Added assert to mucwin_show_affiliation_listJames Booth2015-11-021-0/+2
|
* mucwin_handle_affiliation_list takes ProfMucWinJames Booth2015-11-021-15/+15
|
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-021-5/+5
|
* mucwin_broadcast takes ProfMucWinJames Booth2015-11-021-15/+13
|
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-021-7/+5
|
* mucwin_subject takes ProfMucWinJames Booth2015-11-021-26/+24
|
* mucwin_requires_config takes ProfMucWinJames Booth2015-11-021-27/+21
|
* mucwin_message takes ProfMucWinJames Booth2015-11-021-10/+5
|