Age | Commit message (Expand) | Author |
2007-06-07 | Add command /RSQUIT to spanningtree. | peavey |
2007-06-06 | Add back remote kill handler for server origin kills | brain |
2007-06-06 | Patch fixing (almost) remote kill server notices, by just passing KILL onto c... | w00t |
2007-06-05 | Sexeger! | brain |
2007-06-05 | Stdint being included when we dont even use it, without checking HAS_STDINT, ... | brain |
2007-06-05 | Fix typos found by Zaba. Thanks. | peavey |
2007-06-03 | Many changes: Implement Muisje's idea for prefix + separator on action addnic... | peavey |
2007-06-02 | and a little tweak to remote MOTD too. | peavey |
2007-06-02 | same for admin, and fix some returns. | peavey |
2007-06-02 | Fix for bug #297. /MODULES now correctly finds remote server on wildcard. Mar... | peavey |
2007-05-31 | And remove soem debug | brain |
2007-05-31 | Fix for issue discovered by satmd where it is possible to send an empty strin... | brain |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-29 | Fix bug #309 reported by Smartys - QA, please test quickly. Seems okay to me. | w00t |
2007-05-28 | No flags now means all flags when in the config, so that filters defined in o... | brain |
2007-05-28 | This works now! Still more to do though. | brain |
2007-05-28 | Make the flags work | brain |
2007-05-28 | Next bit of filter flags system | brain |
2007-05-28 | Stuff for flags as requested by djGrr. We aren't going all-out rediculous amo... | brain |
2007-05-28 | A flags section for filters. Do not use yet. | brain |
2007-05-28 | ipv6 ifdef tidyup by djGrrr, thanks :) | brain |
2007-05-28 | Display the proper transports for server ports *slap* :P | brain |
2007-05-28 | Remove code for clientcount/servercount from /stats p. At the moment it was s... | w00t |
2007-05-28 | Show IPs that a port is bound to in /stats p, don't remove duplicate ports an... | w00t |
2007-05-28 | Don'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-27 | Add m_cycle: server-side equivilant of /hop, except it overrides +ilk. For th... | w00t |
2007-05-27 | Fix for bug #305, allow admin to select what port outbound ident requests bin... | brain |
2007-05-27 | ...and remember the parameters ;) | brain |
2007-05-27 | We were already sending FMODE +nt after each channel creation to keep service... | brain |
2007-05-27 | Whoops, ++it++? Thats gonna break :p | brain |
2007-05-27 | Another for bug #307 | brain |
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-25 | Fix for bug #303 reported by HiroP, thanks | brain |
2007-05-25 | Don't allow SVSHOLD from a non-ulined client. Thanks click. | w00t |
2007-05-24 | Propagate the gunloadmodule command even if the module isn't loaded locally; ... | special |
2007-05-24 | Somehow, the code which does the "assumption" that no prefix means 'that' ser... | brain |
2007-05-23 | Commit patch by IronLegend, thanks :) -- Fixes bug #298 | brain |
2007-05-23 | One more with redundant ref to instance. I think this is the last one. | peavey |
2007-05-22 | Module 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-22 | Bloody 'safe stl' warnings. | brain |
2007-05-22 | Someone forgot the blindingly obvious - APPLY the glines/zlines you add! they... | brain |
2007-05-22 | This says ten minutes drift and should say five, fixed | brain |
2007-05-21 | In this module we declare the md5 context as a class, then reference it in fu... | brain |
2007-05-21 | Move inspircd.h to top | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-21 | Reverted broken patch.. This may break, but it's unlikely :p | frostycoolslug |
2007-05-20 | - Comment on the ifdef in here, to avoid people (like myself) going 'what the... | w00t |