Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |