charybdis

log

age author description
3 days ago William Pitcock chm_simple(): enforce MLOCKtrunk tip
3 days ago William Pitcock Add propagation of MLOCK state for simple modes.trunk
3 days ago William Pitcock Fix order on channel_mlock() call.trunk
3 days ago William Pitcock Fix typo.trunk
3 days ago William Pitcock Add MLOCK message to netjoin burst.trunk
3 days ago William Pitcock Add MLOCK capability token.trunk
3 days ago William Pitcock Rename channel_modes() to channel_modes_real(), and use macros to build both the mode list, and the mlock list.trunk
3 days ago William Pitcock Add syntax description of MLOCK message to ts6-protocol.txt.trunk
3 days ago William Pitcock struct Channel: add mode_lock structure to the channel object.trunk
3 days ago William Pitcock struct Mode: add off_mode bitfield to describe disabled channel modes.trunk
3 days ago William Pitcock Correct 325 (RPL_CHANNELMLOCKIS) numeric.trunk
3 days ago William Pitcock Add RPL_CHANNELMLOCKIS for ircd-side MLOCK enforcement.trunk
4 days ago William Pitcock Automated merge with ssh://hg.atheme.org//hg/charybdistrunk
4 days ago William Pitcock Fix construction of the channel mode vector table.trunk
4 days ago Jilles Tjoelker Document BAN message.trunk
5 days ago William Pitcock Update CREDITS.trunk
5 days ago Jilles Tjoelker Show d/kline setter to opers in stats/testline.trunk
5 days ago Jilles Tjoelker Hgignore some generated files.trunk
5 days ago Jilles Tjoelker Avoid crash if get_oper_name() somehow gave no {} for local oper.trunk
6 days ago Jilles Tjoelker BAN: Reject bans with insufficient non-wildcard characters.trunk
6 days ago Jilles Tjoelker Add /stats g to show propagated (global) klines.trunk
6 days ago Jilles Tjoelker Among bans with the same creation time, prefer the one with longest lifetime.trunk
6 days ago Jilles Tjoelker BAN: Avoid fake direction.trunk
6 days ago Jilles Tjoelker Remove +/- from the BAN message, instead indicating unban with duration=0.trunk
6 days ago Jilles Tjoelker Use memmove instead of memcpy where there is overlap (modunload).trunk
6 days ago Jilles Tjoelker Add propagated klines.trunk
6 days ago Jilles Tjoelker kline: Fix oper reasons.trunk
6 days ago Jilles Tjoelker Fix --disable-balloc.trunk
7 days ago Jilles Tjoelker Skip propagated bans in rehash txlines/tresvs.trunk
8 days ago Jilles Tjoelker Add code to expire "propagated" bans.trunk
8 days ago Jilles Tjoelker ConfItem.next is not used, remove it.trunk
8 days ago Jilles Tjoelker bandb: Group writes in transactions to reduce load on heavy kline activity.trunk
9 days ago Jilles Tjoelker Merge final 3.2.0 changes.trunk
9 days ago Jilles Tjoelker Added tag charybdis-3.2.0 for changeset c2443ea9ff84trunk
9 days ago Jilles Tjoelker Add a hint how to import old ban .conf files into bandb.trunk charybdis-3.2.0
11 days ago Jilles Tjoelker Make struct operhash_entry private.trunk
11 days ago Jilles Tjoelker Track who set a dline/kline/xline/resv as in ratbox3.trunk
11 days ago Jilles Tjoelker Merge bugfix that also applied to 3.2.x.trunk
11 days ago Jilles Tjoelker Fix memory leak on /rehash bans.trunk
11 days ago Jilles Tjoelker Generate the "Temporary K-line %d min" part from aconf->hold - aconf->created.trunk
12 days ago Jilles Tjoelker Store the creation time of klines and dlines as a time_t instead of as text.trunk
12 days ago Jilles Tjoelker Add a missing comment for new /challenge numerics.trunk
13 days ago Alexander F?r?y Use RPL_QUIETLIST and RPL_ENDOFQUIETLIST instead of RPL_BANLIST andtrunk
12 days ago William Pitcock Update configure.trunk
12 days ago William Pitcock Charybdis 3.3.x development cycle begins.trunk
12 days ago William Pitcock Added tag charybdis-3.2.0 for changeset 6144f52a119btrunk
2 weeks ago Jilles Tjoelker help: Remove references to old ban .confs,trunk
2 weeks ago Jilles Tjoelker Use FLAGS_SENTUSER when checking whether to register when ping cookie is received.trunk
2 weeks ago Stephen Bennett Use FLAGS_SENTUSER instead of 'user' being non-empty to decide whether to register a user on CAP END.trunk
2 weeks ago Jilles Tjoelker Remove some obsolete paths from config.h.trunk
2 weeks ago Jilles Tjoelker Remove more old kline.conf stuff.trunk
2 weeks ago Jilles Tjoelker gnutls: I guess a gnutls_x509_crt_deinit() is needed to avoid memory leak.trunk
2 weeks ago Jilles Tjoelker Remove code to write bans to csv files.trunk
2 weeks ago William Pitcock gnutls: Add support for certfp gathering.trunk
2 weeks ago Jilles Tjoelker Add spambot check changes to NEWS.trunk
2 weeks ago Jilles Tjoelker Do not penalize for spambot checks if creating a new channel.trunk
2 weeks ago Jilles Tjoelker spambot checks: Fix excessive expiry in some cases.trunk
2 weeks ago Jilles Tjoelker JOIN 0: Make spambot check equivalent to PART's.trunk
2 weeks ago Jilles Tjoelker Remove dead code: last_join_time is already updated by check_spambot_warning().trunk
2 weeks ago Jilles Tjoelker Do not check for spambot if the user is not allowed to join the channel.trunk