Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | Race can occur when gitversion file isn't fully generated before it is used. | |||||
* | 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 | |
| | | | | strcmp provides the same functionality | |||||
* | 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 | |
| | | | | Also avoided several NULL pointer dereferences. | |||||
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -9/+8 | |
| | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | |||||
* | Changed client type to 'console' as per ↵ | James Booth | 2013-06-25 | 1 | -1/+1 | |
| | | | | http://xmpp.org/registrar/disco-categories.html#client | |||||
* | 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 | |
| | | | | fixes #149 | |||||
* | Fixed crash on receiving dataform | James Booth | 2013-02-03 | 1 | -2/+4 | |
| | ||||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -3/+4 | |
| | ||||||
* | Removed stanza functions from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+1 | |
| | ||||||
* | Added xmpp subdir to source | James Booth | 2013-02-02 | 1 | -0/+245 | |