Age | Commit message (Expand) | Author |
2008-07-20 | Fix output corruption on startup if ports fail to bind, spotted by psychon | brain |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-05-19 | Fix to give the proper target ip on connect, cookies to w00t and Jason | brain |
2008-05-09 | Fix | w00t |
2008-05-09 | Port from hottpd: Split src/socket.cpp out into src/cidr.cpp | w00t |
2008-04-18 | Remove _CrtCheckMemory() | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-04-16 | Change warnings a bit | brain |
2008-04-15 | ahh shit, remove windows specific code i left laying around | brain |
2008-04-15 | Fix the problems GreenReaper found with the windows select engine, this has n... | brain |
2008-04-09 | AddClient -> AddUser, to be consistant | w00t |
2008-04-07 | We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff) | brain |
2008-03-27 | Thanks danieldg | brain |
2008-03-24 | Port bindings for gnutls now bind via ip:port, rather than on all ports for t... | brain |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-02 | Avoid reallocating this every new connection (patch from hottpd) | w00t |
2008-01-13 | Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | All the core is now pedantic safe! | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-11 | Added a warning when 4in6 is used for binding | special |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-23 | Switch around the two operations in MatchCIDRBits to make negative matches fa... | brain |
2007-07-27 | Windows specific data types in EventHandler are now Extensible items | brain |
2007-07-23 | Remove a braindead comment ('this belongs in class InspIRCd' -- when it's alr... | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-01 | re-apply ipv6 ifdef tidyup that got pulled in last revert. | peavey |
2007-06-01 | revert multiaccept for now until we can fix it for win. | peavey |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-29 | Metaphorically add a metaphorical comment to the metaphorical code. Thank god... | brain |
2007-05-29 | Commit multiaccept diff by myself to speed up large numbers of connections. | w00t |
2007-05-21 | It seems that making inspircd.h the first include in .cpp files eliminates th... | brain |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-11 | Allow removal of client ports from the config file via rehash | brain |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-03-24 | Fix two things: (1) log gets replaced by a user fd after restart causing debu... | brain |
2007-02-06 | Remove debug output that was only useful to me | brain |
2007-02-06 | DNS lookups now work for users. | brain |
2007-02-05 | Stuff to make dns work protocol-independent | brain |
2007-02-05 | Not safe for use yet | brain |
2007-02-05 | Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO... | brain |
2007-02-05 | Pass sizeof(sockaddr) to bind now. Passing the size of a pointer really isnt ... | brain |