1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
Commit Graph

58 Commits

Author SHA1 Message Date
James Booth
467b5cce7e Added cmd_t struct
Got rid of big if statement handling commands
2012-06-04 20:49:18 +01:00
James Booth
86880ede65 Commands follow uniform function type 2012-06-04 19:23:14 +01:00
Dolan O'Toole
d91175e5c2 added showsplash command 2012-06-03 23:02:13 +01:00
James Booth
70310bb5af Allow message with status updates 2012-05-28 23:40:11 +01:00
James Booth
240f7badb0 Refactored presence commands 2012-05-28 21:51:05 +01:00
James Booth
2fe5d3e9d1 Implemented xa, chat and dnd presence 2012-05-27 23:00:04 +01:00
James Booth
dd9f6f825e Commands for presence updates 2012-05-27 20:36:31 +01:00
James Booth
f5eab87588 Added _cmd_away
Not yet sending message to server
2012-05-27 19:53:16 +01:00
James Booth
619496f5dd Renamed jabber_status_t -> jabber_conn_status_t 2012-05-27 19:20:17 +01:00
James Booth
278cd9dd1d Renamed windows.h -> ui.h 2012-05-24 01:11:43 +01:00
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