summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2008-02-05fixed more std:: stufffez
2008-02-05fixed std:: stuff - that should be all of itfez
2008-02-04MODEACTION_ALLOW was being used instead of DENY, fixes bug #490brain
2008-02-04Forward port crash fix on load of randquote from 1.1 (r8819).w00t
2008-02-04Fix exemptchanops for some modules, fixes bug #485 reported by John. Thanks.w00t
2008-02-04Clean up some FJOIN stuffw00t
2008-02-04Move a piece of HMAC to hmac.cppw00t
2008-02-04Split treesocket2 into various smaller filesw00t
2008-02-04Rename burst.cpp to netburst.cpp - it does not just contain burst handling.w00t
2008-02-04Split more of treesocket1w00t
2008-02-03Fix trivial desync with FTOPIC: if topic is identical, we still need to broad...w00t
2008-02-03Split treesocket1 into a number of smaller filesw00t
2008-02-03Clear up header insanityw00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Whoopsbrain
2008-02-03What do you think of this, w00t?brain
2008-02-03Fix burst time indicator: set startburst in treeserver's constructor, BURST i...w00t