Age | Commit message (Expand) | Author |
2013-10-05 | Fix logging for log type 'other'. | Robby- |
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. s... | Adam |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. Co... | Adam |
2013-06-19 | Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictp... | Adam |
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 are... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-25 | Give an error message when the configuration file ends with an unterminated b... | Adam |
2013-05-19 | Mark service:channels as a "botchannel" and don't try to hold them on sync, a... | Adam |
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 on... | Adam |
2013-05-07 | Fix setting some default flags, reading fantasy blocks, and minusers setting ... | Adam |
2013-05-06 | Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too lat... | Adam |
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a s... | Adam |
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 |
2013-05-05 | The default arguments are references to temporaries which fall out of scope o... | Adam |
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 configur... | Adam |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ca... | Adam |
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 |
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 som... | Robby- |
2013-01-30 | Remove sendpass from the configs and the config reader since it no longer exists | Adam |
2013-01-24 | Fix memo signon and memo receive default flag names | Adam |
2013-01-22 | Add hidenetsplitquit config option to not show splits in /ns info's last quit... | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-13 | Allow grouping commands to make help output easier to comprehend | Adam |
2013-01-13 | Allow the config parser to skip over gettext's _() to allow translating confi... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-08 | Use m_rewrite to rewrite op, deop, halfop, ... etc | Adam |
2012-12-15 | Move DNS handling to a module | Adam |
2012-11-30 | Allow services to return more than one NS record | Adam |
2012-11-26 | Fixed rehasing doing weird things to botmodes due to trying to set on nick no... | Adam |
2012-11-25 | Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick | Adam |
2012-11-25 | Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal. | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-09 | Add a config option to disable sasl | Adam |