Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Strip whitespace from otr tagged message for proper display. | lightb | 2014-04-22 | 1 | -1/+8 | |
| | | | | | | | | | | Will handle BASE + OTRV1TAG/OTRV2TAG or BASE + OTRV1TAG + OTRV2TAG or BASE + OTRV2TAG + OTRV1TAG | |||||
| * | Small modification, should check for whitespace pattern even if policy is ↵ | lightb | 2014-04-22 | 1 | -6/+7 | |
| | | | | | | | | always. | |||||
| * | Added OTR opportunistic pattern intercept. | lightb | 2014-04-22 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | When a message is received, OTRL_MESSAGE_TAG_BASE + OTRL_MESSAGE_TAG_V1 or OTRL_MESSAGE_TAG_V2 is searched for, if it is, the client attempts to start an OTR session. Tested between profanity clients: WORKED Tested between profanity and pidgin: NOT WORKING (not sure if pidgin checks for the whitespace) | |||||
* | | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 1 | -19/+17 | |
|/ | ||||||
* | Added simple stanza logging to main console | James Booth | 2014-04-15 | 1 | -0/+6 | |
| | ||||||
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 1 | -1/+2 | |
| | | | | Issue #194 | |||||
* | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 1 | -8/+4 | |
| | ||||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -3/+8 | |
| | ||||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -1/+1 | |
| | ||||||
* | Do not scroll to end when chat room message whilst paging | James Booth | 2014-03-31 | 1 | -1/+0 | |
| | ||||||
* | Moved ui_current_page_off to ui_incoming_msg | James Booth | 2014-03-31 | 1 | -3/+0 | |
| | ||||||
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 1 | -6/+14 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 | |
| | ||||||
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 1 | -3/+1 | |
| | ||||||
* | Moved otr sources into folder | James Booth | 2014-02-12 | 1 | -1/+1 | |
| | ||||||
* | Added presence_error tests, added muc_close() | James Booth | 2014-01-30 | 1 | -7/+7 | |
| | ||||||
* | Refactored handle_presence_error, removed no longer used functions | James Booth | 2014-01-30 | 1 | -3/+12 | |
| | ||||||
* | Renamed handle_error_message -> handle_presence_error | James Booth | 2014-01-30 | 1 | -2/+2 | |
| | ||||||
* | Moved error handling logic to server_events | James Booth | 2014-01-28 | 1 | -15/+17 | |
| | ||||||
* | Added fallback message error handlers | James Booth | 2014-01-27 | 1 | -0/+12 | |
| | ||||||
* | Show original error message | James Booth | 2014-01-26 | 1 | -5/+4 | |
| | ||||||
* | Changed error message when couldn't join room | James Booth | 2014-01-26 | 1 | -1/+1 | |
| | ||||||
* | Handle recipient not found | James Booth | 2014-01-26 | 1 | -0/+10 | |
| | ||||||
* | Added id handler for pings, disable ping on error type 'cancel' | James Booth | 2014-01-26 | 1 | -0/+8 | |
| | ||||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 1 | -1/+2 | |
| | ||||||
* | Added statuses settings to prefs output | James Booth | 2014-01-21 | 1 | -1/+1 | |
| | ||||||
* | Added use of statuses preferences | James Booth | 2014-01-21 | 1 | -6/+42 | |
| | ||||||
* | WIP - /statuses command options | James Booth | 2014-01-20 | 1 | -2/+8 | |
| | ||||||
* | Added UI presence functions | James Booth | 2014-01-19 | 1 | -43/+4 | |
| | ||||||
* | Inlined ui_contact_online and ui_contact_offline | James Booth | 2014-01-19 | 1 | -13/+55 | |
| | ||||||
* | Renamed title_bar_set_status -> title_bar_set_presence | James Booth | 2014-01-16 | 1 | -1/+1 | |
| | ||||||
* | Implemented chat logging options for OTR messages | James Booth | 2014-01-13 | 1 | -2/+11 | |
| | | | | | | | | on - Log OTR messages as plaintext off - Do not log OTR messages redact - Log, but replace the text with '[redacted]' Defaults to redact | |||||
* | Added conditionals to makefile for otr support | James Booth | 2014-01-12 | 1 | -0/+4 | |
| | ||||||
* | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 1 | -0/+14 | |
| | ||||||
* | Load OTR private key on connect, gen command checks if already generated | James Booth | 2014-01-11 | 1 | -0/+1 | |
| | ||||||
* | WIP - OTR support | James Booth | 2014-01-10 | 1 | -2/+16 | |
| | ||||||
* | Refactored roster add/update | James Booth | 2014-01-05 | 1 | -0/+7 | |
| | ||||||
* | Moved roster handlers to server_events | James Booth | 2014-01-05 | 1 | -0/+23 | |
| | ||||||
* | Moved presence handlers to server_events | James Booth | 2014-01-05 | 1 | -0/+133 | |
| | ||||||
* | Moved messages handlers to server_events | James Booth | 2014-01-05 | 1 | -0/+106 | |
| | ||||||
* | Moved handle_room_list and handle_disco_items to server_events | James Booth | 2014-01-05 | 1 | -0/+14 | |
| | ||||||
* | Moved handle_disco_info to server_events | James Booth | 2014-01-05 | 1 | -0/+7 | |
| | ||||||
* | Moved handle_software_version_result to server_events | James Booth | 2014-01-05 | 1 | -0/+7 | |
| | ||||||
* | Moved handle_lost_connection and handle_failed_login to server_events | James Booth | 2014-01-05 | 1 | -0/+21 | |
| | ||||||
* | Moved handle_login_account_success to server_events | James Booth | 2014-01-05 | 1 | -1/+18 | |
| | ||||||
* | Added server_events.c | James Booth | 2014-01-05 | 1 | -0/+40 | |