Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix `/reconnect now` | Steffen Jaeckel | 2023-05-10 | 1 | -0/+1 |
| | | | | | | | This fixes #1846 Issue introduced by a0aa26b6fa65ba625f4a6d3495a345c7120ff16d Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | Format new register code correctly | Michael Vetter | 2021-10-13 | 1 | -1/+0 |
| | |||||
* | registration: remove auth param and excess functions | swirl | 2021-08-17 | 1 | -1/+0 |
| | |||||
* | fixed some bugs, added some more | swirl | 2021-08-17 | 1 | -0/+2 |
| | | | | | | | | | - Added JABBER_RAW_CONNECT[ING/ED] connection states - Added cl_ev_connect_raw and session_connect_raw to conform to normal connection functions - Fixed SIGABRT during registration - Added a check in cmd_register to ensure it's actually connected before registering--but this will always fail atm | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -7/+7 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -7/+7 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -7/+7 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -1/+1 |
| | | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236. | ||||
* | xep-0308: Implement LMC for outgoing MUC messages | Michael Vetter | 2020-02-14 | 1 | -0/+1 |
| | | | | | | Including OMEMO encrypted ones. Also rename `win_println_me_message()` to `win_print_outgoing_muc_msg() as I think it's a more descriptive name. | ||||
* | xep-0308: Implement `/correct` to correct the last send message | Michael Vetter | 2020-02-10 | 1 | -0/+1 |
| | | | | | | | | So far the correction is sent. But the UI in Profanity itself is not updated. Also autocompletion for `/correct` with the last sent message is missing. | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -1/+1 |
| | | | | fixes #888 | ||||
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Moved chat state handling code to chat_state.c | James Booth | 2016-07-24 | 1 | -0/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -3/+3 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Add cl_ev_disconnect | James Booth | 2016-01-03 | 1 | -0/+2 |
| | |||||
* | Applied coding style to src/event/ | James Booth | 2015-10-25 | 1 | -5/+5 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Include last activity in initial presence | James Booth | 2015-09-27 | 1 | -2/+2 |
| | |||||
* | Added cl_ev_presence_send | James Booth | 2015-05-07 | 1 | -0/+2 |
| | |||||
* | Added ui_ev_new_private_win to ui events | James Booth | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | cl_ev_send_muc_msg takes ProfMucWin as arg | James Booth | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Return result on OTR message sending | James Booth | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Added ui events module | James Booth | 2015-04-28 | 1 | -3/+0 |
| | |||||
* | Renamed event functions | James Booth | 2015-04-28 | 1 | -7/+7 |
| | |||||
* | Tidied account login | James Booth | 2015-04-23 | 1 | -2/+2 |
| | |||||
* | Moved login events to client events module | James Booth | 2015-04-22 | 1 | -0/+3 |
| | |||||
* | Moved new chat win events to client events module | James Booth | 2015-04-21 | 1 | -0/+3 |
| | |||||
* | Moved all message sending to client events module | James Booth | 2015-04-21 | 1 | -1/+3 |
| | |||||
* | Added client_events module, reuse message sending code for all commands | James Booth | 2015-04-19 | 1 | -0/+40 |