Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Goodbye beautiful IDs | Michael Vetter | 2021-04-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | It was a great ride! IDs look instead of `TE5BTDc2ZTc3YTMwZGU3MDgzMzllOTliNGExNjVmMjZkMTY1ZmUyZGEyNTUxMjVmODBkMmQzOGMxYWI2ZjAxNzdiM2Q=` more like `7HcnNSoO1MVvb0p9a9e293152922853e910b8b1a65bb26e225a0568` now. Regards https://github.com/profanity-im/profanity/issues/1520 We still has our identifier into it to filter MUC reflected messages. profident maybe should be changed to be longer or be generated upon each start. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -8/+8 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -8/+8 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -8/+8 |
| | | | | 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. | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Add connection_get_profanity_identifier stub | Michael Vetter | 2019-10-18 | 1 | -2/+0 |
| | | | | And move defintion to xmpp.h | ||||
* | Log incoming MUC messages if origin-id sais they dont come from us | Michael Vetter | 2019-10-18 | 1 | -0/+2 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1201 | ||||
* | Remove prefix from stanza id | Michael Vetter | 2019-10-17 | 1 | -1/+1 |
| | | | | | We sent `prof_prefix_uuid` as id. Where the prefix was also optional. We don't need this at all. | ||||
* | Wait for discovery end to publish omemo devicelist and bundle | Paul Fariello | 2019-04-10 | 1 | -0/+2 |
| | | | | Add sv_ev_connection_features_received for that purpose | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Move ID generation to xmpp folder | Michael Vetter | 2018-08-30 | 1 | -0/+2 |
| | | | | | | | | | | | create_unique_id() was changed to use UUIDs instead of a counter in the last commit. Since now it depends on connection_create_uuid() which is in the xmpp subfolder the function should also be moved there. Renamed it to connection_create_stanza_id() and moved it to src/xmpp/connection.c. Discussion happened in https://github.com/boothj5/profanity/pull/1010 | ||||
* | 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/+0 |
| | | | | fixes #888 | ||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -1/+0 |
| | | | | issue #878 | ||||
* | Move event timeout to connection module | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add connection_set_disconnected() | James Booth | 2016-05-11 | 1 | -4/+1 |
| | |||||
* | Add connection_clear_data() | James Booth | 2016-05-10 | 1 | -2/+2 |
| | |||||
* | Remove connection_free_conn(), connection_free_ctx() | James Booth | 2016-05-10 | 1 | -2/+0 |
| | |||||
* | Add connection_shutdown() | James Booth | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -0/+1 |
| | |||||
* | Free features on disconnect | James Booth | 2016-05-08 | 1 | -0/+1 |
| | |||||
* | Use hash table for disco features | James Booth | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Remove connection_get_disco_infos() | James Booth | 2016-05-08 | 1 | -1/+0 |
| | |||||
* | Rename diso_items->diso_infos | James Booth | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 1 | -1/+2 |
| | |||||
* | Add connection_item_for_feature() | James Booth | 2016-05-08 | 1 | -0/+1 |
| | |||||
* | Move logic to connection_set_disco_items | James Booth | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Move conneciton initialisation to _connection_handler | James Booth | 2016-05-08 | 1 | -2/+0 |
| | |||||
* | Move disco info struct to connection | James Booth | 2016-05-07 | 1 | -2/+5 |
| | |||||
* | Move available resources to connection struct | James Booth | 2016-05-07 | 1 | -1/+4 |
| | |||||
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 1 | -2/+0 |
| | |||||
* | Tidy connect function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Move connection_connect | James Booth | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -0/+4 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -0/+60 |
| | |||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -61/+0 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -6/+3 |
| | |||||
* | Rename id_handler_add -> iq_id_handler_add | James Booth | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -3/+3 |
| | |||||
* | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 1 | -0/+8 |
| | | | | Allows plugins to stop stanza processing | ||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -3/+3 |
|/ | |||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -4/+4 |
| | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| |