Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XEP-0377: Add forgotten namespace | Michael Vetter | 2021-07-01 | 1 | -0/+1 |
| | |||||
* | Add XEP-0377: Spam Reporting | Michael Vetter | 2021-07-01 | 1 | -1/+26 |
| | | | | | | | | | | | Report and block: `/blocked add someone@domain.org report-abuse This is not nice` `/blocked add someone@domain.org report-spam This is not nice` Regular block: `/blocked add someone@domain.org` Implement https://github.com/profanity-im/profanity/issues/1434 | ||||
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -45/+43 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -46/+48 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -48/+46 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Review logging for blocking.c | Michael Vetter | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 1 | -1/+1 |
| | | | | Fix #1068 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Remove prefix from stanza id | Michael Vetter | 2019-10-17 | 1 | -3/+3 |
| | | | | | We sent `prof_prefix_uuid` as id. Where the prefix was also optional. We don't need this at all. | ||||
* | Fix segfault in block command | Michael Vetter | 2019-07-19 | 1 | -6/+0 |
| | | | | | | Another case of double free() due to new destructor. Fixes https://github.com/profanity-im/profanity/issues/1156 | ||||
* | 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 | -3/+3 |
| | | | | | | | | | | | 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 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -2/+2 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 1 | -8/+7 |
| | |||||
* | Use libstrophe xmpp_iq_new convenience function | James Booth | 2016-08-20 | 1 | -10/+4 |
| | |||||
* | Use libstrophe convenience functions for stanza attributes | James Booth | 2016-08-20 | 1 | -2/+2 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add ProfIdFreeCallback to free stale id handlers on connect | James Booth | 2016-06-08 | 1 | -3/+3 |
| | |||||
* | Add missing string.h include in blocking.c | James Booth | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -0/+1 |
| | |||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -3/+4 |
| | |||||
* | Remove userdata from _blocklist_result_handler | James Booth | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Rename id_handler_add -> iq_id_handler_add | James Booth | 2016-05-02 | 1 | -3/+3 |
| | |||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+323 |