]> jfr.im git - irc/evilnet/x3.git/history - src
Added merging SSL fingerprint lists during account merging
[irc/evilnet/x3.git] / src /
2009-12-02  jobe1986Added merging SSL fingerprint lists during account...
2009-12-01  jobe1986Added ADDALERT reactions noticeuser and msguser to...
2009-11-29  jobe1986Rewrote parts of loc_auth() to get it working the same...
2009-11-29  sirvulcantry this jobe
2009-11-28  sirvulcanSmall tweak to the password checks with sslfp LOC.
2009-11-28  sirvulcanAdded support for LOC type S authentication (SSL finger...
2009-11-28  jobe1986Added support for SSL fingerprint authentication
2009-11-28  jobe1986Fix for bug where MemoServ is created as a local bot...
2009-11-26  jobe1986Fixed a missing ',' in cmd_myaccess output.
2009-11-26  hstuartadd extra parameter to exit_func
2009-11-26  hstuartfix typo in malloc variable name
2009-11-26  hstuartadd extra parameter to svccmd_unbind_func
2009-11-24  hstuartadd extra parameter to mode_change_func
2009-11-24  hstuartadd extra parameter to unreg_func
2009-11-24  hstuartadd extra parameter to auth_func
2009-11-24  hstuartadd extra parameter to user_mode_func
2009-11-24  hstuartadd extra parameter to channel_mode_func
2009-11-24  hstuartadd extra parameter to kick_func
2009-11-24  hstuartadd extra parameter to part_func
2009-11-24  hstuartadd extra parameter to del_channel_func
2009-11-23  jobe1986Removed 2 nonsensical spaces in *NickServ.accountinfo...
2009-11-22  jobe1986Fix for bug allowing the use of odelcookie to result...
2009-11-22  jobe1986Added fix for LDAP password not being updated on odelco...
2009-11-22  jobe1986Updated OpServ level in LDAP feature to remove the...
2009-11-21  jobe1986Fix for bug allowing accounts in LDAP to authenticate...
2009-11-16  jobe1986Added support for MARK SSLCLIFP
2009-11-16  jobe1986Fix for crash in cmd_oregister due to incorrect paramet...
2009-11-15  jobe1986Fix for crash bug in make_virthost() when host name...
2009-11-15  hstuarthash: fix variable set for registering nick change...
2009-11-14  jobe1986Fix for bug #2869968 (*NickServ.oregister allowing...
2009-11-01  hstuarthash: add extra metadata to new channel handler
2009-11-01  hstuartnickserv: add extra metadata to handle merge handler
2009-11-01  hstuartnickserv: add extra metadata to allow authentication...
2009-11-01  hstuartnickserv: add extra metadata to failed password handler
2009-11-01  hstuarthash: add extra metadata to topic handler
2009-11-01  hstuartproto: add extra metadata to channel message handler
2009-10-31  hstuartnickserv: add extra metadata to account rename handler
2009-10-30  hstuartfix missed NULL argument/parameter additions from earli...
2009-10-30  hstuarthash: add extra metadata to join handlers
2009-10-30  hstuarthash: add extra metadata to nick change handlers
2009-10-30  hstuartproto: add extra metadata to oper handler
2009-10-28  hstuarthash: add extra metadata to del user handlers
2009-10-28  jobe1986Added support for X3 saving OpServ access level to...
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-27  hstuartnickserv: marked cmd possibly unused to silence warning
2009-10-27  hstuartuse const when non-const isn't required
2009-10-27  hstuartremove unused code
2009-10-19  sirvulcanSend privs out when auto opering clients, these are...
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 plugin instantiation logic
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-10-05  hstuartmain-common: initialise opserv before other services
2009-09-22  sirvulcansrvx sync: When MAIN_LOG is NULL, report to stderr
next