Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added contact presence offline test | James Booth | 2014-01-05 | 1 | -3/+3 |
| | |||||
* | Refactored contact display string | James Booth | 2014-01-05 | 1 | -6/+3 |
| | |||||
* | Added p_contact_create_display_string | James Booth | 2013-10-07 | 1 | -0/+25 |
| | |||||
* | Show only nick or jid in /wins output | James Booth | 2013-08-31 | 1 | -0/+10 |
| | |||||
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -19/+15 |
| | | | | | | 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. | ||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 1 | -0/+14 |
| | |||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 1 | -0/+14 |
| | |||||
* | Add groups to roster contacts | James Booth | 2013-05-22 | 1 | -2/+26 |
| | | | | fixes #175 | ||||
* | Roster handle changes handled correctly | James Booth | 2013-05-20 | 1 | -0/+2 |
| | |||||
* | Changing roster handle with no argument clears handle | James Booth | 2013-05-19 | 1 | -1/+3 |
| | |||||
* | Added /roster command with nick option to change handle | James Booth | 2013-05-19 | 1 | -23/+10 |
| | |||||
* | Colour title on /caps and /software output | James Booth | 2013-02-17 | 1 | -0/+6 |
| | |||||
* | Show all resources ordered by priority with /info command | James Booth | 2013-02-17 | 1 | -73/+66 |
| | |||||
* | Dealing with mulitple contact resources, work in progress | James Booth | 2013-02-14 | 1 | -19/+90 |
| | |||||
* | Simple default resource hanlding on presence | James Booth | 2013-02-14 | 1 | -13/+8 |
| | |||||
* | Added p_contact_add_resource | James Booth | 2013-02-10 | 1 | -9/+11 |
| | |||||
* | Use resource_presence_t in Resource | James Booth | 2013-02-10 | 1 | -9/+6 |
| | |||||
* | Renamed resources->available_resources | James Booth | 2013-02-10 | 1 | -20/+17 |
| | |||||
* | Only create contacts resource when online | James Booth | 2013-02-10 | 1 | -12/+37 |
| | |||||
* | Fixed error clearing contact list | James Booth | 2013-02-10 | 1 | -0/+26 |
| | |||||
* | Added default resource to contact | James Booth | 2013-02-10 | 1 | -31/+25 |
| | |||||
* | Renamed contact property jid->barejid | James Booth | 2013-02-09 | 1 | -6/+6 |
| | |||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -1/+2 |
| | |||||
* | Added client to /info command in chat rooms | James Booth | 2013-01-20 | 1 | -3/+8 |
| | |||||
* | Added retrieval of caps string from presence | James Booth | 2013-01-19 | 1 | -51/+31 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Handle idle time from contacts | James Booth | 2012-12-09 | 1 | -35/+22 |
| | |||||
* | Handle roster subscription updates | James Booth | 2012-11-27 | 1 | -0/+21 |
| | |||||
* | Show "request pending" in /sub show, when request has been sent | James Booth | 2012-11-27 | 1 | -1/+10 |
| | |||||
* | Default contact subscription set to "none" | James Booth | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Split contact add and update presence | James Booth | 2012-10-29 | 1 | -0/+30 |
| | |||||
* | Subscription management | James Booth | 2012-10-28 | 1 | -1/+23 |
| | |||||
* | Load roster before sending presence | James Booth | 2012-10-28 | 1 | -17/+49 |
| | |||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -5/+5 |
| | |||||
* | Function signatures across lines | James Booth | 2012-07-24 | 1 | -7/+14 |
| | |||||
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -0/+108 |