1
0
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
Max e0d7ef1314 Fix https links when available, everywhere 2018-01-14 19:19:01 +01:00
nemunaire f60de818f2 Virtualy move all nemubot modules into nemubot.module.* hierarchy, to avoid conflict with system/vendor modules 2018-01-14 19:18:58 +01:00
nemunaire e49312e63e Remove legacy msg.text 2017-09-19 07:25:34 +02:00
nemunaire fde459c3ff Remove legacy msg.nick 2017-09-19 07:25:33 +02:00
nemunaire 1b108428c2 Fix issue with some non-text messages 2017-07-14 12:35:55 +02:00
nemunaire de2e1d6216 Remove Message.receivers, long time deprecated 2015-11-03 07:26:01 +01:00
nemunaire 8b4f08c5bd Replace IRCException by IMException, as nemubot is not only built for IRC 2015-11-03 07:21:06 +01:00
nemunaire 76ec0d26b4 Modules: avoid unhandled exception in all_post 2015-10-13 16:23:51 +02:00
nemunaire be776405e3 Dusting URL stacking modules: fixing error when using channel list as response 2015-09-24 11:29:50 +02:00
nemunaire 4d51bc1fda Dusting modules 2015-08-26 12:18:20 +02:00
nemunaire 06c85289e0 Don't import some nemubot module automatically 2015-01-05 02:49:06 +01:00
nemunaire 7c7b63634b [wip] in modules, changes import to reflect new directory structure 2015-01-05 02:49:05 +01:00
nemunaire d14fec4cec Modules: global dusting: call getJSON instead of making raw calls to urllib 2014-12-18 12:52:39 +01:00
nemunaire 2dfe1f0e9a PEP8 clean 2014-11-13 15:52:04 +01:00
nemunaire 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
nemunaire 772d68a34d Response sender is not needed anymore, private channels are now better handled 2014-09-18 07:57:06 +02:00
nemunaire 8c52f75b6a Prepare hooks to be used for other things than Message 2014-09-11 21:20:56 +02:00
nemunaire b0e457ffc9 Fix return of parselisten functions 2014-09-03 19:06:26 +02:00
nemunaire 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
nemunaire 0a16321259 (wip) reworking of the Message class; backported from v4 2014-08-29 17:12:12 +02:00
nemunaire 4b9a6305d4 Legacy hooks now need to be explicitely declared 2014-08-28 18:05:21 +02:00
nemunaire cd7843e16e Replace help_tiny by module docstring 2014-08-28 01:39:31 +02:00
nemunaire 94a9a9a30b Switch to v3.4 branch 2014-08-13 15:53:55 +02:00
nemunaire fe0f120038 Using newly added Python decorator for hook registration 2014-08-13 15:14:41 +02:00
nemunaire a0fca91d06 Reddit module: Show url in response 2014-05-02 00:27:42 +02:00
nemunaire 818d8b754c New module: reddit that display information about a subreddit; close #37 2014-05-01 23:44:26 +02:00