| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | ||
| |\| | ||||||
| | * | Use IsCTCP in blockcolor for ignoring CTCPs. | 2021-04-06 | 1 | -3/+8 | ||
| | * | Automatically prune the history lists in chanhistory. | 2021-04-03 | 1 | -18/+24 | ||
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 1 | -1/+1 | ||
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 1 | -1/+1 | ||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 45 | -106/+91 | ||
| * | | Add support for syncing metadata set on memberships.•••No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target. | 2021-04-01 | 5 | -5/+68 | ||
| * | | Constify variables within loops. | 2021-04-01 | 38 | -44/+44 | ||
