about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Tidied OTR messagesJames Booth2014-01-163-10/+28
* Fixed configure.ac for --disable-otrJames Booth2014-01-161-0/+2
* Show OTR coloured statusJames Booth2014-01-1611-39/+161
* Set boolean when typing in titlebarJames Booth2014-01-161-10/+9
* Removed title_bar_draw from UI moduleJames Booth2014-01-163-19/+8
* Use title_bar_draw in title_bar_refreshJames Booth2014-01-161-4/+1
* Added constant for console titleJames Booth2014-01-161-1/+3
* Remove manual memory allocation from titlebarJames Booth2014-01-161-28/+14
* Renamed recipient -> current_recipient in titlebarJames Booth2014-01-161-11/+11
* Inlined _title_bar_draw_title and _title_bar_draw_presenceJames Booth2014-01-161-24/+8
* Use title_bar_draw where possible in title barJames Booth2014-01-161-15/+3
* Always erase and refresh titlebar when drawingJames Booth2014-01-161-0/+8
* Added _title_bar_draw_title when setting presenceJames Booth2014-01-161-1/+2
* Removed _title_bar_showJames Booth2014-01-161-13/+6
* Removed title_bar_show from UI moduleJames Booth2014-01-162-3/+2
* Renamed title bar status -> presenceJames Booth2014-01-162-11/+11
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-166-11/+13
* Renamed title_bar -> winJames Booth2014-01-161-31/+31
* Renamed title_bar_title -> title_bar_consoleJames Booth2014-01-163-9/+9
* Removed dirty flag from titlebarJames Booth2014-01-161-15/+16
* Implemented chat logging options for OTR messagesJames Booth2014-01-135-7/+27
* Added setting /otr log on|off|redactJames Booth2014-01-136-5/+66
* Fixed GString freeing before use in otr.cJames Booth2014-01-131-2/+2
* 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
* Removed unused otr callbacksJames Booth2014-01-131-59/+0
* Added /otr to /help chattingJames Booth2014-01-121-1/+1
* Merge branch 'otr'James Booth2014-01-1217-48/+1018
|\
| * Added libotr dev packages for ubuntu and fedora in install-all.shJames Booth2014-01-121-2/+2
| * Removed debug statementsJames Booth2014-01-121-24/+0
| * Added conditionals to makefile for otr supportJames Booth2014-01-125-7/+23
| * Merge branch 'master' into otrJames Booth2014-01-122-2/+5
| |\ | |/ |/|
* | Check for res_query, then for __res_query in libresolvJasper van Bourgognie2014-01-091-2/+3
* | Fixed win_handle_error_messageJames Booth2014-01-081-0/+2
| * Added /otr trust|untrust commandsJames Booth2014-01-126-6/+148
| * Implemented write fingerprints callbackJames Booth2014-01-121-1/+20
| * Added /otr autocompleter and updated helpJames Booth2014-01-121-5/+17
| * 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