Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed /time help examples | James Booth | 2015-11-08 | 1 | -3/+4 |
| | | | | fixes #650 | ||||
* | Added /account autocomplete for startscript property | James Booth | 2015-11-08 | 1 | -22/+31 |
| | |||||
* | Removed ui_new_private_win | James Booth | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Make all mucconfwin functions take ProfMucConfWin | James Booth | 2015-11-02 | 1 | -10/+10 |
| | |||||
* | Renamed mucconfwin functions | James Booth | 2015-11-02 | 1 | -27/+27 |
| | |||||
* | Removed ui_statusbar_new | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Removed ui_clear_win | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Removed ui_swap_wins | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Removed ui_tidy_wins | James Booth | 2015-11-02 | 1 | -3/+3 |
| | |||||
* | Renamed ui_switch_win -> ui_focus_win | James Booth | 2015-11-02 | 1 | -9/+9 |
| | |||||
* | mucwin_hide_occupants takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | mucwin_show_occupants takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | mucwin_update_occupants takes ProfMucWin | James Booth | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | mucwin_roster takes ProfMucWin | James Booth | 2015-11-01 | 1 | -4/+4 |
| | |||||
* | 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 missing config.h includes | James Booth | 2015-10-31 | 1 | -2/+2 |
| | |||||
* | Added /subject edit <subject> | James Booth | 2015-10-29 | 2 | -2/+54 |
| | |||||
* | Added /subject prepend <text> | James Booth | 2015-10-29 | 2 | -4/+24 |
| | |||||
* | Added /subject append <text> | James Booth | 2015-10-29 | 2 | -1/+21 |
| | |||||
* | 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.h | James Booth | 2015-10-25 | 1 | -85/+85 |
| | |||||
* | Applied coding style to commands.c | James Booth | 2015-10-25 | 1 | -95/+94 |
| | |||||
* | Applied coding style to command.h | James Booth | 2015-10-25 | 1 | -9/+9 |
| | |||||
* | Applied coding style to command.c | James Booth | 2015-10-25 | 1 | -110/+110 |
| | |||||
* | 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 | 2 | -7/+100 |
| | | |||||
* | | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH | James Booth | 2015-10-18 | 1 | -3/+3 |
| | | |||||
* | | Added /script autocompletion | James Booth | 2015-10-17 | 1 | -2/+59 |
| | | |||||
* | | Implemented /script show | James Booth | 2015-10-17 | 1 | -0/+4 |
| | |