summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-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