| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move config xline reading and rehashing to core_xline. | 2022-06-26 | 1 | -32/+0 | |
| | | |||||
| * | Fix various bugs relating to platform-native module extensions. | 2022-06-26 | 1 | -4/+3 | |
| | | |||||
| * | Move unistd out of the global compat header. | 2022-05-07 | 1 | -0/+4 | |
| | | |||||
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -5/+5 | |
| | | |||||
| * | Rewrite the entire logging system. | 2022-05-01 | 1 | -2/+11 | |
| | | | | | | | - Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | ||||
| * | Enable getting the local server hostname on Windows. | 2022-04-30 | 1 | -2/+0 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Only write to the pid file on boot. | 2022-04-23 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | Being able to change this after first boot is error prone and does not work well on system-wide installs where the server needs root to write the file. Closes #566. | ||||
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix updating connect classes when <connect:{allow, deny}> is set. | 2022-01-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -1/+20 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix the default server name on non-macOS. | 2021-11-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a snomask flag for rehash messages. | 2021-11-28 | 1 | -8/+8 | |
| | | | |||||
| * | | Reject config files created using broken tutorials. | 2021-11-26 | 1 | -0/+9 | |
| | | | |||||
| * | | Move configuration of connect classes to the ConnectClass class. | 2021-11-24 | 1 | -33/+1 | |
| | | | |||||
| * | | Remove the legacy sendq to hardsendq/softsendq logic. | 2021-11-24 | 1 | -11/+0 | |
| | | | |||||
| * | | Refactor the ClassTypes enum and move into ConnectClass. | 2021-11-24 | 1 | -8/+8 | |
| | | | |||||
| * | | Add sensible defaults and limits to ConnectClass. | 2021-11-24 | 1 | -8/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-11-24 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add the <connect:uniqueusername> option. | 2021-11-23 | 1 | -0/+1 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-24 | 1 | -5/+5 | |
| |\| | |||||
| * | | Require that hideserver is set to a valid hostname. | 2021-06-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -8/+8 | |
| |\| | |||||
| | * | Improve the messages sent when loading/unloading/reloading modules. | 2021-04-19 | 1 | -8/+8 | |
| | | | |||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -28/+25 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -8/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -11/+11 | |
| |\| | |||||
| | * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -24/+12 | |
| |\| | |||||
| | * | Fix weird typemask logic in the connect class reader. | 2021-03-05 | 1 | -24/+12 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -0/+1 | |
| | | | |||||
| | * | Fix using std::cout instead of errstr when a port fails to bind. | 2021-03-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Allow ServerConfig::Conf{Value,Tags} to have a fallback default. | 2021-01-30 | 1 | -4/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add a new runtime directory and move the pid file to it. | 2021-01-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead. | ||||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -3/+3 | |
| |\| | |||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -2/+2 | |
| | | | |||||
| | * | Use !empty instead of size when checking if containers are empty. | 2020-12-16 | 1 | -1/+1 | |
| | | | |||||
