Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed parser.c -> command_parser.c | James Booth | 2013-01-28 | 1 | -1/+0 |
| | | | | Included in command.h | ||||
* | Renamed history modules | James Booth | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Renamed history.c -> command_history.c | James Booth | 2013-01-28 | 1 | -1/+0 |
| | | | | Included in command.h | ||||
* | Renamed jabber.h -> xmpp.h | James Booth | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Added /account set <account> resource <value> | James Booth | 2013-01-27 | 1 | -2/+9 |
| | |||||
* | Refactored connecting, and reconnecting | James Booth | 2013-01-27 | 1 | -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 comments | James Booth | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Added cons output when logging in. | James Booth | 2013-01-27 | 1 | -8/+10 |
| | | | | Fixed issue with creating a new account on reconnect | ||||
* | Renamed create jid function using barejid and resource | James Booth | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Added resource handling in account module | James Booth | 2013-01-27 | 1 | -3/+12 |
| | | | | Handle old accounts on load | ||||
* | Got rid of old naming convention on prof_autocomplete | James Booth | 2013-01-25 | 1 | -119/+119 |
| | |||||
* | Merge branch 'master' into caps | James Booth | 2013-01-22 | 1 | -1/+25 |
|\ | |||||
| * | Merge remote-tracking branch 'backalor/master' | James Booth | 2013-01-22 | 1 | -1/+25 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command.c src/preferences.c src/preferences.h src/windows.c | ||||
| | * | Add support for autocomplete of /statuses command | Backalor | 2013-01-22 | 1 | -0/+2 |
| | | | |||||
| | * | Add function prototype and make the default for the /statuses command be ON | Backalor | 2013-01-22 | 1 | -0/+1 |
| | | | |||||
| | * | Add new command /statuses for status notifications | Backalor | 2013-01-21 | 1 | -16/+17 |
| | | | |||||
| | * | Add new command "/notify status" to enable/disable status messages, | Backalor | 2013-01-14 | 1 | -2/+22 |
| | | | | | | | | | | | | such as users going on/offline or room joining/parting. | ||||
* | | | Always show output in console for /info command | James Booth | 2013-01-21 | 1 | -6/+30 |
| | | | |||||
* | | | Added /status command for what /info used to do | James Booth | 2013-01-21 | 1 | -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 chat | James Booth | 2013-01-20 | 1 | -2/+2 |
| | | | |||||
* | | | Added basic room /info command | James Booth | 2013-01-20 | 1 | -2/+2 |
| | | | |||||
* | | | Added space before /who output | James Booth | 2013-01-20 | 1 | -0/+1 |
| | | | |||||
* | | | Changed /info command to show client | James Booth | 2013-01-20 | 1 | -1/+1 |
|/ / | |||||
* | | Changed help on /who | James Booth | 2013-01-17 | 1 | -3/+2 |
| | | |||||
* | | Command /info parameter optional when in chat or private chat | James Booth | 2013-01-17 | 1 | -6/+27 |
| | | | | | | | | Recipient is used. | ||||
* | | Added /mouse command for enabling/disabling mouse handling | James Booth | 2013-01-17 | 1 | -0/+21 |
| | | | | | | | | Defaults to on. | ||||
* | | Show message in chat room when nickname conflict | James Booth | 2013-01-16 | 1 | -1/+1 |
| | | |||||
* | | Handle /who command in chat rooms | James Booth | 2013-01-15 | 1 | -3/+76 |
| | | |||||
* | | Fixed /tiny for room and private chat | James Booth | 2013-01-15 | 1 | -11/+21 |
| | | |||||
* | | Updated help for /msg and /info in chat rooms | James Booth | 2013-01-15 | 1 | -9/+11 |
| | | |||||
* | | Disabled logging for chat rooms and private chat | James Booth | 2013-01-15 | 1 | -7/+2 |
| | | |||||
* | | Allow /msg with no message to open private chat window | James Booth | 2013-01-15 | 1 | -5/+9 |
| | | |||||
* | | Allow /info and /msg in private room chat when nick has space in name | James Booth | 2013-01-15 | 1 | -1/+5 |
| | | |||||
* | | cmd_info now uses basic parse_args | James Booth | 2013-01-14 | 1 | -1/+1 |
| | | |||||
* | | Allow whitespace in argument to /info | James Booth | 2013-01-13 | 1 | -1/+1 |
| | | |||||
* | | Use Jid in groupchat message handler | James Booth | 2013-01-13 | 1 | -1/+1 |
| | | |||||
* | | Use Jid datatype in chat rooms | James Booth | 2013-01-13 | 1 | -17/+21 |
|/ | |||||
* | Renamed muc functions | James Booth | 2013-01-12 | 1 | -4/+4 |
| | |||||
* | Renamed room_chat module to muc | James Booth | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | If chat room already joined, just show window | James Booth | 2013-01-11 | 1 | -1/+3 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Check nick exists when private messaging | James Booth | 2013-01-11 | 1 | -8/+33 |
| | | | | Show nick part of jid in private messaging | ||||
* | Added win_current_is_console() | James Booth | 2013-01-11 | 1 | -2/+1 |
| | |||||
* | Use room nickname autocompleter on /info and /msg when in chat room | James Booth | 2013-01-11 | 1 | -22/+50 |
| | |||||
* | Autocomplete: added free function | James Booth | 2013-01-11 | 1 | -12/+12 |
| | | | | Fixed tests | ||||
* | Fixed help on /connect | James Booth | 2012-12-22 | 1 | -5/+6 |
| | |||||
* | Amended /gone help | James Booth | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | Added /gone to allow configurable delay for </gone> state | James Booth | 2012-12-19 | 1 | -0/+31 |
| | |||||
* | Fixed name clashes with windows.h | James Booth | 2012-12-11 | 1 | -3/+3 |
| | |||||
* | Renamed /account new to /account add | James Booth | 2012-12-10 | 1 | -4/+4 |
| |