atheme

log

age author description
16 months ago JD Horelick Update minimowgli to 366:5c0a409c24af .
16 months ago JD Horelick Use mowgli's signal handling code. It is identical to Atheme's so no loss of functionality here.
16 months ago Stephen Bennett Allow datadir to be specified on the command line
16 months ago JD Horelick chanserv/clone: Clone/Copy channel flags as well as metadata and chanacs.
16 months ago JD Horelick Make gen_pw use capital letters and numbers instead of just lower-case letters.
16 months ago JD Horelick chanserv/clone: New module. Allows you to copy metadata and chanacs from one channel to another.
16 months ago JD Horelick chanfix: Add a HELP command.
16 months ago JD Horelick Actually add nickserv/set_nevergroup.c (and the requisite helpfile).
16 months ago JD Horelick Add nickserv/set_nevergroup.
16 months ago JD Horelick Kill contrib/gen_regcheckemail.
16 months ago JD Horelick Add new module nickserv/badmail which allows you to stop registration of accounts with certain email addresses.
16 months ago Jilles Tjoelker chanfix: Allow fixing channels of any size.
16 months ago Jilles Tjoelker chanfix chanfix: Remove +ilk modes, properly track removal of +v modes.
16 months ago Jilles Tjoelker Remove gnuisms.
16 months ago Jilles Tjoelker chanfix: Require oper privs for chanfix commands.
16 months ago JD Horelick Fix /msg service help not displaying commands that are AC_AUTHENTICATED.
16 months ago William Pitcock eww, bzero(). kill it with fire.
16 months ago Stephen Bennett Expose sourceinfo server/channel/account to perl
16 months ago Stephen Bennett When returning an object reference to perl, NULL should be undef and not a fatal error.
16 months ago Stephen Bennett Wrap calls to user perl scripts to prevent them from hanging services.
16 months ago Stephen Bennett Add Atheme::Fault module, exposing the fault_ constants to perl
16 months ago Stephen Bennett copy and paste coding--
16 months ago Stephen Bennett Add Atheme::Log
16 months ago Stephen Bennett Allow perl scripts to install hooks.
16 months ago Stephen Bennett Expose mynick_t to perl as Atheme::NickRegistration
16 months ago Stephen Bennett Fix auto-unbinding of commands following 482d4cdf7f75
16 months ago Stephen Bennett Expose server_t to perl
16 months ago Jilles Tjoelker Back out changeset b616f9e31db9: libmowgli delegates.
16 months ago William Pitcock chanserv/akick: use pretty_mask().
16 months ago Jilles Tjoelker gameserv/dice: Use double instead of long double.
16 months ago Jilles Tjoelker gameserv: Respect set_gameserv for both fantasy and non-fantasy commands.
16 months ago Stephen Bennett Don't allow references to Atheme objects to be stored across calls to the Perl interpreter.
16 months ago Stephen Bennett Allow perl scripts to be loaded from atheme.conf
16 months ago JD Horelick Allow any mask in chanserv/ban and chanserv/quiet and have Atheme fill in whatever's missing.
16 months ago Stephen Bennett Expose metadata for accounts and channel registrations to perl
16 months ago William Pitcock Extend copyright years to 2011.
16 months ago William Pitcock gameserv: Add LOTTERY command.
16 months ago William Pitcock gameserv: Respect chanserv's SET GAMESERV if it is loaded.
16 months ago William Pitcock gameserv: Don't allow more than 10 rolls at once.
16 months ago William Pitcock gameserv: Allow ROLL [times] and CALC [times] to do it multiple times.
16 months ago William Pitcock Remove deprecated since version 0.3 metadata_t.private.
16 months ago William Pitcock gameserv: Kill stupid unnecessary printf().
16 months ago Stephen Bennett Update hgignore for changed mowgli dependency file names
16 months ago Stephen Bennett Expose channels, accounts and channel registrations to perl
16 months ago Stephen Bennett Sync with libmowgli hg
16 months ago Stephen Bennett Missing second half of 970672b2a50d
16 months ago JD Horelick Move AnnounceServ to contrib/ircd_announceserv.
16 months ago Jilles Tjoelker Comment out announceserv in the example conf.
16 months ago William Pitcock update AnnounceServ block.
16 months ago William Pitcock Back out revision 77ac9e9f496270331a21420032bcfe121c0ec295
16 months ago William Pitcock Truncate configuration-defined usernames at USERLEN (10 characters).
16 months ago William Pitcock protocol/ts6-generic: truncate usernames at USERLEN (10 characters).
16 months ago William Pitcock gameserv: Don't allow floorl(0.0). No, really.
16 months ago William Pitcock gameserv/dice: Fix fantasy mode.
16 months ago William Pitcock gameserv: s/ROLL/CALC/.
16 months ago William Pitcock gameserv: we need -lm.
16 months ago William Pitcock gameserv: actually hook up calc.
16 months ago William Pitcock gameserv: Allow CALC (d7)*(3d5) by adding 'd' as an operator.
16 months ago William Pitcock gameserv: indent this shizzle
16 months ago William Pitcock gameserv: Cleanups.