X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ed8d873cc8969025d2707e873e9a3c1013414cea..5b2b1df2e4f30c530bba9b388cfe8ca83add81db:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 9a6b8fb..de849fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,41 @@ /*********************************************************************** X3 ChangeLog +2009-10-05 Henrik Stuart + + * src/mod-python.c: raise exception on failure in emb_get_account. + +2009-10-05 Henrik Stuart + + * src/mod-python.c: raise exception on unknown channel in emb_get_channel + +2009-10-05 Henrik Stuart + + * src/mod-python.c: make emb_send_target_notice more resilient toward + erroneous input and raise exceptions on failures. + +2009-10-05 Henrik Stuart + + * src/mod-python.c: make emb_send_target_privmsg more resilient toward + erroneous input and raise exceptions on failures. + +2009-10-05 Henrik Stuart + + * src/mod-python.c: make emb_dump raise exception on failure. + +2009-10-05 Henrik Stuart + + * src/mod-python.c: set exception on error path in emb_get_user. + +2009-10-05 Henrik Stuart + + * src/mod-python.c: extract userNode to Python dictionary conversion for + future use in handlers. + +2009-10-05 Henrik Stuart + + * src/mod-python.c: do not leak handler objects + 2009-10-05 Henrik Stuart * src/mod-python.c: add support for specifying main module in x3.conf