about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow room display properies to be set by pluginsJames Booth2017-01-2012-15/+310
* Allow chat prefix char to be set by pluginsJames Booth2017-01-2010-3/+277
* Add titlebar encryption text to plugins apiJames Booth2017-01-1911-14/+168
* Fix conditional compileJames Booth2017-01-181-0/+4
* Add prof.encryption_reset to Plugins APIJames Booth2017-01-186-0/+54
* Fix compileJames Booth2017-01-161-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-1511-29/+38
* Remove unused functionJames Booth2016-11-243-12/+0
* Fix help tags for /accountJames Booth2016-11-231-1/+1
* Allow clearing account resourceJames Booth2016-11-2214-38/+72
* Fix typoJames Booth2016-11-201-1/+1
* Use server features for account muc serviceJames Booth2016-11-209-91/+128
* Add get_room_nick to plugins apiJames Booth2016-11-066-0/+41
* Added main.help.header theme optionFrank Zschockelt2016-10-294-11/+14
* Fix typoJames Booth2016-10-291-1/+1
* Add /tls certpath defaultJames Booth2016-10-176-5/+53
* Remove unused functionsJames Booth2016-10-161-18/+0
* Remove ui_current_print_formatted_lineJames Booth2016-10-163-42/+28
* Remove ui_current_print_lineJames Booth2016-10-163-81/+67
* Remove unused function prototypesJames Booth2016-10-161-2/+0
* Remove unused function prototypeJames Booth2016-10-161-2/+0
* Remove cons_show_wordJames Booth2016-10-162-8/+0
* Remove cons_show_timeJames Booth2016-10-162-8/+0
* Rename buffer functionsJames Booth2016-10-163-22/+22
* Fix win_append buffer pushJames Booth2016-10-151-1/+1
* Add win highlight fuctionsJames Booth2016-10-154-34/+126
* Use varargs in win_println_indentJames Booth2016-10-153-9/+23
* Add win_print_historyJames Booth2016-10-154-2/+23
* Use win_print_outgoing for carbonsJames Booth2016-10-151-1/+1
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-154-6/+6
* Add win_print_outgoingJames Booth2016-10-154-2/+24
* Add win_appendJames Booth2016-10-156-87/+110
* Add win_appendlnJames Booth2016-10-157-64/+81
* Add win_printJames Booth2016-10-1514-346/+376
* Rename win_println -> win_println_indentJames Booth2016-10-153-3/+3
* Remove win_vprintln_chJames Booth2016-10-154-46/+33
* Remove ui_current_error_lineJames Booth2016-10-152-8/+0
* Remove ui_win_error_lineJames Booth2016-10-153-9/+2
* Use win_printf_line instead of win_printlnJames Booth2016-10-155-30/+30
* Remove whitespaceJames Booth2016-10-151-1/+0
* Rename win_get_string -> win_to_stringJames Booth2016-10-153-3/+3
* Use win_printf_line where appropriateJames Booth2016-10-158-105/+105
* Add ch arg to win_printf_lineJames Booth2016-10-1512-123/+123
* Use THEME_DEFAULTJames Booth2016-10-147-120/+120
* Add win_printf_lineJames Booth2016-10-1412-116/+118
* Always use string format in win_printfJames Booth2016-10-129-63/+63
* Add win_printf_lineJames Booth2016-10-123-3/+23
* Remove args from win_print_with_receiptJames Booth2016-10-113-15/+9
* Add win_print_http_uploadJames Booth2016-10-113-1/+11
* Remove win_print, use win_printf insteadJames Booth2016-10-1112-241/+230