about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added /otr end commandJames Booth2014-01-112-1/+16
| |
* | End OTR session when user closes chat windowJames Booth2014-01-114-5/+62
| |
* | Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-116-8/+53
| |
* | Show contacts fingerprint on /otr theirfpJames Booth2014-01-112-3/+14
| |
* | Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-117-9/+47
| |
* | Renamed fingerprint command, updated helpJames Booth2014-01-112-6/+7
| |
* | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-115-0/+17
| |
* | Refactored setting window recipientJames Booth2014-01-112-32/+30
| |
* | 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-119-18/+114
| |
* | Load OTR private key on connect, gen command checks if already generatedJames Booth2014-01-114-25/+102
| |
* | Implemented message encryption, session started with whitspace tags on first ↵James Booth2014-01-102-20/+8
| | | | | | | | message
* | Added "/otr fp" to show users fingerprintJames Booth2014-01-104-11/+27
| |
* | Show users fingerprint after generating keyJames Booth2014-01-101-0/+4
| |
* | Use data home for otr keys and fingerprints filesJames Booth2014-01-101-24/+34
| |
* | WIP - OTR supportJames Booth2014-01-105-31/+109
| |
* | Merge branch 'master' into otrJames Booth2014-01-085-129/+75
|\|
| * Removed handle error message function from ProfWinJames Booth2014-01-085-119/+51
| |
| * Removed print message function from ProfWinJames Booth2014-01-083-12/+26
| |
* | Merge branch 'master' into otrJames Booth2014-01-0515-575/+577
|\|
| * Refactored roster add/updateJames Booth2014-01-057-51/+49
| |
| * Removed prof_handle group functionsJames Booth2014-01-055-54/+14
| |
| * Removed roster_list dependency on xmpp moduleJames Booth2014-01-053-30/+22
| |
| * Refactored roster_change_nameJames Booth2014-01-053-13/+14
| |
| * Removed unused function prototypeJames Booth2014-01-051-1/+0
| |
| * Removed unused function prototypeJames Booth2014-01-051-1/+0
| |
| * Removed prof_handle_disconnectJames Booth2014-01-053-14/+7
| |
| * Removed unused function prototypeJames Booth2014-01-051-1/+0
| |
| * Moved roster handlers to server_eventsJames Booth2014-01-055-29/+32
| |
| * Moved presence handlers to server_eventsJames Booth2014-01-055-162/+165
| |
| * Moved messages handlers to server_eventsJames Booth2014-01-055-135/+137
| |
| * Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-055-18/+18
| |
| * Moved handle_disco_info to server_eventsJames Booth2014-01-055-10/+9
| |
| * Moved handle_software_version_result to server_eventsJames Booth2014-01-055-12/+11
| |
| * Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-055-25/+25
| |
| * Moved handle_login_account_success to server_eventsJames Booth2014-01-055-19/+23
| |
| * Added server_events.cJames Booth2014-01-054-17/+71
| |
| * Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-054-7/+4
| |
* | Merge branch 'master' into otrJames Booth2014-01-052-32/+33
|\| | | | | | | | | Conflicts: .gitignore
| * Added contact presence offline testJames Booth2014-01-051-3/+3
| |
| * Refactored contact display stringJames Booth2014-01-051-6/+3
| |
| * fixed segfault when home directory doesn't existDmitry Podgorny2014-01-031-27/+31
| |
* | Merge branch 'master' into otrJames Booth2014-01-031-4/+2
|\| | | | | | | | | Conflicts: configure.ac
| * Tidied navigation helpJames Booth2014-01-021-4/+2
| | | | | | | | | | | | Conflicts: src/ui/console.c
* | Merge branch 'master' into otrJames Booth2014-01-0221-792/+1146
|\| | | | | | | | | 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
| * Added full stop to /help service summaryJames Booth2014-01-021-1/+1
| |
| * Added full stop to /chlog help summaryJames Booth2014-01-021-1/+1
| | | | | | | | | | | | Conflicts: src/command/command.c
| * Added full stop to /about help summaryJames Booth2014-01-021-1/+1
| | | | | | | | | | | | Conflicts: src/command/command.c