]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-08-27 w00tFix me not being able to code..
2007-08-27 w00tAdd InspIRCd::FindUUID() methods. Currently, these...
2007-08-27 w00tFix to SVSJOIN: disallow invalid channel names. Needs...
2007-08-27 brainNow we know it works, remove debug
2007-08-27 brainWhoops
2007-08-27 brainAutomatic SID generation based on code similar to the...
2007-08-27 w00tUUID is now generated and set on client add, and shown...
2007-08-26 w00tAnd zero UUID in constructor.
2007-08-26 w00tInitial UUID generation code. Generates a TS6 compatibl...
2007-08-26 w00tAdd skeleton functions for UID stuff.
2007-08-26 w00tBump ABI version and protocol version. Note that this...
2007-08-26 peaveyMake this compile, was missing a (
2007-08-26 w00tAdd 'you are banned' numeric to banredirect output...
2007-08-26 brainAdded new announceinvite setting i discussed briefly...
2007-08-26 w00tHide remote oper up notices if quiet bursts are enabled...
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
2007-08-26 brainAdd option to set invite announcements to nobody, ops...
2007-08-26 brainFix for bug #376 - FEATURE - (sorry w00t) - not backpor...
2007-08-26 brainAdd m_commonchans.so (documented in example conf, no...
2007-08-26 brainRevised fix for bug #367 pointed out during qa by owine...
2007-08-26 brainDocument ModuleSpanningTree::RemoteMessage. Maybe usefu...
2007-08-26 brainRouting failure messages back where they came from...
2007-08-25 brainImplement bug #396, feature request from Bricker
2007-08-25 brainFix for bug #397
2007-08-25 brainAdd 'require 5.8.0' to the very top of every module...
2007-08-24 brainThe world wont end, but configure might :p
2007-08-24 brainSlightly better regexps, pointed out by stskeeps
2007-08-23 brainSomeone really should fix the blocking connects on...
2007-08-23 brainMove the close() wrapper out of the win32wrapper.h...
2007-08-23 brainDocument all this shit!
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainTidyup some duplicated code
2007-08-23 brainMove WSACleanup() into IOCPEngine destructor, eliminati...
2007-08-23 brainRaft of fixes so that inspircd can call Cleanup() and...
2007-08-23 brainFix segfault on 'cant open logfile' on startup, on...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-23 brainFix for irc::sepstream for when there are multiple...
2007-08-23 brainSwitch around the two operations in MatchCIDRBits to...
2007-08-23 brainBricker said so.
2007-08-21 brainWhoops, found a bug in it anyway :p
2007-08-21 brainImplement feature in bug #395 reported by stealth,...
2007-08-21 brainFix for delete-when-we-shouldnt bug similar to what...
2007-08-20 brainChecks for libgnugetopt in /usr/local/lib before continuing
2007-08-20 brainImprove this a lot
2007-08-20 brainExtra stuff so that freebsd 4 may work (needs someone...
2007-08-20 brainAdd comments explaining why we have sockaddr[2] so...
2007-08-20 brainFix a bug i just introduced while playing with the...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-08-20 brainAdd a pair of colons which should fix some KILL message...
2007-08-20 brainFixes for m_nicklock desync
2007-08-20 brainIncrease max time difference to 600 secs
2007-08-20 brainWhoops, i left a value out of the array, and gcc didnt...
2007-08-20 brainWhoops! trunk-only fix to config reader so it doesnt...
2007-08-20 brainFix for bug #393, needs QA and backport
2007-08-19 brainAdd <hostchange:ports> to the m_hostchange module to...
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAllow changing of an oper's host on oper up using ...
2007-08-19 brainDocument connect:parent and connect:name
2007-08-19 brainAdd <connect:inherit> and <connect:name>
2007-08-19 brainAdd extra stuff to make it work (and compile)
2007-08-19 brainAdd some connect class stuff that is required for bug...
2007-08-19 brainAdd 'A record' blacklist types. This will probably...
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-19 brainAdd load warning, as suggested by Bricker
2007-08-19 brainPick up a few error conditions we didnt before in the...
2007-08-19 brainFix some /who oddities, fixes bug #383 amongst other...
2007-08-19 specialAdded proper header handling, persistant connections...
2007-08-19 specialImproved compatibility with the JSON-RPC specification...
2007-08-19 specialFixed a crash within the timeout for m_httpd sockets
2007-08-18 specialAdded the <cloak:ipalways> and <cloak:lowercase> option...
2007-08-17 burlex* Fixed bug in m_banredirect where removing a ban on...
2007-08-17 w00tChange to virtual
2007-08-16 specialFixed bug #390 (broken m_chanprotect noservices)
2007-08-15 brainRemoval of ifdef
2007-08-15 brainFixed, i forgot the virtual when implementing this
2007-08-15 brainThis is now correct.
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-15 brainFix small typo found by danieldg
2007-08-15 specialChanged m_messageflood to use PreMessage and PreNotice...
2007-08-13 peaveyFix new millisec /map to compile on windows, by ifndef...
2007-08-13 w00tMore changes from patch. Don't throttle opers due to...
2007-08-13 w00tCommit some changes from third party patch. Thanks...
2007-08-11 brainFix this so it works.
2007-08-11 brainAllow rehash to attempt to load missing (and new) lib...
2007-08-11 brainMake the return codes correct, and allow for LoadComman...
2007-08-11 brainProvide error output on failure to load a core command...
2007-08-11 peaveyFix a typo so it compiles.
2007-08-10 brainFix possible sqllog crash (working blind here!) where...
2007-08-10 w00tFix non-opers using who on themselves when set +i
2007-08-09 brainPatch from djGrrr that correctly detects epoll on fedor...
2007-08-09 brainMake sure that dns sockets never block (thanks djGrrr)
2007-08-09 w00tRemove an un-needed define while I poke around in here
2007-08-09 w00tShow <unknown> instead of an empty string on CAPAB...
2007-08-09 brainFix for bug #379 reported by stealth. Trigger watch...
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-08-07 brainCheck for remote and sighup rehashes here, so that...
2007-08-06 brainPart of our fix didnt make it to here!
2007-08-06 w00tReset connect class settings on DNS resolution as we...
2007-08-06 brainFix warning in 4.2 gcc
2007-08-06 w00tFix m_deaf not restricting messages from remote users...
next