]> jfr.im git - irc/evilnet/x3.git/history - src/mod-python.c
Minor typo in previous commit where returning 0 when it should have been 1 from opser...
[irc/evilnet/x3.git] / src / mod-python.c
2009-12-09  hstuartmod-python: add support for module_register
2009-12-09  hstuartmod-python: add support for log_register_type
2009-11-26  hstuartadd extra parameter to exit_func
2009-11-01  hstuarthash: add extra metadata to topic handler
2009-10-30  hstuarthash: add extra metadata to join handlers
2009-10-30  hstuarthash: add extra metadata to nick change handlers
2009-10-28  hstuarthash: add extra metadata to del user handlers
2009-10-27  hstuarthash: add extra metadata to new user handlers
2009-10-27  hstuarthash: add extra metadata to server link handlers
2009-10-27  hstuartmod-python: remove unused code
2009-10-12  hstuartmod-python: add python_handle_topic
2009-10-12  hstuartmod-python: add python_handle_del_user handler callback
2009-10-12  hstuartmod-python: refactor python_handle_nick_change
2009-10-12  hstuartmod-python: refactor python_handle_new_user
2009-10-12  hstuartmod-python: refactor python_handle_server_link and...
2009-10-12  hstuartmod-python: add service_register function
2009-10-12  hstuartmod-python: add emb_adduser function
2009-10-12  hstuartmod-python: add emb_svsjoin function
2009-10-12  hstuartmod-python: add emb_svsquit function
2009-10-12  hstuartmod-python: add emb_svsnick function
2009-10-12  hstuartmod-python: better extension method doc-string document...
2009-10-12  hstuartmod-python: add emb_fakehost function
2009-10-12  hstuartmod-python: add emb_user_mode function
2009-10-12  hstuartmod-python: add emb_channel_mode function
2009-10-11  hstuartmod-python: remember to increase reference count of...
2009-10-11  hstuartmod-python: add emb_kick function
2009-10-11  hstuartmod-python: add emb_get_config function
2009-10-09  hstuartmod-python: add emb_timeq_del function
2009-10-09  hstuartmod-python: add emb_timeq_add function
2009-10-07  hstuartmod-python: refactor dict_t construction logic
2009-10-07  hstuartmod-python: improve error logic for emb_get_channel
2009-10-06  hstuartmod-python: refactor modeList conversion into separate...
2009-10-06  hstuartmod-python: refactor out common error cleanup logic
2009-10-06  hstuartmod-python: add emb_get_accounts function
2009-10-06  hstuartmod-python: add emb_kill function
2009-10-06  hstuartmod-python: improve error logic for pyobj_from_usernode
2009-10-06  hstuartmod-python: improve error logic for emb_get_servers
2009-10-06  hstuartmod-python: improve error logic for emb_get_channels
2009-10-06  hstuartmod-python: improve error logic for emb_get_users
2009-10-06  hstuartmod-python: add emb_get_server function and require P10
2009-10-06  hstuartmod-python: add emb_get_servers function
2009-10-06  hstuartmod-python: fix a bunch of typos
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