about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into capsJames Booth2013-01-221-1/+25
|\
| * Merge remote-tracking branch 'backalor/master'James Booth2013-01-221-1/+25
| |\
| | * Add support for autocomplete of /statuses commandBackalor2013-01-221-0/+2
| | * Add function prototype and make the default for the /statuses command be ONBackalor2013-01-221-0/+1
| | * Add new command /statuses for status notificationsBackalor2013-01-211-16/+17
| | * Add new command "/notify status" to enable/disable status messages,Backalor2013-01-141-2/+22
* | | Always show output in console for /info commandJames Booth2013-01-211-6/+30
* | | Added /status command for what /info used to doJames Booth2013-01-211-0/+53
* | | Updated /info command for chat and private chatJames Booth2013-01-201-2/+2
* | | Added basic room /info commandJames Booth2013-01-201-2/+2
* | | Added space before /who outputJames Booth2013-01-201-0/+1
* | | Changed /info command to show clientJames Booth2013-01-201-1/+1
|/ /
* | Changed help on /whoJames Booth2013-01-171-3/+2
* | Command /info parameter optional when in chat or private chatJames Booth2013-01-171-6/+27
* | Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-171-0/+21
* | 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
* 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 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