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

850 Commits

Author SHA1 Message Date
James Booth
020e516acf Simple output of idle/away 2012-11-30 21:26:28 +00:00
James Booth
846d3f848a Allow /msg with no message, to open a chat window with a contact 2012-11-30 00:19:03 +00:00
James Booth
478aa671fc Fixed spelling on /prefs help 2012-11-29 23:16:23 +00:00
James Booth
e7f2697e1f Show command in /prefs, and split into categories 2012-11-29 23:14:56 +00:00
James Booth
5496b25735 Respond to ping requests 2012-11-29 22:33:47 +00:00
James Booth
23e4ba73d4 Moved unread in titlebar 2012-11-29 20:57:55 +00:00
James Booth
1780148f59 Option to show version in title bar with /titlebarversion 2012-11-29 20:34:52 +00:00
James Booth
ed6c6b36c0 Added terminal window title 2012-11-29 20:11:46 +00:00
James Booth
a1066d210d Tidied help on /sub 2012-11-28 02:02:59 +00:00
James Booth
e64ed7771f Fixed contact list test 2012-11-28 01:43:56 +00:00
James Booth
0756a9cec6 Implemented "/sub sent" to show outstanding sent subscription requests 2012-11-28 01:36:04 +00:00
James Booth
b7a7be37e9 Remove from outstanding requests on /sub 2012-11-28 01:17:24 +00:00
James Booth
ce0e96edf5 Merge branch 'master' into sublist 2012-11-28 01:05:37 +00:00
James Booth
80c2209bbd Add and remove from roster on subscription presence 2012-11-28 01:04:40 +00:00
James Booth
3462b5afd6 List commands for /sub 2012-11-28 00:36:51 +00:00
James Booth
a061b0d452 Handle roster subscription updates 2012-11-27 23:43:32 +00:00
James Booth
2f2fa8de66 Show "request pending" in /sub show, when request has been sent 2012-11-27 22:26:42 +00:00
James Booth
4b460100ad Default contact subscription set to "none" 2012-11-27 21:59:48 +00:00
James Booth
ebf8911ffc Implemented /sub show 2012-11-27 21:53:56 +00:00
James Booth
4e78f8f149 Show usage when invalid /sub argument 2012-11-27 21:20:00 +00:00
James Booth
c3148eb95a Fixed GLib assertion error when no theme file loaded 2012-11-27 00:44:05 +00:00
James Booth
828cc8b0c0 Show message on /join when windows full 2012-11-27 00:20:43 +00:00
James Booth
671e7d589f Show message on /msg when windows full 2012-11-27 00:17:35 +00:00
James Booth
213ccc0150 Added /autoping command to set ping interval or disable with 0 2012-11-26 23:58:24 +00:00
James Booth
791667fa86 Fixed spelling in reconnect 2012-11-26 22:03:05 +00:00
James Booth
7198f6cccc Setting /reconnect 0 properly disables reconnect 2012-11-26 22:00:57 +00:00
James Booth
1adc79ba35 Attempt to stop mouse click blocking input 2012-11-26 21:19:35 +00:00
James Booth
0e178ab411 Fixed GLib assertion error when no XDG env set 2012-11-26 10:43:19 +00:00
James Booth
56e5d16938 Added to navigation help 2012-11-26 02:33:32 +00:00
James Booth
c9ed583412 Fixed some memory leaks 2012-11-26 02:20:44 +00:00
James Booth
b2f9e1ad5f Further tidy up of windows.c 2012-11-26 00:57:41 +00:00
James Booth
e131afdb12 windows tidy up 2012-11-26 00:01:34 +00:00
James Booth
4aee534725 Added header define to window.h 2012-11-25 23:29:02 +00:00
James Booth
58655a90c3 Fixed help config file locations 2012-11-25 22:08:41 +00:00
James Booth
270c88fc0f Fixed config location in man page 2012-11-25 22:05:00 +00:00
James Booth
4b73f3d7f9 Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOME 2012-11-25 21:40:49 +00:00
James Booth
7ea02c7182 configure.ac Fixed spelling in libnotify message 2012-11-25 17:44:27 +00:00
James Booth
529a31904c Merge branch 'wheel' 2012-11-25 17:43:04 +00:00
James Booth
a42ff49dab Added Cywin mouse wheel handling 2012-11-25 17:37:04 +00:00
James Booth
f6ca1ba15e Added cygwin check to configure.ac 2012-11-25 04:25:22 +00:00
James Booth
b75256fffd Fixed /prefs output when no theme chosen 2012-11-25 03:26:52 +00:00
James Booth
a27ed4cf44 Fixed compile after merging master 2012-11-25 02:29:01 +00:00
James Booth
a28e0ee650 Merge branch 'master' into wheel 2012-11-25 02:20:26 +00:00
James Booth
921f026cba Added auto reconnect, and /reconnect command to control interval 2012-11-25 02:14:38 +00:00
James Booth
66d3e6ee02 Messages not lost when run out of windows
Incoming messages are shown in the console when all windows are full
2012-11-24 23:58:10 +00:00
James Booth
a20c0569a6 Status bar active on console messages when not in console 2012-11-24 23:36:43 +00:00
James Booth
4e94654122 Added console to statusbar window list 2012-11-24 20:41:27 +00:00
James Booth
d30d31b57d Allow alt-num to select window 2012-11-24 01:57:24 +00:00
James Booth
f7ad1c0335 Don't output ctrl characters 2012-11-24 00:23:24 +00:00
James Booth
7c7e95ea4e Switched to ncurses raw mode 2012-11-23 02:56:38 +00:00