about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Ensuring nick is set when not included in opt args for cmd_joinKristofer M White2014-03-051-2/+3
* Removing extra `nick = ` line that broke nick assignmentKristofer M White2014-03-051-1/+1
* Removing strdup calls per cmd_connect designKristofer M White2014-03-051-4/+4
* Parsing optional args for cmd_joinKristofer M White2014-03-051-7/+32
* Adding password handling for joining chatroomsKristofer M White2014-02-271-2/+8
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-3/+7
* Show OTR status on /msg usr when usr has already started an OTR sessionJames Booth2014-02-231-0/+5
* Added OTR supported versions in initial start query messageJames Booth2014-02-181-2/+4
* Added tests for /otr warnJames Booth2014-02-161-2/+1
* Added cmd_otr testsJames Booth2014-02-161-0/+5
* Fixed /alias add, when alias already existsJames Booth2014-02-151-1/+1
* Moved otr sources into folderJames Booth2014-02-121-1/+1
* Added command to show libotr versionJames Booth2014-02-111-0/+4
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-4/+8
* Added message when bookmark updatedJames Booth2014-02-021-12/+16
* Added /bookmark remove testsJames Booth2014-02-021-0/+5
* Added cons message on ./bookmark addJames Booth2014-02-021-0/+12
* Added cmd_bookmark testsJames Booth2014-02-011-1/+1
* Added test for /bookmark listJames Booth2014-02-011-1/+2
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-5/+5
* Added cmd_bookmark testsJames Booth2014-02-011-0/+5
* Changed log level to info for failed connectionJames Booth2014-01-271-1/+1
* Moved xmpp ping to iq moduleJames Booth2014-01-261-1/+1
* Don't allow /alias to overwrite standard commandJames Booth2014-01-251-10/+13
* Added autocomplete for /alias removeJames Booth2014-01-251-0/+2
* Added aliases to autocompleteJames Booth2014-01-231-0/+9
* Show message when alias already exists in /alias addJames Booth2014-01-231-2/+5
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-2/+41
* Added skeleton /alias commandJames Booth2014-01-231-0/+7
* Encrypt /tiny command when in OTR sessionJames Booth2014-01-231-1/+34
* Refactored ProfAccount creationJames Booth2014-01-221-5/+6
* Changed /statuses preferencesJames Booth2014-01-191-0/+29
* Added cmd_statuses validation testsJames Booth2014-01-191-2/+21
* Added /account set <account> port <port>James Booth2014-01-191-0/+10
* Added cmd_connect test for repeated port propertyJames Booth2014-01-181-0/+5
* Added cmd_connect test for repeated server propertyJames Booth2014-01-181-4/+9
* Added cmd_connect tests for argument validationJames Booth2014-01-181-4/+6
* WIP - Adding port to account optionsJames Booth2014-01-181-3/+65
* Tidied OTR messagesJames Booth2014-01-161-10/+10
* Show OTR coloured statusJames Booth2014-01-161-1/+11
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-1/+1
* Implemented chat logging options for OTR messagesJames Booth2014-01-131-1/+5
* Added setting /otr log on|off|redactJames Booth2014-01-131-0/+23
* Check for already established but not used OTR session on /otr start <contact>James Booth2014-01-131-2/+3
* Implemented /otr start <contact>James Booth2014-01-131-0/+11
* Open new chat win, or use existing for /otr start <contact>James Booth2014-01-131-9/+25
* Added /otr to /help chattingJames Booth2014-01-121-1/+1
* Added conditionals to makefile for otr supportJames Booth2014-01-121-1/+1
* Added /otr trust|untrust commandsJames Booth2014-01-121-0/+26
* Added /otr end commandJames Booth2014-01-111-0/+14