1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
James Booth
9f5cff096c Merge branch 'presence' 2012-05-26 16:20:03 +01:00
James Booth
278cd9dd1d Renamed windows.h -> ui.h 2012-05-24 01:11:43 +01:00
James Booth
cac0ea0742 Added result to add and remove from autocomplete 2012-05-23 23:46:54 +01:00
James Booth
4e23031c74 Logins remembered in ~/.profanity 2012-05-10 22:18:08 +01:00
James Booth
366eecc195 Handle ampersand
Replaced with & in messages
2012-04-19 22:26:12 +01:00
James Booth
9805b2b2b2 Show different message when disconnected
Also show message in active chat windows
2012-04-19 21:03:48 +01:00
James Booth
2b743ea9ac Dealt with online notifications when no show 2012-03-10 00:22:57 +00:00
James Booth
bcef3b1a49 Do not include self in presence notifications 2012-03-09 23:48:36 +00:00
James Booth
e6b076ce5f Show status with online contact list 2012-03-09 23:07:53 +00:00
James Booth
f533c6c162 Usage of const 2012-03-09 01:06:55 +00:00
James Booth
cfc2307808 Contact list synch with server 2012-03-08 23:03:26 +00:00
James Booth
78bd151c48 Added basic online list 2012-03-08 00:46:24 +00:00
James Booth
09602a6f4f Implemented basic paging of chat windows 2012-03-05 00:35:05 +00:00
James Booth
2fd9e788a9 Removed cons_good_show 2012-03-01 00:43:44 +00:00
James Booth
dfa7c69da6 Simplified online/offline notifications 2012-02-29 23:54:48 +00:00
James Booth
64041a4aa7 Simplified interface 2012-02-28 01:46:25 +00:00
James Booth
509888c419 Presence notifications sent to chat windows 2012-02-28 01:10:46 +00:00
James Booth
c447e05081 Only send ping when connected 2012-02-27 23:43:46 +00:00
James Booth
ecf5640f46 Added notification on leave 2012-02-27 23:33:29 +00:00
James Booth
02ba1dafb6 Added presence notifications
Turned off roster request on connect
2012-02-27 22:53:31 +00:00
James Booth
b512f3b8ff Added ping for keepalive 2012-02-27 21:16:54 +00:00
James Booth
cc4c7f3e19 Added input editing and buffer
Left and right arrows for inline editing.
Up arrow to go through history
2012-02-26 23:33:14 +00:00
James Booth
72d96a92f3 Added -notls argument and removed server name hack
Added jabber_conn struct to represent connections
2012-02-26 17:59:04 +00:00
James Booth
a0e5cd28bb Added enum for jabber connection status
Moved some UI code from Jabber module
2012-02-26 17:18:03 +00:00
James Booth
d6ac3c3347 DIsabling tls on server 2012-02-26 03:15:42 +00:00
James Booth
a7d89e0e08 Added GPL 2012-02-20 20:07:38 +00:00
James Booth
7dfea94c88 Merged input processing loops 2012-02-20 01:42:29 +00:00
James Booth
3970a4d736 Tidied message handler 2012-02-19 20:04:42 +00:00
James Booth
ae1e037d0c Tidy up roster loop 2012-02-19 19:56:03 +00:00
James Booth
5a421b011e Fixed string handling on roster request 2012-02-19 19:51:20 +00:00
James Booth
9e5b89965f Fixed string handling on login message 2012-02-19 19:42:48 +00:00
James Booth
d151b2d088 Tarted up console 2012-02-19 00:43:35 +00:00
James Booth
03b90cf5ab Handles failed logins correctly 2012-02-17 00:42:41 +00:00
James Booth
3be10300f4 Roster request on successful login 2012-02-16 23:35:40 +00:00
James Booth
66ae3d2bf8 Handling logins and outputting to console 2012-02-16 23:28:11 +00:00
James Booth
bff2210b7f Renamed console window functions 2012-02-12 22:23:51 +00:00
James Booth
af46792871 Moved XMPP logging to jabber.c 2012-02-12 22:10:30 +00:00
James Booth
7aa1d931a0 Naming of statics 2012-02-12 22:09:07 +00:00
James Booth
ae84c92d23 Tidy up jabber.c 2012-02-10 23:58:57 +00:00
James Booth
d77c397b18 Removed subscription from roster 2012-02-09 20:52:56 +00:00
James Booth
f5013914ef Added roster command 2012-02-09 02:47:25 +00:00
James Booth
8c24a7c475 Basic multiwindow chat 2012-02-08 22:46:35 +00:00
James Booth
4d190a9c43 Added app module 2012-02-07 00:08:59 +00:00
James Booth
bbb0fbed4f Moved incoming display message 2012-02-06 22:29:05 +00:00
James Booth
af2c7d8572 Moved function to jabber module 2012-02-05 23:38:35 +00:00
James Booth
0c0246074f Added jabber module 2012-02-05 23:29:09 +00:00