]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-10-12 peaveyDon't CoreExport reference.
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 peaveyFix some signedness.
2009-10-12 danieldgCoreExport changes, clean up DoHostCycle when users...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-12 peaveyAdd mode headers.
2009-10-12 danieldgMore WriteGlobalSno conversions in rehash, patch by...
2009-10-12 danieldgFix WriteCommon when used on remote nicks
2009-10-12 danieldgFix empty SID validation and generation
2009-10-12 danieldgFix automatic SID generation when generated value is...
2009-10-12 danieldgCorrect the will-block prediction on partial writev...
2009-10-12 danieldgDefine DISABLE_WRITEV and use the IOHook single-copy...
2009-10-11 peaveyLess CoreExport.. Too much of a good thing..
2009-10-11 peaveyMore CoreExport, brought the errors down, but some...
2009-10-11 peaveyMore adds, now I should have all the new stuff down.
2009-10-11 peaveyRe-enable removal of a tmp file that was left out for...
2009-10-11 peaveyMore CoreExport.
2009-10-11 peaveyRemove some redundant headers from VS project file.
2009-10-11 peaveyAdd new files and headers recently introduced.
2009-10-11 peaveyInclude psapi.h to fix stats.cpp compiling.
2009-10-11 peaveyCoreExport Membership since windows needs this.
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-11 danieldgOctets in an IPv4 address are unsigned
2009-10-11 peaveyRemove the -Dssize_t declaration now its typedeffed.
2009-10-11 peaveyUgly-ish hack to select SocketEngine on windows until...
2009-10-11 peaveySome fixes to the VS project file.
2009-10-11 peaveyUse CoreExport for the ServerInstance extern. Fixes...
2009-10-11 peaveyFixes for SocketThread, missing overload, and a left...
2009-10-11 peaveyCompile fixes.
2009-10-11 peaveyFix some signedness.
2009-10-11 peaveySome fixes for the VS project file. Spanningtree builds...
2009-10-11 peaveyFix Extend usage and a few other things for latest...
2009-10-10 danieldgFix double dot in half-cloaked resolved hosts
2009-10-10 peaveyCompile fixes, these too take char* on windows and...
2009-10-10 peavey3rd time lucky? Fix again for setsockopt.
2009-10-10 peaveySlight tweak to setsockopt fix.
2009-10-10 peaveyCompile fixes for windows.
2009-10-10 peavey* Fix inspsocket to not include uio.h on windows.
2009-10-10 peaveyCompile fixes for latest changes to trunk.
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-10 peaveyuhm, remove my debug output :)
2009-10-10 peaveyAdd building of inspircd_version.h to windows port...
2009-10-10 psychonm_cloaking: Error out on "wrong" cloaking keys
2009-10-10 peaveyUpdate Event and Request APIs for this module too.
2009-10-09 danieldgUpdate example configs for SSL changes [dKingston]
2009-10-09 danieldgprivate, who needs private...
2009-10-09 danieldgFix hook finding code and error reporting
2009-10-09 danieldgWhoops, forgot to commit this file
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-06 peaveyMake mssql module compile, untested for now.
2009-10-06 danieldgCorrectly ignore dummy argument to Version
2009-10-06 danieldgTake advantage of link errors to check API_VERSION...
2009-10-06 danieldgClean up m_chanprotect
2009-10-06 danieldgCounting should not be a programmer's job, I'm apparent...
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
2009-10-05 danieldgMake builtin modes static to eliminate confusing destru...
2009-10-05 danieldgDeny TR_NICK mode changes with an invalid nick parameter
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-05 danieldgFix backwards HideWhoisServer check
2009-10-03 danieldgFix crash due to null address in DNS
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix routing for normal core commands like QUIT
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgMerge remote/local MODULES output
2009-10-01 danieldgFix timeoutlist calling ConnectServer when not needed
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-10-01 danieldgFix some valgrind warnings
2009-10-01 danieldgChange SWHOIS to OPTCOMMON, remove m_operinvex
2009-10-01 danieldgENCAP removal for supported protocol 1201 commands
2009-09-30 danieldgActually clear the cull list after applying it
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-30 danieldgDetect, complain, and don't crash when objects are...
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-30 danieldgSort the module list to give a useful indicator of...
2009-09-29 danieldgFix GetExtBanStatus returning MOD_RES_ALLOW when user...
2009-09-28 danieldgUpdate svn:ignore and .gitignore
2009-09-28 danieldgFix compilation of some extras modules
2009-09-28 danieldgWork around BSD make chdir bug with symlinks
2009-09-28 danieldgFix linking errors on BSD
2009-09-28 danieldgFix compile errors on BSD
2009-09-28 danieldgAdd directory change to unit-cc, to fix the immensely...
2009-09-28 danieldgFix warnings from BSD build and work around the failure...
2009-09-27 danieldgBuildsystem updates
2009-09-27 danieldgFix modules/extra symlinks when calculating dependencies
2009-09-27 danieldgSendQ bugfixes
2009-09-26 danieldgCompile fixes and message updates
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgClean up svn:keywords
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgTake advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-24 danieldgMove configuration filename specification to start...
next