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

7181 Commits

Author SHA1 Message Date
James Booth
c641ebb8a4 Updated makefile 2012-03-01 01:54:19 +00:00
James Booth
0f5769e5a7 Removed event loop function 2012-03-01 01:52:35 +00:00
James Booth
723a99540d Tidied initialisation 2012-03-01 01:44:47 +00:00
James Booth
0dac914813 Tidied status updates 2012-03-01 01:37:09 +00:00
James Booth
86a6e3c103 Replaced WIN_NOT_FOUND with NUM_WINS 2012-03-01 01:02:10 +00:00
James Booth
e27532d893 Split find window in two 2012-03-01 00:57:35 +00:00
James Booth
2fd9e788a9 Removed cons_good_show 2012-03-01 00:43:44 +00:00
James Booth
2acf15de0d Close win now has return value 2012-03-01 00:40:51 +00:00
James Booth
1cc22c23f9 Added pointer to console window 2012-03-01 00:34:54 +00:00
James Booth
dfa7c69da6 Simplified online/offline notifications 2012-02-29 23:54:48 +00:00
James Booth
5aba98c6aa _win_show_message function 2012-02-29 23:46:25 +00:00
James Booth
c9666f2f38 Default style bold in windows 2012-02-29 23:40:30 +00:00
James Booth
88de44744a TIdey up input win functions 2012-02-29 23:15:27 +00:00
James Booth
ef4c7ce55f Bold input bar 2012-02-28 02:00:34 +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
91b369edf6 Update README 2012-02-27 19:23:36 +00:00
James Booth
2b0f42be32 Check for KEY_BACKSPACE, works on Ubuntu 2012-02-27 11:49:06 +00:00
James Booth
5c9061671e Moved window switching 2012-02-27 02:01:19 +00:00
James Booth
aa680b98a2 Consistent naming 2012-02-27 01:48:51 +00:00
James Booth
b11b882431 Renamed input buffer to history 2012-02-27 01:44:09 +00:00
James Booth
8f48685930 Allow forwards though input history 2012-02-27 00:48:55 +00:00
James Booth
2379ae895f Consistent naming in input_buffer 2012-02-26 23:37:23 +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
0a45044f1b Removed unused input window function 2012-02-26 22:02:22 +00:00
James Booth
4dc46fb73b Allow command editing 2012-02-26 21:59:16 +00:00
James Booth
76c6e49dc7 Allow left/right movement in input window 2012-02-26 20:09:39 +00:00
James Booth
61b2a0803b Removed unused tstmp 2012-02-26 19:27:19 +00:00
James Booth
98dfe8bf18 Refactored windows.c
Most functions now use _win_show_time and cons_show where
they can.
2012-02-26 19:07:40 +00:00
James Booth
9807c15b3f Tidied showing user on message win 2012-02-26 18:35:40 +00:00
James Booth
00f7ce628f Tidy up show time on messages 2012-02-26 18:26:38 +00:00
James Booth
faec407801 Update README 2012-02-26 18:12:15 +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
4b0c614cb9 Removed roster.c, updated README 2012-02-26 16:59:09 +00:00
James Booth
d6ac3c3347 DIsabling tls on server 2012-02-26 03:15:42 +00:00
James Booth
400a099edd Change to use local libstrophe
Added roster for testing libstrophe changes
2012-02-25 20:51:05 +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
b3f42cd300 Dynamic memory allocation on get chat recipient 2012-02-19 20:57:46 +00:00
James Booth
35d224a221 Safe string handling on get password 2012-02-19 20:16:33 +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
a104c772e0 Fixed string handling on incomming messages 2012-02-19 19:36:34 +00:00