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

202 Commits

Author SHA1 Message Date
James Booth
b9ac008b80 Added /mouse command for enabling/disabling mouse handling
Defaults to on.
2013-01-17 19:40:55 +00:00
James Booth
02a71e2510 Handle /who command in chat rooms 2013-01-15 23:17:07 +00:00
James Booth
4b3168a126 Use ! char for room broadcasts 2013-01-15 20:31:12 +00:00
James Booth
6c7b7004da Show time with room broadcasts 2013-01-15 20:05:26 +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
6abbe62710 Allow whitespace in argument to /info 2013-01-13 19:53:42 +00:00
James Booth
ec75b5e04a Use Jid datatype in chat rooms 2013-01-13 03:14:36 +00:00
James Booth
7733af1293 Merge remote-tracking branch 'dmitry/fixes' 2013-01-12 23:39:21 +00:00
James Booth
94bcf1889d Added jid datatype 2013-01-12 23:10:56 +00:00
Dmitry Podgorny
8bfeb5fc91 windows.c: fixed gcc warning 2013-01-13 00:55:13 +02:00
James Booth
d7b969b135 Moved jid related functions to common 2013-01-12 01:44:21 +00:00
James Booth
bfd7362e2a Renamed muc functions 2013-01-12 01:34:09 +00:00
James Booth
dad01d8f84 Renamed room_chat module to muc 2013-01-12 01:01:39 +00:00
James Booth
d29c7fd878 Updated copyright 2013-01-11 02:05:29 +00:00
James Booth
5fbf966b9c Check nick exists when private messaging
Show nick part of jid in private messaging
2013-01-11 01:35:25 +00:00
James Booth
1cc5353697 Added win_current_is_console() 2013-01-11 01:05:59 +00:00
James Booth
96b7b6bc71 Added extra line after /wins 2013-01-10 22:36:08 +00:00
James Booth
7ae7b01e15 Merge remote-tracking branch 'dmitry/next'
Conflicts:
	src/windows.c
2013-01-05 01:14:18 +00:00
James Booth
b84051701d Added comments to ui_get_idle_time 2013-01-05 00:38:50 +00:00
Dmitry Podgorny
f1eaf3e144 fix possible buffer overflow in _ui_draw_win_title 2013-01-04 19:33:12 +02:00
Dmitry Podgorny
7ee113e687 windows.c: remove duplicate code in ui_get_idle_time 2013-01-04 09:54:17 +02:00
Dmitry Podgorny
7ed821c0d6 windows.c: remove useless printf 2013-01-04 09:46:47 +02:00
James Booth
57f9e43566 Fixed order of includes for ncursesw
Arch linux uses the standard headers for wide char ncurses
2013-01-04 00:35:54 +00:00
James Booth
439e6486db Handle wide chars on input 2013-01-03 00:16:39 +00:00
James Booth
d28930eaf4 Include ncursesw, set locale 2013-01-02 20:27:37 +00:00
James Booth
3d6ebf48ec Added /gone to allow configurable delay for </gone> state 2012-12-19 23:31:25 +00:00
James Booth
a281d396d6 Fixed segfault when compiled with X11 but run in bare terminal 2012-12-19 21:34:24 +00:00
James Booth
5486b4348f Added parameter usage to cygwin notify 2012-12-12 00:30:31 +00:00
James Booth
d212a93e44 Experimental balloon on cygwin 2012-12-12 00:25:10 +00:00
James Booth
253eb453f2 Moved libnotify checks to _notify 2012-12-11 23:48:12 +00:00
James Booth
bcfe39e593 Fixed X CPU usage by only redrawing window title on change 2012-12-11 23:34:15 +00:00
James Booth
30cb06ed74 Added /account show command 2012-12-09 22:58:45 +00:00
James Booth
0bba09fd04 Tidied help 2012-12-09 18:59:11 +00:00
James Booth
8e90f7a414 Handle idle time from contacts 2012-12-09 03:07:33 +00:00
James Booth
986967ef89 Added /theme list command 2012-12-09 00:21:33 +00:00
James Booth
c8b650e8be Colour chat room members by presence for /who 2012-12-06 00:23:11 +00:00
James Booth
9d700f3f1f Organised config file 2012-12-02 02:21:59 +00:00
James Booth
5a0121306d Fixed compile error 2012-12-01 18:47:50 +00:00
James Booth
1029c43002 Use profanity input for idle time when libxss not availalbe 2012-12-01 18:39:34 +00:00
James Booth
5a625dd891 Added preferences for /autoaway 2012-11-30 23:34:14 +00:00
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
e7f2697e1f Show command in /prefs, and split into categories 2012-11-29 23:14:56 +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
ebf8911ffc Implemented /sub show 2012-11-27 21:53:56 +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
1adc79ba35 Attempt to stop mouse click blocking input 2012-11-26 21:19:35 +00:00