Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing string.h include in blocking.c | James Booth | 2016-05-11 | 1 | -0/+1 | |
* | Reorder headers in common.c | James Booth | 2016-05-11 | 1 | -1/+1 | |
* | Added missing header in ui.h | James Booth | 2016-05-11 | 1 | -0/+1 | |
* | Add connection_set_disconnected() | James Booth | 2016-05-11 | 3 | -30/+22 | |
* | Add connection_clear_data() | James Booth | 2016-05-10 | 3 | -32/+21 | |
* | Remove connection_free_conn(), connection_free_ctx() | James Booth | 2016-05-10 | 3 | -26/+16 | |
* | Add connection_shutdown() | James Booth | 2016-05-10 | 3 | -12/+13 | |
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 5 | -19/+18 | |
* | Remove _session_free_session_data from session.c | James Booth | 2016-05-10 | 2 | -39/+44 | |
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -21/+35 | |
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -150/+128 | |
* | Fixed compile | James Booth | 2016-05-08 | 1 | -1/+1 | |
* | Tidy session.c | James Booth | 2016-05-08 | 2 | -5/+6 | |
* | Free features on disconnect | James Booth | 2016-05-08 | 3 | -1/+4 | |
* | Use hash table for disco features | James Booth | 2016-05-08 | 4 | -58/+37 | |
* | Remove connection_get_disco_infos() | James Booth | 2016-05-08 | 2 | -7/+0 | |
* | Rename diso_items->diso_infos | James Booth | 2016-05-08 | 2 | -13/+13 | |
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 4 | -28/+31 | |
* | Add connection_item_for_feature() | James Booth | 2016-05-08 | 3 | -34/+36 | |
* | Move logic to connection_set_disco_items | James Booth | 2016-05-08 | 3 | -42/+52 | |
* | Move conneciton initialisation to _connection_handler | James Booth | 2016-05-08 | 3 | -23/+11 | |
* | Move xmpp_initialise() to conneciton.c | James Booth | 2016-05-07 | 2 | -1/+1 | |
* | Move disco info struct to connection | James Booth | 2016-05-07 | 7 | -60/+70 | |
* | Move available resources to connection struct | James Booth | 2016-05-07 | 7 | -28/+35 | |
* | Rename xmpp types | James Booth | 2016-05-06 | 1 | -48/+48 | |
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 11 | -21/+13 | |
* | Tidy connect function | James Booth | 2016-05-06 | 3 | -22/+7 | |
* | Move connection_connect | James Booth | 2016-05-06 | 3 | -39/+42 | |
* | Move send stanza function | James Booth | 2016-05-06 | 5 | -15/+14 | |
* | Move conn is secure function | James Booth | 2016-05-06 | 4 | -13/+13 | |
* | Move tls peer cert function | James Booth | 2016-05-06 | 4 | -29/+29 | |
* | Move uuid functions | James Booth | 2016-05-06 | 4 | -18/+18 | |
* | Move connection fulljid function | James Booth | 2016-05-06 | 14 | -29/+29 | |
* | Tidy session.c | James Booth | 2016-05-06 | 1 | -49/+52 | |
* | Rename jabber_ functions | James Booth | 2016-05-06 | 26 | -172/+179 | |
* | Add session.c | James Booth | 2016-05-05 | 20 | -441/+638 | |
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 10 | -13/+13 | |
* | Tidy xmpp headers | James Booth | 2016-05-04 | 21 | -142/+85 | |
* | Remove userdata from _blocklist_result_handler | James Booth | 2016-05-02 | 1 | -1/+1 | |
* | Rename stanza handler init functions | James Booth | 2016-05-02 | 7 | -9/+9 | |
* | Rename id_handler_add -> iq_id_handler_add | James Booth | 2016-05-02 | 5 | -29/+29 | |
* | Remove free DiscoInfo values | James Booth | 2016-05-02 | 2 | -2/+2 | |
* | Free stanza text and DiscoInfo features | James Booth | 2016-05-02 | 4 | -3/+9 | |
* | Free stanza text on plugin send hooks | James Booth | 2016-05-01 | 3 | -0/+3 | |
* | Disable tray icon by default | James Booth | 2016-05-01 | 1 | -1/+0 | |
* | Update /blocked help | James Booth | 2016-05-01 | 1 | -1/+1 | |
* | Use current jid for /blocked add in chat win | James Booth | 2016-05-01 | 1 | -3/+9 | |
* | Add /blocked command | James Booth | 2016-05-01 | 10 | -1/+530 | |
* | Merge remote-tracking branch 'pasis/const-char' | James Booth | 2016-05-01 | 13 | -164/+170 | |
|\ | ||||||
| * | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 13 | -164/+170 |