| Commit message (Expand) | Author | Age | Files | Lines |
| * | Import Atheme commits a9e7700, 754080f, b81eb1f, 2f654f0, 9c78a75, 6a4e22a, a... | Ben C | 2017-11-12 | 1 | -2/+31 |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 9 | -12/+12 |
| * | copyright updates (2017) | Austin Ellis | 2017-10-29 | 2 | -2/+2 |
| * | HostServ/disable -> HostServ/drop: Fit the command naming convention, due to ... | Ben C | 2017-10-08 | 2 | -7/+7 |
| * | GroupServ/HostServ: Remove group-specific offered vhosts when the group is dr... | Ben C | 2017-09-14 | 1 | -3/+43 |
| * | HostServ/request: Ignore request if it matches the existing vhost setting. I... | Ben C | 2017-09-13 | 1 | -1/+23 |
| * | HostServ: Add NickServ HISTORY support to HostServ Disable, Offer/Offerlist/T... | Ben C | 2017-05-16 | 3 | -3/+57 |
| * | hostserv/main: Tweak OperServ INFO output again to make it clearer. | Ben C | 2017-01-09 | 1 | -1/+1 |
| * | hostserv/main: Refactor allow_vhost_change to prevent incorrect behavior in s... | Ben C | 2017-01-09 | 1 | -10/+35 |
| * | hostserv/main: Clarify the description line for the vhost change frequency in... | Ben C | 2017-01-07 | 1 | -5/+5 |
| * | hostserv/offer: Tweak the TAKE command error message slightly, in light of th... | Ben C | 2017-01-04 | 1 | -1/+1 |
| * | nickserv/set_accountname: If the user has a vhost that had in it, automatica... | Ben C | 2016-12-24 | 1 | -0/+91 |
| * | hostserv/disable: Make it work regardless of current nick at the time. | Ben C | 2016-12-23 | 1 | -14/+18 |
| * | hostserv/templatevhost: Add templatevhost system, minor tweak to allow_vhost_... | Ben C | 2016-12-23 | 4 | -17/+107 |
| * | hostserv: Add request_time and limit_first_request options. | Ben C | 2016-10-27 | 5 | -5/+131 |
| * | operserv/info: Reorganize the display of some of the settings, and sort them ... | Ben C | 2016-04-08 | 1 | -0/+3 |
| * | It is 2016 now, update the copyrights. | Ben C | 2016-01-01 | 1 | -2/+2 |
| * | Add HostServ DISABLE command. | Ben C | 2015-07-19 | 2 | -1/+51 |
| * | hostserv/request: Depend on hostserv/main to avoid crashes if it's not yet lo... | Attila Molnar | 2014-09-17 | 1 | -0/+2 |
| * | groupserv: chase more changes in dependent modules | William Pitcock | 2014-08-08 | 1 | -1/+1 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 2 | -5/+5 |
| * | hostserv: Fix a format string error. | Jilles Tjoelker | 2014-04-01 | 1 | -1/+1 |
| * | hostserv/offer: fixes | William Pitcock | 2014-03-07 | 1 | -4/+4 |
| * | hostserv/offer: refactor and search for pre-existing offers (closes #298) | William Pitcock | 2014-03-07 | 1 | -19/+55 |
| * | hostserv/offer: User may sometimes not be logged in | Alex Iadicicco | 2014-02-01 | 1 | -1/+9 |
| * | hostserv/vhost: Add timestamp and assigner to LISTVHOST output | Alex Iadicicco | 2013-12-28 | 1 | -3/+26 |
| * | hostserv: Add assigner argument to hs_sethost_all | Alex Iadicicco | 2013-12-28 | 4 | -6/+10 |
| * | Use get_source_name for vHost assigner | Alex Iadicicco | 2013-12-28 | 1 | -6/+1 |
| * | Fix usercloak assigner account metadata not being cleared if assigner not log... | Shockk | 2013-12-29 | 1 | -0/+2 |
| * | Add vhost timestamp and assigner info to HostServ and to NS INFO output | Shockk | 2013-12-28 | 2 | -0/+9 |
| * | Moved hs_sethost_all()•••hs_sethost_all() was defined in three different files, and used in each with no modification what-so-ever.
Moved to a header already included by all three files.
| Daniel Vassdal | 2013-03-26 | 4 | -54/+18 |
| * | hostserv: stringref clean (ref. #60) | William Pitcock | 2012-10-03 | 3 | -10/+7 |
| * | hostserv/request: fix major WTF in getting hostserv object•••whoever wrote this crap was drunk.
| William Pitcock | 2012-03-03 | 1 | -1/+1 |
| * | modules/*: replace config_options.time_format reference with TIME_FORMAT define•••POSIX requires that format strings be static.
| William Pitcock | 2012-03-02 | 2 | -2/+2 |
| * | ensure entity()->name can always be strshare_ref'd | William Pitcock | 2012-02-15 | 1 | -3/+3 |
| * | hostserv: follow user_t state changes | William Pitcock | 2011-11-07 | 1 | -1/+4 |
| * | hostserv/reject: Allow a reason to be passed that will be shown to the user a... | JD Horelick | 2011-11-06 | 1 | -8/+39 |
| * | hostserv|rpgserv: Change some code in headers to use mowgli_strlcpy() and mow... | JD Horelick | 2011-08-31 | 1 | -1/+1 |
| * | everything: use mowgli_strlcpy() and mowgli_strlcat().•••this removes any dependency on the non-standard C strlcat/strlcpy extension,
as mowgli provides a strlcpy/strlcat now.
| William Pitcock | 2011-08-30 | 1 | -1/+1 |
| * | hostserv/request: Fix a NULL dereference. | JD Horelick | 2011-05-21 | 3 | -1/+4 |
| * | Clean up some compile errors in various modules from the conf_table changes. | JD Horelick | 2011-05-20 | 4 | -11/+4 |
| * | modules/*: chase API change in r6381. | William Pitcock | 2011-05-18 | 1 | -2/+1 |
| * | hostserv/request: Add a hook named host_request.•••Used for checking what was requested by whom and possibly blocking the request.
| JD Horelick | 2011-05-07 | 2 | -0/+21 |
| * | hostserv: use user_sethost(). | William Pitcock | 2011-03-26 | 1 | -1/+1 |
| * | Make 'make install' depend properly upon things that need to be made | Stephen Bennett | 2011-03-12 | 1 | -2/+2 |
| * | Copy module name and unload capability from module headers into the module_t ... | Stephen Bennett | 2011-03-12 | 2 | -2/+2 |
| * | Use the operserv_info hook in many of the modules that provide config options. | JD Horelick | 2011-02-18 | 1 | -0/+12 |
| * | Remove the logged-in check from most modules that have one as this is now in ... | JD Horelick | 2010-12-23 | 4 | -34/+5 |
| * | Add RPATH information to all of the modules if needed. | William Pitcock | 2010-12-22 | 1 | -1/+1 |
| * | Make the Atheme core a library and add a stub for the services executable. | William Pitcock | 2010-12-14 | 1 | -0/+2 |