aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hostserv/hostserv.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all trailing whitespaceGravatar Rylee Fowler2014-07-081-2/+2
* hostserv: Fix a format string error.Gravatar Jilles Tjoelker2014-04-011-1/+1
* hostserv: Add assigner argument to hs_sethost_allGravatar Alex Iadicicco2013-12-281-1/+6
* Add vhost timestamp and assigner info to HostServ and to NS INFO outputGravatar Shockk2013-12-281-0/+4
* 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-261-0/+18
* hostserv: stringref clean (ref. #60)Gravatar William Pitcock2012-10-031-8/+5
* hostserv: follow user_t state changesGravatar William Pitcock2011-11-071-1/+4
* hostserv|rpgserv: Change some code in headers to use mowgli_strlcpy() and mow...Gravatar JD Horelick2011-08-311-1/+1
* hostserv/request: Fix a NULL dereference.Gravatar JD Horelick2011-05-211-1/+0
* Clean up some compile errors in various modules from the conf_table changes.Gravatar JD Horelick2011-05-201-0/+2
* 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-071-0/+7
* hostserv: use user_sethost().Gravatar William Pitcock2011-03-261-1/+1
* Remove the dlink code, it has now been entirely replaced by mowgli.list.•••The new mowgli.list code has been improved through usage in audacious and other places, and has many features that atheme has needed for some time. Gravatar William Pitcock2010-10-081-1/+1
* Change a file I missed in my first pass.Gravatar William Pitcock2010-10-081-1/+1
* Unbreak hostserv build.Gravatar William Pitcock2010-08-211-1/+5
* Remove a bunch of code duplication with the do_sethost and do_sethost_all fun...•••They're inlined in hostserv.h now. Gravatar JD Horelick2010-08-111-0/+54