| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 1 | -1/+1 |
| * | Import Atheme commits 41799c4, 5773ef5, 3cf9db6, and e5ce76c. | Ben C | 2017-10-13 | 1 | -1/+1 |
| * | (Chan|Group|Nick)Serv/help: Change the formatting of the base help text a bit... | Ben C | 2017-10-08 | 1 | -7/+9 |
| * | Import Atheme commits 07bcfcc, c604b9f, and 1be4e03. | Ben C | 2017-10-08 | 1 | -1/+6 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -1/+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 |
| * | chanserv/help: Fix botserv bot !help command. | William Pitcock | 2010-10-09 | 1 | -3/+3 |
| * | 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 | -1/+1 |
| * | chanserv: Port to new command framework. | JD Horelick | 2010-09-21 | 1 | -7/+1 |
| * | Clean up help_display() calls. | William Pitcock | 2010-09-21 | 1 | -1/+1 |
| * | chanserv: Update to new command API. | William Pitcock | 2010-09-20 | 1 | -6/+5 |
| * | Prepare the flags system for being extendable. (part 1)•••This simplifies the API to assume that there is only one flags table (which is true),
the original code was meant to have two flags tables (level flags and ACL flags), but
I never got around to writing the other part of the ACL and it all became one flags
table anyway.
| William Pitcock | 2010-08-01 | 1 | -1/+1 |
| * | Made fantasy command replies tell users to message ChanServ not the BotServ bot. | Adam | 2010-06-21 | 1 | -1/+1 |
| * | Add helpchan and helpurl lines to /cs help and /ns help.•••If this goes over well, sometime (probably before 5.2 stable),
i'll add it to all the user-facing services.
| JD Horelick | 2010-06-13 | 1 | -0/+10 |
| * | 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 .disp field in global core services structures. | William Pitcock | 2009-12-15 | 1 | -2/+2 |
| * | Use C99 booleans (<stdbool.h>, bool, true, false). | Jilles Tjoelker | 2008-12-13 | 1 | -3/+3 |
| * | chanserv: add fdrop to short help for opers | Jilles Tjoelker | 2008-06-24 | 1 | -1/+1 |
| * | Add some additional oper commands to the short nickserv/chanserv help. | Jilles Tjoelker | 2008-02-04 | 1 | -1/+1 |
| * | chanserv help: Remove empty line between the two commands for additional help. | Jilles Tjoelker | 2008-02-04 | 1 | -1/+0 |
| * | Put internal multiline help texts in one gettext string, where appropriate.•••This uses the previous commit.
Note that distinct parts (e.g. conditional) are still separate.
| Jilles Tjoelker | 2007-11-10 | 1 | -15/+16 |
| * | [svn] - split expiry setting into seperate nickserv::expiry and chanserv::exp... | nenolod | 2007-06-07 | 1 | -4/+4 |
| * | [svn] Take "activity" description in /cs help from•••CA_USEDUPDATE & ca_all instead of hardcoding it.
| jilles | 2007-05-12 | 1 | -3/+3 |
| * | [svn] Added gettext's _() around command_fail and command_success_* calls | pippijn | 2007-03-05 | 1 | -24/+24 |
| * | [svn] Added N_() around all command descriptions | pippijn | 2007-03-05 | 1 | -3/+3 |
| * | [svn] added missing vim options | pippijn | 2007-03-03 | 1 | -2/+4 |
| * | [svn] added vim options to the end of each C file | pippijn | 2007-03-03 | 1 | -2/+6 |
| * | [svn] - fix help wrt these changes | nenolod | 2007-01-11 | 1 | -3/+3 |
| * | [svn] Mention fantasy commands in /cs help. | jilles | 2006-11-18 | 1 | -2/+9 |
| * | [svn] Remove fcommand completely. | jilles | 2006-10-20 | 1 | -50/+3 |
| * | [svn] Make !help work somehow. | jilles | 2006-10-20 | 1 | -2/+10 |
| * | [svn] Change /cs set to use command_t, much like /ns set and /cs clear. | jilles | 2006-10-04 | 1 | -38/+2 |
| * | [svn] Make has_priv() and has_any_privs() take sourceinfo_t *•••instead of user_t *. The new functions has_priv_user() and
has_any_privs_user() take user_t *.
| jilles | 2006-10-01 | 1 | -3/+3 |
| * | [svn] Update command_help() and command_help_short() to sourceinfo. | jilles | 2006-10-01 | 1 | -8/+6 |
| * | [svn] Convert help_display() to sourceinfo.•••Make help_cmd_find() static.
| jilles | 2006-09-30 | 1 | -3/+3 |
| * | [svn] Use command_fail() etc in chanserv, where possible. | jilles | 2006-09-22 | 1 | -51/+51 |
| * | [svn] Merged in sourceinfo changes to the services layer. | pippijn | 2006-09-10 | 1 | -60/+59 |
| * | [svn] Mention TOPICLOCK in /cs help set. | jilles | 2006-07-27 | 1 | -2/+3 |
| * | [svn] Mention FANTASY in /cs help set. | jilles | 2006-07-08 | 1 | -2/+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.
| jilles | 2006-07-03 | 1 | -5/+6 |
| * | [svn] More precise description of what "activity" of a channel means.•••expiry == 0 means stuff doesn't expire
| jilles | 2006-06-17 | 1 | -7/+16 |
| * | [svn] - add SET to the shortened command list | nenolod | 2006-05-01 | 1 | -3/+3 |
| * | [svn] - add a pointer to help commands here | nenolod | 2006-05-01 | 1 | -2/+5 |
| * | [svn] Use the new shorter help display in chanserv, verbosely shown commands are•••REGISTER OP INVITE UNBAN FLAGS RECOVER
| jilles | 2006-05-01 | 1 | -3/+11 |
| * | [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.
| jilles | 2006-01-19 | 1 | -3/+3 |
| * | [svn] Add code for fine grained services operator privileges.•••From the outside, there is still only IRCop and SRA.
IRCops can probably do a bit more than before.
There's still a little is_sra() for privs left.
| jilles | 2005-12-27 | 1 | -4/+4 |
| * | [svn] Move a lot of the help displaying stuff to a new function•••help_display() in src/help.c.
Help files that cannot be opened now give a different
message than help topics that do not exist at all.
| jilles | 2005-12-25 | 1 | -41/+3 |
| * | [svn] Say something vague about the successor selection algorithm.•••(We want to be flexible about it.)
| jilles | 2005-11-10 | 1 | -4/+7 |
| * | [svn] Remove mychan_t.successor and /cs set successor.•••A later specific successor specification (if any)
would use metadata.
| jilles | 2005-11-10 | 1 | -3/+2 |