Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented /occupants show | James Booth | 2014-10-09 | 6 | -4/+43 | |
| | ||||||
* | Implemented /occupants hide | James Booth | 2014-10-09 | 5 | -4/+33 | |
| | ||||||
* | Added /occupants commands, unfinished | James Booth | 2014-10-09 | 5 | -1/+62 | |
| | ||||||
* | Add key codes for shift arrow keys on ITerm | James Booth | 2014-10-08 | 1 | -2/+2 | |
| | ||||||
* | Added larger occupants pad size | James Booth | 2014-10-08 | 3 | -8/+9 | |
| | ||||||
* | Updated TODO | James Booth | 2014-10-07 | 1 | -1/+2 | |
| | ||||||
* | 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 | 11 | -19/+174 | |
| | ||||||
* | 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 | 2 | -7/+8 | |
| | ||||||
* | Added service discovery to /room info command | James Booth | 2014-10-02 | 7 | -4/+109 | |
| | ||||||
* | Added to TODO | James Booth | 2014-10-02 | 1 | -2/+3 | |
| | ||||||
* | 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 branch 'master' into muc_roles | James Booth | 2014-10-02 | 0 | -0/+0 | |
|\| | ||||||
| * | 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 | 8 | -24/+47 | |
| | | ||||||
* | | 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 | 4 | -6/+22 | |
| | | ||||||
* | | 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 | 1 | -0/+1 | |
|\| | ||||||
| * | travis: added m4 dir for libstrophe | James Booth | 2014-09-30 | 1 | -0/+1 | |
| | |