about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed parser.c -> command_parser.cJames Booth2013-01-281-1/+0
| | | | Included in command.h
* Renamed history modulesJames Booth2013-01-281-1/+1
|
* Renamed history.c -> command_history.cJames Booth2013-01-281-1/+0
| | | | Included in command.h
* Renamed jabber.h -> xmpp.hJames Booth2013-01-281-1/+1
|
* Added /account set <account> resource <value>James Booth2013-01-271-2/+9
|
* Refactored connecting, and reconnectingJames Booth2013-01-271-3/+1
| | | | | | | The user either logs in with an account, in which case its name, and the password is kept for reconnects. Or the user can login with a jid (and server) which does not currently exist as a local account. On success an account is created, with the jid as the name.
* Renamed account_add_login -> account_add, added commentsJames Booth2013-01-271-1/+1
|
* Added cons output when logging in.James Booth2013-01-271-8/+10
| | | | Fixed issue with creating a new account on reconnect
* Renamed create jid function using barejid and resourceJames Booth2013-01-271-1/+1
|
* Added resource handling in account moduleJames Booth2013-01-271-3/+12
| | | | Handle old accounts on load
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-119/+119
|
* Merge branch 'master' into capsJames Booth2013-01-221-1/+25
|\
| * Merge remote-tracking branch 'backalor/master'James Booth2013-01-221-1/+25
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command.c src/preferences.c src/preferences.h src/windows.c
| | * 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
| | | | | | | | | | | | such as users going on/offline or room joining/parting.
* | | 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
| | | | | | | | | | | | | | | The /status command just shows the current presence information in the current window. The /info command show more complete information.
* | | 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
| | | | | | | | 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
|