about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed message on /ban in private conversationsJames Booth2014-10-181-1/+1
* | | Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-1810-79/+164
* | | Removed debug messages when setting roles/affiliationsJames Booth2014-10-185-40/+0
* | | Show occupants role/affiliation changesJames Booth2014-10-188-22/+105
|/ /
* | Updated 0.4.5 release TODOJames Booth2014-10-181-1/+0
* | Added reason to role/affiliation changesJames Booth2014-10-186-29/+57
* | Add output for when both role and affiliation changed at same timeJames Booth2014-10-184-3/+20
* | Show occupants role and affiliation when they join a roomJames Booth2014-10-184-7/+15
* | Don't show join messages on subsequent /join commandsJames Booth2014-10-183-1/+12
* | Updated TODO for 0.4.5 releaseJames Booth2014-10-181-0/+1
* | Removed /help otherJames Booth2014-10-185-8/+4
* | Removed /duck commandJames Booth2014-10-1815-214/+3
* | Show role/affiliation on room join and on changeJames Booth2014-10-124-5/+43
* | Updated TODOJames Booth2014-10-121-1/+0
* | Added validation to /role and /affiliationJames Booth2014-10-122-29/+34
* | Allow /role list and /affiliation list with no argsJames Booth2014-10-124-8/+23
* | Added /affiliation and /role commandsJames Booth2014-10-125-136/+202
* | Removed /room info command, covered by /infoJames Booth2014-10-113-10/+8
* | Moved /room subject to /subjectJames Booth2014-10-113-45/+66
* | Moved /room ban to /banJames Booth2014-10-113-20/+57
* | Moved /room kick to /kickJames Booth2014-10-104-25/+64
* | Fixed nick changesJames Booth2014-10-102-2/+7
* | Added key code for ctrl-left ctrl-rightJames Booth2014-10-091-2/+2
* | Renamed args to /occupants defaultJames Booth2014-10-096-21/+84
* | 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
* Updated TODOJames Booth2014-10-071-1/+2
* 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-0611-19/+174
* 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