1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-14 18:14:15 -04:00
Commit Graph

691 Commits

Author SHA1 Message Date
James Booth
181669a8cb Basic chat room handling of presence 2012-11-08 00:05:32 +00:00
James Booth
c4c5668779 room_chat: add occupants to room roster until roster received 2012-11-07 22:59:48 +00:00
James Booth
6cb9c853cb jabber: added _room_presence_handler 2012-11-07 22:49:38 +00:00
James Booth
a676c50b68 windows: format room roster 2012-11-07 22:46:20 +00:00
James Booth
54e591fea3 jabber: wait until full room roster received before showing 2012-11-07 22:24:50 +00:00
James Booth
5fe12bbd15 jabber: added MUC namespace to jabber_join 2012-11-07 21:53:15 +00:00
James Booth
9ea9222158 jabber: fixed spelling in comment 2012-11-07 01:15:26 +00:00
James Booth
82e65734c0 jabber: tidy groupchat message handler 2012-11-07 01:10:05 +00:00
James Booth
d2a923126b jabber: small tidy up 2012-11-07 00:48:59 +00:00
James Booth
444be385a6 jabber: removed 'from' from message type handler function parameters 2012-11-07 00:42:12 +00:00
James Booth
30b1499c67 jabber: added type message handler prototypes 2012-11-07 00:38:31 +00:00
James Booth
9d1f0473ce jabber added message type handler functions 2012-11-07 00:34:43 +00:00
James Booth
8dfa373a01 jabber: added _groupchat_message_handler 2012-11-07 00:19:02 +00:00
James Booth
7c85f0fcb2 room_chat: rename room_is_active 2012-11-07 00:02:43 +00:00
James Booth
3436a2245d Added room_parse_room_jid to room_chat 2012-11-06 23:56:47 +00:00
James Booth
8beca3cbf7 Refactored sending chat states 2012-11-06 23:03:05 +00:00
James Booth
92ae93de33 Tidied escaping xml 2012-11-06 22:53:59 +00:00
James Booth
9872708755 Commented jabber message handler 2012-11-06 22:46:28 +00:00
James Booth
4493f55530 Removed jabber.c dependency on ui.h 2012-11-06 22:40:38 +00:00
James Booth
7e9299c240 Merge branch 'master' into muc 2012-11-06 01:00:20 +00:00
James Booth
75fb8ea2ed Updated website location in /vercheck 2012-11-06 00:59:38 +00:00
James Booth
578aca6be3 Merge branch 'master' into muc 2012-11-06 00:52:22 +00:00
James Booth
fb3d7a47d2 Leaving chat rooms on /close 2012-11-06 00:00:25 +00:00
James Booth
517bc30360 Handle sending messages in groupchat 2012-11-05 23:24:29 +00:00
James Booth
8f317f9dbf Flash, beep, notify, remind on groupchat new messages 2012-11-05 22:49:40 +00:00
James Booth
0023422830 Handle incoming groupchat 2012-11-05 22:28:06 +00:00
James Booth
ad8845991c Handle chat history from groupchat 2012-11-05 22:21:03 +00:00
James Booth
83834b96ae Do not send presence when in groupchat 2012-11-05 21:48:13 +00:00
James Booth
2f6361a578 Handle room presence notifications 2012-11-05 21:36:32 +00:00
James Booth
0deba9e13e Check for groupchat 2012-11-05 20:29:57 +00:00
James Booth
3268baeb6d Update README.md 2012-11-05 02:04:49 +00:00
James Booth
a141a997f8 Added room_chat module 2012-11-04 23:31:49 +00:00
James Booth
c8fe2a4aca Removed debug when joining room 2012-11-04 23:09:15 +00:00
James Booth
5e4c662b23 Added jabber_join for MUC 2012-11-04 22:59:52 +00:00
James Booth
191b3b96a2 Basic /join command 2012-11-04 01:27:01 +00:00
James Booth
93bcd4af4b Reduced <inactive/> timeout 2012-11-01 01:40:30 +00:00
James Booth
12aa2b640a Do not send <composing/> for unprintable characters 2012-11-01 01:24:48 +00:00
James Booth
e45e6c46b7 Show message when other user <gone/> 2012-11-01 01:21:00 +00:00
James Booth
0ce7b2acb7 Removed old chat session tests 2012-11-01 00:29:51 +00:00
James Booth
ad83bab6d2 Set state timeouts back to sensible values 2012-11-01 00:21:57 +00:00
James Booth
1b88da45aa Ignore lines starting with '/' when sending <composing/> state 2012-11-01 00:20:02 +00:00
James Booth
4be7833e2b Added a seperate option to enable outgoing typing notifications 2012-11-01 00:12:35 +00:00
James Booth
270ac03558 Fixed invalid state transition from <active/> to <paused/> 2012-10-31 23:41:30 +00:00
James Booth
5792cd597d Handling paused status 2012-10-31 23:08:26 +00:00
James Booth
81dd0a1556 Only send chat states when preference set 2012-10-31 22:08:00 +00:00
James Booth
7982d7061b Added states preference to enable chat states 2012-10-31 21:41:00 +00:00
James Booth
baced85767 Send <gone/> when closing chat window 2012-10-31 21:30:58 +00:00
James Booth
3c82fb28c4 Added boilerplate code to handle chat states 2012-10-31 21:19:08 +00:00
James Booth
5ce977284b Basic state handling 2012-10-31 01:36:52 +00:00
James Booth
7f1e3084b3 Merge branch 'master' into chatstates 2012-10-30 22:33:17 +00:00