| 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 | 1 | -1/+1 |
| * | copyright updates (2017) | Austin Ellis | 2017-10-29 | 1 | -1/+1 |
| * | HostServ/request: Ignore request if it matches the existing vhost setting. I... | Ben C | 2017-09-13 | 1 | -1/+23 |
| * | hostserv/templatevhost: Add templatevhost system, minor tweak to allow_vhost_... | Ben C | 2016-12-23 | 1 | -5/+5 |
| * | hostserv: Add request_time and limit_first_request options. | Ben C | 2016-10-27 | 1 | -1/+18 |
| * | operserv/info: Reorganize the display of some of the settings, and sort them ... | Ben C | 2016-04-08 | 1 | -0/+3 |
| * | hostserv/request: Depend on hostserv/main to avoid crashes if it's not yet lo... | Attila Molnar | 2014-09-17 | 1 | -0/+2 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -3/+3 |
| * | hostserv: stringref clean (ref. #60) | William Pitcock | 2012-10-03 | 1 | -1/+1 |
| * | 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 | 1 | -1/+1 |
| * | 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/request: Fix a NULL dereference. | JD Horelick | 2011-05-21 | 1 | -0/+3 |
| * | Clean up some compile errors in various modules from the conf_table changes. | JD Horelick | 2011-05-20 | 1 | -5/+2 |
| * | 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 | 1 | -0/+14 |
| * | Copy module name and unload capability from module headers into the module_t ... | Stephen Bennett | 2011-03-12 | 1 | -1/+1 |
| * | 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 | 1 | -7/+1 |
| * | Supply intent information when performing module unload operations.•••There are presently two intents for unload operations, these are
MODULE_UNLOAD_INTENT_PERM which indicates a permanent unload, and
MODULE_UNLOAD_INTENT_RELOAD which indicates that a module is being
reloaded (usually for a code upgrade).
This allows the module to know when it should stash persistence data
using the mowgli.global_data classes or when it should just destroy
all data records.
| William Pitcock | 2010-12-03 | 1 | -1/+1 |
| * | Replace MODULE_USE_SYMBOL() with MODULE_TRY_REQUEST_SYMBOL(), part 1. | William Pitcock | 2010-11-28 | 1 | -1/+1 |
| * | nickserv/restrict: Add a new command to restrict users from running certain c...•••This effects chanserv/register, groupserv/register, hostserv/take,
nickserv/group and hostserv/request.
Particularly useful if users are abusing these commands.
The user will be notified that they are restriced when they run an affected command.
| JD Horelick | 2010-11-09 | 1 | -0/+6 |
| * | Add time_format config option allowing network owners to customize the time f... | JD Horelick | 2010-11-07 | 1 | -1/+1 |
| * | Mark many modules that use OpenSEX for storing their DB stuff as immutable.•••This is a temporary fix so that you don't lose all your groups and group
memberships if groupserv/main is unloaded or reloaded (for example).
| JD Horelick | 2010-11-17 | 1 | -1/+1 |
| * | hostserv: Remove the request/offer number display from LIST/WAITING.•••This is pointless as it was never used for anything and there's no need
for quick FIFO in REQUEST or OFFER.
| JD Horelick | 2010-11-02 | 1 | -4/+2 |
| * | Clean up some unused helptree and cmdtree stuff. | JD Horelick | 2010-10-13 | 1 | -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.
| William Pitcock | 2010-10-08 | 1 | -18/+18 |
| * | Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops.
| William Pitcock | 2010-10-08 | 1 | -2/+2 |
| * | Replace LIST_FOREACH_* with the mowgli_iter framework. | William Pitcock | 2010-10-08 | 1 | -8/+8 |
| * | Remove waiting requested help and vhosts when a user's account expires. | JD Horelick | 2010-09-25 | 1 | -0/+28 |
| * | Remove "help/" from the help path of all modules that contain commands.•••This is just a waste of space as it is stripped out in src/help.c anyway.
Since we've re-done the help stuff anyway, might as well do this too.
| JD Horelick | 2010-09-22 | 1 | -4/+4 |
| * | hostserv: Port to new command framework. | JD Horelick | 2010-09-21 | 1 | -13/+4 |
| * | hostserv: Update to new command API. | William Pitcock | 2010-09-20 | 1 | -15/+13 |
| * | hostserv: Added support for activating/rejecting all vhosts by using * in pla... | JD Horelick | 2010-09-14 | 1 | -4/+50 |
| * | Unbreak hostserv build. | William Pitcock | 2010-08-21 | 1 | -3/+5 |
| * | myuser->entity first step (moving the name) compiles. | Elly | 2010-08-21 | 1 | -2/+2 |
| * | Added support for default values to config options | Adam | 2010-07-04 | 1 | -1/+1 |
| * | Fix crash when loading modules that require opensex without opensex loaded.•••The problem was that certain stuff was set up before checking for opensex,
this was not cleaned up.
| Jilles Tjoelker | 2010-07-01 | 1 | -5/+5 |
| * | Make the OpenSEXified modules fail to load if backend/opensex isn't loaded. | JD Horelick | 2010-06-30 | 1 | -0/+7 |
| * | Convert botserv, hostserv/request, hostserv/offer, infoserv and operserv/clon...•••operserv/clones patch from Elly.
| JD Horelick | 2010-06-29 | 1 | -67/+30 |
| * | Remove the vident field from hostserv/request.•••It's stupid and was never used anyway. Keep in mind however that this change
will break your hsreq.db, so be sure to approve/deny all waiting requests
before upgrading otherwise things may break.
| JD Horelick | 2010-06-28 | 1 | -18/+6 |
| * | Add throttling to nickserv/register.•••Also, fix a quick punctuation issue in hostserv/request.
| JD Horelick | 2010-06-19 | 1 | -2/+2 |
| * | Fix a spot of bad English. | JD Horelick | 2010-06-18 | 1 | -2/+2 |
| * | gettextify the ratelimit stuff in hostserv/request and (finally) operserv/info•••and add the ratelimit options to operserv/info.
| JD Horelick | 2010-06-18 | 1 | -2/+2 |
| * | Add support for ratelimiting of commands.•••Currently only for hostserv/request, will be done for
nickserv/register (deprecating contrib/ns_ratelimitreg) and
chanserv/register tomorrow.
| JD Horelick | 2010-06-18 | 1 | -1/+23 |
| * | Remove a bunch of the SVN Id's from the comments as well while•••we're at it. Sidenote: Yay Vim.
| JD Horelick | 2010-06-04 | 1 | -1/+0 |
| * | Replace the $Id crap that hasn't really been used in 3 years with•••PACKAGE_STRING.
| JD Horelick | 2010-06-04 | 1 | -1/+1 |
| * | Remove memo sending from /hs activate since there are many ways•••a user can see that their vhost has been approved and this can
be quite spammy.
Keep it in /hs reject though so the user can see their vhost was
rejected if they're offline so they don't think that opers keep
forgetting to check the vhost queue.
Also, in my experience/opinion, vhosts are rejected a lot less often
than they are approved so this will still cut down on "snoop" spam
quite a bit.
| JD Horelick | 2010-05-04 | 1 | -6/+1 |
| * | Small cosmetic cleanups to hostserv. | JD Horelick | 2010-05-01 | 1 | -3/+3 |
| * | Logging rework and snoop() removal from hostserv. | JD Horelick | 2010-01-11 | 1 | -10/+6 |