| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -13/+13 |
* | Added occupantswin.c | James Booth | 2014-12-16 | 1 | -8/+8 |
* | Moved roster functions | James Booth | 2014-12-16 | 1 | -3/+3 |
* | Split private message handling to separate functions | James Booth | 2014-12-10 | 1 | -45/+46 |
* | Show roster after roster received | James Booth | 2014-11-20 | 1 | -0/+4 |
* | Implemented /roster by group | James Booth | 2014-11-13 | 1 | -0/+8 |
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -0/+4 |
* | Added simple roster | James Booth | 2014-11-10 | 1 | -0/+4 |
* | Removed hash_table_iter usage for room roster | James Booth | 2014-11-03 | 1 | -2/+3 |
* | Added /privileges command to set UI option for showing roles/affiliations in ... | James Booth | 2014-10-18 | 1 | -22/+26 |
* | Removed debug messages when setting roles/affiliations | James Booth | 2014-10-18 | 1 | -12/+0 |
* | Show occupants role/affiliation changes | James Booth | 2014-10-18 | 1 | -4/+30 |
* | Added reason to role/affiliation changes | James Booth | 2014-10-18 | 1 | -5/+5 |
* | Add output for when both role and affiliation changed at same time | James Booth | 2014-10-18 | 1 | -3/+9 |
* | Show occupants role and affiliation when they join a room | James Booth | 2014-10-18 | 1 | -1/+1 |
* | Removed /duck command | James Booth | 2014-10-18 | 1 | -6/+0 |
* | Show role/affiliation on room join and on change | James Booth | 2014-10-12 | 1 | -3/+13 |
* | Added /affiliation and /role commands | James Booth | 2014-10-12 | 1 | -0/+2 |
* | Fixed nick changes | James Booth | 2014-10-10 | 1 | -2/+5 |
* | Renamed args to /occupants default | James Booth | 2014-10-09 | 1 | -0/+6 |
* | Added scroll support to occupant list | James Booth | 2014-10-07 | 1 | -3/+0 |
* | Added room occupants panel | James Booth | 2014-10-07 | 1 | -0/+7 |
* | Include self in room roster | James Booth | 2014-10-07 | 1 | -1/+4 |
* | Refactor handle_muc_occupant_online | James Booth | 2014-10-07 | 1 | -26/+24 |
* | Refactor muc user handler | James Booth | 2014-10-07 | 1 | -88/+49 |
* | Refactor muc_user_handler | James Booth | 2014-10-07 | 1 | -0/+45 |
* | Added jid autocomplete for affiliation commands | James Booth | 2014-10-06 | 1 | -0/+15 |
* | Implemented setting and listing roles | James Booth | 2014-10-06 | 1 | -0/+27 |
* | Implemented /room kick command | James Booth | 2014-10-05 | 1 | -7/+26 |
* | Added /room kick command | James Booth | 2014-10-05 | 1 | -0/+12 |
* | Added /room subject command | James Booth | 2014-10-05 | 1 | -5/+5 |
* | Implemented getting affiliation list, and setting affiliation | James Booth | 2014-10-05 | 1 | -0/+28 |
* | Added service discovery to /room info command | James Booth | 2014-10-02 | 1 | -0/+12 |
* | Store real jid with occupants | James Booth | 2014-10-01 | 1 | -6/+6 |
* | wip - Store roles and affiliations with occupants | James Booth | 2014-09-30 | 1 | -7/+6 |
* | Tidied muc module | James Booth | 2014-09-28 | 1 | -23/+23 |
* | Store room affiliation and role | James Booth | 2014-09-28 | 1 | -0/+1 |
* | Handle errors for /disco info requests | James Booth | 2014-09-24 | 1 | -0/+10 |
* | Removed _get_caps_key function | James Booth | 2014-09-21 | 1 | -5/+4 |
* | Handle result of room configuration submit | James Booth | 2014-09-17 | 1 | -4/+10 |
* | Show errors in room when can't retrieve room config | James Booth | 2014-09-17 | 1 | -13/+1 |
* | Implemented /room config submit for saving room configuration | James Booth | 2014-09-10 | 1 | -0/+6 |
* | Tidied error handling for room forms | James Booth | 2014-09-09 | 1 | -2/+14 |
* | Merge branch 'master' into roomconfig | James Booth | 2014-09-07 | 1 | -1/+1 |
|\ |
|
| * | Fixed spelling mistake in ping errors | James Booth | 2014-09-07 | 1 | -1/+1 |
* | | Merge branch 'master' into roomconfig | James Booth | 2014-09-07 | 1 | -0/+10 |
|\| |
|
| * | Added error handling for /ping command responses | James Booth | 2014-09-07 | 1 | -0/+10 |
* | | Moved room config UI code to ui/core.c | James Booth | 2014-09-07 | 1 | -70/+1 |
* | | Fix option handling for room config form parsing | James Booth | 2014-09-06 | 1 | -1/+1 |
* | | Added further debug output for room config | James Booth | 2014-09-06 | 1 | -8/+55 |