aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hostserv
Commit message (Expand)AuthorAgeFilesLines
* Import Atheme commits a9e7700, 754080f, b81eb1f, 2f654f0, 9c78a75, 6a4e22a, a...Gravatar Ben C2017-11-121-2/+31
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-309-12/+12
* copyright updates (2017)Gravatar Austin Ellis2017-10-292-2/+2
* HostServ/disable -> HostServ/drop: Fit the command naming convention, due to ...Gravatar Ben C2017-10-082-7/+7
* GroupServ/HostServ: Remove group-specific offered vhosts when the group is dr...Gravatar Ben C2017-09-141-3/+43
* HostServ/request: Ignore request if it matches the existing vhost setting. I...Gravatar Ben C2017-09-131-1/+23
* HostServ: Add NickServ HISTORY support to HostServ Disable, Offer/Offerlist/T...Gravatar Ben C2017-05-163-3/+57
* hostserv/main: Tweak OperServ INFO output again to make it clearer.Gravatar Ben C2017-01-091-1/+1
* hostserv/main: Refactor allow_vhost_change to prevent incorrect behavior in s...Gravatar Ben C2017-01-091-10/+35
* hostserv/main: Clarify the description line for the vhost change frequency in...Gravatar Ben C2017-01-071-5/+5
* hostserv/offer: Tweak the TAKE command error message slightly, in light of th...Gravatar Ben C2017-01-041-1/+1
* nickserv/set_accountname: If the user has a vhost that had in it, automatica...Gravatar Ben C2016-12-241-0/+91
* hostserv/disable: Make it work regardless of current nick at the time.Gravatar Ben C2016-12-231-14/+18
* hostserv/templatevhost: Add templatevhost system, minor tweak to allow_vhost_...Gravatar Ben C2016-12-234-17/+107
* hostserv: Add request_time and limit_first_request options.Gravatar Ben C2016-10-275-5/+131
* operserv/info: Reorganize the display of some of the settings, and sort them ...Gravatar Ben C2016-04-081-0/+3
* It is 2016 now, update the copyrights.Gravatar Ben C2016-01-011-2/+2
* Add HostServ DISABLE command.Gravatar Ben C2015-07-192-1/+51
* hostserv/request: Depend on hostserv/main to avoid crashes if it's not yet lo...Gravatar Attila Molnar2014-09-171-0/+2
* groupserv: chase more changes in dependent modulesGravatar William Pitcock2014-08-081-1/+1
* Remove all trailing whitespaceGravatar Rylee Fowler2014-07-082-5/+5
* hostserv: Fix a format string error.Gravatar Jilles Tjoelker2014-04-011-1/+1
* hostserv/offer: fixesGravatar William Pitcock2014-03-071-4/+4
* hostserv/offer: refactor and search for pre-existing offers (closes #298)Gravatar William Pitcock2014-03-071-19/+55
* hostserv/offer: User may sometimes not be logged inGravatar Alex Iadicicco2014-02-011-1/+9
* hostserv/vhost: Add timestamp and assigner to LISTVHOST outputGravatar Alex Iadicicco2013-12-281-3/+26
* hostserv: Add assigner argument to hs_sethost_allGravatar Alex Iadicicco2013-12-284-6/+10
* Use get_source_name for vHost assignerGravatar Alex Iadicicco2013-12-281-6/+1
* Fix usercloak assigner account metadata not being cleared if assigner not log...Gravatar Shockk2013-12-291-0/+2
* Add vhost timestamp and assigner info to HostServ and to NS INFO outputGravatar Shockk2013-12-282-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. Gravatar Daniel Vassdal2013-03-264-54/+18
* hostserv: stringref clean (ref. #60)Gravatar William Pitcock2012-10-033-10/+7
* hostserv/request: fix major WTF in getting hostserv object•••whoever wrote this crap was drunk. Gravatar William Pitcock2012-03-031-1/+1
* modules/*: replace config_options.time_format reference with TIME_FORMAT define•••POSIX requires that format strings be static. Gravatar William Pitcock2012-03-022-2/+2
* ensure entity()->name can always be strshare_ref'dGravatar William Pitcock2012-02-151-3/+3
* hostserv: follow user_t state changesGravatar William Pitcock2011-11-071-1/+4
* hostserv/reject: Allow a reason to be passed that will be shown to the user a...Gravatar JD Horelick2011-11-061-8/+39
* hostserv|rpgserv: Change some code in headers to use mowgli_strlcpy() and mow...Gravatar JD Horelick2011-08-311-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. Gravatar William Pitcock2011-08-301-1/+1
* hostserv/request: Fix a NULL dereference.Gravatar JD Horelick2011-05-213-1/+4
* Clean up some compile errors in various modules from the conf_table changes.Gravatar JD Horelick2011-05-204-11/+4
* modules/*: chase API change in r6381.Gravatar William Pitcock2011-05-181-2/+1
* hostserv/request: Add a hook named host_request.•••Used for checking what was requested by whom and possibly blocking the request. Gravatar JD Horelick2011-05-072-0/+21
* hostserv: use user_sethost().Gravatar William Pitcock2011-03-261-1/+1
* Make 'make install' depend properly upon things that need to be madeGravatar Stephen Bennett2011-03-121-2/+2
* Copy module name and unload capability from module headers into the module_t ...Gravatar Stephen Bennett2011-03-122-2/+2
* Use the operserv_info hook in many of the modules that provide config options.Gravatar JD Horelick2011-02-181-0/+12
* Remove the logged-in check from most modules that have one as this is now in ...Gravatar JD Horelick2010-12-234-34/+5
* Add RPATH information to all of the modules if needed.Gravatar William Pitcock2010-12-221-1/+1
* Make the Atheme core a library and add a stub for the services executable.Gravatar William Pitcock2010-12-141-0/+2