about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Collapse)AuthorAgeFilesLines
* Added /tls trustJames Booth2015-11-101-0/+14
|
* Show current TLS certificateJames Booth2015-11-101-20/+5
|
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-091-0/+37
|
* Store current TLS certificate fingerpint in memory for reconnectJames Booth2015-11-091-0/+1
|
* Removed ui_new_private_winJames Booth2015-11-051-1/+1
|
* Make all mucconfwin functions take ProfMucConfWinJames Booth2015-11-021-10/+10
|
* Renamed mucconfwin functionsJames Booth2015-11-021-27/+27
|
* Removed ui_statusbar_newJames Booth2015-11-021-1/+1
|
* Removed ui_clear_winJames Booth2015-11-021-1/+1
|
* Removed ui_swap_winsJames Booth2015-11-021-1/+1
|
* Removed ui_tidy_winsJames Booth2015-11-021-3/+3
|
* Renamed ui_switch_win -> ui_focus_winJames Booth2015-11-021-9/+9
|
* mucwin_hide_occupants takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_show_occupants takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_update_occupants takes ProfMucWinJames Booth2015-11-021-2/+2
|
* mucwin_roster takes ProfMucWinJames Booth2015-11-011-4/+4
|
* Renamed ui_room_hide_occupants -> mucwin_hide_occupantsJames Booth2015-11-011-1/+1
|
* Renamed mucwin_occupants -> mucwin_show_occupantsJames Booth2015-11-011-1/+1
|
* Renamed ui_room_show_occupants -> mucwin_occupantsJames Booth2015-11-011-1/+1
|
* Renamed ui_room_update_occupants -> mucwin_update_occupantsJames Booth2015-11-011-2/+2
|
* Renamed ui_show_room_info -> mucwin_infoJames Booth2015-11-011-1/+1
|
* Renamed ui_show_room_role_list -> mucwin_show_role_listJames Booth2015-11-011-3/+3
|
* Renamed ui_show_room_affiliation_list -> mucwin_show_affiliation_listJames Booth2015-11-011-4/+4
|
* Renamed ui_room_roster -> mucwin_rosterJames Booth2015-11-011-4/+4
|
* Removed ui_open_xmlconsole_win()James Booth2015-11-011-1/+1
|
* Removed ui_create_xmlconsole_win()James Booth2015-11-011-1/+2
|
* Removed ui_xmlconsole_existsJames Booth2015-11-011-3/+4
|
* Removed ui_input_nonblocking()James Booth2015-11-011-1/+1
|
* Added /subject edit <subject>James Booth2015-10-291-0/+9
|
* Added /subject prepend <text>James Booth2015-10-291-0/+17
|
* Added /subject append <text>James Booth2015-10-291-0/+17
|
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-271-3/+3
|
* Renamed chatwin OTR functionsJames Booth2015-10-271-5/+5
|
* Removed ui_events moduleJames Booth2015-10-271-2/+1
|
* Removed ui_ev_new_chat_winJames Booth2015-10-271-3/+3
|
* Removed ui_ev_focus_winJames Booth2015-10-271-7/+7
|
* remaining otr functions take ProfChatWinJames Booth2015-10-271-2/+2
|
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-261-1/+1
|
* ui_gone_secure takes ProfChatWinJames Booth2015-10-261-2/+2
|
* Removed ui_about() functionJames Booth2015-10-261-1/+2
|
* Fixed spelling mistakeJames Booth2015-10-261-1/+1
|
* Applied coding style to commands.cJames Booth2015-10-251-95/+94
|
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-241-6/+3
|\
| * Remove double declaration and reduce scope of pcontactMichael Vetter2015-10-091-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 propertyJames Booth2015-10-181-3/+23
| |
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-3/+3
| |
* | Implemented /script showJames Booth2015-10-171-0/+4
| |
* | Implemented /script listJames Booth2015-10-171-0/+4
| |
* | Added /script runJames Booth2015-10-151-0/+16
| |
* | Allow /lastactivity on|off when not connectedJames Booth2015-10-151-4/+4
| |