Age | Commit message (Expand) | Author |
2006-11-11 | Dont allow overlapped ports in these files | brain |
2006-11-11 | Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662... | brain |
2006-11-11 | Allow port ranges for client ports (this is still todo in spanningtree) | brain |
2006-11-05 | Fix the 'not all ports could be bound' warning to not count server ports at t... | brain |
2006-11-04 | As requested by satmd, inspircd will now run with no client ports configured | brain |
2006-10-31 | Socket error state stuff | brain |
2006-09-08 | Fix small memory leak if non-cidr string passed to MatchCIDR | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-18 | Fix trying to add failed ports to socketengine (<3 new code) | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | commands.cpp:extern InspIRCd* ServerInstance; | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-09 | Move Blocking/NonBlocking to socket.cpp and make inline | brain |
2006-08-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-07 | Check earlier on is no longer required | brain |
2006-08-07 | Bail if we couldn't bind any ports (when did this get broken?) | brain |
2006-08-06 | Remove check that very rarely equates to true | brain |
2006-08-06 | Change to strrchr when looking for '/'. faster | brain |
2006-08-06 | Comments | brain |
2006-08-06 | Extra comments | brain |
2006-08-06 | Just comments | brain |
2006-08-06 | Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() wi... | brain |
2006-08-06 | Add <link:allowmask> | brain |
2006-08-06 | Clamp mask sizes to 128 for ipv6 and 32 for ipv4 | brain |
2006-08-06 | Extra safety checks | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-06 | Fix CIDR functions so they work | brain |
2006-08-06 | Simple CIDR checking routine | brain |
2006-08-03 | Fix bindsocket to work in ipv6 mode | brain |
2006-08-02 | Check for invalid ip's being bound to | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-01 | Fix broken inet_pton call | brain |
2006-08-01 | Fixes for inspsocket in ipv6 environment | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6 | brain |
2006-07-28 | Tidyup message.cpp, remove some really old craq. | brain |
2006-07-19 | Change stats recv/send to double, so they can hold truly massive numbers of t... | brain |
2006-07-11 | Move openSockfd[] into ServerConfig | brain |
2006-05-03 | Checks for negative fd's when adding them to the socketengine so we can gener... | brain |
2006-04-12 | Someone didnt test their fixes in cygwin *gets tortoise torture kit* | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-04-04 | Connection refused bug is FIXED!!!! | brain |