about summary refs log tree commit diff stats
path: root/src/xmpp/bookmark.c
Commit message (Expand)AuthorAgeFilesLines
* Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
* Applied coding style to src/xmpp/James Booth2015-10-261-11/+11
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-1/+9
* Use null check convention in bookmark.cJames Booth2015-05-041-11/+11
* Moved server_events to event/James Booth2015-04-191-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+1
* Removed function pointersJames Booth2014-12-221-27/+15
* Removed bookmark autojoin limitJames Booth2014-11-201-26/+15
* Tidied muc moduleJames Booth2014-09-281-5/+5
* Check for NULL inside autocomplete_freeJames Booth2014-09-261-3/+1
* Removed bookmarks todoJames Booth2014-08-311-1/+0
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* "/bookmark add foo" crash - fixJan Hacker2014-08-171-1/+3
* Added quote param to autocomplete_completeJames Booth2014-07-091-1/+1
* Renamed generate_unique_id -> create_unique_idJames Booth2014-06-151-1/+1
* Fixed usages of get_unique_id to free resultJames Booth2014-06-151-1/+2
* Use account muc_nick when no nick for bookmarkJames Booth2014-05-231-1/+4
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-39/+128
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+1
* Fixed handling of room subjectJames Booth2014-04-131-1/+0
* Fixed "/bookmark remove" for disabling autojoinJames Booth2014-04-131-1/+0
* Refactored bookmark_removeJames Booth2014-04-131-10/+8
* Implemented "/bookmark remove" for private storageJames Booth2014-04-131-77/+101
* Clean up after removing bookmarkJames Booth2014-04-131-0/+2
* Implemented "/bookmark add" for private storageJames Booth2014-04-131-86/+73
* Tidied ui dependenciesJames Booth2014-04-061-2/+2
* Updated copyrightJames Booth2014-03-091-0/+21
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
* Added test for /join with nick optionJames Booth2014-03-081-2/+2
* Adding password handling for joining chatroomsKristofer M White2014-02-271-1/+1
* Removed id from bookmarks addJames Booth2014-02-031-1/+0
* Implemented add bookmark for XEP-0223James Booth2014-02-021-0/+97
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-2/+10
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-1/+3
* Added message when bookmark updatedJames Booth2014-02-021-1/+3
* Don't show error for initial bookmarks requestJames Booth2014-01-251-4/+1
* Bind bookmark functions in main.cJames Booth2013-12-221-5/+10
* Dynamically bind xmpp module apiJames Booth2013-12-181-10/+15
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
* Bookmarks: Move stanza pointer on in loop, check for autojoin "true"James Booth2013-07-151-2/+4
* draft of bookmarks implementationDmitry Podgorny2013-07-141-29/+118
* improved autojoin logicDmitry Podgorny2013-07-141-15/+49
* use get_unique_id for bookmarksDmitry Podgorny2013-07-141-7/+11
* initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+116