about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented autocomplete for new /statuses optionsJames Booth2014-01-211-2/+47
* Tidied /statuses helpJames Booth2014-01-211-9/+11
* Added cmd_statuses validation testsJames Booth2014-01-191-7/+18
* Added /account set <account> port <port>James Booth2014-01-191-3/+6
* Added to and tidied /connect helpJames Booth2014-01-181-6/+10
* Implemented autocomplete for /connect propertiesJames Booth2014-01-181-12/+18
* Moved /connect autocomplete to functionJames Booth2014-01-181-8/+36
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+1
* Show OTR coloured statusJames Booth2014-01-161-3/+11
* Implemented chat logging options for OTR messagesJames Booth2014-01-131-1/+5
* Added setting /otr log on|off|redactJames Booth2014-01-131-4/+19
* Added contact autocompletion to /otr start <contact>James Booth2014-01-131-0/+5
* Moved otr autocompletion to functionJames Booth2014-01-131-3/+17
* Added /otr trust|untrust commandsJames Booth2014-01-121-3/+7
* Added /otr autocompleter and updated helpJames Booth2014-01-121-5/+17
* Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-111-1/+1
* Renamed fingerprint command, updated helpJames Booth2014-01-111-5/+6
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-7/+18
* Added "/otr fp" to show users fingerprintJames Booth2014-01-101-3/+4
* WIP - OTR supportJames Booth2014-01-101-4/+16
* Merge branch 'master' into otrJames Booth2014-01-021-26/+26
|\
| * Added full stop to /help help summaryJames Booth2014-01-021-1/+1
| * Added full stop to /grlog help summaryJames Booth2014-01-021-1/+1
| * Added full stop to /chlog help summaryJames Booth2014-01-021-1/+1
| * Added full stop to /about help summaryJames Booth2014-01-021-1/+1
| * Dynamically load UI functions, fixed testsJames Booth2013-12-221-22/+22
* | Merge branch 'master' into otrJames Booth2013-12-151-2517/+63
|\|
| * Seperated command functions into moduleJames Booth2013-12-151-2478/+61
| * Added simple mock test, refactored rosterJames Booth2013-12-141-4/+4
* | Merge branch 'master' into otrJames Booth2013-12-101-0/+49
|\|
| * Implemented autocomplete for /account command <setting> parameterJames Booth2013-12-101-0/+49
* | Merge branch 'master' into otrJames Booth2013-12-081-9/+36
|\|
| * Added clear command to /account for password clearingJames Booth2013-12-081-9/+36
* | Merge branch 'master' into otrJames Booth2013-12-081-20/+43
|\|
| * Added command parameter to /autoconnect (set, off)James Booth2013-12-081-20/+43
* | Added /otr commandJames Booth2013-11-081-0/+32
* | Create fingerprints file, callbacks, and message sendJames Booth2013-11-081-0/+20
|/
* Added /account set <account> password <password>James Booth2013-11-071-0/+5
* Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-1/+32
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-1/+1
* Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'James Booth2013-11-071-8/+23
|\
| * Use passwords from the accounts fileTomás Senart2013-10-141-8/+22
|/
* Fixed memory leak in _cmd_joinJames Booth2013-09-231-2/+2
* Fixed memory leak in _cmd_connectJames Booth2013-09-231-0/+1
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-15/+24
* Added /win command to access unlimited windowsJames Booth2013-08-291-0/+22
* Fixed /close commandJames Booth2013-08-281-14/+9
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-2/+2
* Removed limit on number of windows, WIPJames Booth2013-08-271-15/+0
* Removed all freeing of ui_current_recipient, data is owned by windowsJames Booth2013-08-271-17/+0