summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-29Fix bug #309 reported by Smartys - QA, please test quickly. Seems okay to me.w00t
2007-05-28No flags now means all flags when in the config, so that filters defined in o...brain
2007-05-28This works now! Still more to do though.brain
2007-05-28Make the flags workbrain
2007-05-28Next bit of filter flags systembrain
2007-05-28Stuff for flags as requested by djGrr. We aren't going all-out rediculous amo...brain
2007-05-28A flags section for filters. Do not use yet.brain
2007-05-28ipv6 ifdef tidyup by djGrrr, thanks :)brain
2007-05-28Display the proper transports for server ports *slap* :Pbrain
2007-05-28Remove code for clientcount/servercount from /stats p. At the moment it was s...w00t
2007-05-28Show IPs that a port is bound to in /stats p, don't remove duplicate ports an...w00t
2007-05-28Don't return CMD_SUCCESS. This command shouldn't go out on the wire.w00t
2007-05-28- Add server ports to /stats p. This doesn't work properly yet as something i...w00t
2007-05-27Add m_cycle: server-side equivilant of /hop, except it overrides +ilk. For th...w00t
2007-05-27Fix for bug #305, allow admin to select what port outbound ident requests bin...brain
2007-05-27...and remember the parameters ;)brain
2007-05-27We were already sending FMODE +nt after each channel creation to keep service...brain
2007-05-27Whoops, ++it++? Thats gonna break :pbrain
2007-05-27Another for bug #307brain
2007-05-26- Remove duplicate call to MatchText in filter.. it seems to work ok for me, ...w00t
2007-05-26- Fix some win32 warnings in a way that won't crash gcc compiles (I thought I...w00t
2007-05-25Fix for bug #303 reported by HiroP, thanksbrain
2007-05-25Don't allow SVSHOLD from a non-ulined client. Thanks click.w00t
2007-05-24Propagate the gunloadmodule command even if the module isn't loaded locally; ...special
2007-05-24Somehow, the code which does the "assumption" that no prefix means 'that' ser...brain
2007-05-23Commit patch by IronLegend, thanks :) -- Fixes bug #298brain
2007-05-23One more with redundant ref to instance. I think this is the last one.peavey
2007-05-22Module class has a member ServerInstance, so remove any extra refs still ling...peavey
2007-05-22- Fix two minor warnings here (catch (ModuleException& e) -> catch (ModuleExc...w00t
2007-05-22Bloody 'safe stl' warnings.brain
2007-05-22Someone forgot the blindingly obvious - APPLY the glines/zlines you add! they...brain
2007-05-22This says ten minutes drift and should say five, fixedbrain
2007-05-21In this module we declare the md5 context as a class, then reference it in fu...brain
2007-05-21Move inspircd.h to topbrain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-21Reverted broken patch.. This may break, but it's unlikely :pfrostycoolslug
2007-05-20- Comment on the ifdef in here, to avoid people (like myself) going 'what the...w00t
2007-05-20- Fix a small warning thrown by cl about unused local.w00t
2007-05-20Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES.brain
2007-05-19SPACE INDENTING ACTION RANGERS -- ATTACK!brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-18Fixed a fairly low-risk crash in m_spanningtreespecial
2007-05-18m_censor can now block lines as well, by specifying an empty replace string (...special
2007-05-17Fix broken return statements preventing blockchat and blocked files to be use...brain
2007-05-17Change the way i/o lines are formatted in debug log to make them more intuiti...brain
2007-05-16This is funny, in m_md5 we have an ancient comment from w00t that i forgot to...brain
2007-05-16We announce a ping timeout THREE different times and ways on the server that ...brain
2007-05-16And fix another booboobrain
2007-05-16Add a notice on connection close stating server link uptime, and fix a bug in...brain