X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/54d2fd3de703dd3764900e58eb82fae15ef58502..f0e11521ad98a44f77bb8fe2d792a8e8ac62131e:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1c5cec7..4b49801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,40 @@ /*********************************************************************** X3 ChangeLog +2009-10-06 Henrik Stuart + + * src/mod-python.c: fix a bunch of typos + +2009-10-05 Henrik Stuart + + * src/mod-python.c: add emb_get_channels function. + +2009-10-05 Henrik Stuart + + * src/mod-python.c: add emb_get_users function. + +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.