about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
...
| * add nooffline option to rosterWill Song2014-11-231-1/+6
* | Merge remote-tracking branch 'incertia/account-remove'James Booth2014-11-241-0/+13
|\ \
| * | implement account removalWill Song2014-11-231-0/+13
| |/
* / Free contact list on /whoJames Booth2014-11-241-0/+2
|/
* Added [ui] preferences to themesJames Booth2014-11-191-0/+10
* Added /theme colours commandJames Booth2014-11-171-2/+6
* Added support for bold theme settingsJames Booth2014-11-161-0/+1
* Replaced colours with theme_item_tJames Booth2014-11-161-4/+4
* Added /time offJames Booth2014-11-161-0/+5
* Added /time settingJames Booth2014-11-161-0/+19
* Added /roster size and /occupants size settingsJames Booth2014-11-151-0/+30
* Added /roster by commands, wipJames Booth2014-11-111-0/+21
* Added /roster show|hide resourceJames Booth2014-11-111-0/+10
* Added /roster show|hide offlineJames Booth2014-11-101-9/+28
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+12
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-1/+11
* Added /presence command to show contacts presenceJames Booth2014-11-071-1/+7
* Removed hash_table_iter usage for room rosterJames Booth2014-11-031-11/+13
* Fixed various memory leaksJames Booth2014-11-011-3/+4
* Updated helpJames Booth2014-10-271-4/+4
* Changed room help colour, added whitespace after invalid field settingJames Booth2014-10-241-0/+14
* Removed room unlocked console messageJames Booth2014-10-241-1/+0
* Renamed room destroy functionJames Booth2014-10-231-1/+1
* Added /account clear [account] portJames Booth2014-10-231-0/+4
* Added /account clear [account] serverJames Booth2014-10-231-0/+4
* Implemented new field commandsJames Booth2014-10-191-201/+201
* Remove fields from command autocomplete on form submit/cancelJames Booth2014-10-181-0/+4
* 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-181-2/+12
* Don't show join messages on subsequent /join commandsJames Booth2014-10-181-1/+1
* Removed /help otherJames Booth2014-10-181-4/+0
* Removed /duck commandJames Booth2014-10-181-36/+2
* Added validation to /role and /affiliationJames Booth2014-10-121-23/+29
* Allow /role list and /affiliation list with no argsJames Booth2014-10-121-4/+19
* Added /affiliation and /role commandsJames Booth2014-10-121-73/+107
* Removed /room info command, covered by /infoJames Booth2014-10-111-9/+7
* Moved /room subject to /subjectJames Booth2014-10-111-31/+48
* Moved /room ban to /banJames Booth2014-10-111-12/+28
* Moved /room kick to /kickJames Booth2014-10-101-16/+34
* Renamed args to /occupants defaultJames Booth2014-10-091-1/+16
* Added /occupants commands, unfinishedJames Booth2014-10-091-0/+29
* Added /room ban commandJames Booth2014-10-061-0/+12
* Implemented setting and listing rolesJames Booth2014-10-061-1/+38
* Allow setting "none" affiliationJames Booth2014-10-061-1/+6
* Added /room kick commandJames Booth2014-10-051-0/+16
* Added /room subject commandJames Booth2014-10-051-0/+31
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-2/+1
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-49/+36
* Split autocompleters for roster and roomsJames Booth2014-10-041-78/+106
* Split validation between /who for rooms and rosterJames Booth2014-10-041-35/+51