about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
...
| | * move brace to newline to follow conventionsWill Song2015-11-241-1/+2
| | * styling changes and remove temporary commentWill Song2015-11-241-7/+5
| | * actually check the return value of write for rare fail conditionsWill Song2015-11-231-13/+21
| | * ignore another return value and move initial loop declaration outside of loopWill Song2015-11-231-4/+5
| | * mark return value of sys_write as unused to fix testsWill Song2015-11-231-4/+7
| | * since we keep track of length correctly, we don't need to add a null terminat...Will Song2015-11-231-1/+1
| | * fix typoWill Song2015-11-231-1/+1
| | * decrease the amount of sys_writes used and add a useful error messageWill Song2015-11-231-8/+22
| | * add feature in issue #585Will Song2015-11-233-0/+69
| |/
* | Added autocompleters for notify trigger removalJames Booth2015-11-241-0/+12
* | Added functions to manage custom notification triggersJames Booth2015-11-241-10/+52
* | Added notify triggers WIPJames Booth2015-11-232-12/+98
|/
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-222-18/+35
* Tidied roster commandsJames Booth2015-11-222-95/+115
* Added /roster resource joinJames Booth2015-11-222-0/+28
* Added /roster char resourceJames Booth2015-11-222-0/+20
* Updated helpJames Booth2015-11-221-3/+3
* Added word wrap to roster panelJames Booth2015-11-222-0/+18
* Option to show presence information on single line in rosterJames Booth2015-11-221-1/+1
* Added /roster indent presenceJames Booth2015-11-212-1/+20
* Added /roster indent resourceJames Booth2015-11-212-0/+19
* Free pref stringsJames Booth2015-11-211-8/+24
* Added /roster indent contactJames Booth2015-11-212-32/+68
* Removed unused priority settingsJames Booth2015-11-201-1/+1
* Added /roster char contactJames Booth2015-11-202-0/+20
* Added /roster char headerJames Booth2015-11-192-0/+43
* Fixed /roster helpJames Booth2015-11-191-1/+1
* Added option to show resource priority in rosterJames Booth2015-11-182-2/+19
* Added roster count optionJames Booth2015-11-182-2/+19
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-3/+3
* Pass offline filter to roster list functionsJames Booth2015-11-181-2/+2
* Pass ordering to roster list functionsJames Booth2015-11-181-5/+5
* Added /roster order name|presenceJames Booth2015-11-172-0/+35
* Show presence in roster WIPJames Booth2015-11-152-2/+36
* Tidy /tls commandJames Booth2015-11-111-10/+25
* Added /tls trustJames Booth2015-11-102-4/+21
* Show current TLS certificateJames Booth2015-11-101-20/+5
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-092-0/+40
* Store current TLS certificate fingerpint in memory for reconnectJames Booth2015-11-091-0/+1
* Fixed /time help examplesJames Booth2015-11-081-3/+4
* Added /account autocomplete for startscript propertyJames Booth2015-11-081-22/+31
* 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