| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 1 | -1/+1 |
| * | NickServ/info: In the services log channel, show the account name. | Ben C | 2017-10-07 | 1 | -1/+4 |
| * | NickServ/set_nopassword: Add NOPASSWORD option and various failsafes. Also s... | Ben C | 2017-09-21 | 1 | -5/+12 |
| * | NickServ/info: If you run INFO without a nick or account name argument, the d... | Ben C | 2017-08-17 | 1 | -7/+5 |
| * | Improve both the header and footer for ChanServ INFO, GroupServ INFO, and Nic... | Ben C | 2017-08-10 | 1 | -3/+24 |
| * | NickServ/info: Make the colons line up the way they do in ChanServ INFO and G... | Ben C | 2017-08-10 | 1 | -26/+26 |
| * | NickServ/info: Make the flags display in ALL CAPS and without commas, the way... | Ben C | 2017-08-10 | 1 | -30/+30 |
| * | NickServ: Add NOTIFYMEMO option (MU_NOTIFYMEMO). | Ben C | 2017-03-08 | 1 | -0/+7 |
| * | nickserv/info: Update copyright. | Ben C | 2017-01-15 | 1 | -2/+2 |
| * | NickServ: Add set options EmailNotify, NotifyAcl, and NotifySet. They otherw... | Ben C | 2017-01-15 | 1 | -0/+21 |
| * | nickserv/set_enforcetime: Show enforcement grace period in INFO. | Ben C | 2016-09-30 | 1 | -0/+2 |
| * | NickServ: Add STRICTACCESS option. | Ben C | 2016-09-09 | 1 | -0/+7 |
| * | Revert "nickserv/info: Only show logins list if there are any logins."•••This reverts commit b8aa312f80857a359fb2d203ca6f8fc21afd1d15.
Place this code logic into user_show_all_logins itself.
| Ben C | 2016-05-29 | 1 | -1/+1 |
| * | nickserv/info: Only show logins list if there are any logins. | Ben C | 2016-05-29 | 1 | -1/+1 |
| * | nickserv/info: Make INFO use user_show_all_logins as well. | Ben C | 2016-05-26 | 1 | -17/+5 |
| * | nickserv: Removed some commented out code that is no longer used in IDENTIFY ... | Ben C | 2016-05-21 | 1 | -12/+0 |
| * | nickserv: In INFO, IDENTIFY, and failed ID, show the logins with the full nic... | Ben C | 2016-05-21 | 1 | -11/+19 |
| * | nickserv/info: Same thing for the "Real Addr" line. | Ben C | 2016-03-17 | 1 | -1/+1 |
| * | nickserv/info: "X founder, Y other" will now show on a self "/ns info" command. | Ben C | 2016-03-17 | 1 | -1/+1 |
| * | nickserv/info: Flags output is now in alphabetical order. | Ben C | 2016-03-14 | 1 | -21/+32 |
| * | nickserv/info: fix some unsafe calls to strcat(). | William Pitcock | 2014-08-08 | 1 | -4/+4 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -1/+1 |
| * | Call a hook when doing /ns info on a non-existant nick. | Errietta Kostala | 2014-05-11 | 1 | -1/+8 |
| * | nickserv/{info,status}: show entity ID in 'ACC' and 'INFO'•••As in issue #253, it would be useful to uniquely identify users across
account renames and such. Privacy issues (/ns info ?<eid>) should not be
a problem, since there already are other ways to chase account renames.
| Mantas Mikulėnas | 2014-01-16 | 1 | -4/+1 |
| * | nickserv/info: Hide "vHost unassigned.." from users without user:auspex | Alex Iadicicco | 2013-12-28 | 1 | -1/+1 |
| * | nickserv/info: Remove unneded lastvhostchange variable | Alex Iadicicco | 2013-12-28 | 1 | -1/+1 |
| * | Use get_source_name for vHost assigner | Alex Iadicicco | 2013-12-28 | 1 | -15/+3 |
| * | nickserv/info: Reformat vHost output to fit on one line•••Additionally, cache user:auspex check in has_user_auspex
| Alex Iadicicco | 2013-12-28 | 1 | -36/+47 |
| * | Revert permission required for viewing vhosts back to user:auspex | Shockk | 2013-12-29 | 1 | -1/+1 |
| * | Add vhost timestamp and assigner info to HostServ and to NS INFO output | Shockk | 2013-12-28 | 1 | -2/+38 |
| * | Fixed not showing NOGREET | Alyx Wolcott | 2013-04-13 | 1 | -0/+7 |
| * | nickserv: stringref clean (ref. #60) | William Pitcock | 2012-10-04 | 1 | -1/+1 |
| * | Show REGNOLIMIT flag in nickserv info | Stephen Bennett | 2012-06-29 | 1 | -0/+7 |
| * | modules/*: replace config_options.time_format reference with TIME_FORMAT define•••POSIX requires that format strings be static.
| William Pitcock | 2012-03-02 | 1 | -8/+8 |
| * | nickserv/info: try providing a larger buffer to work with | William Pitcock | 2012-03-01 | 1 | -9/+9 |
| * | modules/*: chase ABI/API breakage | William Pitcock | 2011-11-07 | 1 | -2/+2 |
| * | everything: use mowgli_strlcpy() and mowgli_strlcat().•••this removes any dependency on the non-standard C strlcat/strlcpy extension,
as mowgli provides a strlcpy/strlcat now.
| William Pitcock | 2011-08-30 | 1 | -2/+2 |
| * | Give entities a UID, and make them persistent for accounts and groups | Stephen Bennett | 2011-04-21 | 1 | -0/+5 |
| * | Add nickserv/set_nevergroup.•••This command will basically just prevent people randomly giving you flags in
a group. You can still REGISTER groups, JOIN open groups and your flags can
be modified once you're a member of the group.
| JD Horelick | 2011-01-12 | 1 | -0/+7 |
| * | Remove deprecated since version 0.3 metadata_t.private. | William Pitcock | 2010-12-31 | 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 |
| * | Add time_format config option allowing network owners to customize the time f... | JD Horelick | 2010-11-07 | 1 | -8/+8 |
| * | 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 | -1/+1 |
| * | Use MOWGLI_LIST_LENGTH() instead of LIST_LENGTH(). | William Pitcock | 2010-10-08 | 1 | -1/+1 |
| * | Replace LIST_FOREACH_* with the mowgli_iter framework. | William Pitcock | 2010-10-08 | 1 | -4/+4 |
| * | 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 |
| * | Migrate chanacs to myentity_t. This allows us to have chanacs lists containi... | William Pitcock | 2010-08-22 | 1 | -1/+1 |
| * | myuser->entity first step (moving the name) compiles. | Elly | 2010-08-21 | 1 | -11/+11 |