11 Commits

Author SHA1 Message Date
Stefan Hacker
0361021fbd Change shebang to python2 (see PEP394)
Would've prevented #7
2016-10-22 13:54:02 +02:00
Stefan Hacker
cc68e673f1 Add context menu support
This patch adds support for adding context menu entries
to connected users. As these callbacks are - in contrast
to all others in mumo - user specific they do not fit
well with the existing mumo architecture. To cope with
this creating these callbacks is now handled directly
inside the manager on behalf of the remote manager.
The remote manager then handles forwarding any context
menu actions to a user selected handler.

This patch also removes the vestigial parts of context
menu handling already present but unused in mumo as they
were an architectural dead end.
2015-05-17 23:22:01 +02:00
Stefan Hacker
c888717eb8 Fix misleading error message 2011-04-16 05:25:59 +02:00
Stefan Hacker
79cae2a2d5 Replace several strings left over in reused sourcecode and warn when using unimplemented context callbacks 2010-12-27 17:35:45 +01:00
Stefan Hacker
54eaba49d8 Fix refactoring error 2010-12-27 17:31:19 +01:00
Stefan Hacker
793fb121fe Try to make mumo compatible to python 2.5 and Ice 3.2 as found on debian lenny 2010-12-27 16:39:48 +01:00
Stefan Hacker
a71cf75a83 Added onjoin module for moving players on join as the first mumo plugin. Numerous fixes/changes in the underlying stuff. Moved sample configuration files from modules-enabled to modules-available. 2010-12-20 20:19:09 +01:00
Stefan Hacker
ad862225fa Add mumo.py with Ice connectivity. For now no context support. 2010-12-20 01:11:55 +01:00
Stefan Hacker
38f7c57d60 Make mumo_manager.py usable. Extend test coverage (still very patchy) 2010-12-18 03:18:46 +01:00
Stefan Hacker
e35452d8b3 Make MumoManager testable. Add first basic tests to test case. MumoManager is not yet completed. 2010-12-03 06:50:00 +01:00
Stefan Hacker
30738329e1 Nearly finished basic mumo application. config, worker and mumo_module have test coverage. mumo_manager is not yet covered and most likely not right yet. 2010-11-20 03:36:50 +01:00