about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* 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 missing config.h includesJames Booth2015-10-311-2/+2
* Added /subject edit <subject>James Booth2015-10-292-2/+54
* Added /subject prepend <text>James Booth2015-10-292-4/+24
* Added /subject append <text>James Booth2015-10-292-1/+21
* 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.hJames Booth2015-10-251-85/+85
* Applied coding style to commands.cJames Booth2015-10-251-95/+94
* Applied coding style to command.hJames Booth2015-10-251-9/+9
* Applied coding style to command.cJames Booth2015-10-251-110/+110
* 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
* | Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-7/+100
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-3/+3
* | Added /script autocompletionJames Booth2015-10-171-2/+59
* | Implemented /script showJames Booth2015-10-171-0/+4
* | Implemented /script listJames Booth2015-10-172-5/+6
* | Added /script runJames Booth2015-10-153-2/+50
* | Allow /lastactivity on|off when not connectedJames Booth2015-10-151-4/+4
* | Add ability to script commands after connectJames Booth2015-10-152-2/+15
* | Added /lastactivity on|offJames Booth2015-10-142-5/+13
* | Added TLS show to UI preferencesJames Booth2015-10-141-1/+2
* | Add preference for showing TLS indicator in titlebarJames Booth2015-10-142-2/+12
* | Fixed closing room config windowsJames Booth2015-10-131-1/+4
* | Use libstrophe/libmesode uuid generatorJames Booth2015-10-121-8/+3
|/
* Added time format perferences per window typeJames Booth2015-09-302-15/+145
* Added last activity time format optionJames Booth2015-09-292-7/+33
* WIP: Added last activity request and responseJames Booth2015-09-293-0/+43
* Increased help examples sizeJames Booth2015-09-281-1/+1
* Added contact OTR policy to helpJames Booth2015-09-281-17/+21
* Added auto xa option, tidied autoaway codeJames Booth2015-09-272-94/+113
* Removed redundant last activity setterJames Booth2015-09-251-1/+0
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
* Fixed /tls helpJames Booth2015-09-241-8/+8
* Added /tls revokeJames Booth2015-09-242-1/+25