Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | styling changes and remove temporary comment | Will Song | 2015-11-24 | 1 | -7/+5 |
| | |||||
* | actually check the return value of write for rare fail conditions | Will Song | 2015-11-23 | 1 | -13/+21 |
| | |||||
* | ignore another return value and move initial loop declaration outside of loop | Will Song | 2015-11-23 | 1 | -4/+5 |
| | |||||
* | mark return value of sys_write as unused to fix tests | Will Song | 2015-11-23 | 1 | -4/+7 |
| | |||||
* | update CHANGELOG | Will Song | 2015-11-23 | 1 | -0/+1 |
| | |||||
* | since we keep track of length correctly, we don't need to add a null ↵ | Will Song | 2015-11-23 | 1 | -1/+1 |
| | | | | terminator for sys_write | ||||
* | fix typo | Will Song | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | decrease the amount of sys_writes used and add a useful error message | Will Song | 2015-11-23 | 1 | -8/+22 |
| | | | | also pretty up console messages by adding an empty line | ||||
* | add feature in issue #585 | Will Song | 2015-11-23 | 3 | -0/+69 |
| | | | | | | | this should only be temporary due the silly amounts of syscalls involved ideally we would create a new escaped string and write that directly via fputs | ||||
* | Added conf_string_list_add | James Booth | 2015-11-24 | 3 | -42/+52 |
| | |||||
* | Created config/conflists.c for shared config list handling | James Booth | 2015-11-23 | 4 | -51/+129 |
| | |||||
* | Show error message when OTR key cannot be loaded | James Booth | 2015-11-23 | 1 | -9/+18 |
| | |||||
* | Show summary of trusted certificates, add /tls cert <fingerprint> | James Booth | 2015-11-22 | 7 | -19/+90 |
| | | | | fixes #676 | ||||
* | Tidied roster commands | James Booth | 2015-11-22 | 8 | -152/+186 |
| | |||||
* | Added /roster resource join | James Booth | 2015-11-22 | 5 | -17/+79 |
| | |||||
* | Removed whitespace from boothj5 theme | James Booth | 2015-11-22 | 1 | -15/+15 |
| | |||||
* | Added /roster char resource | James Booth | 2015-11-22 | 9 | -0/+76 |
| | |||||
* | Updated help | James Booth | 2015-11-22 | 1 | -3/+3 |
| | |||||
* | Updated themes | James Booth | 2015-11-22 | 3 | -0/+3 |
| | |||||
* | Added word wrap to roster panel | James Booth | 2015-11-22 | 11 | -19/+60 |
| | |||||
* | Pass wrap boolean to win_sub_print() | James Booth | 2015-11-22 | 4 | -18/+18 |
| | |||||
* | Renamed subwin functions | James Booth | 2015-11-22 | 4 | -27/+27 |
| | |||||
* | Updated themes | James Booth | 2015-11-22 | 6 | -14/+37 |
| | |||||
* | Option to show presence information on single line in roster | James Booth | 2015-11-22 | 5 | -44/+94 |
| | |||||
* | Added /roster indent presence | James Booth | 2015-11-21 | 6 | -9/+61 |
| | |||||
* | Added /roster indent resource | James Booth | 2015-11-21 | 6 | -83/+141 |
| | |||||
* | Tidy rosterwin | James Booth | 2015-11-21 | 1 | -59/+61 |
| | |||||
* | Free pref strings | James Booth | 2015-11-21 | 3 | -10/+31 |
| | |||||
* | Added /roster indent contact | James Booth | 2015-11-21 | 9 | -129/+202 |
| | |||||
* | Don't print empty line when no presence or status displayed in roster | James Booth | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'kiethandi/patch-2' | James Booth | 2015-11-20 | 1 | -0/+2 |
|\ | |||||
| * | Update privwin.c | kiethandi | 2015-11-20 | 1 | -1/+2 |
| | | |||||
| * | Update privwin.c | kiethandi | 2015-11-20 | 1 | -0/+1 |
| | | | | | | Take 2 added include. | ||||
* | | Removed unused priority settings | James Booth | 2015-11-20 | 5 | -16/+1 |
|/ | |||||
* | Added /roster char contact | James Booth | 2015-11-20 | 10 | -0/+83 |
| | |||||
* | Added missing include | James Booth | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | Added /roster char header | James Booth | 2015-11-19 | 9 | -11/+127 |
| | |||||
* | Fixed /roster help | James Booth | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Changed roster defaults, updated themes | James Booth | 2015-11-19 | 5 | -9/+26 |
| | |||||
* | Show status when show presence disabled | James Booth | 2015-11-18 | 1 | -16/+32 |
| | |||||
* | Added option to show resource priority in roster | James Booth | 2015-11-18 | 6 | -2/+32 |
| | |||||
* | Added roster count option | James Booth | 2015-11-18 | 6 | -5/+50 |
| | |||||
* | Don't show offline below contact | James Booth | 2015-11-18 | 1 | -1/+2 |
| | |||||
* | Pass offline filter to roster_get_contacts | James Booth | 2015-11-18 | 8 | -41/+45 |
| | |||||
* | Pass offline filter to roster list functions | James Booth | 2015-11-18 | 4 | -17/+31 |
| | |||||
* | Pass ordering to roster list functions | James Booth | 2015-11-18 | 7 | -90/+52 |
| | |||||
* | Added /roster order name|presence | James Booth | 2015-11-17 | 8 | -10/+184 |
| | |||||
* | Tidy rosterwin.c | James Booth | 2015-11-15 | 1 | -23/+1 |
| | |||||
* | Tidy rosterwin | James Booth | 2015-11-15 | 1 | -24/+2 |
| | |||||
* | Added _rosterwin_presence() | James Booth | 2015-11-15 | 1 | -24/+34 |
| |