]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-08-28 brainWindows compile fixes
2008-08-28 w00tNewly revamped ziplinks module, work of psychon.. resol...
2008-08-28 brainTuxer alpha release
2008-08-28 w00tFix: 'Notice' vs 'NOTICE' as a command. I bet this...
2008-08-28 w00tFix aliases stuff.
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-28 w00tPatch modifying these modules to work on older gcc...
2008-08-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tMake this comply with the spec; that is - CAP may be...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-27 w00tFix recursion crash
2008-08-27 w00tAdd <disabled:fakenonexistant> - ircd will pretend...
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-27 w00tFix..
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-27 w00tFix ident using uninitialised memory, forward-port...
2008-08-27 w00tUSERHOST/USERIP fix, return '-' char, not '+' if the...
2008-08-27 w00tAdd <shun:notifyuser>, default on, which notifies the...
2008-08-27 w00tAdd and document <shun:enabledcommands>, allowing custo...
2008-08-27 w00ts/ /\t/
2008-08-27 w00tFix retarded windows linefeeds (brain >:()
2008-08-27 w00tDelete R:Lines from memory on destroy
2008-08-27 brainremove the testing debug setting
2008-08-26 w00tRemove -lunwind from openbsd stuff, per Dagonet
2008-08-26 peaveyformatting..
2008-08-26 peaveyIteration 5 of wildcard matching. Fixes broken matching...
2008-08-26 peaveyAdd test cases that fails current matching, fix to...
2008-08-26 brainSomeone messed this up
2008-08-25 w00tPropset svn:keywords Id
2008-08-25 w00tFix build.
2008-08-25 w00tFix a few malformed Id tags
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 brainTidy up in the nsis scripts, how it installs the servic...
2008-08-25 w00tBounds checking on IsModeSet, etc, to stop silly problems
2008-08-25 w00tImplement /who 1d t (search for who matches for users...
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-08-25 w00tAdd and document <permchannels> block for m_permchannel...
2008-08-25 w00tAllow Channel::SetTopic with a NULL user record, which...
2008-08-25 w00tFixes to make poll(2) socket engine work properly
2008-08-25 w00tNumerous changes to make this build..
2008-08-25 w00tAdd poll to build system if kqueue/epoll/ports are...
2008-08-25 w00tThis include doesn't exist in 1.2
2008-08-25 w00tFixes, this can't be taken directly from 1.1
2008-08-25 w00tForward-port poll socket engine as it seems reasonably...
2008-08-24 brainSome comments
2008-08-24 brainEWW windows linefeeds
2008-08-24 w00tForward-port r10257, fixes bug #599 reported by mixx941.
2008-08-24 w00tForward port r10255: prevent redundant mode changes...
2008-08-24 brainUse the error name constants here now rather than magic...
2008-08-24 brainProperly name the windows service error constants and...
2008-08-24 brainForgot to remove a ,
2008-08-24 brainNo names for the service specific errors, probably...
2008-08-24 brainProperly give the service specific exit code on failure...
2008-08-24 brainMove
2008-08-24 brainwork in progress
2008-08-24 w00tRemove m_proxyscan; not functional and not targetted...
2008-08-23 w00tForward port r10234, thanks psychon
2008-08-23 peaveytypo
2008-08-23 w00tMove unused code to the bottom of the file
2008-08-23 w00tUpdate doc on m_chanlog
2008-08-23 w00tFix bug that would cause tags to be ignored (etc),...
2008-08-23 w00tConvert m_chanlog from using logfile output (dangerous...
2008-08-23 w00tRemove (unnecessary) compiler warning bypass; we don...
2008-08-23 w00tRemove unused itab array
2008-08-23 peaveynuke some debug not needed anymore
2008-08-22 w00tActually call OnSendSnotice event.
2008-08-22 brainEWWW windows line endings!
2008-08-22 w00tActually, we did manage to make a faster match than...
2008-08-22 w00tAdd OnSendSnotice(char &, std::string &, const std...
2008-08-22 peaveyAdd even more edge case matching tests (they all pass...
2008-08-22 w00tThere is no breakage here *jedi mind trick*
2008-08-22 w00tMatch with the right args at least..
2008-08-22 w00tNuke last references to MatchText
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-21 brainPatch submitted by Dagonet that improves detection...
2008-08-21 brainfixes
2008-08-21 brainzap the evil externs, and comment the lot
2008-08-21 w00tTypo
2008-08-21 w00tDon't even touch remote joins.
2008-08-21 w00tUse ERR_BANNEDFROMCHAN, not ERR_TOOMANYCHANNELS
2008-08-21 braincomments to explain wtf 'ENTRYPOINT' is where main...
2008-08-21 braindetect if the process has an interactive session (if...
2008-08-21 brainadd service install and remove calls to installer.
2008-08-21 brainadd text explanations of the error messages that can...
2008-08-21 brainchange startup type from SERVICE_DEMAND_START to SERVIC...
2008-08-21 brainmake service log on as local service builtin account...
2008-08-21 brainnow works 'enough' to progress further. Can start and...
2008-08-21 brainadd support for windows service. This now is part of...
2008-08-20 brainproperly coreexport the getcpu() function etc
2008-08-20 brainfix memory leak in new wmi stuff and comment it. Lots...
2008-08-20 brainWe can finally have percent cpu in the stats z on windo...
2008-08-20 brainChecks to make sure that WMI initialises, if it doesnt...
2008-08-20 brainWMI calls for getting cpu percentage of current process...
2008-08-19 brainAdd support for uptime in win32 named pipe data
2008-08-18 brainApply to clictx too
2008-08-18 w00tForward-port r10160: openssl partial write fucking...
next