| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ |
|
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -7/+7 |
|/ |
|
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -21/+21 |
* | Added jabber:iq:last to capabilities | James Booth | 2015-09-29 | 1 | -2/+8 |
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -1/+7 |
* | Added conference and receipts features to caps query response | James Booth | 2015-09-09 | 1 | -0/+12 |
* | Use null check convention in capabilities.c | James Booth | 2015-05-04 | 1 | -15/+15 |
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
* | Removed strdup calls when creating capabilities | James Booth | 2015-02-09 | 1 | -7/+7 |
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -17/+8 |
* | Store capabilities against fulljid when unsupported hash | James Booth | 2014-11-27 | 1 | -21/+72 |
* | Set file permissions for logs | James Booth | 2014-10-18 | 1 | -0/+6 |
* | Free caps, remove strdup | James Booth | 2014-09-24 | 1 | -1/+3 |
* | Handle errors for /disco info requests | James Booth | 2014-09-24 | 1 | -1/+1 |
* | Capabilities: check for identity locale | James Booth | 2014-09-23 | 1 | -7/+55 |
* | Reordered identity attributes in caps cache for readability | James Booth | 2014-09-23 | 1 | -3/+3 |
* | Create sha-1 of own capabilities once | James Booth | 2014-09-23 | 1 | -0/+16 |
* | Cache capabilities to file | James Booth | 2014-09-22 | 1 | -25/+161 |
* | Show message when no capabilities available | James Booth | 2014-09-21 | 1 | -2/+0 |
* | Sort form fields for sha-1 caps hash | James Booth | 2014-09-21 | 1 | -13/+22 |
* | Added jid->hash lookup for capabilities | James Booth | 2014-09-20 | 1 | -0/+24 |
* | wip - refactoring capabilities | James Booth | 2014-09-19 | 1 | -51/+107 |
* | form_get_field_by_var->form_get_form_type_field | James Booth | 2014-09-13 | 1 | -2/+2 |
* | Rewrite form parser | James Booth | 2014-09-06 | 1 | -3/+5 |
* | Created form module | James Booth | 2014-09-05 | 1 | -2/+3 |
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
* | Free string after use in sending caps response | James Booth | 2014-06-15 | 1 | -0/+1 |
* | Renamed sha1 functions to avoid naming clashes | James Booth | 2014-06-15 | 1 | -1/+1 |
* | Changed to use gnutls instead of openssl for sha1 hashing | James Booth | 2014-05-01 | 1 | -15/+1 |
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
* | fixed build error when make run with -jN option | Dmitry Podgorny | 2014-03-06 | 1 | -1/+1 |
* | Bind capabilities functions in main.c | James Booth | 2013-12-22 | 1 | -2/+7 |
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 1 | -4/+6 |
* | Use git revision in development strings | James Booth | 2013-09-17 | 1 | -0/+11 |
* | remove octet_compare | Dmitry Podgorny | 2013-08-26 | 1 | -3/+3 |
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 1 | -4/+5 |
* | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 1 | -16/+16 |
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -9/+8 |
* | Changed client type to 'console' as per http://xmpp.org/registrar/disco-categ... | James Booth | 2013-06-25 | 1 | -1/+1 |
* | Added disco items to features in disco info responses | James Booth | 2013-03-24 | 1 | -0/+6 |
* | Tidied new command output, ordered features | James Booth | 2013-02-17 | 1 | -3/+4 |
* | Added ping to features | James Booth | 2013-02-17 | 1 | -0/+5 |
* | Added chatstates to capabilities | James Booth | 2013-02-17 | 1 | -0/+6 |
* | Added /caps command | James Booth | 2013-02-17 | 1 | -1/+11 |
* | Show detailed software/os information if available in capabilities | James Booth | 2013-02-05 | 1 | -5/+44 |
* | Removed debug from last commit | James Booth | 2013-02-05 | 1 | -4/+0 |
* | SHA1 now generated correctly when data form included in caps | James Booth | 2013-02-05 | 1 | -0/+5 |
* | Fixed crash on receiving dataform | James Booth | 2013-02-03 | 1 | -2/+4 |
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -3/+4 |