| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 1 | -1/+1 |
| * | NickServ/set_nopassword: Add NOPASSWORD option and various failsafes. Also s... | Ben C | 2017-09-21 | 1 | -22/+29 |
| * | Make AuthCookie and various other password reset keys vastly more monstrous a... | Ben C | 2017-07-17 | 1 | -2/+2 |
| * | NickServ: Add HISTORY support to a few more modules. | Ben C | 2017-05-13 | 1 | -1/+10 |
| * | Delete sendpass metadata whenever setpass key is deleted | Alex Iadicicco | 2014-01-17 | 1 | -0/+2 |
| * | nickserv/resetpass: Allow specifying any grouped nickname•••Closes atheme#191
| Mantas Mikulėnas | 2013-09-20 | 1 | -10/+10 |
| * | Change gen_pw() to random_string() and return to the old behaviour. | William Pitcock | 2011-01-18 | 1 | -2/+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.
| William Pitcock | 2010-12-03 | 1 | -1/+1 |
| * | 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 |
| * | nickserv: Port to new command framework. | JD Horelick | 2010-09-22 | 1 | -7/+1 |
| * | nickserv: Update to new command API. | JD Horelick | 2010-09-20 | 1 | -4/+3 |
| * | Backed out changeset 74f66a7c2587 | JD Horelick | 2010-07-23 | 1 | -3/+5 |
| * | Finish migrating nickserv to the new command processing stuff. | JD Horelick | 2010-07-19 | 1 | -5/+3 |
| * | 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 |
| * | Logging rework and snoop() removal from nickserv. | JD Horelick | 2010-01-11 | 1 | -6/+4 |
| * | Use C99 booleans (<stdbool.h>, bool, true, false). | Jilles Tjoelker | 2008-12-13 | 1 | -1/+1 |
| * | Move metadata list to object_t.•••Main api changes:
- type parameter to metadata_*() function is gone
- now need to use obj(object)->metadata instead of object->metadata
- hook_metadata_change_t only called for myuser_t, type field gone
The functions are still in account.h as long as myuser_t
is a special case.
| Jilles Tjoelker | 2008-10-25 | 1 | -3/+3 |
| * | Change nickname to account in various places where no particular nick is affe... | Jilles Tjoelker | 2007-12-26 | 1 | -8/+8 |
| * | [svn] Added gettext's _() around command_fail and command_success_* calls | pippijn | 2007-03-05 | 1 | -5/+5 |
| * | [svn] command_fails to gettext | pippijn | 2007-03-05 | 1 | -6/+6 |
| * | [svn] Added N_() around all command descriptions | pippijn | 2007-03-05 | 1 | -3/+3 |
| * | [svn] nickserv resetpass/return: clear setpass key | jilles | 2007-03-04 | 1 | -2/+3 |
| * | [svn] nickserv•••resetpass: snoop made more consistent
return: snoop added (already walloped)
sendpass: snoop added
| jilles | 2007-03-04 | 1 | -3/+4 |
| * | [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] Use the new sourceinfo name functions. | jilles | 2006-10-02 | 1 | -5/+5 |
| * | [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 | -4/+4 |
| * | [svn] Change logcommand() to take sourceinfo_t * instead of service_t *, user...•••logcommand_user() takes service_t *, user_t * as before
| jilles | 2006-09-29 | 1 | -6/+6 |
| * | [svn] - convert NickServ to command_fail()/command_success_nodata(). | nenolod | 2006-09-25 | 1 | -11/+10 |
| * | [svn] Merged in sourceinfo changes to the services layer. | pippijn | 2006-09-10 | 1 | -29/+27 |
| * | [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 | -4/+5 |
| * | [svn] Rework of fixing of warnings, port fixes over to userserv instead of be... | w00t | 2006-04-14 | 1 | -17/+12 |
| * | [svn] Strict fixes. | w00t | 2006-04-14 | 1 | -11/+16 |
| * | [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] Make it such that "Invalid parameters specified for \2<command>\2."•••only has to appear in language files once.
| jilles | 2006-01-04 | 1 | -3/+3 |
| * | [svn] Change SRA/services root operator to SOPER/services operator in messages.•••Show operclass in ns/us/cs status.
| jilles | 2005-12-29 | 1 | -4/+4 |
| * | [svn] Change is_sra() to is_soper() (has an operator{} block in atheme.conf).•••Compatibility macro is_sra(mu) (has_priv_myuser(mu, PRIV_ADMIN)).
| jilles | 2005-12-28 | 1 | -3/+3 |
| * | [svn] Remove some is_sra() for privilege.•••ns/us drop: require just user:admin
ns/us resetpass/sendpass: require general:admin for operation on SRA
ns/us resetpass: require user:mark for operation on marked account
| jilles | 2005-12-27 | 1 | -6/+6 |
| * | [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 | -3/+3 |
| * | [svn] crypto: Add password encryption support. (SENDPASS is temporarily broken) | alambert | 2005-11-08 | 1 | -4/+4 |
| * | [svn] Bugfix RESETPASS. We need to figure out what newpass is before we notic... | pfish | 2005-11-08 | 1 | -4/+4 |
| * | [svn] oops, reuse newpass | pfish | 2005-11-08 | 1 | -6/+7 |
| * | [svn] Only use gen_pw when we need to to avoid leaking memory. | pfish | 2005-11-08 | 1 | -3/+4 |
| * | [svn] Fix a minor memory leak when a SRA resets a pass. | pfish | 2005-11-08 | 1 | -2/+3 |
| * | [svn] Add command logging to nickserv. | jilles | 2005-11-06 | 1 | -4/+6 |
| * | [svn] Let's be consistent with our wallops notifications. | pfish | 2005-11-03 | 1 | -4/+4 |
| * | [svn] More services root protection: Only SRA's can reset/sendpass another ro...•••You can't RETURN a SRA's nickname.
| pfish | 2005-11-01 | 1 | -2/+8 |
| * | [svn] Phase 2/final of the NickServ help system changeover. | pfish | 2005-10-04 | 1 | -2/+5 |
| * | [svn] Phase 1 of help system change. | pfish | 2005-10-04 | 1 | -3/+3 |