summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-10* Fix inspsocket to not include uio.h on windows.peavey
2009-10-10Compile fixes for latest changes to trunk.peavey
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-10uhm, remove my debug output :)peavey
2009-10-10Add building of inspircd_version.h to windows port and remove the overlapping...peavey
2009-10-10m_cloaking: Error out on "wrong" cloaking keyspsychon
2009-10-10Update Event and Request APIs for this module too.peavey
2009-10-09Update example configs for SSL changes [dKingston]danieldg
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-06Correctly ignore dummy argument to Versiondanieldg
2009-10-06Take advantage of link errors to check API_VERSION at module load timedanieldg
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-05Make builtin modes static to eliminate confusing destructor exceptiondanieldg
2009-10-05Deny TR_NICK mode changes with an invalid nick parameterdanieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-10-05Fix backwards HideWhoisServer checkdanieldg
2009-10-03Fix crash due to null address in DNSdanieldg
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-30Actually clear the cull list after applying itdanieldg
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-30Remove include/inspircd_se_config.h and socketengine-specific headersdanieldg
2009-09-30Move destruction logic for User and Spanningtree into cull()danieldg
2009-09-30Detect, complain, and don't crash when objects are inserted into cull list twicedanieldg
2009-09-30Fix compilation of SQL modules, use GlobalCulls to clean up deleted modulesdanieldg
2009-09-30Sort the module list to give a useful indicator of compile progressdanieldg
2009-09-29Fix GetExtBanStatus returning MOD_RES_ALLOW when user does not have a ban exe...danieldg
2009-09-28Update svn:ignore and .gitignoredanieldg
2009-09-28Fix compilation of some extras modulesdanieldg
2009-09-28Work around BSD make chdir bug with symlinksdanieldg
2009-09-28Fix linking errors on BSDdanieldg
2009-09-28Fix compile errors on BSDdanieldg
2009-09-28Add directory change to unit-cc, to fix the immensely stupid BSD make behavio...danieldg