Commit Graph

11 Commits

Author SHA1 Message Date
Christopher Michael 367817b078 express: Delay channel creation until user has identified...
Also fix quit message...
2021-01-28 05:48:48 -05:00
Srivardhan Hebbar b34928d029 express: Changed help cmd implementation.
Summary:
I've changed the way of implementation itself. Check and let me know.
Actually, the callback for away can handle for many commands. The name of the callback should be changed. But thought, will get feedback from you about the implementation, and if this is fine then change the name to suitable and add all the commands.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Differential Revision: https://phab.enlightenment.org/D2519
2015-05-18 09:31:38 -04:00
Srivardhan Hebbar 5e10671c9c express: Added Admin and Away commands.
Summary:
Added Admin and away commands. Also cleanedup commands.c file

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Differential Revision: https://phab.enlightenment.org/D2497
2015-05-12 08:47:41 -04:00
Chris Michael 7675357bdd express: Hook into callback for user changing nickname
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-03-03 14:10:43 -05:00
Chris Michael 60e38fda84 add callback hook for server notices
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-18 14:24:53 -05:00
Chris Michael ae8efe5b28 add channel callback hooks for private messages and channel users list
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-18 12:23:05 -05:00
Chris Michael 6225e686bc add support for TOPIC_TIME message
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-18 11:32:18 -05:00
Chris Michael 8a6554a10f setup proper hook for user_quit callback.
Implement user part & join callbacks

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-17 15:26:47 -05:00
Chris Michael f61a78eb61 add support for channel topic displaying
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-16 15:35:44 -05:00
Chris Michael b4099082d9 Add function declarations for server_motd and other messages
Signed-off-by: Chris Michael <devilhorns@comcast.net>
2014-01-20 17:31:46 +00:00
Chris Michael edbddea696 Add callbacks file
Signed-off-by: Chris Michael <devilhorns@comcast.net>
2014-01-19 12:04:02 +00:00