about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Command argument parsers set result argumentJames Booth2014-04-091-39/+38
|
* Removed inputwin functions from ui.hJames Booth2014-04-071-9/+9
|
* Tidied ui dependenciesJames Booth2014-04-061-1/+1
|
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-031-26/+7
|
* Removed strcpy callsJames Booth2014-04-021-3/+1
|
* Revert "Commented bookmarks code for 0.4.0 release"James Booth2014-03-291-13/+11
| | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878.
* Commented bookmarks code for 0.4.0 releaseJames Booth2014-03-161-11/+13
|
* Change 'passwd' option to 'password' for /join commandJames Booth2014-03-161-6/+6
|
* Updated /roster helpJames Booth2014-03-161-8/+8
|
* Added /roster clearnick commandJames Booth2014-03-161-0/+5
|
* Small changes to helpJames Booth2014-03-161-2/+2
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-25/+15
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added autocompeleter for /join optionsJames Booth2014-03-051-8/+37
|
* Parsing optional args for cmd_joinKristofer M White2014-03-051-5/+5
|
* Updating cmd descriptionKristofer M White2014-02-251-3/+4
|
* Moved otr sources into folderJames Booth2014-02-121-1/+1
|
* Added command to show libotr versionJames Booth2014-02-111-3/+5
|
* Don't allow /alias to overwrite standard commandJames Booth2014-01-251-0/+10
|
* Added autocomplete for /alias removeJames Booth2014-01-251-3/+43
|
* Added help for /alias commandJames Booth2014-01-251-0/+7
|
* Added aliases to autocompleteJames Booth2014-01-231-1/+29
|
* Implemented basic running of alias commandsJames Booth2014-01-231-1/+27
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-1/+1
|
* Added skeleton /alias commandJames Booth2014-01-231-2/+18
|
* Removed debugJames Booth2014-01-231-1/+0
|
* Encrypt /tiny command when in OTR sessionJames Booth2014-01-231-0/+1
| | | | fixes #292
* 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
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
* Implemented chat logging options for OTR messagesJames Booth2014-01-131-1/+5
| | | | | | | | on - Log OTR messages as plaintext off - Do not log OTR messages redact - Log, but replace the text with '[redacted]' Defaults to redact
* 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
|\ | | | | | | | | Conflicts: Makefile.am
| * Added full stop to /help help summaryJames Booth2014-01-021-1/+1
| | | | | | | | | | | | Conflicts: src/command/command.c
| * Added full stop to /grlog help summaryJames Booth2014-01-021-1/+1
| | | | | | | | | | | | Conflicts: src/command/command.c