summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-17Improve m_httpd_stats; fix incorect parameter order in reloadmoduledanieldg
2009-10-17Hold reference to the associated ConfigTag inside ConnectClassdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
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-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
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-12Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb...danieldg
2009-10-12m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel settingdanieldg
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-10Fix double dot in half-cloaked resolved hostsdanieldg
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
2009-10-10Update Event and Request APIs for this module too.peavey
2009-10-09private, who needs private...danieldg
2009-10-09Fix hook finding code and error reportingdanieldg
2009-10-09Whoops, forgot to commit this filedanieldg
2009-10-09Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...danieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-06Make mssql module compile, untested for now.peavey
2009-10-06Clean up m_chanprotectdanieldg
2009-10-06Counting should not be a programmer's job, I'm apparently bad at itdanieldg
2009-10-05Add OnBuildNeighborList hook, replaces all uses of OnHostCycledanieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix routing for normal core commands like QUITdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Merge remote/local MODULES outputdanieldg
2009-10-01Fix timeoutlist calling ConnectServer when not neededdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-10-01Fix some valgrind warningsdanieldg
2009-10-01Change SWHOIS to OPTCOMMON, remove m_operinvexdanieldg
2009-10-01ENCAP removal for supported protocol 1201 commandsdanieldg
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-30Move destruction logic for User and Spanningtree into cull()danieldg
2009-09-30Fix compilation of SQL modules, use GlobalCulls to clean up deleted modulesdanieldg
2009-09-28Update svn:ignore and .gitignoredanieldg
2009-09-28Fix compilation of some extras modulesdanieldg
2009-09-27SendQ bugfixesdanieldg
2009-09-26Compile fixes and message updatesdanieldg
2009-09-26Flexible SendQdanieldg