atheme

log

age author description
7 hours Jilles Tjoelker Comment out hostserv from the example conf. nickserv/vhost remains active.default tip
7 hours Jilles Tjoelker hostserv: move the ON and OFF commands to their own module
8 hours Jilles Tjoelker Try to detect MacOS X crypt(3) breakage and generate a DES based hash.
2 weeks Jilles Tjoelker Mention GROUP when a user tries to REGISTER while already logged in and using an unregistered nick.
2 weeks Jilles Tjoelker The request system depends on the VHOST command.
2 weeks Jilles Tjoelker Make the hostserv request system more usable.
2 weeks Jilles Tjoelker Whitespace style fixes.
2 weeks Jilles Tjoelker Fix compiler warnings.
2 weeks Jilles Tjoelker Rerun autoconf for hostserv.
2 weeks Jilles Tjoelker Remove chan:admin overrides for user-level per-channel botserv settings.
2 weeks Jilles Tjoelker Use correct log level.
2 weeks Jilles Tjoelker Still allow users with +v but not +V to voice self.
2 weeks William Pitcock Automated merge with ssh://hg.atheme.org//hg/atheme
2 weeks William Pitcock chanserv voice: Allow people with CA_AUTOVOICE to voice themselves, otherwise require CA_VOICE.
2 weeks Jilles Tjoelker Change FALSE to false. We use C99 style booleans now.
2 weeks Jilles Tjoelker Use a proper boolean for the botserv 'private' field.
2 weeks Jilles Tjoelker Use one copy of botserv_save_database().
2 weeks William Pitcock botserv: Patch try_kick() to rewrite kick requests from chanserv if appropriate.
2 weeks William Pitcock Functorize try_kick().
2 weeks William Pitcock plexus: Port to ts6-generic, add UF_IMMUNE for +N, add support for permanant channels.
2 weeks William Pitcock Add hostserv from Rizon branch. HostServ is an optional more advanced vhost
2 weeks Jilles Tjoelker botserv say/act: also allow with +o flag, remove chan:admin override
2 weeks Jilles Tjoelker Use the nicer message for UNASSIGN that I created for SAY/ACT.
2 weeks Jilles Tjoelker Disallow SAY/ACT if there is no bot assigned.
2 weeks Jilles Tjoelker Fix Windows newlines.
2 weeks Jilles Tjoelker Join chanserv before parting channel with deleted bot.
2 weeks Jilles Tjoelker Fix some compiler warnings.
2 weeks Jilles Tjoelker Use only one instance of botserv_bot_find().
2 weeks Jilles Tjoelker Fix crashes and memory leaks when unloading and reloading botserv/main.
2 weeks Jilles Tjoelker Consistency: make BotServ's internal name lower case.
2 weeks Jilles Tjoelker Move conf_bi_table global to botserv module.
2 weeks Jilles Tjoelker Remove the botsvs variable from core.
2 weeks Jilles Tjoelker Define botserv_bot_t in an include file.
2 weeks Jilles Tjoelker Fix Windows newlines.
2 weeks Jilles Tjoelker Change required flag for /bs info #chan from +q to +A.
2 weeks William Pitcock botserv: Add syntax error messages where appropriate.
2 weeks William Pitcock botserv: Help files.
2 weeks William Pitcock botserv: Add NPC commands (e.g. SAY, ACT).
2 weeks William Pitcock botserv: Add SET commands.
2 weeks William Pitcock botserv: Add INFO command.
2 weeks William Pitcock botserv: Add help command.
2 weeks William Pitcock chanserv: don't join channels with bots assigned to them.
2 weeks William Pitcock botserv: Use the modestacking functors to patch mode rewriting (chanserv -> botnick).
2 weeks William Pitcock Functorize the modestacker.
2 weeks William Pitcock botserv: fix a typo
2 weeks William Pitcock service_delete(): Fix deleting services without a conftable.
2 weeks William Pitcock Add botserv config example.
2 weeks William Pitcock botserv core changes:
2 weeks William Pitcock add modules/botserv to target list
2 weeks William Pitcock Add service_add_static(), which isn't linked to the config.
2 weeks Jilles Tjoelker Add /os listklinechan to the os_klinechan contrib module.
3 weeks Jilles Tjoelker Require a reason for /os ignore add.
3 weeks Jilles Tjoelker Constify.
3 weeks Jilles Tjoelker doc/PRIVILEGES: mention that general:admin controls /os ignore.
3 weeks Jilles Tjoelker Do not apply services ignores to users with general:admin privilege.
5 weeks Jilles Tjoelker Change "You do not have %s privilege." in all other places too.
5 weeks Jilles Tjoelker Remove obsolete version number from the example conf.
6 weeks William Pitcock Update PO files.
6 weeks William Pitcock Fix grammatical error in the "You do not have XYZ privilege" message.
6 weeks Jilles Tjoelker Add a parameter to user_delete() with the quit reason.