about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added /charset commandJames Booth2015-12-191-0/+21
|
* Show PGP error stringsJames Booth2015-12-151-4/+9
|
* Added /wins unreadJames Booth2015-11-301-1/+3
|
* Tidied output for /notify commandJames Booth2015-11-291-55/+75
|
* Renamed /notify message -> /notify chatJames Booth2015-11-291-22/+22
|
* Removed regular chat message triggersJames Booth2015-11-281-47/+0
|
* Added room specific notify settingsJames Booth2015-11-281-20/+158
|
* Merge branch 'master' into notificationsJames Booth2015-11-271-1/+1
|\
| * Fix typoAlex Jordan2015-11-271-1/+1
| |
* | Finished basic /notify triggersJames Booth2015-11-251-6/+13
| |
* | Merge branch 'master' into notificationsJames Booth2015-11-251-0/+95
|\|
| * Merge remote-tracking branch 'incertia/export-command'James Booth2015-11-251-0/+95
| |\
| | * add spaces after constructs such as if/for/whileWill Song2015-11-241-13/+13
| | |
| | * free fname as soon as we are done with it (also prevents a memory leak)Will Song2015-11-241-1/+1
| | |
| | * remove NULL check because parse_args will fail before calling cmd_exportWill Song2015-11-241-3/+1
| | |
| | * add some code to deal with a common $HOME conventionWill Song2015-11-241-1/+13
| | |
| | * 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
| | |
| | * since we keep track of length correctly, we don't need to add a null ↵Will Song2015-11-231-1/+1
| | | | | | | | | | | | terminator for sys_write
| | * decrease the amount of sys_writes used and add a useful error messageWill Song2015-11-231-8/+22
| | | | | | | | | | | | also pretty up console messages by adding an empty line
| | * add feature in issue #585Will Song2015-11-231-0/+54
| |/ | | | | | | | | | | | | 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 functions to manage custom notification triggersJames Booth2015-11-241-10/+52
| |
* | Added notify triggers WIPJames Booth2015-11-231-0/+48
|/
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-221-16/+27
| | | | fixes #676
* Tidied roster commandsJames Booth2015-11-221-38/+48
|
* Added /roster resource joinJames Booth2015-11-221-0/+11
|
* Added /roster char resourceJames Booth2015-11-221-0/+12
|
* Added word wrap to roster panelJames Booth2015-11-221-0/+11
|
* Option to show presence information on single line in rosterJames Booth2015-11-221-1/+1
|
* Added /roster indent presenceJames Booth2015-11-211-0/+16
|
* Added /roster indent resourceJames Booth2015-11-211-0/+16
|
* Free pref stringsJames Booth2015-11-211-8/+24
|
* Added /roster indent contactJames Booth2015-11-211-0/+23
|
* Added /roster char contactJames Booth2015-11-201-0/+12
|
* Added /roster char headerJames Booth2015-11-191-0/+19
|
* Added option to show resource priority in rosterJames Booth2015-11-181-0/+14
|
* Added roster count optionJames Booth2015-11-181-0/+14
|
* 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-171-0/+20
|
* Show presence in roster WIPJames Booth2015-11-151-0/+28
|
* Tidy /tls commandJames Booth2015-11-111-10/+25
|
* Added /tls trustJames Booth2015-11-101-0/+14
|
* Show current TLS certificateJames Booth2015-11-101-20/+5
|
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-091-0/+37
|