1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
Commit Graph

219 Commits

Author SHA1 Message Date
James Booth
1d3739bb79 Added xmpp subdir to source 2013-02-02 19:47:41 +00:00
James Booth
029a016103 Completed presence priority changes 2013-01-31 23:49:29 +00:00
James Booth
b397a8c53e The /priority command now sets per account/status settings 2013-01-31 22:48:21 +00:00
James Booth
b223950255 Renamed some propreties on the jabber connection for clarity 2013-01-31 21:51:35 +00:00
James Booth
ac3987869b Added help for new /account property 2013-01-31 00:56:29 +00:00
James Booth
b54c273e57 Added 'last' as option for /account status 2013-01-30 22:47:33 +00:00
James Booth
fa9826a36a Added "set status" to /account 2013-01-30 22:45:35 +00:00
James Booth
957bea19e4 Fixed chat logging
fixes #147
2013-01-29 23:01:15 +00:00
James Booth
0f01f30b9c Moved message functions to xmpp_message.c 2013-01-29 00:37:50 +00:00
James Booth
b269ac9702 Added xmpp_message.c 2013-01-29 00:21:04 +00:00
James Booth
bfe1d76e5f Moved functions to xmpp_presence 2013-01-28 22:55:26 +00:00
James Booth
7255ef5e1c Added xmpp_presence.c 2013-01-28 22:24:47 +00:00
James Booth
cb24ba8be1 jabber_get_status no longer returns newly allocated string 2013-01-28 21:17:00 +00:00
James Booth
bf1cf04447 Joined log and chat_log modules 2013-01-28 20:16:18 +00:00
James Booth
1d5046bc97 Renamed parser.c -> command_parser.c
Included in command.h
2013-01-28 01:43:43 +00:00
James Booth
c72d7ad6a6 Renamed history modules 2013-01-28 01:35:11 +00:00
James Booth
80e62cfa5f Renamed history.c -> command_history.c
Included in command.h
2013-01-28 01:23:37 +00:00
James Booth
7dcb85c701 Renamed jabber.h -> xmpp.h 2013-01-28 00:32:57 +00:00
James Booth
f6176b322b Added /account set <account> resource <value> 2013-01-27 20:34:56 +00:00
James Booth
972ca34d4b Refactored connecting, and reconnecting
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.
2013-01-27 20:23:42 +00:00
James Booth
5cca57f6fb Renamed account_add_login -> account_add, added comments 2013-01-27 18:10:30 +00:00
James Booth
20d0df4c34 Added cons output when logging in.
Fixed issue with creating a new account on reconnect
2013-01-27 02:24:02 +00:00
James Booth
8bdab23e25 Renamed create jid function using barejid and resource 2013-01-27 01:14:59 +00:00
James Booth
1a30ee15e0 Added resource handling in account module
Handle old accounts on load
2013-01-27 00:02:28 +00:00
James Booth
527e739ac6 Got rid of old naming convention on prof_autocomplete 2013-01-25 01:11:49 +00:00
James Booth
114d251b68 Merge branch 'master' into caps 2013-01-22 01:39:18 +00:00
James Booth
5d70227501 Merge remote-tracking branch 'backalor/master'
Conflicts:
	src/command.c
	src/preferences.c
	src/preferences.h
	src/windows.c
2013-01-22 01:33:32 +00:00
Backalor
c850ee69cc Add support for autocomplete of /statuses command 2013-01-22 10:00:31 +09:00
Backalor
9a58017385 Add function prototype and make the default for the /statuses command be ON 2013-01-22 09:54:59 +09:00
James Booth
134da4d001 Always show output in console for /info command 2013-01-21 23:48:57 +00:00
James Booth
dd6dfd9408 Added /status command for what /info used to do
The /status command just shows the current presence information in the
current window.  The /info command show more complete information.
2013-01-21 23:24:59 +00:00
Backalor
a0a1f9017f Add new command /statuses for status notifications 2013-01-21 10:26:09 +09:00
James Booth
97a497c355 Updated /info command for chat and private chat 2013-01-20 23:30:15 +00:00
James Booth
cae7717e73 Added basic room /info command 2013-01-20 03:32:51 +00:00
James Booth
e9695c83aa Added space before /who output 2013-01-20 03:07:23 +00:00
James Booth
17ed139d96 Changed /info command to show client 2013-01-20 02:26:54 +00:00
James Booth
941e84a963 Changed help on /who 2013-01-17 23:05:23 +00:00
James Booth
dad3cd2725 Command /info parameter optional when in chat or private chat
Recipient is used.
2013-01-17 22:46:50 +00:00
James Booth
b9ac008b80 Added /mouse command for enabling/disabling mouse handling
Defaults to on.
2013-01-17 19:40:55 +00:00
James Booth
af6779401a Show message in chat room when nickname conflict 2013-01-16 01:00:06 +00:00
James Booth
02a71e2510 Handle /who command in chat rooms 2013-01-15 23:17:07 +00:00
James Booth
efdd3e55db Fixed /tiny for room and private chat 2013-01-15 21:58:41 +00:00
James Booth
3ea95346c9 Updated help for /msg and /info in chat rooms 2013-01-15 21:41:17 +00:00
James Booth
84ea4a77c9 Disabled logging for chat rooms and private chat 2013-01-15 20:50:11 +00:00
James Booth
fb9fc6529a Allow /msg with no message to open private chat window 2013-01-15 19:41:48 +00:00
James Booth
62b89a4d8a Allow /info and /msg in private room chat when nick has space in name 2013-01-15 00:02:23 +00:00
James Booth
cbb3fd45e4 cmd_info now uses basic parse_args 2013-01-14 23:22:47 +00:00
Backalor
5356118147 Add new command "/notify status" to enable/disable status messages,
such as users going on/offline or room joining/parting.
2013-01-14 18:51:37 +09:00
James Booth
6abbe62710 Allow whitespace in argument to /info 2013-01-13 19:53:42 +00:00
James Booth
b768296a93 Use Jid in groupchat message handler 2013-01-13 17:58:25 +00:00