Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-10 | Do not send unregistered notice to users who are logged in, even if their ↵ | Adam | |
nick isn't registered | |||
2014-03-10 | Set nickserv's modesonid on login too | Adam | |
2014-03-04 | Fix 2 crashes from removing the permanent channel mode from channels which ↵ | Adam | |
do not exist | |||
2014-03-04 | Do not allow guest nicks to exceed nicklen, and use a default enforcer ↵ | Adam | |
ident/host if none is provided | |||
2014-03-01 | Fix botserv help to show the correct fantasy characters | Adam | |
2014-02-27 | Do not take modes from users in channels with secureops off if we are always ↵ | Adam | |
lowering channels timestamps to their creations | |||
2014-02-05 | Make it easier to use fantasy without botserv, and document it | Adam | |
2014-01-26 | Use the SQLine reason in the kick reason for sqlined channels | Adam | |
2014-01-21 | Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601. | Adam | |
2014-01-04 | Fix recovering enforcers not properly quitting them | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-12-31 | I don't think this OnBotKick to hold channels is necessary anymore as Sync ↵ | Adam | |
should cover everything now, and this causes weird things when the last user in a channel kicks themselves out using the bot. Also handle users rejoining a channel while its held better. | |||
2013-12-27 | Fix crash when channels are registered that do not exist by non users | Adam | |
2013-12-26 | Fix not setting the persist flag on newly registered channels when the ↵ | Adam | |
permanent channel mode is set prior to registering or during registration | |||
2013-11-21 | Shrink nick and channel default flags in db_old, otherwise converted ↵ | Adam | |
nicks/channels always end up with the defaults enabled, even if they explicitly have them set off. Fix setting nickserv defaults to none. | |||
2013-10-28 | Stop requesting identification when changing nicks to a registered nick, and ↵ | Robby- | |
the current client certificate fingerprint matches one on the nickname's list. | |||
2013-10-28 | Fix kill and killquick default expiry times. | Robby- | |
ns_access and ns_cert: Fix accessmax defaults, also state in the config that 0 is not a valid value. | |||
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- | |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator | |
2013-10-05 | Always show expire time for nicks in /ns info to opers, even if the user is ↵ | Adam | |
online Make Anope::strftime show "now" if the time is now Fix typo in nickalias.cpp for the type of the last_seen field, spotted by grawity | |||
2013-10-05 | Hide expires in /cs info if the channel is actively in use as it confuses people | Adam | |
2013-10-05 | Fix logging for log type 'other'. | Robby- | |
os_ignore: Log expired ignores to the normal log level. cs_drop: Allow Services Operators to actually drop channels in Read-Only mode. os_akill, os_sxline, cs_akick: Log deletions by number. | |||
2013-10-05 | Fix not setting -r when channels are deleted | Adam | |
2013-09-29 | Exempt ulines/myself from bounce mode check | Adam | |
2013-09-29 | Fix NickServ default nick expiry time. | Robby- | |
2013-09-29 | Add chanserv:always_lower_ts config option to always lower registered | Adam | |
channels timestamps to the creation time which fixes some race conditions regarding users joining empty registered channels and doing things prior to the -o from services coming through. Without always_lower_ts attempt to bounce mode changes from bad users, which will work okay in most cases. | |||
2013-09-27 | Make column titles in listings translatable. | Robby- | |
Make some more strings translatable, and remove some that don't need translation at all. Make expirytimes and units translatable. Make predefined messages in listings also translatable. Make the remaining command descriptions translatable. Make some ns/cs info strings equal to dedupe in translation file. Add missing no-autoop setting to cs info output. Make some strings translatable. | |||
2013-09-27 | Fix typos, remove dead language defines. | Robby- | |
os_set: Add missing debug text in help output. | |||
2013-09-27 | Don't send regex qlines and nlines to the IRCd | Adam | |
2013-09-27 | Drop matching channels on forbid, and enforce nick forbids even on IRCds | Adam | |
with no qlines | |||
2013-09-27 | Don't send SQLines unless the IRCd supports it | Adam | |
2013-09-27 | Remove +r etc when channels are deleted | Adam | |
2013-09-19 | Fix not updating last_seen on expire nick for nicks with secure off. Don't ↵ | Adam | |
show Expires in /ns info if the nick is online currently as it confuses people | |||
2013-09-08 | Fix allowing duplicate entries on the snline list | Adam | |
Have proto mods recognize cidr ranges as zlineable IPs Remove operserv/global from global.conf because its dumb Fix example config ~botserv/set example to work as expected | |||
2013-09-08 | Fix logging /os set list. Enforce snlines on ircds that can't have snlines ↵ | Adam | |
set by just killing the user. Fix double call to OnMatch() when a user matches an xline | |||
2013-08-27 | Make chanserv:require not default to r | Adam | |
2013-08-25 | Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ↵ | Adam | |
until after server sync | |||
2013-08-25 | Remove unnecesary mlock code in cs_mode, change mode set events to never ↵ | Adam | |
bounce modes set by bots or servers, as it was possible to get modules to fight with each other | |||
2013-08-25 | Create persistent channels on startup, which used to work and got lost somewhere | Adam | |
Fix some oddities with using persistent channels with no botserv Send list modes to uplink when bursting Fix issues with persist + keepmodes Fix /os modes clear all not clearing all status modes Fix operwall on ratbox/plexus Dont apply mlock in SetCorrectModes since that just recursively calls itself unncessarially Change command logging to show the command name and not the service name | |||
2013-08-21 | Always require the registered channel mode is set. Comment out default ↵ | Adam | |
config requiring "r" as some ircds use it for registered users only | |||
2013-08-18 | Fix not setting vhost on nickserv update | Adam | |
2013-08-14 | Replace some get calls on <bool> extenisble types with hasext | Adam | |
2013-08-12 | Fix some issues with suspend | Adam | |
2013-08-11 | Remove channels from accesss lists when they expire/drop | Adam | |
2013-08-11 | Fix chanserv opersonly setting | Adam | |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam | |
Keep track of what user modes are oper only/server only/etc | |||
2013-07-26 | Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess | Adam | |
2013-07-26 | Fix issues with 'Me' related to previous commit | Adam | |
2013-07-21 | More validation stuff from fgs | Adam | |
2013-07-20 | Fix not setting the correct compile flags on modules and fix the resulting ↵ | Adam | |
warnings |