summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-18Update VC project file for latest changes to sources.peavey
2009-10-18Fix null dereference caused by tracking dummydanieldg
2009-10-18Cull channels, warn when Extensible objects are not culled as they must bedanieldg
2009-10-18Add more debug logging of object lifetimesdanieldg
2009-10-18Improve SSL fingerprint messages when linking serversdanieldg
2009-10-18Change to Duration for second paramdanieldg
2009-10-17Fix channel mode +H to allow maximum length and add explanatory message prefixdanieldg
2009-10-17Revert "Remove duplicated function calls when using reference"danieldg
2009-10-17Add m_chanhistory, mode +H <lines> to replay some lines of history on channel...danieldg
2009-10-17CoreExport ConfigTag, fixes unresolved symbols when linking on windows.peavey
2009-10-17Text fix.peavey
2009-10-17Fix up finding dns server to use for windows to match latest configreader cha...peavey
2009-10-17Some windows compile fixesdanieldg
2009-10-17Fix array out-of-bounds accessesdanieldg
2009-10-17Remove duplicated function calls when using referencedanieldg
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-13Add some missing slashes, and don't stupidly die on a config misparsedanieldg
2009-10-13Update perl config parser in start scriptdanieldg
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-12change vc70.pdb to vc90.pdb.. just cosmetic..peavey
2009-10-12DLLFactory--danieldg
2009-10-12Clean up the compile flags a little. BTW windows now builds again.peavey
2009-10-12Don't CoreExport reference.peavey
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-12Add mode headers.peavey