summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-17Add filename/line information to all ConfigTag objectsdanieldg
2009-10-17Improve m_httpd_stats; fix incorect parameter order in reloadmoduledanieldg
2009-10-17Fix DNSServer not being read on initial config readdanieldg
2009-10-17Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa...danieldg
2009-10-17Clean up excessive bits in User structdanieldg
2009-10-17Add some default values that I missed (thanks for pointing it out, jdhore); m...danieldg
2009-10-17Hold reference to the associated ConfigTag inside ConnectClassdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-16Clean up static allocationsdanieldg
2009-10-16Clean up crash on destruction of statics at exitdanieldg
2009-10-15Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes...danieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Fix noeol on socketengine_selectdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-10-13Update documentation for cloakingdanieldg
2009-10-13Remove magic path resolution from certificate filesdanieldg
2009-10-13removes unnecessary checks in modules, removes a superfluous else statement, ...peavey
2009-10-13Change to new execution directory structuredanieldg
2009-10-13Remove needless chdir() from inspircd executabledanieldg
2009-10-13Allow confpath to be a file name in the current directorydanieldg
2009-10-12Encode module API version in the init_module symbol; fixes conflic with glibc...danieldg
2009-10-12DLLFactory--danieldg
2009-10-12Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb...danieldg
2009-10-12Fix some signedness.peavey
2009-10-12CoreExport changes, clean up DoHostCycle when users are exempteddanieldg
2009-10-12m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel settingdanieldg
2009-10-12More WriteGlobalSno conversions in rehash, patch by dKingstondanieldg
2009-10-12Fix WriteCommon when used on remote nicksdanieldg
2009-10-12Fix empty SID validation and generationdanieldg
2009-10-12Fix automatic SID generation when generated value is less than 100danieldg
2009-10-12Correct the will-block prediction on partial writev() returndanieldg
2009-10-12Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send()danieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-11Octets in an IPv4 address are unsigneddanieldg
2009-10-11Ugly-ish hack to select SocketEngine on windows until I or someone else finds...peavey
2009-10-11Fixes for SocketThread, missing overload, and a left in deprecated variable.peavey
2009-10-11Compile fixes.peavey
2009-10-11Fix some signedness.peavey
2009-10-11Fix Extend usage and a few other things for latest API. Compiles but not tested.peavey
2009-10-10Fix double dot in half-cloaked resolved hostsdanieldg
2009-10-10Compile fixes, these too take char* on windows and not void*.peavey
2009-10-103rd time lucky? Fix again for setsockopt.peavey
2009-10-10Slight tweak to setsockopt fix.peavey
2009-10-10Compile fixes for windows.peavey
2009-10-10* Fix inspsocket to not include uio.h on windows.peavey
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-10m_cloaking: Error out on "wrong" cloaking keyspsychon