Age | Commit message (Expand) | Author |
2007-08-23 | Tidyup some duplicated code | brain |
2007-08-23 | Move WSACleanup() into IOCPEngine destructor, eliminating an "#ifdef WIN32" f... | brain |
2007-08-23 | Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'... | brain |
2007-08-23 | Fix segfault on 'cant open logfile' on startup, on trying to call Exit. inste... | brain |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-08-23 | Fix for irc::sepstream for when there are multiple seperators in a row, do no... | brain |
2007-08-23 | Switch around the two operations in MatchCIDRBits to make negative matches fa... | brain |
2007-08-23 | Bricker said so. | brain |
2007-08-21 | Whoops, found a bug in it anyway :p | brain |
2007-08-21 | Implement feature in bug #395 reported by stealth, and tidy up a bit | brain |
2007-08-21 | Fix for delete-when-we-shouldnt bug similar to what stskeeps found yesterday | brain |
2007-08-20 | Add comments explaining why we have sockaddr[2] so that nobody goes 'w...t..f... | brain |
2007-08-20 | Fix a bug i just introduced while playing with the code | brain |
2007-08-20 | The only possibility for the issue sts found is that a socket is deleted but ... | brain |
2007-08-20 | Add a pair of colons which should fix some KILL messages being dropped and fi... | brain |
2007-08-20 | Fixes for m_nicklock desync | brain |
2007-08-20 | Increase max time difference to 600 secs | brain |
2007-08-20 | Whoops, i left a value out of the array, and gcc didnt warn! | brain |
2007-08-20 | Whoops! trunk-only fix to config reader so it doesnt bomb out if you omit an ... | brain |
2007-08-20 | Fix for bug #393, needs QA and backport | brain |
2007-08-19 | Add <hostchange:ports> to the m_hostchange module to implement feature in bug... | brain |
2007-08-19 | Add <connect:maxchans> as per feature bug #338 - combined with the last featu... | brain |
2007-08-19 | Allow changing of an oper's host on oper up using <type:class> (give it a con... | brain |
2007-08-19 | Add <connect:inherit> and <connect:name> | brain |
2007-08-19 | Add extra stuff to make it work (and compile) | brain |
2007-08-19 | Add 'A record' blacklist types. This will probably only go into 1.2, and need... | brain |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-08-19 | Add load warning, as suggested by Bricker | brain |
2007-08-19 | Pick up a few error conditions we didnt before in the config reader, and also... | brain |
2007-08-19 | Fix some /who oddities, fixes bug #383 amongst other issues. Nothing serious. | brain |
2007-08-19 | Added proper header handling, persistant connections, and working timeouts to... | special |
2007-08-19 | Improved compatibility with the JSON-RPC specification; beware, major overhau... | special |
2007-08-19 | Fixed a crash within the timeout for m_httpd sockets | special |
2007-08-18 | Added the <cloak:ipalways> and <cloak:lowercase> options. Patch by nenolod | special |
2007-08-17 | * Fixed bug in m_banredirect where removing a ban on a channel with maxbans s... | burlex |
2007-08-16 | Fixed bug #390 (broken m_chanprotect noservices) | special |
2007-08-15 | Removal of ifdef | brain |
2007-08-15 | This is now correct. | brain |
2007-08-15 | * include/caller.h will now compile correctly on Windows platforms. | burlex |
2007-08-15 | Fix small typo found by danieldg | brain |
2007-08-15 | Changed m_messageflood to use PreMessage and PreNotice, because it may kick t... | special |
2007-08-13 | Fix new millisec /map to compile on windows, by ifndef gettimeofday out rever... | peavey |
2007-08-13 | More changes from patch. Don't throttle opers due to server load. | w00t |
2007-08-13 | Commit some changes from third party patch. Thanks Avenger and HiroP. Patch r... | w00t |
2007-08-11 | Fix this so it works. | brain |
2007-08-11 | Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo... | brain |
2007-08-11 | Make the return codes correct, and allow for LoadCommand without a user pointer | brain |
2007-08-11 | Provide error output on failure to load a core command; to console on startup... | brain |
2007-08-11 | Fix a typo so it compiles. | peavey |
2007-08-10 | Fix possible sqllog crash (working blind here!) where it could attempt to del... | brain |