1
0
Fork 0
Commit Graph

32 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 c8c9112b0f syno: CRISCO now speaks utf-8 2017-07-14 08:56:37 +02:00
nemunaire 00fa139e54 [syno] Dusting module 2015-11-08 01:12:21 +01:00
nemunaire f39a0eac56 Refactors hooks registration 2015-11-03 16:53:49 +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 c560e13f24 Rework XML parser: part 1
This is the first step of the parser refactoring: here we change
	the configuration, next step will change data saving.
2015-10-28 10:55:02 +01:00
nemunaire d95de8c195 In some modules, raise ImportError to avoid module loading on errors 2015-06-24 20:05:53 +02:00
nemunaire 28005e5654 Convert modules to new importer 2015-02-11 18:12:39 +01: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 5d5030efe1 Syno module: add english language support; closing #64 2014-10-04 07:33:34 +02: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 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 d16f57f8d5 Refresh old code and add antonyme search 2014-07-25 15:12:37 +02:00
nemunaire fa77a3b323 Fix decoding of some pages 2014-07-08 02:44:20 +02:00
Némunaire ad7c8e6fce Syno module: improve general stability 2013-03-20 15:08:24 +01:00
Némunaire 9b38b21898 Use new web tool into various modules 2012-11-04 16:26:20 +01:00
Némunaire c6d5d88723 Apply v3.3 changes on various modules 2012-11-04 15:32:39 +01:00
Némunaire bbfd34fe7b New global function: add_hook: add a hook in the current context directly associated to the current module 2012-10-15 02:20:01 +02:00
Némunaire 89206d9a91 Due to last commit, changes modules to follow new hooks declaration 2012-08-31 05:23:21 +02:00
Némunaire 637861b3ae Already converted modules now use new Response class 2012-08-31 01:54:57 +02:00
Némunaire 7e20368c10 Hook factorisation ; add new hooks : default (same comportement has previous version) and one hook before any parsing
When calling a hook, passed parameters change according to associated data variable
2012-08-22 21:09:20 +02:00
Némunaire 3692a167cc Fix and convert to nemubot V3.2 the synomyms module 2012-08-16 05:24:56 +02:00
Némunaire a2b273d09b Define a timeout for all http requests 2012-07-27 18:18:13 +02:00
Némunaire d37aeeda4c New module translate uses wordreference 2012-06-30 20:24:04 +02:00
Némunaire 598f626e0b New module: syno which find synonyms 2012-06-30 17:51:50 +02:00