Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove _session_free_session_data from session.c | James Booth | 2016-05-10 | 1 | -1/+2 | |
| | ||||||
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -21/+35 | |
| | ||||||
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -150/+128 | |
| | ||||||
* | Tidy session.c | James Booth | 2016-05-08 | 1 | -2/+2 | |
| | ||||||
* | Free features on disconnect | James Booth | 2016-05-08 | 1 | -1/+2 | |
| | ||||||
* | Use hash table for disco features | James Booth | 2016-05-08 | 1 | -48/+33 | |
| | ||||||
* | Remove connection_get_disco_infos() | James Booth | 2016-05-08 | 1 | -6/+0 | |
| | ||||||
* | Rename diso_items->diso_infos | James Booth | 2016-05-08 | 1 | -12/+12 | |
| | ||||||
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 1 | -6/+21 | |
| | ||||||
* | Add connection_item_for_feature() | James Booth | 2016-05-08 | 1 | -0/+16 | |
| | ||||||
* | Move logic to connection_set_disco_items | James Booth | 2016-05-08 | 1 | -6/+17 | |
| | ||||||
* | Move conneciton initialisation to _connection_handler | James Booth | 2016-05-08 | 1 | -16/+11 | |
| | ||||||
* | Move xmpp_initialise() to conneciton.c | James Booth | 2016-05-07 | 1 | -0/+1 | |
| | ||||||
* | Move disco info struct to connection | James Booth | 2016-05-07 | 1 | -0/+58 | |
| | ||||||
* | Move available resources to connection struct | James Booth | 2016-05-07 | 1 | -0/+26 | |
| | ||||||
* | Rename xmpp types | James Booth | 2016-05-06 | 1 | -48/+48 | |
| | ||||||
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 1 | -7/+1 | |
| | ||||||
* | Tidy connect function | James Booth | 2016-05-06 | 1 | -18/+3 | |
| | ||||||
* | Move connection_connect | James Booth | 2016-05-06 | 1 | -1/+37 | |
| | ||||||
* | Move send stanza function | James Booth | 2016-05-06 | 1 | -0/+11 | |
| | ||||||
* | Move conn is secure function | James Booth | 2016-05-06 | 1 | -0/+10 | |
| | ||||||
* | Move tls peer cert function | James Booth | 2016-05-06 | 1 | -0/+24 | |
| | ||||||
* | Move uuid functions | James Booth | 2016-05-06 | 1 | -0/+14 | |
| | ||||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -0/+6 | |
| | ||||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -3/+3 | |
| | ||||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -0/+356 | |
| | ||||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -790/+0 | |
| | ||||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -15/+3 | |
| | ||||||
* | 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 | |
| |