Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename stanza handler init functions | James Booth | 2016-05-02 | 1 | -3/+3 |
| | |||||
* | Remove free DiscoInfo values | James Booth | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Free stanza text and DiscoInfo features | James Booth | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+17 |
| | |||||
* | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 1 | -0/+36 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -6/+6 |
| | |||||
* | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 1 | -1/+0 |
| | | | | Allows plugins to stop stanza processing | ||||
* | Use xmpp_send_raw_string instead of xmpp_send_raw | James Booth | 2016-03-26 | 1 | -1/+1 |
| | |||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -0/+11 |
| | |||||
* | Call plugin disconnect hook before disconnecting on autoping fail | James Booth | 2016-02-25 | 1 | -3/+3 |
| | | | | fixes #746 | ||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -8/+15 |
|/ | |||||
* | Added autoping timeout preference | James Booth | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 1 | -12/+51 |
| | |||||
* | Free pref strings | James Booth | 2015-11-21 | 1 | -0/+1 |
| | |||||
* | Tidy connection.c | James Booth | 2015-11-11 | 1 | -28/+32 |
| | |||||
* | Added extra fields to TLSCertificate | James Booth | 2015-11-10 | 1 | -4/+16 |
| | |||||
* | Show current TLS certificate | James Booth | 2015-11-10 | 1 | -5/+23 |
| | |||||
* | Added /tls cert to show current certificate fingerprint | James Booth | 2015-11-09 | 1 | -0/+16 |
| | |||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -29/+29 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -7/+25 |
| | |||||
* | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -6/+1 |
| | |||||
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH | James Booth | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -2/+2 |
| | |||||
* | Title bar TLS indicator | James Booth | 2015-10-14 | 1 | -2/+3 |
| | | | | Issue #616 | ||||
* | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 1 | -0/+14 |
| | |||||
* | Save last activity to account on disconnect | James Booth | 2015-09-25 | 1 | -0/+1 |
| | |||||
* | Added HAVE_LIBMESODE check before setting cert path | James Booth | 2015-09-24 | 1 | -0/+2 |
| | |||||
* | Added TLS trusted certificate path preference | James Booth | 2015-09-23 | 1 | -0/+5 |
| | |||||
* | Added conditionals for libmesode cert verification | James Booth | 2015-09-22 | 1 | -0/+7 |
| | |||||
* | Added TLS cert fail callback | James Booth | 2015-09-22 | 1 | -1/+11 |
| | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 |
| | |||||
* | Fixed various jid and account mem leaks | James Booth | 2015-06-24 | 1 | -0/+1 |
| | |||||
* | Added initial stabber test | James Booth | 2015-05-17 | 1 | -4/+5 |
| | |||||
* | Use null check convention in connection.c | James Booth | 2015-05-04 | 1 | -12/+12 |
| | |||||
* | Renamed event functions | James Booth | 2015-04-28 | 1 | -5/+5 |
| | |||||
* | Renamed server event functions | James Booth | 2015-04-19 | 1 | -5/+5 |
| | |||||
* | Moved server_events to event/ | James Booth | 2015-04-19 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -0/+5 |
|\ | |||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+5 |
| | | |||||
* | | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
|/ | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -42/+25 |
| | |||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -3/+3 |
| | |||||
* | Small spelling fixes in code and comments | Dariusz Dwornikowski | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Free jabber_conn.log | James Booth | 2014-06-15 | 1 | -0/+4 |
| | |||||
* | Free saved account details before replacing | James Booth | 2014-06-15 | 1 | -0/+6 |
| | |||||
* | Added connection details to jabber_shutdown | James Booth | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -2/+1 |
| |