| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| | * | Implement support for websocket connections via a proxy like nginx. | 2019-11-28 | 1 | -0/+27 | ||
| | * | Move WebSocket config to its own class. | 2019-11-28 | 1 | -14/+21 | ||
| | * | Rename ldapoper class to LDAPOper.•••This might be causing issues for some people? | 2019-11-22 | 1 | -3/+3 | ||
| | * | Split the channel mode and extban replies.•••Tell the user when they are extbanned rather than incorrectly say that the channel mode is set. Refactored the logic in m_nonotice to match that of the others. | 2019-11-18 | 5 | -21/+27 | ||
| | * | Change Config->CaseMapping back when unloading.•••Now that casemapping is configurable in the core and we set that Config variable rather than just modifying the ISupport output each time, we need to change the variable back when being unloaded. So we save the current value when loading and set it back when being unloaded. We also need to call the ISupport builder a second time as the core calls it before we destruct. | 2019-11-18 | 1 | -1/+7 | ||
| | * | Allow options:casemapping to remain defined when using m_nationalchars. | 2019-11-18 | 1 | -1/+2 | ||
| | * | Deprecate Send{Channel,User}Notice; use SendMessage instead. | 2019-11-17 | 1 | -1/+1 | ||
| | * | Make rehashing messages more consistent. | 2019-11-17 | 1 | -11/+5 | ||
| | * | Allow Channel::WriteNotice send to other servers and status ranks. | 2019-11-17 | 5 | -19/+14 | ||
| | * | Close connections when an I/O hook is configured but not loaded. | 2019-11-16 | 1 | -1/+14 | ||
| | * | Only show classbase ctor/dtor/cull messages in debug builds. | 2019-11-16 | 1 | -7/+8 | ||
| | * | Improve reading xlines from the server configuration. | 2019-11-16 | 1 | -5/+10 | ||
| | * | Refactor the MySQL code slightly. | 2019-11-16 | 1 | -9/+10 | ||
| | * | SSL modules: send SNOTICE upon successful rehash. | 2019-11-15 | 3 | -0/+3 | ||
| | * | Refactor the MySQL query and result queue classes. | 2019-11-13 | 1 | -33/+52 | ||
| | * | Get rid of some dead code in the MySQL module. | 2019-11-13 | 1 | -9/+0 | ||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 41 | -197/+601 | ||
| |\| | ||||||
| | * | Improve the logic around connecting to a MySQL server.•••- The connection timeout can now be customised with <database:timeout>. - <database:port> is now limited to the 1-65535 range. - The MySQL library will now not install a SIGPIPE handler as it would override the default InspIRCd ignore behavopur. - Errors caused by setting the default character set and executing the initial query are now no longer ignored. | 2019-11-13 | 1 | -17/+32 | ||
| | * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 3 | -4/+12 | ||
| | * | Use case insensitive comparisons when checking for SSL rehashes. | 2019-11-03 | 3 | -3/+3 | ||
| | * | Release v3.4.0. v3.4.0 | 2019-10-25 | 1 | -1/+1 | ||
| | * | Add a workaround for connectban hitting gateway IP addresses. | 2019-10-25 | 1 | -1/+23 | ||
| | * | Extract connectban's range checking code to a function. | 2019-10-25 | 1 | -13/+22 | ||
