1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
Commit Graph

48 Commits

Author SHA1 Message Date
James Booth
aa26278a46 Moved beep/flash settings to preferences 2012-05-10 09:55:55 +01:00
James Booth
d7cee5bec9 Removed some oneliner functions 2012-05-10 01:22:47 +01:00
James Booth
a336148cd2 Using GSList for contact list 2012-05-10 00:30:03 +01:00
James Booth
1730372e00 Bash style history 2012-05-01 00:24:31 +01:00
James Booth
c511d7c99f Revert "Created command_t struct for command handling"
This reverts commit 0c0a242972.
2012-04-28 19:08:33 +01:00
James Booth
2b51d41631 Revert "Free split args in command.c"
This reverts commit 161157a1c8.
2012-04-28 19:08:31 +01:00
James Booth
3fa7931d53 Revert "Free command memory"
This reverts commit 07fdb4afef.
2012-04-28 19:08:24 +01:00
James Booth
07fdb4afef Free command memory 2012-04-27 01:16:31 +01:00
James Booth
161157a1c8 Free split args in command.c 2012-04-27 01:14:17 +01:00
James Booth
0c0a242972 Created command_t struct for command handling 2012-04-27 00:10:11 +01:00
James Booth
887278b91b Merge branch 'glib'
Conflicts:
	command.c
2012-04-26 23:37:54 +01:00
James Booth
a41dab3d3c Removed trim method from util 2012-04-26 23:27:40 +01:00
James Booth
381d4b8dc9 Replaced trim implementation with g_strstrip 2012-04-26 23:19:28 +01:00
James Booth
1b7d9e9e26 Added flash notification and option 2012-04-24 01:39:23 +01:00
James Booth
b3ae1a7d12 Added beep setting command 2012-04-24 01:24:54 +01:00
James Booth
04e021eb36 Usage of gboolean in command.c 2012-04-24 01:02:22 +01:00
James Booth
e21e64fe28 Removed ncurses.h from command.c 2012-04-24 00:49:48 +01:00
James Booth
30d301332d Tidy commands and contact list 2012-04-23 22:43:12 +01:00
James Booth
dab37236a2 Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
James Booth
b22a7c5fda Moved page off, and added search_attempts 2012-03-10 23:01:59 +00:00
James Booth
59c02863fe Changed typenames in contact list 2012-03-09 21:23:39 +00:00
James Booth
f533c6c162 Usage of const 2012-03-09 01:06:55 +00:00
James Booth
db259f64a0 Command changes
Changed names of who/ros
Coloured output for who
Who only works online
2012-03-08 23:14:35 +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
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
b11b882431 Renamed input buffer to history 2012-02-27 01:44:09 +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
a0e5cd28bb Added enum for jabber connection status
Moved some UI code from Jabber module
2012-02-26 17:18:03 +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
9f6356a8f7 Validation on msg command 2012-02-19 00:17:36 +00:00
James Booth
94c97e08ab Handle nothing in main command 2012-02-18 23:17:01 +00:00
James Booth
34fba754ea Tidy start commands 2012-02-18 23:09:21 +00:00
James Booth
547704b65a Handle empty input on start 2012-02-18 22:53:07 +00:00
James Booth
18c97a431a Start command validation 2012-02-18 22:51:08 +00:00
James Booth
03b90cf5ab Handles failed logins correctly 2012-02-17 00:42:41 +00:00
James Booth
66ae3d2bf8 Handling logins and outputting to console 2012-02-16 23:28:11 +00:00
James Booth
e112ef5aac Added status bar refresh to main loop 2012-02-12 22:34:31 +00:00
James Booth
bff2210b7f Renamed console window functions 2012-02-12 22:23:51 +00:00
James Booth
9e63c4a0f6 Renamed input_bar -> status_bar 2012-02-12 22:20:21 +00:00
James Booth
7aa1d931a0 Naming of statics 2012-02-12 22:09:07 +00:00
James Booth
b71f61d400 Tweak to commands 2012-02-12 21:47:19 +00:00
James Booth
9db56f4fc1 Moved start commands to command.module 2012-02-10 23:53:13 +00:00
James Booth
a7df149ee9 Pulled out command module 2012-02-09 23:15:53 +00:00