| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move NickServ HISTORY failed login support so it's called from libathemecore/... | Ben C | 2017-11-26 | 1 | -7/+1 |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 1 | -1/+1 |
| * | Import Atheme commits aef9cbc, d36415c, 2d8a478, and a634885. | Ben C | 2017-09-29 | 1 | -2/+7 |
| * | Import Atheme commits 4ddb14c and 8beee62. | Ben C | 2017-09-29 | 1 | -14/+12 |
| * | NickServ/set_nopassword: Add NOPASSWORD option and various failsafes. Also s... | Ben C | 2017-09-21 | 1 | -0/+7 |
| * | NickServ: Add LOGINHISTORY support for most failed login/password usage types... | Ben C | 2017-06-11 | 1 | -2/+13 |
| * | nickserv/enforce,ghost: No longer possible to ID this way if the account is f... | Ben C | 2016-05-20 | 1 | -0/+7 |
| * | 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 |
| * | myuser->entity first step (moving the name) compiles. | Elly | 2010-08-21 | 1 | -1/+1 |
| * | Backed out changeset 80201555bc92 | JD Horelick | 2010-07-23 | 1 | -3/+5 |
| * | Partial migration of nickserv... | Elly | 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 | -3/+3 |
| * | Use C99 booleans (<stdbool.h>, bool, true, false). | Jilles Tjoelker | 2008-12-13 | 1 | -1/+1 |
| * | Call bad_password() for other places where a sourceinfo sends a bad password. | Jilles Tjoelker | 2008-07-04 | 1 | -0/+1 |
| * | Use kill_user() in some places. | Jilles Tjoelker | 2007-12-02 | 1 | -2/+1 |
| * | [svn] Added gettext's _() around command_fail and command_success_* calls | pippijn | 2007-03-05 | 1 | -3/+3 |
| * | [svn] command_fails to gettext | pippijn | 2007-03-05 | 1 | -8/+8 |
| * | [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] nickserv ghost: omit source's user@vhost from kill message•••if it is the same as target's user@vhost.
| jilles | 2007-02-05 | 1 | -4/+5 |
| * | [svn] Add nickname grouping. Nickname grouping allows users to•••register multiple nicks to one account. Each nick has
its own registered and last seen times but all other
data is shared (accounts also have their own registered
and last seen times).
Nickname grouping works together with ACCESS, ENFORCE,
GHOST.
The DROP command drops entire accounts; the UNGROUP
command must be used to drop single nicks.
Some missing bits: administrator UNGROUP, expiry of single nicks
| jilles | 2006-11-17 | 1 | -5/+13 |
| * | [svn] Use fault_noprivs instead of fault_authfail in some•••cases where no password or other authentication token
is involved.
| jilles | 2006-10-21 | 1 | -3/+3 |
| * | [svn] Use the new sourceinfo name functions. | jilles | 2006-10-02 | 1 | -3/+3 |
| * | [svn] nickserv ghost/enforce: log u@h of the target in case of success | 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 | -5/+5 |
| * | [svn] nickserv: use sourceinfo_t.smu in some places | jilles | 2006-09-27 | 1 | -5/+5 |
| * | [svn] Make it possible for nickserv to act as userserv•••with the nickserv::no_nick_ownership option and
the nickserv/login module (compiled from the same
C file as nickserv/identify). It will still say
"nick" or "nickname" where it should say "account".
| jilles | 2006-09-25 | 1 | -4/+4 |
| * | [svn] - convert NickServ to command_fail()/command_success_nodata(). | nenolod | 2006-09-25 | 1 | -10/+10 |
| * | [svn] Merged in sourceinfo changes to the services layer. | pippijn | 2006-09-10 | 1 | -24/+23 |
| * | [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] NickServ GHOST: fix "Invalid password for (null)".•••Reported by damian.
| jilles | 2006-05-19 | 1 | -6/+13 |
| * | [svn] Strict fixes. | w00t | 2006-04-14 | 1 | -3/+2 |
| * | [svn] Allow users to GHOST other nicks which are logged into their account. | gxti | 2006-03-19 | 1 | -5/+13 |
| * | [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] Change user_delete to take a user_t * instead of a nick. | jilles | 2006-01-19 | 1 | -3/+3 |
| * | [svn] Remove lots more snoops, the main ones left are usages•••of oper privs, registrations, drops, expiries, transfers.
| jilles | 2006-01-09 | 1 | -5/+2 |
| * | [svn] Make it such that "Insufficient parameters for \2<command>\2."•••and (former) variants only have to appear in language files
once.
| jilles | 2006-01-04 | 1 | -3/+3 |
| * | [svn] switch user_find with user_find_named in a few places. Requested by ala... | nenolod | 2005-11-08 | 1 | -3/+3 |
| * | [svn] crypto: Add password encryption support. (SENDPASS is temporarily broken) | alambert | 2005-11-08 | 1 | -3/+3 |
| * | [svn] Add command logging to nickserv. | jilles | 2005-11-06 | 1 | -2/+5 |
| * | [svn] file headers | alambert | 2005-10-18 | 1 | -3/+3 |
| * | [svn] Phase 1 of help system change. | pfish | 2005-10-04 | 1 | -3/+6 |
| * | [svn] Nickserv modules. | nenolod | 2005-09-04 | 1 | -2/+7 |
| * | [svn] Step 2; reinstate trunk using my tree. | nenolod | 2005-09-02 | 1 | -0/+83 |