summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-09-28Fix warnings from BSD build and work around the failures of BSD makedanieldg
2009-09-27Buildsystem updatesdanieldg
2009-09-27Fix modules/extra symlinks when calculating dependenciesdanieldg
2009-09-27SendQ bugfixesdanieldg
2009-09-26Compile fixes and message updatesdanieldg
2009-09-26Flexible SendQdanieldg
2009-09-26Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...danieldg
2009-09-26Clean up svn:keywordsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-26Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITEdanieldg
2009-09-26Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal...danieldg
2009-09-26Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...danieldg
2009-09-24Move configuration filename specification to start script, to reduce hardcode...danieldg
2009-09-22Run configure -update on all svn/git changesdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-21Improve speed of SSL sendq processingdanieldg
2009-09-21Fix RSQUIT/RCONNECT routingdanieldg
2009-09-21Allow objects to be added to cull list during apply - fixes user deletion on ...danieldg
2009-09-21Don't try to write to dead users, add debug to SquitServer, and remove a stri...danieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-21Remove mistaken duplicate check for fake usersdanieldg
2009-09-21Always use user->SplitChanList in whois reply [jackmcbarn]danieldg
2009-09-21Add channames module [jackmcbarn]danieldg
2009-09-21Prevent fake users from quittingdanieldg
2009-09-18Separate spy channels [jackmcbarn]danieldg
2009-09-18Fix unit-cc when build is not a direct subdirectory of source; create make ru...danieldg
2009-09-17Remove SID from /map for non-opers, and add it to non-spanningtree for opers ...danieldg
2009-09-17Prevent fake users from quittingdanieldg
2009-09-17Configuration update from jdhoredanieldg
2009-09-17Add <autoconnect> blocks [jackmcbarn]danieldg
2009-09-17modulemanger: check dependencies correctlydanieldg
2009-09-17Update make help, configure, and fix build of empty m_* directoriesdanieldg
2009-09-17Remove .*.d dependency garbage, and use a dedicated build directorydanieldg