about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Move conneciton initialisation to _connection_handlerJames Booth2016-05-081-16/+11
|
* Move xmpp_initialise() to conneciton.cJames Booth2016-05-071-0/+1
|
* Move disco info struct to connectionJames Booth2016-05-071-0/+58
|
* Move available resources to connection structJames Booth2016-05-071-0/+26
|
* Rename xmpp typesJames Booth2016-05-061-48/+48
|
* Remove redundant tls secured functionJames Booth2016-05-061-7/+1
|
* Tidy connect functionJames Booth2016-05-061-18/+3
|
* Move connection_connectJames Booth2016-05-061-1/+37
|
* Move send stanza functionJames Booth2016-05-061-0/+11
|
* Move conn is secure functionJames Booth2016-05-061-0/+10
|
* Move tls peer cert functionJames Booth2016-05-061-0/+24
|
* Move uuid functionsJames Booth2016-05-061-0/+14
|
* Move connection fulljid functionJames Booth2016-05-061-0/+6
|
* Rename jabber_ functionsJames Booth2016-05-061-3/+3
|
* Add session.cJames Booth2016-05-051-0/+356
|
* Renamed connection.c -> session.cJames Booth2016-05-051-790/+0
|
* Tidy xmpp headersJames Booth2016-05-041-15/+3
|
* Rename stanza handler init functionsJames Booth2016-05-021-3/+3
|
* Remove free DiscoInfo valuesJames Booth2016-05-021-1/+1
|
* Free stanza text and DiscoInfo featuresJames Booth2016-05-021-2/+2
|
* Add /blocked commandJames Booth2016-05-011-0/+17
|
* Cache all disco items and features on connectDominik Heidler2016-04-201-0/+36
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-6/+6
|
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-1/+0
| | | | Allows plugins to stop stanza processing
* Use xmpp_send_raw_string instead of xmpp_send_rawJames Booth2016-03-261-1/+1
|
* Added prof_send_stanza to plugins APIJames Booth2016-03-231-0/+11
|
* Call plugin disconnect hook before disconnecting on autoping failJames Booth2016-02-251-3/+3
| | | | fixes #746
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-8/+15
|/
* Added autoping timeout preferenceJames Booth2016-01-011-1/+1
|
* Added hardcoded autoping timeoutJames Booth2015-12-311-12/+51
|
* Free pref stringsJames Booth2015-11-211-0/+1
|
* Tidy connection.cJames Booth2015-11-111-28/+32
|
* Added extra fields to TLSCertificateJames Booth2015-11-101-4/+16
|
* Show current TLS certificateJames Booth2015-11-101-5/+23
|
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-091-0/+16
|
* Applied coding style to src/xmpp/James Booth2015-10-261-29/+29
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-7/+25
|
* Removed --disable-tls command line optionJames Booth2015-10-181-6/+1
|
* Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-1/+1
|
* Add ability to script commands after connectJames Booth2015-10-151-2/+2
|
* Title bar TLS indicatorJames Booth2015-10-141-2/+3
| | | | Issue #616
* Use libstrophe/libmesode uuid generatorJames Booth2015-10-121-0/+14
|
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
|
* Added HAVE_LIBMESODE check before setting cert pathJames Booth2015-09-241-0/+2
|
* Added TLS trusted certificate path preferenceJames Booth2015-09-231-0/+5
|
* Added conditionals for libmesode cert verificationJames Booth2015-09-221-0/+7
|
* Added TLS cert fail callbackJames Booth2015-09-221-1/+11
|
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+7
|