about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* show different message when one is not connectedWill Song2015-11-241-3/+9
* 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
* update CHANGELOGWill Song2015-11-231-0/+1
* 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 conf_string_list_addJames Booth2015-11-243-42/+52
* Created config/conflists.c for shared config list handlingJames Booth2015-11-234-51/+129
* Show error message when OTR key cannot be loadedJames Booth2015-11-231-9/+18
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-227-19/+90
* Tidied roster commandsJames Booth2015-11-228-152/+186
* Added /roster resource joinJames Booth2015-11-225-17/+79
* Removed whitespace from boothj5 themeJames Booth2015-11-221-15/+15
* Added /roster char resourceJames Booth2015-11-229-0/+76
* Updated helpJames Booth2015-11-221-3/+3
* Updated themesJames Booth2015-11-223-0/+3
* Added word wrap to roster panelJames Booth2015-11-2211-19/+60
* Pass wrap boolean to win_sub_print()James Booth2015-11-224-18/+18
* Renamed subwin functionsJames Booth2015-11-224-27/+27
* Updated themesJames Booth2015-11-226-14/+37
* Option to show presence information on single line in rosterJames Booth2015-11-225-44/+94
* Added /roster indent presenceJames Booth2015-11-216-9/+61
* Added /roster indent resourceJames Booth2015-11-216-83/+141
* Tidy rosterwinJames Booth2015-11-211-59/+61
* Free pref stringsJames Booth2015-11-213-10/+31
* Added /roster indent contactJames Booth2015-11-219-129/+202
* Don't print empty line when no presence or status displayed in rosterJames Booth2015-11-201-1/+1
* Merge remote-tracking branch 'kiethandi/patch-2'James Booth2015-11-201-0/+2
|\
| * Update privwin.ckiethandi2015-11-201-1/+2
| * Update privwin.ckiethandi2015-11-201-0/+1
* | Removed unused priority settingsJames Booth2015-11-205-16/+1
|/
* Added /roster char contactJames Booth2015-11-2010-0/+83
* Added missing includeJames Booth2015-11-191-0/+1
* Added /roster char headerJames Booth2015-11-199-11/+127
* Fixed /roster helpJames Booth2015-11-191-1/+1
* Changed roster defaults, updated themesJames Booth2015-11-195-9/+26
* Show status when show presence disabledJames Booth2015-11-181-16/+32
* Added option to show resource priority in rosterJames Booth2015-11-186-2/+32
* Added roster count optionJames Booth2015-11-186-5/+50
* Don't show offline below contactJames Booth2015-11-181-1/+2
* Pass offline filter to roster_get_contactsJames Booth2015-11-188-41/+45
* Pass offline filter to roster list functionsJames Booth2015-11-184-17/+31
* Pass ordering to roster list functionsJames Booth2015-11-187-90/+52
* Added /roster order name|presenceJames Booth2015-11-178-10/+184
* Tidy rosterwin.cJames Booth2015-11-151-23/+1