index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cidr.cpp
Age
Commit message (
Expand
)
Author
2014-04-13
Allow uppercase letters in IPv6 CIDR masks
Attila Molnar
2014-04-06
Fix IPv6 address handling in 6aaf7047297b739377e7d509cb914f32447fb281
Attila Molnar
2014-03-10
Improve detection for non-cidr masks to prevent unwanted matches
Attila Molnar
2014-02-11
Fix various problems detected by Clang 3.4.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-03
Don't try to use CIDR matching unless a CIDR range has been given in MatchCIDR
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-24
Create irc::sockets::cidr_mask
danieldg
2009-09-01
Strip SUPPORT_IP6LINKS #define
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-12-07
Move stuff to use ASCII map where required.
w00t
2008-08-21
match() is no longer a function+no header, now a static method of InspIRCd cl...
w00t
2008-07-29
Remove last vestige of libircdfoo, by changing tag into a single identifier...
w00t
2008-05-21
Fix test suite to not have bugs itself (oops) and fix bugs in new cidr matchi...
brain
2008-05-09
Convert CIDR matching and wildcard matching to operate on std::strings
brain
2008-05-09
Port from hottpd: Split src/socket.cpp out into src/cidr.cpp
w00t