| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add a function for showing a command whilst executing it. | 2020-01-18 | 4 | -10/+17 | ||
| | * | Disable auto extras when TEST_BUILD_MODULES is set in test-build. | 2020-01-18 | 1 | -2/+6 | ||
| | * | Improve manually enabling extra modules.•••- Allow modules to be specified without their prefix and extensions in --{disable,enable}-extras. - Allow modules to be space delimited in --{disable,enable}-extras. | 2020-01-18 | 3 | -4/+8 | ||
| | * | Add a tool for updating the vendored libaries. | 2020-01-17 | 3 | -13/+153 | ||
| | * | Improve the DNS cache expiration log message.•••Instead of constantly spamming the log file only show the message when an entry is actually expired and show how many entries were expired. | 2020-01-17 | 1 | -2/+8 | ||
| | * | Migrate from Travis CI to GitHub Actions.•••This brings shiny new GitHub integrations as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure. | 2020-01-17 | 5 | -20/+55 | ||
| | * | Fix a harmless warning in the ssl_mbedtls module. | 2020-01-17 | 1 | -0/+11 | ||
| | * | Fix Perl tools not using the correct directory name in 'use lib'. | 2020-01-17 | 3 | -8/+10 | ||
| | * | Fix the ordering of custom event handlers.•••Closes #1742. | 2020-01-17 | 1 | -5/+20 | ||
| * | | Various CI improvements.•••- Never build with GCC on macOS as its an alias for Clang. - We don't depend on libgeoip anymore so don't install it. | 2020-01-17 | 2 | -8/+3 | ||
| * | | Migrate from Travis CI to GitHub Actions.•••This brings shiny new GitHub integratiosn as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure. | 2020-01-17 | 6 | -49/+52 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 440 | -1248/+3515 | ||
| |\| | ||||||
| | * | Use irc::equals instead of strcasecmp where appropriate. | 2020-01-17 | 5 | -6/+6 | ||
| | * | Fix a GCC shadowing warning. | 2020-01-16 | 1 | -2/+2 | ||
| | * | Fix STATUSMSG tag messages not including the status in the target. | 2020-01-16 | 3 | -6/+26 | ||
| | * | Check tag list after checking if the message-tag cap is enabled.•••This fixes a confusion created in c299adb31a where users without the message-tags cap would get errors instead of being silently ignored. | 2020-01-16 | 1 | -4/+4 | ||
| | * | Add support for setting the help topic in helpop. | 2020-01-15 | 2 | -349/+369 | ||
| | * | Prevent users from sending an empty TAGMSG. | 2020-01-15 | 1 | -0/+14 | ||
| | * | Various improvements for the helpop module.•••- Ensure that the config is actually valid. This found an invalid entry in the default helpop configs. - Columize the index page and build it whilst reading the config instead of at request time. | 2020-01-13 | 2 | -54/+58 | ||
| | * | Remove whitespace between the shebang and the copyright header. | 2020-01-11 | 5 | -5/+0 | ||
| | * | Update copyright headers. | 2020-01-11 | 443 | -788/+2461 | ||
| | * | Add a script for updating the copyright headers. | 2020-01-11 | 1 | -0/+149 | ||
| | * | Rebuild the 005 numeric after changing the case mapping. | 2020-01-08 | 1 | -0/+4 | ||
| | * | Minor improvements to the codepage module.•••- Cache the codepage name on load and restore on unload. - Make origisnick constant. - Fix the size of the casemap in memcmp call. | 2020-01-07 | 1 | -2/+7 | ||
| | * | Add a replacement for the nationalchars module. | 2020-01-07 | 7 | -0/+391 | ||
| | * | Explicitly reject nicks beginning with a number in nationalchars.•••Closes #1745. | 2020-01-07 | 1 | -1/+1 | ||
| | * | Fix linking servers that are using the nationalchars module.•••Closes #1744. | 2020-01-06 | 1 | -1/+1 | ||
| | * | Add an oper only parameter to Simple{Channel,User}ModeHandler. | 2020-01-05 | 3 | -30/+20 | ||
| | * | Rename the modes in the services_account module to be less confusable. | 2020-01-05 | 1 | -16/+16 | ||
| | * | Rename <chanhistory:notice> to <chanhistory:prefixmsg>.•••This name is a lot lessambiguous. | 2020-01-03 | 2 | -7/+8 | ||
| | * | Make chanhistory skip CTCPs when storing messages.•••Sending historic CTCPs to clients can only end badly. | 2020-01-03 | 1 | -1/+1 | ||
| | * | Make chanhistory replay notices as well as privmsgs. | 2020-01-03 | 1 | -7/+9 | ||
| | * | Fix the chanhistory module not replaying message tags. | 2020-01-03 | 1 | -3/+27 | ||
| | * | Add an event provider class for the event/messagetag event. | 2020-01-03 | 5 | -4/+16 | ||
| | * | Bind ports before loading modules.•••This fixes a defect introduced in ce7979bd7d where the ircv3_sts module was unable to find the SSL listener. | 2020-01-03 | 1 | -2/+2 | ||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 48 | -257/+499 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 80 | -516/+992 | ||
| |\| | ||||||
| | * | Update my name and email address. | 2019-12-31 | 54 | -53/+54 | ||
| | * | Fix the previous commit on C++11 compilers. | 2019-12-29 | 1 | -2/+2 | ||
| | * | Mark messages from ulined clients with the inspircd.org/service tag. | 2019-12-29 | 4 | -0/+76 | ||
| | * | Ignore clients on ulined servers when reporting stats in LUSERS. | 2019-12-28 | 3 | -1/+16 | ||
| | * | Use FindNickOnly for finding the required nick for an alias. | 2019-12-21 | 1 | -1/+1 | ||
| | * | Use FindUUID in place of FindNick in places that only get a UUID. | 2019-12-16 | 1 | -2/+2 | ||
| | * | Extract port binding code to a function and improve output. | 2019-12-12 | 4 | -25/+56 | ||
| | * | Update the mailmap for myself. | 2019-12-09 | 1 | -0/+1 | ||
| | * | Make BindPorts return size_t instead of int. | 2019-12-09 | 3 | -5/+5 | ||
| | * | Make ForkIntoBackground handle exiting by itself. | 2019-12-09 | 1 | -10/+5 | ||
| | * | Extract command line option parsing to a function. | 2019-12-09 | 2 | -72/+83 | ||
| | * | Fix indentation of CheckRoot() and error in non-interactive mode. | 2019-12-09 | 2 | -11/+20 | ||
| | * | Improve behaviour when running as root.•••- Only give the annoying message about root if --runasroot is not specified. - If --runasroot is specified then assume the user knows what they are doing. - Move CheckRoot to a static function in inspircd.cpp. | 2019-12-08 | 4 | -36/+21 | ||
