about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Collapse)AuthorAgeFilesLines
* Added initial stabber testJames Booth2015-05-171-4/+5
|
* Use null check convention in connection.cJames Booth2015-05-041-12/+12
|
* Renamed event functionsJames Booth2015-04-281-5/+5
|
* Renamed server event functionsJames Booth2015-04-191-5/+5
|
* Moved server_events to event/James Booth2015-04-191-2/+2
|
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+5
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+5
| |
* | Updated copyrightJames Booth2015-02-101-1/+1
|/
* Removed function pointersJames Booth2014-12-221-42/+25
|
* Fixed various memory leaksJames Booth2014-11-011-3/+3
|
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Free jabber_conn.logJames Booth2014-06-151-0/+4
|
* Free saved account details before replacingJames Booth2014-06-151-0/+6
|
* Added connection details to jabber_shutdownJames Booth2014-06-151-0/+3
|
* Fixed cppcheck warningsJames Booth2014-04-261-2/+1
|
* Tidied jabber_process_eventsJames Booth2014-04-231-14/+20
|
* Added simple stanza logging to main consoleJames Booth2014-04-151-0/+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-091-1/+1
|
* Moved connection_error_handler to _presence_error_handlerJames Booth2014-01-271-43/+0
|
* Moved xmpp ping to iq moduleJames Booth2014-01-261-37/+0
|
* Add message and presence error handlers seperatelyJames Booth2014-01-251-11/+0
|
* Don't show error for initial bookmarks requestJames Booth2014-01-251-2/+11
|
* Fixed test compilationJames Booth2014-01-181-1/+1
|
* WIP - Adding port to account optionsJames Booth2014-01-181-8/+14
|
* Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-2/+2
|
* Moved handle_login_account_success to server_eventsJames Booth2014-01-051-2/+2
|
* Added server_events.cJames Booth2014-01-051-2/+3
|
* Bind jabber functions in main.cJames Booth2013-12-221-14/+17
|
* Dynamically bind xmpp module apiJames Booth2013-12-181-26/+40
|
* Use passwords from the accounts fileTomás Senart2013-10-141-5/+4
| | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user.
* Add error handler only onceJames Booth2013-09-221-0/+1
| | | | fixes #240
* use get_unique_id for bookmarksDmitry Podgorny2013-07-141-13/+0
|
* initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+15
|
* fixed several memory leaksDmitry Podgorny2013-06-091-2/+6
| | | | And infinity loop in stanza_destroy_form().
* Refactored roster push handlingJames Booth2013-05-211-2/+2
|
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+0
|
* Created roster module, moved roster iq'sJames Booth2013-05-061-1/+3
|
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-2/+2
|
* Show shortened room jid if possible on inviteJames Booth2013-04-181-0/+13
|
* Check for NULL connection and contextJames Booth2013-03-021-4/+16
| | | | fixes #155
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-271-12/+24
|
* Removed connection_shutdown functionJames Booth2013-02-271-12/+9
|
* Replace FREE_SET_NULLs with function callJames Booth2013-02-271-4/+1
|
* Split connection_free_resourcesJames Booth2013-02-271-7/+34
|
* Made connection free resources static functionJames Booth2013-02-271-4/+6
|
* Added debug to connection handlerJames Booth2013-02-261-0/+12
|
* Revert "Commented self presence handling #151"James Booth2013-02-211-3/+3
| | | | This reverts commit 872726c5aa2bad5ff9f49fa7b8d0a55f6603cb26.