Commit Graph

20 Commits

Author SHA1 Message Date
3301fb87c2 [more] line_treat over an array 2016-07-30 21:11:25 +02:00
a089efff1a [more] Don't append space after a cut not ended by space 2015-12-28 19:09:41 +01:00
a4e6e4ce84 [more] Fix append_content behaviour: initialize a list, don't convert string to char list 2015-11-08 01:12:20 +01:00
f39a0eac56 Refactors hooks registration 2015-11-03 16:53:49 +01:00
de2e1d6216 Remove Message.receivers, long time deprecated 2015-11-03 07:26:01 +01:00
979f1d0c55 [more] Don't display the count string if the message is alone 2015-11-03 07:22:16 +01:00
ac33ceb579 Remove dead or useless code 2015-11-03 07:20:52 +01:00
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