Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added help to form config | James Booth | 2014-10-07 | 1 | -3/+7 |
| | |||||
* | Fixed spelling | James Booth | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | Added scroll support to occupant list | James Booth | 2014-10-07 | 9 | -24/+51 |
| | |||||
* | Handle occupant list resize | James Booth | 2014-10-07 | 3 | -11/+23 |
| | |||||
* | Added room occupants panel | James Booth | 2014-10-07 | 5 | -3/+100 |
| | |||||
* | Include self in room roster | James Booth | 2014-10-07 | 4 | -12/+12 |
| | |||||
* | Refactor handle_muc_occupant_online | James Booth | 2014-10-07 | 1 | -26/+24 |
| | |||||
* | Refactor muc user handler | James Booth | 2014-10-07 | 5 | -130/+68 |
| | |||||
* | Refactor muc_user_handler | James Booth | 2014-10-07 | 4 | -80/+102 |
| | |||||
* | Added /room ban command | James Booth | 2014-10-06 | 2 | -0/+20 |
| | |||||
* | Added jid autocomplete for affiliation commands | James Booth | 2014-10-06 | 10 | -12/+171 |
| | |||||
* | Implemented setting and listing roles | James Booth | 2014-10-06 | 10 | -18/+363 |
| | |||||
* | Allow setting "none" affiliation | James Booth | 2014-10-06 | 2 | -1/+7 |
| | |||||
* | Implemented /room kick command | James Booth | 2014-10-05 | 8 | -31/+334 |
| | |||||
* | Added /room kick command | James Booth | 2014-10-05 | 10 | -2/+157 |
| | |||||
* | Added /room subject command | James Booth | 2014-10-05 | 11 | -18/+114 |
| | |||||
* | Implemented getting affiliation list, and setting affiliation | James Booth | 2014-10-05 | 8 | -8/+197 |
| | |||||
* | Added autocompleters for /room subcommands | James Booth | 2014-10-04 | 1 | -0/+56 |
| | |||||
* | Implemented setting affiliation and listing affiliations | James Booth | 2014-10-04 | 6 | -90/+60 |
| | |||||
* | Split autocompleters for roster and rooms | James Booth | 2014-10-04 | 2 | -101/+157 |
| | |||||
* | Split validation between /who for rooms and roster | James Booth | 2014-10-04 | 1 | -35/+51 |
| | |||||
* | Allow adding and removing room owners | James Booth | 2014-10-04 | 6 | -7/+175 |
| | |||||
* | Formatted /room info output | James Booth | 2014-10-02 | 1 | -6/+7 |
| | |||||
* | Added service discovery to /room info command | James Booth | 2014-10-02 | 7 | -4/+109 |
| | |||||
* | Merge branch 'master' into muc_roles | James Booth | 2014-10-02 | 1 | -10/+15 |
|\ | |||||
| * | Handle roster set and result when item name is empty string | James Booth | 2014-10-02 | 1 | -10/+15 |
| | | | | | | | | fixed #431 | ||||
| * | Merge remote-tracking branch 'origin/master' | James Booth | 2014-10-02 | 2 | -18/+8 |
| |\ | |||||
| * | | Update UI before generating OTR key | James Booth | 2014-10-02 | 1 | -0/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/muc_roles' into muc_roles | James Booth | 2014-10-02 | 2 | -18/+8 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into muc_roles | James Booth | 2014-10-02 | 2 | -18/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Removed usages of strcpy | James Booth | 2014-10-02 | 2 | -18/+8 |
| | |/ | |||||
* | / | Update UI before generating OTR key | James Booth | 2014-10-02 | 1 | -0/+1 |
|/ / | |||||
* | | Store real jid with occupants | James Booth | 2014-10-01 | 7 | -24/+46 |
| | | |||||
* | | Show fixed form fields | James Booth | 2014-10-01 | 1 | -1/+6 |
| | | |||||
* | | Added /room <affiliation> command | James Booth | 2014-10-01 | 7 | -6/+107 |
| | | |||||
* | | Added /room <role> command | James Booth | 2014-10-01 | 6 | -1/+100 |
| | | |||||
* | | Moved room info output to ui module, added TODO for roles | James Booth | 2014-09-30 | 3 | -6/+16 |
| | | |||||
* | | Show occupants affiliation and role with /info in rooms | James Booth | 2014-09-30 | 4 | -14/+37 |
| | | |||||
* | | Merge branch 'master' into muc_roles | James Booth | 2014-09-30 | 1 | -2/+2 |
|\| | |||||
| * | Fixed help for jid-multi form fields | James Booth | 2014-09-30 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into muc_roles | James Booth | 2014-09-30 | 2 | -53/+55 |
|\| | | | | | | | | | Conflicts: .gitignore | ||||
| * | Dont check for var attribute on form fields of type fixed | James Booth | 2014-09-30 | 2 | -53/+55 |
| | | |||||
* | | wip - Store roles and affiliations with occupants | James Booth | 2014-09-30 | 6 | -24/+41 |
| | | |||||
* | | Merge branch 'master' into muc_roles | James Booth | 2014-09-30 | 1 | -1/+1 |
|\| | |||||
| * | free latest_release regardless of its validity | Adam Coffman | 2014-09-29 | 1 | -1/+1 |
| | | |||||
* | | Changed rooms to use Occupant type instead of PContact | James Booth | 2014-09-30 | 9 | -127/+235 |
| | | |||||
* | | Tidied muc module | James Booth | 2014-09-28 | 13 | -162/+163 |
| | | |||||
* | | Store room affiliation and role | James Booth | 2014-09-28 | 7 | -20/+208 |
| | | |||||
* | | Check for NULL inside autocomplete_free | James Booth | 2014-09-26 | 4 | -11/+7 |
| | | |||||
* | | Create room list on muc_init | James Booth | 2014-09-26 | 1 | -155/+82 |
| | |