summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-18Linux apparently needs another library for linking now...danieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-18Remove unneededd IS_LOCAL castsdanieldg
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-18Fix iteration of oper blocks by SSLINFOdanieldg
2010-01-17Route INFO to remote servers (fixes bug #924)danieldg
2010-01-17Fix for incorrect template application by GCC 3.4danieldg
2010-01-172.0 beta 1 releasedanieldg
2010-01-17Support strftime format characters in <log> blocksdanieldg
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-17Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation...danieldg
2010-01-17PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...danieldg
2010-01-17Make a ./configure --system to support system-wide installation of inspircddanieldg
2010-01-16Manual port of don't error on failed port bind commit.w00t
2010-01-16Fix use of commasepstream on now space-separated itemsdanieldg
2010-01-16Allow .force-root-ok to bypass the root check for easier distro packagingdanieldg
2010-01-16Break compilation when running as root to discourage stupid user mistakesdanieldg
2010-01-16Fix signdedness error in LoopCalldanieldg
2010-01-16Make CHANMODES/USERMODES split by spacesdanieldg
2010-01-16Search for correct access level for mode changes, remove hardcoded halfop ref...danieldg
2010-01-15Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMONdanieldg
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better C...danieldg
2010-01-15Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...danieldg
2010-01-14Allow regex engine to be omitted in configuration to use automatic bindingdanieldg
2010-01-14Fix compilation errors in previous commitdanieldg
2010-01-14Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege...danieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg
2010-01-14Fix stripping of character prior to delimiter in StreamSocket::GetNextLine (n...danieldg
2010-01-14Move revision information from Version object to a static symboldanieldg
2010-01-14Allow maxtargets to be bypassed in LoopCall for JOINdanieldg
2010-01-14Remove launchd references (incomplete pieces of a system-wide installation se...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-10Remove spanningtree override of /LUSERSdanieldg
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2010-01-09Disallow adding prefix-mode when it is already set (fixes bug #935)danieldg
2010-01-07Add m_passforward, based on m_conn_pass_nickserv by satmddanieldg
2010-01-05Show channel listmodes (+beIg) in /CHECK outputdanieldg
2010-01-04Fix makefile remake target to work in BSD make and avoid looping when .config...danieldg
2010-01-04GCC 4.5 warning fixupsdanieldg
2010-01-02Fix counting error in r12237danieldg
2010-01-02Fix sqllog compile errordanieldg
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
2009-12-31Hook OnUserRegister instead of OnUserConnect so that remote user connection i...w00t
2009-12-31Check channel name in SVSJOIN to avoid propegating an invalid channel, fixes ...w00t
2009-11-302.0 alpha 2 releasedanieldg
2009-11-21Delete modewatchers when unloading modules that use them to keep the server f...dz
2009-11-21Don't tell the user they are banned and then still let them join if they have...dz
2009-11-21allow channels starting with ## in m_banredirect.cpp, fixes bug #921 reported...dz
2009-11-17erm, why are we doing this twice?danieldg