about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Implemented autocomplete for new /statuses optionsJames Booth2014-01-211-2/+47
* Tidied /statuses helpJames Booth2014-01-211-9/+11
* Changed /statuses preferencesJames Booth2014-01-191-0/+29
* Added cmd_statuses validation testsJames Booth2014-01-192-9/+39
* Added /account set <account> port <port>James Booth2014-01-192-3/+16
* 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
* 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-182-4/+66
* Tidied OTR messagesJames Booth2014-01-161-10/+10
* Show OTR coloured statusJames Booth2014-01-162-4/+22
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-1/+1
* Implemented chat logging options for OTR messagesJames Booth2014-01-132-2/+10
* Added setting /otr log on|off|redactJames Booth2014-01-132-4/+42
* 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 contact autocompletion to /otr start <contact>James Booth2014-01-131-0/+5
* Moved otr autocompletion to functionJames Booth2014-01-131-3/+17
* 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-122-3/+33
* Added /otr autocompleter and updated helpJames Booth2014-01-121-5/+17
* Added /otr end commandJames Booth2014-01-111-0/+14
* Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-112-6/+2
* Show contacts fingerprint on /otr theirfpJames Booth2014-01-111-1/+1
* Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-1/+16
* Renamed fingerprint command, updated helpJames Booth2014-01-112-6/+7
* Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-111-0/+2
* Use version 1 query to start OTR sessionJames Booth2014-01-111-0/+2
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-112-15/+57
* Load OTR private key on connect, gen command checks if already generatedJames Booth2014-01-111-1/+1
* Added "/otr fp" to show users fingerprintJames Booth2014-01-102-11/+16
* WIP - OTR supportJames Booth2014-01-102-5/+35
* Merge branch 'master' into otrJames Booth2014-01-051-5/+26
|\
| * Removed prof_handle group functionsJames Booth2014-01-051-4/+14
| * Removed roster_list dependency on xmpp moduleJames Booth2014-01-051-2/+4
| * Refactored roster_change_nameJames Booth2014-01-051-1/+4
| * Removed prof_handle_disconnectJames Booth2014-01-051-1/+7
| * Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-1/+1
* | Merge branch 'master' into otrJames Booth2014-01-023-33/+34
|\|
| * 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
| * Added /sub command testJames Booth2013-12-271-1/+1
| * Test for presence update when changing priorityJames Booth2013-12-271-1/+2