Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2016-01-19 | Fix various inconsistencies/crashes related to having multiple opers ↵ | Adam | |
configured for the same user through combinations of os_oper/config/m_sql_oper | |||
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ↵ | Adam | |
allowed in nicknames | |||
2014-05-21 | Core prep for p10 stuff | Adam | |
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf | |||
2014-04-06 | Do not apply module changes on rehash until after the new config has been ↵ | Adam | |
applied. Fix renaming opertypes on reload. | |||
2014-02-26 | Remove unreachable code in config.cpp, this error is caught earlier | Adam | |
2014-02-26 | Fix not detecting eols in the config reader when the end of the line is the ↵ | Adam | |
end of a multiline comment | |||
2014-02-26 | Do not setuid/gid down until after modules are loaded | Adam | |
2014-01-19 | Change config readers bool logic to accept unrecognized values as yes | 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-19 | Don't leak opers and opertypes on /os reload, fix not updating opertypes on ↵ | Adam | |
non conf opers on rehash | |||
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which ↵ | Adam | |
lessens the insanity of renaming services | |||
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator | |
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-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-21 | More basic config validation, and fix crash when no uplinks are configured. ↵ | Adam | |
spotted by fgs | |||
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. ↵ | Adam | |
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module. | |||
2013-06-19 | Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of ↵ | Adam | |
usestrictprivmsg | |||
2013-06-13 | Fix usestrictprivmsg /msg vs / logic | Adam | |
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-25 | Give an error message when the configuration file ends with an unterminated ↵ | Adam | |
block | |||
2013-05-19 | Mark service:channels as a "botchannel" and don't try to hold them on sync, ↵ | Adam | |
as the client should always be in the channel | |||
2013-05-18 | Ignore define{} blocks defining directives to itself | Adam | |
2013-05-18 | Add a config option for the default log bot | Adam | |
2013-05-18 | Tabify some stuff in config.cpp | Adam | |
2013-05-11 | Fix config to default prepend_channel true for fantasy | Charles Kingsley | |
2013-05-08 | Fix reading multi line quotes from the conf with blank lines or lines with ↵ | Adam | |
only whitespace | |||
2013-05-07 | Fix setting some default flags, reading fantasy blocks, and minusers setting ↵ | Adam | |
being off by 1 | |||
2013-05-06 | Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too ↵ | Adam | |
late, after the users server can be gone. Fix a couple other small things | |||
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a ↵ | Adam | |
sane rank incase they are prefixless, and 50 other things | |||
2013-05-05 | The const char* specialization of this no longer works | Adam | |
2013-05-05 | That doesn't work either, just don't use references. | Adam | |
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \; | |||
2013-05-05 | The default arguments are references to temporaries which fall out of scope ↵ | Adam | |
once the function returns, so we can't use them. gcc is just nice. cronus sucks. also validate a few more config options | |||
2013-05-05 | Cache timeoutcheck and fix a typo in example.conf | Adam | |
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ↵ | Adam | |
call it on module load on modules that hook to it | |||
2013-04-09 | Allow privilege descs to be read from the config to override the defaults | Adam | |
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam | |
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config | |||
2013-04-07 | Optimizations of much of the more commonly used code | Adam | |
2013-03-31 | Add networkinfo:modelistsize config option to set the max size of b/e/I lists | Adam | |
2013-03-14 | Add group and hide setings to fantasy{} blocks | Adam | |
2013-03-14 | Fix setting BSDefFlags from the config | Adam | |
2013-02-14 | Switch Destroy methods to delete | Adam | |
2013-01-31 | Update src/config.cpp | artemiiav | |
2013-01-31 | Some configuration file updates: Removed now non-existing settings. Redid ↵ | Robby- | |
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way. | |||
2013-01-30 | Remove sendpass from the configs and the config reader since it no longer exists | Adam | |