about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
* Added ui subdir to sourceJames Booth2013-02-021-1/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-1/+1
* Completed presence priority changesJames Booth2013-01-311-9/+65
* The /priority command now sets per account/status settingsJames Booth2013-01-311-3/+12
* Renamed some propreties on the jabber connection for clarityJames Booth2013-01-311-2/+1
* Added help for new /account propertyJames Booth2013-01-311-1/+3
* Added 'last' as option for /account statusJames Booth2013-01-301-1/+1
* Added "set status" to /accountJames Booth2013-01-301-0/+8
* Fixed chat loggingJames Booth2013-01-291-3/+9
* Moved message functions to xmpp_message.cJames Booth2013-01-291-3/+3
* Added xmpp_message.cJames Booth2013-01-291-5/+5
* Moved functions to xmpp_presenceJames Booth2013-01-281-5/+5
* Added xmpp_presence.cJames Booth2013-01-281-4/+4
* jabber_get_status no longer returns newly allocated stringJames Booth2013-01-281-2/+0
* Joined log and chat_log modulesJames Booth2013-01-281-1/+0
* Renamed parser.c -> command_parser.cJames Booth2013-01-281-1/+0
* Renamed history modulesJames Booth2013-01-281-1/+1
* Renamed history.c -> command_history.cJames Booth2013-01-281-1/+0
* 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
* 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
* Renamed create jid function using barejid and resourceJames Booth2013-01-271-1/+1
* Added resource handling in account moduleJames Booth2013-01-271-3/+12
* 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
| |\
| | * 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