summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-18A module looks left out?brain
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-02-18Merge in patch by Darom that fixes race condition when unloading m_mysql.so t...brain
2008-02-17This is all just odd. what can we expect?brain
2008-02-17Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin...aquanight
2008-02-17Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like ...aquanight
2008-02-17w00t pointed out it needs doing here toobrain
2008-02-17I gots a better fix :pbrain
2008-02-16Backport SendXLines() fix on netburst (don't buffer loads of lines at once), ...w00t
2008-02-16Patch by dz avoiding <badchan:redirect> loops, and tidying up on-rehash checks.w00t
2008-02-15Make -nofork work properly with logging now.aquanight
2008-02-14Somebody *eyes a certain norwegian wannabe* defined two commands called WATCH...brain
2008-02-14Change the Implementation list size from a sizeof which worked by fluke to ju...om
2008-02-14More <log> stuffaquanight
2008-02-13Patch provided by danieldg for fixing 3-figure versions in configurebrain
2008-02-13Fix my compile error.w00t
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-13This doesn't need to be inside the loop. There is only one IP for (potentiall...w00t
2008-02-13Slight API tweak. Change Command to take char * instead of char in it's const...w00t
2008-02-12Support \* in silence flags, do the same thing as a(ll) flag.w00t
2008-02-12Add SVSWATCH command: services may issue it to modify the watch list of a cli...w00t
2008-02-12-Wshadow fixesbrain
2008-02-12Fix missing user->nick in m_calleridaquanight
2008-02-12-Wshadow fixes for some modules in extra/aquanight
2008-02-11-Woverloaded-virtual fixesw00t
2008-02-11Fix: Extra duplication of InspIRCd * is not necessary.w00t
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-11More -Wshadow fixes.. not really finished yetw00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-10Fix m_chanlog crashing.aquanight
2008-02-10Fix case sensitivitybrain
2008-02-10Add <badchan:redirect>: redirects users attempting to join a bad channel to a...w00t
2008-02-10Really allow for removal of SWHOIS via specifying blank SWHOIS (thanks for po...w00t
2008-02-10Per-logstream loglevels.aquanight
2008-02-09Fix a bug in new logging API (global logstreams weren't notified of events if...w00t
2008-02-09Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...w00t
2008-02-09Implement bug #492: empty swhois string unsets swhois.w00t
2008-02-08Support for /invite <user> <channel> <timeout> - if the user doesn't partake ...aquanight
2008-02-08Fix low-risk potential memory leak: if a webirc client with valid cgiirc bloc...w00t
2008-02-07Sorta update this.. won't give a full file list as it's now kinda huge.w00t
2008-02-06Fix warnings (thanks owine)w00t
2008-02-06Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0utw00t
2008-02-05More tweaksbrain
2008-02-05This makes more sensebrain
2008-02-05Add server.cpp, handles all stuff related to the server command. treesocket2....w00t
2008-02-05We have two perfectly good macros, use themw00t
2008-02-05dz, you cant delete a nonpointer!brain
2008-02-05fixed std:: stufffez