aboutsummaryrefslogtreecommitdiffstats
path: root/modules/helpserv
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-304-4/+4
* Import Atheme commits 41799c4, 5773ef5, 3cf9db6, and e5ce76c.Gravatar Ben C2017-10-131-1/+4
* Prevent unverified users from registering groups, don't show BotServ bots in ...Gravatar Ben C2017-09-161-5/+8
* helpserv/ticket: optionally accept a close reason and send a memo to an offli...Gravatar William Pitcock2014-09-161-5/+25
* Remove all trailing whitespaceGravatar Rylee Fowler2014-07-081-1/+1
* helpserv/ticket: rework a little to use strshare efficiently (ref. #60)Gravatar William Pitcock2012-10-041-16/+10
* modules/*: replace config_options.time_format reference with TIME_FORMAT define•••POSIX requires that format strings be static. Gravatar William Pitcock2012-03-021-1/+1
* modules/*: chase API change in r6381.Gravatar William Pitcock2011-05-182-6/+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-121-1/+1
* Remove the logged-in check from most modules that have one as this is now in ...Gravatar JD Horelick2010-12-231-14/+2
* Add RPATH information to all of the modules if needed.Gravatar William Pitcock2010-12-221-1/+1
* helpserv: Make HELPME trigger a higher flood rate and hook HELPME and REQUEST...Gravatar JD Horelick2010-12-152-0/+16
* Make the Atheme core a library and add a stub for the services executable.Gravatar William Pitcock2010-12-141-0/+2
* 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. Gravatar William Pitcock2010-12-034-4/+4
* Add time_format config option allowing network owners to customize the time f...Gravatar JD Horelick2010-11-071-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). Gravatar JD Horelick2010-11-171-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-14/+14
* Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops. Gravatar William Pitcock2010-10-082-2/+2
* Replace LIST_FOREACH_* with the mowgli_iter framework.Gravatar William Pitcock2010-10-081-7/+7
* helpserv/services: Do not show BotServ bots in the Services List.Gravatar JD Horelick2010-09-291-0/+3
* Remove waiting requested help and vhosts when a user's account expires.Gravatar JD Horelick2010-09-251-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. Gravatar JD Horelick2010-09-224-7/+7
* helpserv: Port to new command framework.Gravatar JD Horelick2010-09-214-36/+7
* Clean up help_display() calls.Gravatar William Pitcock2010-09-211-1/+1
* Remove duplicated message handler routines.Gravatar William Pitcock2010-09-201-34/+1
* helpserv: Cleanups.Gravatar William Pitcock2010-09-201-1/+1
* helpserv: Update to new command API.Gravatar William Pitcock2010-09-204-26/+20
* Fix 2 typos in helpserv/services. whoops.•••Maybe i need food at 20:30 for the first time in the day.... Gravatar JD Horelick2010-08-271-1/+1
* Add helpserv/services for users to be able to see a list of services running ...Gravatar JD Horelick2010-08-272-1/+62
* myuser->entity first step (moving the name) compiles.Gravatar Elly2010-08-211-3/+3
* There is no helpserv/raw, change it to helpserv/helpme. Whoops.•••Also, there is no spoon. Gravatar JD Horelick2010-07-151-1/+1
* Add HelpServ.•••HelpServ allows users to request help from network staff in either a ticketing-like system or a alert-like system. Gravatar JD Horelick2010-07-144-0/+535
* [svn] Rip out helpserv, noone has expressed any interest in•••it for months, and it doesn't compile. Gravatar jilles2006-09-296-374/+0
* [svn] - remove win32 port, it's hopelessly broken and nobody cares about itGravatar nenolod2006-09-241-56/+0
* [svn] Fixed ctcp handling.Gravatar pippijn2006-09-121-3/+3
* [svn] Merged in sourceinfo changes to the services layer.Gravatar pippijn2006-09-101-3/+3
* [svn] - Removed unused code in modules/nickserv/vhost.c and modules/userserv/...•••- Removed useless calls of user_find_named in almost all modules - Removed some clearly unused variables, it's possible that I have missed some but now is not the time to look for those in great depth Gravatar pippijn2006-09-062-6/+5
* [svn] Change 'make depend' to change .o to .so if necessary•••with a sed command, so dependencies also work for stuff that's compiled to *.so. Gravatar jilles2006-08-141-2/+3
* [svn] Make 'make depend' work again. This will cause better•••recompilation when changing header files (with the lame #include policy that means **/*.c usually). Gravatar jilles2006-08-142-2/+6
* [svn] Fixed typo recieved->received. Credits go to maht-atheme at mail.maht0x...•••for noticing and reporting them. Gravatar pippijn2006-07-201-3/+3
* [svn] Ignore unknown CTCPs.Gravatar jilles2006-07-181-3/+6
* [svn] - Move common CTCP response code into a new file, "src/ctcp-common.c".•••- Clean up a little. Gravatar beu2006-07-181-40/+3
* [svn] All Makefile.in:•••- Make sysconfdir = line properly aligned by removing a tab - Remove useless VERSION = 0.1 lines Gravatar jilles2006-07-081-4/+2
* [svn] **/Makefile.in: Remove the mysql include and library path•••variables, which configure no longer provides. Gravatar jilles2006-07-051-3/+3
* [svn] Use MODULE_USE_SYMBOL everywhere.•••This commit brought to you by: sed -i.bak 's/\([^[:space:]]*\) = module_locate_symbol(\(".*"\), \(".*"\));/MODULE_USE_SYMBOL(\1, \2, \3);/' and manual editing to put them first everywhere. Gravatar jilles2006-07-033-6/+6
* [svn] sed -i.bak -e 's/user_find(origin)/user_find_named(origin)/' modules/*/...•••This should fix most of the user_find()s that should be user_find_named()s. Gravatar jilles2006-01-191-3/+3
* [svn] Clear out *svs.me on module unload.Gravatar jilles2006-01-101-2/+5
* [svn] Make it such that "Insufficient parameters for \2<command>\2."•••and (former) variants only have to appear in language files once. Gravatar jilles2006-01-042-3/+3
* [svn] - Use ${prefix}/share/doc/atheme and ${prefix}/share/atheme/help for••• documentation and help files respectively for --enable-fhs-paths - Don't delete old help/doc stuff - Install atheme.chk file to atheme.chk.sample instead. Gravatar jilles2005-12-251-1/+7