about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add error handler only onceJames Booth2013-09-221-0/+1
* 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
* 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
* 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
* Commented self presence handling #151James Booth2013-02-201-3/+3
* Remove all from resource hash table, rather than destroyJames Booth2013-02-191-1/+1
* Show available resources for current account with "/account"James Booth2013-02-181-0/+23
* Added usage of handlers to message and presence modulesJames Booth2013-02-101-1/+2
* Removed presence from jabber_connJames Booth2013-02-101-17/+0
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
* Use of const in connection.cJames Booth2013-02-041-5/+6
* Small tidy up in connection.cJames Booth2013-02-031-3/+10
* Added assertsJames Booth2013-02-031-3/+10
* Removed jabber_restart functionJames Booth2013-02-031-8/+4