| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Make ServerConfig::{ApplyModules, Fill} private. | 2021-05-13 | 1 | -5/+4 | ||
| * | | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 2 | -1/+41 | ||
| * | | Improve DNS exception messages slightly. | 2021-05-11 | 1 | -5/+5 | ||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 74 | -601/+132 | ||
| |\| | ||||||
| | * | Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel. | 2021-05-08 | 2 | -2/+2 | ||
| | * | Fix the Ubuntu package name for ssl_gnutls. | 2021-05-07 | 1 | -1/+1 | ||
| | * | Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier. | 2021-05-07 | 2 | -3/+3 | ||
| | * | Send 400 Bad Request if a WebSocket client doesn't send an origin. | 2021-05-07 | 1 | -0/+5 | ||
| | * | Only vendor the bits of utfcpp that we actually use. | 2021-05-05 | 8 | -475/+6 | ||
| | * | Remove the v2 doc links from the issue templates. | 2021-05-04 | 2 | -8/+2 | ||
| | * | core_dns: skip unknown resource record types | 2021-05-04 | 1 | -0/+6 | ||
| | * | Skip clients on ulined servers in SSLINFO <#chan>. | 2021-05-03 | 1 | -1/+4 | ||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 56 | -112/+111 | ||
| * | | Optimise building the link data string. | 2021-05-11 | 1 | -18/+6 | ||
| * | | Fix building the link data string. | 2021-05-11 | 2 | -3/+3 | ||
| * | | Use CompareLinkData for comparing v4 link data & make errors cleaner. | 2021-05-11 | 1 | -16/+123 | ||
| * | | Extract percent encoding logic from spanningtree to inspstring. | 2021-05-10 | 3 | -15/+107 | ||
| * | | Refactor the hex encoding function. | 2021-05-10 | 7 | -29/+49 | ||
| * | | Refactor the Base64 encoding and decoding functions. | 2021-05-10 | 8 | -67/+111 | ||
| * | | Use the contents of the link data map when using the 1206 protocol.•••Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered. | 2021-05-10 | 5 | -15/+85 | ||
| * | | Fix the to_string implementation of ConvToStr.•••I have no idea how I didn't notice this bug when it was originally written. | 2021-05-10 | 1 | -2/+2 | ||
| * | | Add a new map-based method for building link data.•••The new link data is not currently used but will be in the near future. | 2021-05-10 | 12 | -58/+108 | ||
| * | | Switch Channel::ChanModes to use the channel mode map. | 2021-05-08 | 1 | -5/+3 | ||
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 14 | -14/+25 | ||
| * | | Constify ChannelManager::Find. | 2021-05-08 | 2 | -3/+3 | ||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 62 | -149/+193 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 24 | -40/+52 | ||
| |\| | ||||||
| | * | Fix SendNoticeInternal not having a NULL command variant. | 2021-04-27 | 1 | -1/+4 | ||
| | * | Send the max line length to remote servers on link. | 2021-04-25 | 1 | -0/+1 | ||
| | * | Update the module descriptions. | 2021-04-21 | 15 | -15/+15 | ||
| | * | Improve the messages sent when loading/unloading/reloading modules. | 2021-04-19 | 4 | -14/+19 | ||
| | * | Improve the message sent when a mode does not exist. | 2021-04-19 | 2 | -3/+6 | ||
| | * | Update hideoper for the /STATS P change in the previous commit. | 2021-04-19 | 1 | -2/+3 | ||
| | * | Use a duration string for the idle time in `/STATS P`. | 2021-04-18 | 1 | -2/+3 | ||
| | * | Rename censor_t to CensorMap as the _t suffix is reserved by POSIX. | 2021-04-17 | 1 | -5/+4 | ||
| * | | Use parameter pack expansion instead of recursive calls. | 2021-04-27 | 2 | -31/+10 | ||
| * | | Remove the SASL fallback event.•••Nothing has ever used this and we can do better than this. | 2021-04-27 | 2 | -49/+3 | ||
| * | | Move accepting normal IRC connections to the core_clients module. | 2021-04-19 | 2 | -16/+49 | ||
| * | | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 6 | -41/+0 | ||
| * | | Rip out the OnConnectionFail event.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 4 | -24/+1 | ||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 32 | -42/+66 | ||
| * | | Make the reason parameter to PartUser const. | 2021-04-18 | 2 | -4/+5 | ||
| * | | Abstract out the single byte codepage support to a class.•••This will allow us to modularly implement support for multi-byte codepages in the near future. | 2021-04-18 | 1 | -61/+155 | ||
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 7 | -36/+34 | ||
| * | | LogManager does not implement fakederef in v4. | 2021-04-17 | 1 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-17 | 4 | -4/+19 | ||
| |\| | ||||||
| | * | Improve the debug logging for httpd_acl auth attempts. | 2021-04-17 | 1 | -0/+10 | ||
| | * | Fix the 'w' extban not being added to the EXTBAN 005 numeric. | 2021-04-17 | 1 | -0/+5 | ||
| | * | Fix using a different field name in ldapauth than is documented.•••Closes #1864. | 2021-04-16 | 1 | -1/+1 | ||
| | * | Update references to config fields which were renamed. | 2021-04-14 | 4 | -10/+10 | ||
