Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move functions from cmd_defs to cmd_funcs | James Booth | 2016-05-23 | 4 | -181/+188 |
| | |||||
* | Fix command headers | James Booth | 2016-05-23 | 6 | -10/+15 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 30 | -43/+44 |
| | |||||
* | Merge branch 'master' into cmd-tidy | James Booth | 2016-05-22 | 1 | -4/+2 |
|\ | |||||
| * | Merge remote-tracking branch 'pasis/autotools' | James Booth | 2016-05-22 | 1 | -4/+2 |
| |\ | |||||
| | * | Fix libcurl check in configure.ac for OS X | Dmytro Podgornyi | 2016-05-21 | 1 | -4/+2 |
| |/ | | | | | | | | | | | | | | | OS X contains libcurl without a pkg-config file and ./configure reports error. Add AC_CHECK_LIB in order to find libcurl properly. Also remove manual adding -lncurses and -lcurl to LIBS, because AC_CHECK_LIB does this job. | ||||
* / | Add cmd_autocomplete.c | James Booth | 2016-05-20 | 10 | -2877/+3010 |
|/ | |||||
* | Add autoconf-archive to install-all.sh | James Booth | 2016-05-17 | 1 | -6/+6 |
| | |||||
* | Fix output for tray timer setting | James Booth | 2016-05-15 | 2 | -2/+10 |
| | |||||
* | Add /tray timer <seconds> | James Booth | 2016-05-15 | 7 | -7/+75 |
| | | | | closes #787 | ||||
* | Add /tray read on|off command | James Booth | 2016-05-15 | 6 | -13/+79 |
| | | | | issue #786 | ||||
* | Reorder headers in inputwin.c | James Booth | 2016-05-11 | 1 | -1/+1 |
| | | | | Fixes unknown type name '_fpos64_t' error on Cygwin | ||||
* | 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 |
| | | | | Fixes unknown type name '_fpos64_t' error on Cygwin | ||||
* | Added missing header in ui.h | James Booth | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'conn-tidy' | James Booth | 2016-05-11 | 50 | -1058/+1136 |
|\ | |||||
| * | 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 | 17 | -104/+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 |
| | | |||||
| * | Merge branch 'master' into conn-tidy | James Booth | 2016-05-10 | 1 | -1/+1 |
| |\ | |||||
| * | | 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 | 8 | -61/+71 |
| | | | |||||
| * | | 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 | 12 | -22/+14 |
| | | | |||||
| * | | 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 | 6 | -16/+15 |
| | | | |||||
| * | | Move conn is secure function | James Booth | 2016-05-06 | 5 | -14/+14 |
| | | | |||||
| * | | Move tls peer cert function | James Booth | 2016-05-06 | 5 | -30/+30 |
| | | | |||||
| * | | Move uuid functions | James Booth | 2016-05-06 | 5 | -20/+20 |
| | | | |||||
| * | | Move connection fulljid function | James Booth | 2016-05-06 | 16 | -31/+31 |
| | | | |||||
| * | | Tidy session.c | James Booth | 2016-05-06 | 1 | -49/+52 |
| | | | |||||
| * | | Rename jabber_ functions | James Booth | 2016-05-06 | 33 | -232/+251 |
| | | | |||||
| * | | Add session.c | James Booth | 2016-05-05 | 32 | -525/+723 |
| | | |