about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed help on /whoJames Booth2013-01-171-3/+2
|
* Command /info parameter optional when in chat or private chatJames Booth2013-01-171-6/+27
| | | | Recipient is used.
* Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-171-0/+21
| | | | Defaults to on.
* Show message in chat room when nickname conflictJames Booth2013-01-161-1/+1
|
* Handle /who command in chat roomsJames Booth2013-01-151-3/+76
|
* Fixed /tiny for room and private chatJames Booth2013-01-151-11/+21
|
* Updated help for /msg and /info in chat roomsJames Booth2013-01-151-9/+11
|
* Disabled logging for chat rooms and private chatJames Booth2013-01-151-7/+2
|
* Allow /msg with no message to open private chat windowJames Booth2013-01-151-5/+9
|
* Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-1/+5
|
* cmd_info now uses basic parse_argsJames Booth2013-01-141-1/+1
|
* Allow whitespace in argument to /infoJames Booth2013-01-131-1/+1
|
* Use Jid in groupchat message handlerJames Booth2013-01-131-1/+1
|
* Use Jid datatype in chat roomsJames Booth2013-01-131-17/+21
|
* Renamed muc functionsJames Booth2013-01-121-4/+4
|
* Renamed room_chat module to mucJames Booth2013-01-121-1/+1
|
* If chat room already joined, just show windowJames Booth2013-01-111-1/+3
|
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Check nick exists when private messagingJames Booth2013-01-111-8/+33
| | | | Show nick part of jid in private messaging
* Added win_current_is_console()James Booth2013-01-111-2/+1
|
* Use room nickname autocompleter on /info and /msg when in chat roomJames Booth2013-01-111-22/+50
|
* Autocomplete: added free functionJames Booth2013-01-111-12/+12
| | | | Fixed tests
* Fixed help on /connectJames Booth2012-12-221-5/+6
|
* Amended /gone helpJames Booth2012-12-191-1/+1
|
* Added /gone to allow configurable delay for </gone> stateJames Booth2012-12-191-0/+31
|
* Fixed name clashes with windows.hJames Booth2012-12-111-3/+3
|
* Renamed /account new to /account addJames Booth2012-12-101-4/+4
|
* Added autocomplete for enabled logins onlyJames Booth2012-12-101-7/+8
|
* Added account name autocomplete for /account setJames Booth2012-12-101-1/+3
|
* Added /account set command, set server or jidJames Booth2012-12-101-0/+26
|
* Added /account renameJames Booth2012-12-101-1/+61
|
* Added /account show commandJames Booth2012-12-091-1/+40
|
* Handle logins using accountsJames Booth2012-12-091-3/+15
|
* Added /account list command, and added jid property to accountsJames Booth2012-12-091-0/+49
|
* Tidied helpJames Booth2012-12-091-155/+82
|
* Renamed /theme load to /theme setJames Booth2012-12-091-8/+9
|
* Added autocomplete to /theme loadJames Booth2012-12-091-1/+41
|
* Added '/theme load name' to replace '/theme name'James Booth2012-12-091-7/+9
|
* Changed help on /themeJames Booth2012-12-091-5/+10
|
* Added /theme list commandJames Booth2012-12-091-1/+10
|
* Renamed functions in themeJames Booth2012-12-081-1/+1
|
* Add optional server parameter to /connect commandJames Booth2012-12-061-7/+10
|
* Changed titlebarversion commandJames Booth2012-12-021-11/+50
|
* Organised config fileJames Booth2012-12-021-31/+24
|
* Moved logins to accounts moduleJames Booth2012-12-021-2/+3
|
* Added autocomplete to /autoaway, fixed helpJames Booth2012-12-021-125/+93
|
* Implemented /autoaway mode idleJames Booth2012-12-011-5/+10
|
* Added preferences for /autoawayJames Booth2012-11-301-24/+104
|
* Allow /msg with no message, to open a chat window with a contactJames Booth2012-11-301-15/+21
|
* Fixed spelling on /prefs helpJames Booth2012-11-291-1/+1
|