aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a function for showing a command whilst executing it.Gravatar Sadie Powell2020-01-184-10/+17
| * Disable auto extras when TEST_BUILD_MODULES is set in test-build.Gravatar Sadie Powell2020-01-181-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. Gravatar Sadie Powell2020-01-183-4/+8
| * Add a tool for updating the vendored libaries.Gravatar Sadie Powell2020-01-173-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. Gravatar Sadie Powell2020-01-171-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. Gravatar Sadie Powell2020-01-175-20/+55
| * Fix a harmless warning in the ssl_mbedtls module.Gravatar Sadie Powell2020-01-171-0/+11
| * Fix Perl tools not using the correct directory name in 'use lib'.Gravatar Sadie Powell2020-01-173-8/+10
| * Fix the ordering of custom event handlers.•••Closes #1742. Gravatar Sadie Powell2020-01-171-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. Gravatar Sadie Powell2020-01-172-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. Gravatar Sadie Powell2020-01-176-49/+52
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-17440-1248/+3515
|\|
| * Use irc::equals instead of strcasecmp where appropriate.Gravatar Sadie Powell2020-01-175-6/+6
| * Fix a GCC shadowing warning.Gravatar Sadie Powell2020-01-161-2/+2
| * Fix STATUSMSG tag messages not including the status in the target.Gravatar Sadie Powell2020-01-163-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. Gravatar Sadie Powell2020-01-161-4/+4
| * Add support for setting the help topic in helpop.Gravatar Sadie Powell2020-01-152-349/+369
| * Prevent users from sending an empty TAGMSG.Gravatar Sadie Powell2020-01-151-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. Gravatar Sadie Powell2020-01-132-54/+58
| * Remove whitespace between the shebang and the copyright header.Gravatar Sadie Powell2020-01-115-5/+0
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-11443-788/+2461
| * Add a script for updating the copyright headers.Gravatar Sadie Powell2020-01-111-0/+149
| * Rebuild the 005 numeric after changing the case mapping.Gravatar Sadie Powell2020-01-081-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. Gravatar Sadie Powell2020-01-071-2/+7
| * Add a replacement for the nationalchars module.Gravatar Sadie Powell2020-01-077-0/+391
| * Explicitly reject nicks beginning with a number in nationalchars.•••Closes #1745. Gravatar Sadie Powell2020-01-071-1/+1
| * Fix linking servers that are using the nationalchars module.•••Closes #1744. Gravatar Sadie Powell2020-01-061-1/+1
| * Add an oper only parameter to Simple{Channel,User}ModeHandler.Gravatar Sadie Powell2020-01-053-30/+20
| * Rename the modes in the services_account module to be less confusable.Gravatar Sadie Powell2020-01-051-16/+16
| * Rename <chanhistory:notice> to <chanhistory:prefixmsg>.•••This name is a lot lessambiguous. Gravatar Sadie Powell2020-01-032-7/+8
| * Make chanhistory skip CTCPs when storing messages.•••Sending historic CTCPs to clients can only end badly. Gravatar Sadie Powell2020-01-031-1/+1
| * Make chanhistory replay notices as well as privmsgs.Gravatar Sadie Powell2020-01-031-7/+9
| * Fix the chanhistory module not replaying message tags.Gravatar Sadie Powell2020-01-031-3/+27
| * Add an event provider class for the event/messagetag event.Gravatar Sadie Powell2020-01-035-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. Gravatar Sadie Powell2020-01-031-2/+2
* | Move ISupport logic out of the core and into core_info.Gravatar Sadie Powell2020-01-0548-257/+499
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-0180-516/+992
|\|
| * Update my name and email address.Gravatar Sadie Powell2019-12-3154-53/+54
| * Fix the previous commit on C++11 compilers.Gravatar Peter Powell2019-12-291-2/+2
| * Mark messages from ulined clients with the inspircd.org/service tag.Gravatar Peter Powell2019-12-294-0/+76
| * Ignore clients on ulined servers when reporting stats in LUSERS.Gravatar Peter Powell2019-12-283-1/+16
| * Use FindNickOnly for finding the required nick for an alias.Gravatar Peter Powell2019-12-211-1/+1
| * Use FindUUID in place of FindNick in places that only get a UUID.Gravatar Peter Powell2019-12-161-2/+2
| * Extract port binding code to a function and improve output.Gravatar Peter Powell2019-12-124-25/+56
| * Update the mailmap for myself.Gravatar Matt Schatz2019-12-091-0/+1
| * Make BindPorts return size_t instead of int.Gravatar Peter Powell2019-12-093-5/+5
| * Make ForkIntoBackground handle exiting by itself.Gravatar Peter Powell2019-12-091-10/+5
| * Extract command line option parsing to a function.Gravatar Peter Powell2019-12-092-72/+83
| * Fix indentation of CheckRoot() and error in non-interactive mode.Gravatar Peter Powell2019-12-092-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. Gravatar Peter Powell2019-12-084-36/+21