about summary refs log tree commit diff stats
path: root/src/xmpp/blocking.c
Commit message (Collapse)AuthorAgeFilesLines
* 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