about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use defaults for /statuses commandsJames Booth2014-01-191-0/+4
|
* Changed /statuses preferencesJames Booth2014-01-193-0/+41
|
* Added cmd_statuses validation testsJames Booth2014-01-192-9/+39
|
* Added port to /account show <account>James Booth2014-01-191-0/+3
|
* 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
|
* Fixed test compilationJames Booth2014-01-184-4/+4
|
* WIP - Adding port to account optionsJames Booth2014-01-186-15/+102
|
* Added OTR remaining system messages and colouringJames Booth2014-01-173-57/+98
|
* Tidied OTR messagesJames Booth2014-01-163-10/+28
|
* Show OTR coloured statusJames Booth2014-01-1610-39/+159
| | | | | | | | | | | | 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'
* 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
| | | | | | | | 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-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
| | | | | For example, one may have been established from the other end, without any messages being sent yet
* 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
|
* Removed debug statementsJames Booth2014-01-121-24/+0
|
* Added conditionals to makefile for otr supportJames Booth2014-01-123-1/+7
|
* Merge branch 'master' into otrJames Booth2014-01-121-0/+2
|\
| * 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
| |