Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed ui_room_hide_occupants -> mucwin_hide_occupants | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed mucwin_occupants -> mucwin_show_occupants | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_room_show_occupants -> mucwin_occupants | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_room_update_occupants -> mucwin_update_occupants | James Booth | 2015-11-01 | 1 | -2/+2 | |
| | ||||||
* | Renamed ui_show_room_info -> mucwin_info | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_show_room_role_list -> mucwin_show_role_list | James Booth | 2015-11-01 | 1 | -3/+3 | |
| | ||||||
* | Renamed ui_show_room_affiliation_list -> mucwin_show_affiliation_list | James Booth | 2015-11-01 | 1 | -4/+4 | |
| | ||||||
* | Renamed ui_room_roster -> mucwin_roster | James Booth | 2015-11-01 | 1 | -4/+4 | |
| | ||||||
* | Removed ui_open_xmlconsole_win() | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Removed ui_create_xmlconsole_win() | James Booth | 2015-11-01 | 1 | -1/+2 | |
| | ||||||
* | Removed ui_xmlconsole_exists | James Booth | 2015-11-01 | 1 | -3/+4 | |
| | ||||||
* | Removed ui_input_nonblocking() | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Added /subject edit <subject> | James Booth | 2015-10-29 | 1 | -0/+9 | |
| | ||||||
* | Added /subject prepend <text> | James Booth | 2015-10-29 | 1 | -0/+17 | |
| | ||||||
* | Added /subject append <text> | James Booth | 2015-10-29 | 1 | -0/+17 | |
| | ||||||
* | Renamed ui_new_chat_win -> chatwin_new | James Booth | 2015-10-27 | 1 | -3/+3 | |
| | ||||||
* | Renamed chatwin OTR functions | James Booth | 2015-10-27 | 1 | -5/+5 | |
| | ||||||
* | Removed ui_events module | James Booth | 2015-10-27 | 1 | -2/+1 | |
| | ||||||
* | Removed ui_ev_new_chat_win | James Booth | 2015-10-27 | 1 | -3/+3 | |
| | ||||||
* | Removed ui_ev_focus_win | James Booth | 2015-10-27 | 1 | -7/+7 | |
| | ||||||
* | remaining otr functions take ProfChatWin | James Booth | 2015-10-27 | 1 | -2/+2 | |
| | ||||||
* | ui_gone_insecure takes ProfChatWin | James Booth | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | ui_gone_secure takes ProfChatWin | James Booth | 2015-10-26 | 1 | -2/+2 | |
| | ||||||
* | Removed ui_about() function | James Booth | 2015-10-26 | 1 | -1/+2 | |
| | ||||||
* | Fixed spelling mistake | James Booth | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | Applied coding style to commands.c | James Booth | 2015-10-25 | 1 | -95/+94 | |
| | ||||||
* | Merge remote-tracking branch 'jubalh/jub' | James Booth | 2015-10-24 | 1 | -6/+3 | |
|\ | ||||||
| * | Remove double declaration and reduce scope of pcontact | Michael Vetter | 2015-10-09 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | In command/commands.c you declare pcontact at the top of the function. Later in one case you declare it again and use it in a small scope. And in the same function you use it again this time from the first declaration. I think you intended only declaring it one time. At first I thought about top of the function because its easier to find. Then I saw that you declare "Jid jid" not at the top too, and I think for the sake of reducing scope it is better. So I went for this approach. | |||||
* | | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -3/+23 | |
| | | ||||||
* | | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH | James Booth | 2015-10-18 | 1 | -3/+3 | |
| | | ||||||
* | | Implemented /script show | James Booth | 2015-10-17 | 1 | -0/+4 | |
| | | ||||||
* | | Implemented /script list | James Booth | 2015-10-17 | 1 | -0/+4 | |
| | | ||||||
* | | Added /script run | James Booth | 2015-10-15 | 1 | -0/+16 | |
| | | ||||||
* | | Allow /lastactivity on|off when not connected | James Booth | 2015-10-15 | 1 | -4/+4 | |
| | | ||||||
* | | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -0/+7 | |
| | | ||||||
* | | Added /lastactivity on|off | James Booth | 2015-10-14 | 1 | -2/+7 | |
| | | ||||||
* | | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 1 | -0/+2 | |
| | | | | | | | | Issue #616 | |||||
* | | Fixed closing room config windows | James Booth | 2015-10-13 | 1 | -1/+4 | |
| | | ||||||
* | | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 1 | -8/+3 | |
|/ | ||||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 1 | -9/+99 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 1 | -1/+18 | |
| | ||||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 1 | -0/+25 | |
| | ||||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -79/+76 | |
| | ||||||
* | Removed redundant last activity setter | James Booth | 2015-09-25 | 1 | -1/+0 | |
| | ||||||
* | Save last activity to account on disconnect | James Booth | 2015-09-25 | 1 | -0/+1 | |
| | ||||||
* | Added /tls revoke | James Booth | 2015-09-24 | 1 | -0/+14 | |
| | ||||||
* | Show trusted certificate fingerprint first | James Booth | 2015-09-24 | 1 | -3/+3 | |
| | ||||||
* | Added /tls trusted command | James Booth | 2015-09-24 | 1 | -0/+34 | |
| | ||||||
* | Perform directory exists check before setting TLS cert path | James Booth | 2015-09-23 | 1 | -2/+7 | |
| | ||||||
* | Added TLS trusted certificate path preference | James Booth | 2015-09-23 | 1 | -2/+30 | |
| |