about summary refs log tree commit diff stats
path: root/src/xmpp/blocking.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-45/+43
|
* Revert "Apply coding style"Michael Vetter2020-07-071-46/+48
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-48/+46
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Review logging for blocking.cMichael Vetter2020-04-141-2/+2
|
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-1/+1
| | | | Fix #1068
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Remove prefix from stanza idMichael Vetter2019-10-171-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 commandMichael Vetter2019-07-191-6/+0
| | | | | | Another case of double free() due to new destructor. Fixes https://github.com/profanity-im/profanity/issues/1156
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Move ID generation to xmpp folderMichael Vetter2018-08-301-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 copyrightJames Booth2018-01-211-1/+1
|
* Allow previous autocompletion with shift tabJames Booth2017-04-011-2/+2
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Use hash table for bookmarksJames Booth2016-08-211-8/+7
|
* Use libstrophe xmpp_iq_new convenience functionJames Booth2016-08-201-10/+4
|
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-201-2/+2
|
* Tidy headersJames Booth2016-07-241-0/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Add ProfIdFreeCallback to free stale id handlers on connectJames Booth2016-06-081-3/+3
|
* Add missing string.h include in blocking.cJames Booth2016-05-111-0/+1
|
* Rename jabber_ functionsJames Booth2016-05-061-0/+1
|
* Renamed connection.c -> session.cJames Booth2016-05-051-1/+1
|
* Tidy xmpp headersJames Booth2016-05-041-3/+4
|
* Remove userdata from _blocklist_result_handlerJames Booth2016-05-021-1/+1
|
* Rename id_handler_add -> iq_id_handler_addJames Booth2016-05-021-3/+3
|
* Add /blocked commandJames Booth2016-05-011-0/+323