Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixe rejoining room after nickname conflict | James Booth | 2013-09-22 | 1 | -1/+3 |
| | | | | fixes #241 | ||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 1 | -1/+15 |
|\ | |||||
| * | Handle when servers dont send status 101 or jid for MUC nick changes | James Booth | 2013-08-05 | 1 | -1/+15 |
| | | |||||
* | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -16/+4 |
|/ | | | | | | 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. | ||||
* | Sort room participants on /who command | James Booth | 2013-05-30 | 1 | -1/+29 |
| | |||||
* | Add groups to roster contacts | James Booth | 2013-05-22 | 1 | -1/+1 |
| | | | | fixes #175 | ||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 1 | -0/+68 |
| | | | | Commands /invite, /invites, /decline and /join | ||||
* | Show all resources ordered by priority with /info command | James Booth | 2013-02-17 | 1 | -2/+2 |
| | |||||
* | Dealing with mulitple contact resources, work in progress | James Booth | 2013-02-14 | 1 | -3/+3 |
| | |||||
* | Added p_contact_add_resource | James Booth | 2013-02-10 | 1 | -1/+4 |
| | |||||
* | Added command and tools subdirs to source | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Got rid of old naming convention on prof_autocomplete | James Booth | 2013-01-25 | 1 | -8/+8 |
| | |||||
* | Added client to /info command in chat rooms | James Booth | 2013-01-20 | 1 | -3/+3 |
| | |||||
* | Allow /info and /msg in private room chat when nick has space in name | James Booth | 2013-01-15 | 1 | -0/+13 |
| | |||||
* | Fix segfault by setting room subject to NULL on creation | James Booth | 2013-01-13 | 1 | -0/+1 |
| | |||||
* | Use Jid datatype in chat rooms | James Booth | 2013-01-13 | 1 | -6/+3 |
| | |||||
* | Renamed chat room type | James Booth | 2013-01-13 | 1 | -18/+18 |
| | |||||
* | Changed Jid typedef to be explicit pointer | James Booth | 2013-01-13 | 1 | -0/+1 |
| | |||||
* | Moved jid related functions to common | James Booth | 2013-01-12 | 1 | -99/+0 |
| | |||||
* | Renamed muc functions | James Booth | 2013-01-12 | 1 | -141/+141 |
| | |||||
* | Renamed room_chat module to muc | James Booth | 2013-01-12 | 1 | -0/+476 |