]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-10-17 danieldgRevert "Remove duplicated function calls when using...
2009-10-17 danieldgAdd m_chanhistory, mode +H <lines> to replay some lines...
2009-10-17 peaveyCoreExport ConfigTag, fixes unresolved symbols when...
2009-10-17 peaveyText fix.
2009-10-17 peaveyFix up finding dns server to use for windows to match...
2009-10-17 danieldgSome windows compile fixes
2009-10-17 danieldgFix array out-of-bounds accesses
2009-10-17 danieldgRemove duplicated function calls when using reference
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgAdd filename/line information to all ConfigTag objects
2009-10-17 danieldgImprove m_httpd_stats; fix incorect parameter order...
2009-10-17 danieldgFix DNSServer not being read on initial config read
2009-10-17 danieldgAdd ModeHandler::cull() for auto-deletion, fixes call...
2009-10-17 danieldgClean up excessive bits in User struct
2009-10-17 danieldgAdd some default values that I missed (thanks for point...
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-17 danieldgRewrite ConfigReader again
2009-10-16 danieldgClean up static allocations
2009-10-16 danieldgClean up crash on destruction of statics at exit
2009-10-15 danieldgAdd m_namedmodes that adds pseudo-listmode Z that shows...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgFix noeol on socketengine_select
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-13 danieldgAdd some missing slashes, and don't stupidly die on...
2009-10-13 danieldgUpdate perl config parser in start script
2009-10-13 danieldgUpdate documentation for cloaking
2009-10-13 danieldgRemove magic path resolution from certificate files
2009-10-13 peaveyremoves unnecessary checks in modules, removes a superf...
2009-10-13 danieldgChange to new execution directory structure
2009-10-13 danieldgRemove needless chdir() from inspircd executable
2009-10-13 danieldgAllow confpath to be a file name in the current directory
2009-10-12 danieldgEncode module API version in the init_module symbol...
2009-10-12 peaveychange vc70.pdb to vc90.pdb.. just cosmetic..
2009-10-12 danieldgDLLFactory--
2009-10-12 peaveyClean up the compile flags a little. BTW windows now...
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
next