summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-11-14Inherit ModuleException from std::exception rather than classbasebrain
2006-11-13Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas....peavey
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-12When some (but not all) of the ports fail to bind on startup, give the user a...brain
2006-11-11Allow checking of overlapped ports. A bit of sensible thought prevents this f...brain
2006-11-11Document irc::portparser with comments :-)brain
2006-11-11Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...brain
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-11-09Patch from peavey to fix GCC3.3 crash correctly, without breaking other stuff...w00t
2006-11-08This should fix the empty iterator crash with gcc3.3 - thanks yet again to pe...special
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-11-04Merge peaveys patch, tracker #162brain
2006-11-03Revert special's sqloper change, nice try but only half a biscuit.brain
2006-11-02Please in the future everyone: DO NOT submit patches via nopaste. Nopaste is ...brain
2006-11-01New events for special. Event id's "new_server" and "lost_server". The data i...brain
2006-10-31Error set handlin g for select socketengine, tidyup epollbrain
2006-10-31Socket error state stuffbrain
2006-10-31Removed OnRawMode - this hasn't been called at all for awhile now, so it was ...special
2006-10-31Update configure, remove a bunch of deprecated makefiles that have been just ...brain
2006-10-30Document SocketEngine::WantWrite()brain
2006-10-30Select is now done, and some debug removed. Not that anyone really should be ...brain
2006-10-30Not tested yet: Write and read at the same time in kqueuebrain
2006-10-30WARNING: This commit breaks kqueue and select -- work in progress!brain
2006-10-28Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee...brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-28Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t...brain
2006-10-23Fix unloading of modules that use u_listmodebrain
2006-10-23banexception, chanfilter, inviteexception: use modestacker to stack modes whe...brain
2006-10-22Change around some dns stuff (dont use this yet)brain
2006-10-22Call OnError when timing outbrain
2006-10-22Make clever use of modestackerbrain
2006-10-22Make +beIgqa be sent multiple per line, rather than one per line, using modes...brain
2006-10-16Multiply API_VERSION by ten if IPV6 is defined, to prevent modules built for ...brain
2006-10-07Replaced operonlystats with userstats to improve securityspecial
2006-10-06Add extra debugging for socketengines, will now report OS error string when f...brain
2006-10-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-05Move opertypes/operclasses maps into ServerConfig, for some reason these were...brain
2006-10-04Whowas is now fixed.brain
2006-10-03Documentbrain
2006-10-03New helper class irc::stringjoiner - it pwns you.brain
2006-10-02Remove testcasesbrain
2006-10-02mmmm dinner break, oh and document and make use of modestacker.brain
2006-10-02Add more features to modestacker so that we can stack +, -, and parameterless...brain
2006-10-02More efficient modestackerbrain
2006-10-02modestacker class, stacks modes and returns a string list of up to MAXMODES m...brain
2006-10-01Now with binary versioning goodnessbrain
2006-10-01Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser...special
2006-09-26make OnPostConnect globalbrain