]> jfr.im git - irc/evilnet/x3.git/history - src/mod-python.c
mod-python: add emb_get_channels function
[irc/evilnet/x3.git] / src / mod-python.c
2009-10-05  hstuartmod-python: add emb_get_channels function
2009-10-05  hstuartmod-python: add emb_get_users function
2009-10-05  hstuartmod-python: raise exception on failure in emb_get_account
2009-10-05  hstuartmod-python: raise exception on unknown channel in emb_g...
2009-10-05  hstuartmod-python: handle error states in emb_send_target_noti...
2009-10-05  hstuartmod-python: handle error states in emb_send_target_priv...
2009-10-05  hstuartmod-python: make emb_dump raise exception on failure
2009-10-05  hstuartmod-python: set exception on error path in emb_get_user
2009-10-05  hstuartrefactor userNode to PyObject conversion into separate...
2009-10-05  hstuartmod-python: do not leak handler objects
2009-10-05  hstuartmod-python: remove useless return
2009-10-05  hstuartmod-python: add support for specifying main module...
2009-10-05  hstuartmod-python: rename C extension module from svc to _svc
2009-10-05  hstuartmod-python: remove unused function
2009-10-05  hstuartmod-python: Generalise cmd_run to handle arbitrary...
2009-05-27  sirvulcanMajor update to bring X3 in line with the latest SRVX...
2009-05-08  hstuartmod-python: generalised cmd_run to process file_input...
2009-05-06  hstuartmod-python: generalised the setting of the PYTHONPATH...
2009-01-31  rubinAdded 3 new hooks available for python scripts: new_use...
2009-01-27  rubinkill unused arg warnings, add svc.get_info to grab...
2009-01-26  rubinmore python: x3 logging, callback reg hook filters...
2009-01-24  rubinMore work on python scripting.
2009-01-24  rubinfixups to new python code so it at least runs and calls...
2009-01-23  rubinmore python work. Not safe to run yet
2008-11-25  rubinpython reply() added
2008-11-22  rubinpython nick/channel lookup support
2008-11-16  rubinmore python work
2008-11-15  rubinmore work toward python scripting
2008-11-13  rubinmore work on mod-python