Commit Graph

13 Commits

Author SHA1 Message Date
35ba5c03c9 [more] Allow method chaining 2015-09-24 11:29:49 +02:00
f4a80e0fda New function in ModuleContext: call_hook 2015-06-24 20:05:54 +02:00
04023e945e Fix module parseresponse when more.Response is used as response 2015-06-03 17:00:28 +02:00
c8d495d508 Split messages class into multiple files 2015-05-25 16:44:27 +02:00
7c7b63634b [wip] in modules, changes import to reflect new directory structure 2015-01-05 02:49:05 +01:00
2dfe1f0e9a PEP8 clean 2014-11-13 15:52:04 +01:00
e1aff6c4cf channel or nick required when creating a Response 2014-11-13 14:51:18 +01:00
bd92f64449 More module: ensure that never return None 2014-10-10 23:15:11 +02:00
dfde4c5f49 New message processing 2014-10-07 00:21:14 +02:00
ada19a221c In Response, nomore can now be a function 2014-10-02 06:59:54 +02:00
41da1c0780 Response class is now part of 'more' module.
This commit prepare the new message flow based on protocol independent messages.

	This commit changes the module API: you need to import the Response class manually at the begining of our module.
2014-09-27 12:39:44 +02:00
3bc53bb4ef Introducing new hooks manager
Currently, the manager use a naive implementation, this is
	mainly for architectural testing purpose.
2014-09-01 19:21:54 +02:00
dcce36eb7c Implement more and next features as module instead of part of core 2014-08-31 01:55:28 +02:00