about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Renamed args to /occupants defaultJames Booth2014-10-095-19/+82
* Added occupants UI preferenceJames Booth2014-10-093-1/+7
* Implemented /occupants showJames Booth2014-10-096-4/+43
* Implemented /occupants hideJames Booth2014-10-095-4/+33
* Added /occupants commands, unfinishedJames Booth2014-10-095-1/+62
* Add key codes for shift arrow keys on ITermJames Booth2014-10-081-2/+2
* Added larger occupants pad sizeJames Booth2014-10-083-8/+9
* Added help to form configJames Booth2014-10-071-3/+7
* Fixed spellingJames Booth2014-10-071-2/+2
* Added scroll support to occupant listJames Booth2014-10-079-24/+51
* Handle occupant list resizeJames Booth2014-10-073-11/+23
* Added room occupants panelJames Booth2014-10-075-3/+100
* Include self in room rosterJames Booth2014-10-074-12/+12
* Refactor handle_muc_occupant_onlineJames Booth2014-10-071-26/+24
* Refactor muc user handlerJames Booth2014-10-075-130/+68
* Refactor muc_user_handlerJames Booth2014-10-074-80/+102
* Added /room ban commandJames Booth2014-10-062-0/+20
* Added jid autocomplete for affiliation commandsJames Booth2014-10-0610-12/+171
* Implemented setting and listing rolesJames Booth2014-10-0610-18/+363
* Allow setting "none" affiliationJames Booth2014-10-062-1/+7
* Implemented /room kick commandJames Booth2014-10-058-31/+334
* Added /room kick commandJames Booth2014-10-0510-2/+157
* Added /room subject commandJames Booth2014-10-0511-18/+114
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-058-8/+197
* Added autocompleters for /room subcommandsJames Booth2014-10-041-0/+56
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-046-90/+60
* Split autocompleters for roster and roomsJames Booth2014-10-042-101/+157
* Split validation between /who for rooms and rosterJames Booth2014-10-041-35/+51
* Allow adding and removing room ownersJames Booth2014-10-046-7/+175
* Formatted /room info outputJames Booth2014-10-021-6/+7
* Added service discovery to /room info commandJames Booth2014-10-027-4/+109
* Merge branch 'master' into muc_rolesJames Booth2014-10-021-10/+15
|\
| * Handle roster set and result when item name is empty stringJames Booth2014-10-021-10/+15
| * Merge remote-tracking branch 'origin/master'James Booth2014-10-022-18/+8
| |\
| * | Update UI before generating OTR keyJames Booth2014-10-021-0/+1
* | | Merge remote-tracking branch 'origin/muc_roles' into muc_rolesJames Booth2014-10-022-18/+8
|\ \ \
| * \ \ Merge branch 'master' into muc_rolesJames Booth2014-10-022-18/+8
| |\ \ \ | | | |/ | | |/|
| | * | Removed usages of strcpyJames Booth2014-10-022-18/+8
| | |/
* | / Update UI before generating OTR keyJames Booth2014-10-021-0/+1
|/ /
* | Store real jid with occupantsJames Booth2014-10-017-24/+46
* | Show fixed form fieldsJames Booth2014-10-011-1/+6
* | Added /room <affiliation> commandJames Booth2014-10-017-6/+107
* | Added /room <role> commandJames Booth2014-10-016-1/+100
* | Moved room info output to ui module, added TODO for rolesJames Booth2014-09-303-6/+16
* | Show occupants affiliation and role with /info in roomsJames Booth2014-09-304-14/+37
* | Merge branch 'master' into muc_rolesJames Booth2014-09-301-2/+2
|\|
| * Fixed help for jid-multi form fieldsJames Booth2014-09-301-2/+2
* | Merge branch 'master' into muc_rolesJames Booth2014-09-302-53/+55
|\|
| * Dont check for var attribute on form fields of type fixedJames Booth2014-09-302-53/+55
* | wip - Store roles and affiliations with occupantsJames Booth2014-09-306-24/+41