about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Changed messages on invalid prioritiesJames Booth2013-12-271-4/+4
| * Dynamically load UI functions, fixed testsJames Booth2013-12-222-23/+23
* | Merge branch 'master' into otrJames Booth2013-12-181-3/+8
|\|
| * Added tests for setting presence prioritiesJames Booth2013-12-171-3/+8
* | Merge branch 'master' into otrJames Booth2013-12-161-24/+4
|\|
| * Test account free'd after connectJames Booth2013-12-151-1/+1
| * Moved fulljid logic to accountsJames Booth2013-12-151-6/+1
| * Moved _ask_password to UI moduleJames Booth2013-12-151-16/+2
* | Merge branch 'master' into otrJames Booth2013-12-154-2524/+2587
|\|
| * Seperated command functions into moduleJames Booth2013-12-154-2487/+2559
| * Added simple mock test, refactored rosterJames Booth2013-12-142-4/+6
* | 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