| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-11-24 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix matching partially expanded IPv6 addresses. | 2022-11-18 | 1 | -2/+2 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip.•••The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values. | 2022-08-11 | 1 | -2/+2 | |
| |/ | |||||
| * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| * | Fix MatchCIDR matching UNIX socket hostnames. | 2019-02-18 | 1 | -1/+5 | |
| * | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one | 2015-01-10 | 1 | -2/+2 | |
| * | Merge insp20 | 2014-07-25 | 1 | -1/+1 | |
| |\ | |||||
| | * | Allow uppercase letters in IPv6 CIDR masks | 2014-04-13 | 1 | -1/+1 | |
| * | | Merge insp20 | 2014-04-07 | 1 | -19/+7 | |
| |\| | |||||
| | * | Fix IPv6 address handling in 6aaf7047297b739377e7d509cb914f32447fb281 | 2014-04-06 | 1 | -1/+1 | |
| | * | Improve detection for non-cidr masks to prevent unwanted matches•••Fixes issue #762 reported by @neoinr | 2014-03-10 | 1 | -1/+7 | |
| | * | Fix various problems detected by Clang 3.4.•••- cidr.cpp: remove inverted_bits; unused since 9fad3ecb9215a0034bf407f192926b04cb5efaed. - cmd_stats.cpp: remove needless inversion and comparison to 0. - inspircd.cpp: remove needless comparison to 0. - socket.cpp: remove all_zero; unused since 03a1bf15b1da7643b237c22db1a478916a976ccf. | 2014-02-11 | 1 | -18/+0 | |
| * | | Remove whitespace and minor style changes | 2014-01-23 | 1 | -2/+0 | |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| |/ | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+16 | |
| * | Don't try to use CIDR matching unless a CIDR range has been given in MatchCIDR•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12360 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-03 | 1 | -1/+3 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
| * | Create irc::sockets::cidr_mask•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11968 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-24 | 1 | -90/+5 | |
| * | Strip SUPPORT_IP6LINKS #define•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11572 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-01 | 1 | -4/+1 | |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-15 | 1 | -1/+1 | |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-01-02 | 1 | -1/+1 | |
| * | Move stuff to use ASCII map where required.•••Also move this out of being a member totally, as it breaks (gah) and is already untidy.. to be revisited. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10858 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-12-07 | 1 | -1/+1 | |
| * | match() is no longer a function+no header, now a static method of InspIRCd cl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10212 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-08-21 | 1 | -2/+1 | |
| * | Remove last vestige of libircdfoo, by changing tag into a single identifier...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10076 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-07-29 | 1 | -1/+1 | |
| * | Fix test suite to not have bugs itself (oops) and fix bugs in new cidr matchi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9785 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-21 | 1 | -0/+6 | |
| * | Convert CIDR matching and wildcard matching to operate on std::strings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9681 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-09 | 1 | -53/+20 | |
| * | Port from hottpd: Split src/socket.cpp out into src/cidr.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9678 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-09 | 1 | -0/+204 | |
