about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactroed self presence checks, handle null stanzasJames Booth2014-05-062-108/+73
| | | | Issue #341
* Added null check for presence error stanza namespace elementJames Booth2014-05-051-1/+4
| | | | Issue #341
* Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-011-15/+1
|
* Fixed cppcheck warningsJames Booth2014-04-267-83/+10
|
* Tidied jabber_process_eventsJames Booth2014-04-231-14/+20
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+0
|\
| * Added some otr policy functionality, if policy is set to "always"lightb2014-04-191-1/+0
| | | | | | | | | | | | if otr_is_secure fails, the message will not be sent. Changed both cmd_msg and cmd_execute_default
* | Chat room windows now created only after successful joinJames Booth2014-04-213-3/+22
| |
* | Store password with roomJames Booth2014-04-201-1/+1
|/
* Added simple stanza logging to main consoleJames Booth2014-04-151-0/+3
|
* Fixed handling of room subjectJames Booth2014-04-132-25/+20
|
* Fixed "/bookmark remove" for disabling autojoinJames Booth2014-04-131-1/+0
| | | | Issue #194
* Refactored bookmark_removeJames Booth2014-04-131-10/+8
| | | | Issue #194
* Implemented "/bookmark remove" for private storageJames Booth2014-04-131-77/+101
| | | | Issue #194
* Clean up after removing bookmarkJames Booth2014-04-131-0/+2
| | | | Issue #194
* Implemented "/bookmark add" for private storageJames Booth2014-04-133-89/+169
| | | | Issue #194
* Tidied ui dependenciesJames Booth2014-04-062-3/+2
|
* Switch back to storage for muc bookmarksJames Booth2014-03-291-3/+3
|
* Revert "Commented bookmarks code for 0.4.0 release"James Booth2014-03-291-1/+1
| | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878.
* Commented bookmarks code for 0.4.0 releaseJames Booth2014-03-161-1/+1
|
* Updated copyrightJames Booth2014-03-0917-15/+57
|
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-084-5/+5
|
* Added test for /join with nick optionJames Booth2014-03-083-6/+6
|
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-062-2/+2
| | | | | Race can occur when gitversion file isn't fully generated before it is used.
* Making whitespace consistently spaces, not tabsKristofer M White2014-02-271-1/+1
|
* Adding password handling for joining chatroomsKristofer M White2014-02-275-6/+19
|
* Removed id from bookmarks addJames Booth2014-02-031-1/+0
|
* Implemented add bookmark for XEP-0223James Booth2014-02-023-2/+106
| | | | Issue #194
* 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-022-2/+4
|
* Added message when bookmark updatedJames Booth2014-02-022-2/+4
|
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-1/+1
|
* Renamed handle_error_message -> handle_presence_errorJames Booth2014-01-301-1/+1
|
* Moved error handling logic to server_eventsJames Booth2014-01-281-12/+1
|
* Added generated id's to presence stanzasJames Booth2014-01-282-1/+12
|
* Refactored presence_error_handlerJames Booth2014-01-272-40/+42
|
* Added fallback message error handlersJames Booth2014-01-271-2/+11
|
* Fixed commentJames Booth2014-01-271-1/+1
|
* Moved connection_error_handler to _presence_error_handlerJames Booth2014-01-273-46/+47
|
* Removed unnecessary strdupJames Booth2014-01-271-3/+2
|
* Show original error messageJames Booth2014-01-261-7/+19
|
* Changed error message when couldn't join roomJames Booth2014-01-261-2/+3
|
* Handle recipient not foundJames Booth2014-01-263-1/+124
|
* Added generated id to chat state stanzasJames Booth2014-01-261-0/+2
|
* Added generated id to invitesJames Booth2014-01-261-0/+2
|
* Add generated id to messagesJames Booth2014-01-263-9/+8
|
* Added id handler for pings, disable ping on error type 'cancel'James Booth2014-01-261-0/+36
|
* Use generated id on ping iqsJames Booth2014-01-261-1/+2
|
* Moved xmpp ping to iq moduleJames Booth2014-01-263-38/+42
|
* generate_unique_id allows prefixJames Booth2014-01-251-2/+2
|