| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | 1 | -1/+1 | ||
| | * | 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 | 1 | -2/+3 | ||
| | * | 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 | 28 | -52/+51 | ||
| * | | 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 | 1 | -15/+4 | ||
| * | | Refactor the hex encoding function. | 2021-05-10 | 4 | -4/+4 | ||
| * | | Refactor the Base64 encoding and decoding functions. | 2021-05-10 | 6 | -10/+10 | ||
| * | | 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 | ||
| * | | 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 | 10 | -56/+85 | ||
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 9 | -10/+10 | ||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 38 | -60/+61 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 18 | -23/+24 | ||
| |\| | ||||||
| | * | 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 | 1 | -1/+1 | ||
| | * | Improve the message sent when a mode does not exist. | 2021-04-19 | 1 | -2/+3 | ||
| | * | Update hideoper for the /STATS P change in the previous commit. | 2021-04-19 | 1 | -2/+3 | ||
| | * | Rename censor_t to CensorMap as the _t suffix is reserved by POSIX. | 2021-04-17 | 1 | -5/+4 | ||
| * | | Remove the SASL fallback event.•••Nothing has ever used this and we can do better than this. | 2021-04-27 | 1 | -13/+3 | ||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 18 | -22/+22 | ||
| * | | 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 | 2 | -6/+6 | ||
| * | | LogManager does not implement fakederef in v4. | 2021-04-17 | 1 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-17 | 3 | -3/+18 | ||
| |\| | ||||||
| | * | 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 | 3 | -3/+3 | ||
| | * | Only show the WebIRC gateway name to unprivileged users. | 2021-04-11 | 1 | -2/+7 | ||
| * | | Clean up the ConvTo functions.•••- Add a default parameter to ConvToNum. - Use std::to_string for types that implement it. - Document the functions properly. | 2021-04-15 | 1 | -1/+1 | ||
| * | | Remove some useless getter methods and make the members public.•••This isn't part of a public API so we don't need to care about exposing implementation details. | 2021-04-14 | 6 | -27/+13 | ||
| * | | Fix a compiler error in the gateway module. | 2021-04-12 | 1 | -2/+2 | ||
| * | | Fix an inverted condition in the previous commit. | 2021-04-12 | 1 | -2/+2 | ||
| * | | Move ssl_cert::GetMetaLine into the sslinfo module. | 2021-04-12 | 1 | -2/+17 | ||
| * | | Rename the cgiirc module to gateway. | 2021-04-11 | 3 | -18/+15 | ||
| * | | Remove <cgiirc:opernotice>.•••This is no longer necessary now we have snomask privs. | 2021-04-11 | 1 | -21/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-11 | 2 | -19/+26 | ||
| |\| | ||||||
| | * | Allow banning WebIRC users by their gateway name.•••Closes #1857. | 2021-04-11 | 1 | -3/+15 | ||
| | * | Show all prefix modes in the CHECK onchans output. | 2021-04-07 | 1 | -8/+1 | ||
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 5 | -32/+29 | ||
| * | | Fix a dangling view in dccallow. | 2021-04-09 | 1 | -1/+1 | ||
| * | | Use string_view in IsCTCP. | 2021-04-08 | 6 | -12/+12 | ||
| * | | Default to rehashing TLS certificates on rehash. | 2021-04-08 | 3 | -3/+20 | ||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 14 | -61/+60 | ||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 96 | -764/+524 | ||
| * | | Merge branch 'insp3' into master. | 2021-04-06 | 2 | -21/+32 | ||
| |\| | ||||||
