Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-12-15 | logger: log source nick if there is no user or account | Adam | |
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. | |||
2014-05-21 | Core prep for p10 stuff | Adam | |
2014-05-21 | Fix extra space in log messages with logtype channel and no source | Adam | |
2014-05-20 | Show account names in log messages | Adam | |
2014-01-10 | Fix not initializing module in the main log constructor | Adam | |
2014-01-09 | Make DNSBL log message use the module type and give it a category too | 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-11-23 | Fix/clean/clarify some stuff found by coverity scan | Adam | |
2013-09-03 | Cleanup previous commit | Adam | |
Fix log messages from commands send through webpanel Don't show OperServ section to non opers | |||
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-07 | Add m_sql_log | 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-07 | Move op/deop/etc back to an actual command, its too hard to use cs_log with ↵ | Adam | |
it as rewrites. Allow cs_log to work with either command names or service names. | |||
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-18 | Add a config option for the default log bot | 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-07 | Optimizations of much of the more commonly used code | Adam | |
2013-01-21 | Fix not logging debug info to the logfile when debug mode is enabled | Adam | |
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ↵ | Adam | |
by just moving pointers to the core | |||
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-10 | Never log debug levels >= 2 using a log block | Adam | |
2012-10-27 | Add a module log type | Adam | |
2012-10-02 | Added operserv/logsearch | Adam | |
2012-09-30 | Make CommandSource use references, sometimes we hold them for awhile | Adam | |
2012-09-02 | Fix Windows | Adam | |
2012-09-01 | Added a web panel module + a default template | Adam | |
2012-06-18 | Allow userless command sources | Adam | |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ↵ | Adam | |
be specified at runtime | |||
2012-04-23 | Reworked live SQL support yet again | Adam | |
2012-04-22 | Fixed ./services --version etc not getting printed when stdout is a ↵ | Adam | |
file/pipe/not a tty | |||
2012-02-18 | Use C++11's explicit override feature if available | Adam | |
2012-02-14 | Clean up and reorganize our header files | Adam | |
2012-02-08 | Removed operserv:notifications in favor of log blocks, as well as some other ↵ | Adam | |
notifiications | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-11-08 | Windows | Adam | |
2011-10-09 | Give more verbose messages on startup | Adam | |
2011-09-19 | LOG_COMMAND must now always give a valid command | Adam | |
2011-09-10 | Added chanserv/log | Adam | |
2011-09-10 | Removed log:inhabitlogchannel and replaced it with service:channels | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-07-04 | Bug #1282 | Adam | |
2011-06-20 | Cleaned up some of the logger code which fixes not logging debug logs to ↵ | Adam | |
files etc when debug is enabled, and some other small things | |||
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam | |
2011-04-19 | Fixed logging messages with an empty category to everything | Adam | |
2011-03-30 | Fixed windows build more, including ldap | Adam | |