| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | 1 | -0/+212 | ||
| | * | 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 | 2 | -26/+8 | ||
| | * | 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 | 1 | -4/+4 | ||
| | * | 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 | 3 | -3/+3 | ||
| | * | 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 | 44 | -195/+446 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 34 | -335/+472 | ||
| |\| | ||||||
| | * | Update my name and email address. | 2019-12-31 | 21 | -21/+21 | ||
| | * | 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 | 2 | -0/+7 | ||
| | * | 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 | 3 | -24/+33 | ||
| | * | Make BindPorts return size_t instead of int. | 2019-12-09 | 2 | -4/+4 | ||
| | * | Make ForkIntoBackground handle exiting by itself. | 2019-12-09 | 1 | -10/+5 | ||
| | * | Extract command line option parsing to a function. | 2019-12-09 | 1 | -68/+78 | ||
| | * | Fix indentation of CheckRoot() and error in non-interactive mode. | 2019-12-09 | 1 | -10/+19 | ||
| | * | 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 | 2 | -30/+20 | ||
| | * | Show the header before checking if the config file exists. | 2019-12-08 | 1 | -5/+4 | ||
| | * | Initialise Winsock from inside the socket engine. | 2019-12-08 | 2 | -6/+8 | ||
| | * | Extract config file finding code to a function. | 2019-12-08 | 1 | -17/+23 | ||
| | * | Extract performance stat code to a function. | 2019-12-08 | 1 | -20/+27 | ||
| | * | Move XLine garbage collection to core_xline. | 2019-12-08 | 2 | -7/+8 | ||
| | * | Increase the core dump size earlier in the process lifetime.•••According to `man 2 getrlimit` resource limits are inherited by the child when a process forks. | 2019-12-08 | 1 | -2/+1 | ||
| | * | Call RecoverFromFork from ForkIntoBackground. | 2019-12-08 | 1 | -1/+1 | ||
| | * | Convert InspIRCd::SetSignals to a static function. | 2019-12-08 | 1 | -16/+19 | ||
| | * | Move forking code into a function and remove DaemonSeed. | 2019-12-08 | 1 | -41/+41 | ||
| | * | Extract the core dump size increasing code to a function. | 2019-12-08 | 1 | -12/+19 | ||
| | * | Make the UpdateTime function easier to read. | 2019-12-08 | 1 | -9/+8 | ||
| | * | Extract root dropping code to a function. | 2019-12-08 | 1 | -48/+53 | ||
| | * | Extract rng initialisation code to a function. | 2019-12-08 | 1 | -4/+11 | ||
| | * | Move various static functions into an anonymous namespace. | 2019-12-08 | 1 | -10/+15 | ||
| * | | Get rid of UserManager#OperCount and UserManager#UserCount.•••OperCount was only used in one place, UserCount is used nowhere, and both just a wrapper around data which is accessible by other means. | 2019-12-29 | 1 | -2/+3 | ||
| * | | Move CountInvisible into the LusersCounter constructor. | 2019-12-28 | 1 | -16/+10 | ||
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 25 | -174/+239 | ||
| |\| | ||||||
| | * | Clean up the initialisation of the InspIRCd class. | 2019-12-08 | 1 | -24/+15 | ||
| | * | Fixing MatchCIDR call when checking proxy range | 2019-12-06 | 1 | -2/+2 | ||
| | * | Change the default for <waitpong:sendsnotice> to false.•••This message exists for an incredibly rare issue and just confuses the vast majority of people. | 2019-11-29 | 1 | -1/+1 | ||
| | * | Minor cleanup of the conn_umodes module. | 2019-11-29 | 1 | -13/+9 | ||
| | * | WebSocket: move the OriginList typedef inside WebSocketConfig. | 2019-11-29 | 1 | -3/+2 | ||
| | * | WebSocket: replace the behindproxy switch with a proxy IP list. | 2019-11-29 | 1 | -7/+19 | ||
