| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2023-09-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Tweak the malformed channel name message slightly. | 2023-09-01 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-08-25 | 1 | -0/+3 | |
| |\| | |||||
| | * | Fix being able to FJOIN non-channels.•••Closes #2057. | 2023-08-25 | 1 | -0/+3 | |
| * | | Move the inspircd.org/service tag to the services module. | 2023-08-19 | 4 | -24/+0 | |
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 2 | -6/+6 | |
| * | | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 1 | -1/+1 | |
| * | | Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. | 2023-08-04 | 3 | -18/+13 | |
| * | | Also allow suffixing with -line[d] if an X-line is two characters.•••This makes things easier for modules like require_auth in contrib which has a GA-line. | 2023-07-25 | 2 | -3/+3 | |
| * | | Normalise the case of ServerStats. | 2023-07-13 | 1 | -1/+1 | |
| * | | Rename <service> to <services>.•••This tag defines a services server not a service server so this is more grammatically correct. | 2023-07-07 | 2 | -2/+2 | |
| * | | Tidy up spanningtree config reading. | 2023-07-06 | 1 | -6/+9 | |
| * | | Make the globops module optcommon, remove the GLOBOPS capab key. | 2023-07-02 | 1 | -5/+10 | |
| * | | Merge the svshold module into the services module. | 2023-07-01 | 1 | -0/+2 | |
| * | | Fix remote users on legacy servers not having a real username. | 2023-06-29 | 1 | -2/+1 | |
| * | | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 8 | -28/+49 | |
| * | | Merge branch 'insp3' into master. | 2023-06-17 | 2 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-06-16 | 2 | -2/+2 | |
| * | | Fix extracting data from the 1205 version/fullversion SINFO keys. | 2023-06-04 | 1 | -13/+20 | |
| * | | Fix rewriting commands in the 1205 compat layer. | 2023-06-03 | 1 | -2/+2 | |
| * | | Fix calling c_str() for parameters that can take a std::string. | 2023-05-31 | 2 | -2/+2 | |
| * | | Convert DelLine from const char* to const std::string&. | 2023-05-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-05-30 | 2 | -1/+13 | |
| |\| | |||||
| | * | Log when a server sends an unexpected command post-authentication. | 2023-05-29 | 1 | -0/+12 | |
| | * | Make it clear that <link:port> is only required for IP listeners. | 2023-05-26 | 1 | -1/+1 | |
| * | | Fix casing of metadata in function and event names.•••Metadata is one word not two so it shouldn't be capitalised like this. | 2023-05-30 | 5 | -14/+14 | |
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 4 | -5/+6 | |
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| * | | <link:sctp> is for outgoing connections not incoming connections. | 2023-04-20 | 1 | -1/+1 | |
| * | | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 8 | -9/+24 | |
| * | | Merge the servprotect module into the services module. | 2023-02-19 | 1 | -1/+1 | |
| * | | Expose the removed away message in OnUserBack. | 2023-02-03 | 3 | -3/+4 | |
| * | | Allow bouncers to introduce a user as away. | 2023-02-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-02-03 | 1 | -0/+6 | |
| |\| | |||||
| | * | Fix missing some data when synchronising a new user over a link. | 2023-02-03 | 1 | -0/+6 | |
| * | | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 8 | -10/+10 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 9 | -26/+26 | |
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 19 | -61/+60 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 8 | -20/+27 | |
| * | | Move duration functions to their own header. | 2023-01-23 | 3 | -3/+6 | |
| * | | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 2 | -3/+3 | |
| * | | Add support for linking servers over SCTP sockets. | 2023-01-16 | 3 | -1/+10 | |
| * | | Various improvements to the cloak system.•••- Only rewrite cloak => cloaking if the cloak_md5 module is also loaded. - Include the cloak method in the link data. - If 1206 servers are using different cloak methods then ignore the other data when telling operators about the link failure. - Clean up the code in a few places. | 2023-01-13 | 1 | -1/+1 | |
| * | | Convert the cloak_md5 module to the new cloak system. | 2023-01-13 | 2 | -2/+4 | |
| * | | Const correct various functions. | 2023-01-11 | 2 | -2/+2 | |
| * | | Make some functions that don't use `this` static. | 2023-01-11 | 1 | -2/+2 | |
| * | | Fix calling various static functions through a type instance. | 2023-01-11 | 7 | -12/+12 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 23 | -48/+48 | |
