2009-10-08 |
danieldg | Add names for all modes (part 1 of named channel mode... |
blob | commitdiff | raw |
2009-10-05 |
danieldg | Add OnBuildNeighborList hook, replaces all uses of... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
danieldg | Run DelMode and DelModeWatcher in RemoveModule |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Remove InspIRCd* parameters and fields |
blob | commitdiff | raw | diff to current |
2009-09-22 |
danieldg | Describe module purpose in /MODULES output |
blob | commitdiff | raw | diff to current |
2009-09-14 |
danieldg | Fix OnHostCycle in m_delayjoin [patch by dKingston] |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Remove redundant ServerInstance* fields |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Simplify ModeHandler constructor |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Module API changes to use Membership* where sensible |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Membership* changes |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Rip out VisData in preparation for replacing it with... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | ModResult conversion: Change return type of all module... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Remove "servermode" parameter, replace with IS_FAKE... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add Module* creator to Command and ModeHandler |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add "created" parameter to OnUserJoin, to avoid explici... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Change allocation of commands/modes |
blob | commitdiff | raw | diff to current |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
danieldg | Fix delayjoin adding an extra @ prefix mode |
blob | commitdiff | raw | diff to current |
2009-03-04 |
danieldg | delayjoin: Remove broken check for channel ops, use... |
blob | commitdiff | raw | diff to current |
2009-03-04 |
danieldg | Clean up delayjoin extension behavior |
blob | commitdiff | raw | diff to current |
2009-02-01 |
dz | Don't prevent a user from seeing themself on NAMES... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-10-02 |
brain | The module hook is kinda required. |
blob | commitdiff | raw | diff to current |
2008-10-02 |
brain | Fix for bug #601 |
blob | commitdiff | raw | diff to current |
2008-08-28 |
w00t | Patch modifying these modules to work on older gcc... |
blob | commitdiff | raw | diff to current |
2008-08-25 |
w00t | Change module versions to use a string instead of fixed... |
blob | commitdiff | raw | diff to current |
2008-07-14 |
w00t | Lots, lots more numerics.h conversion |
blob | commitdiff | raw | diff to current |
2008-07-11 |
w00t | Fix m_nopartmsg to work via API modification, involves... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
pippijn | fixed some indentation and spacing in modules |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | Convert channel::name to std::string, this was a beastie! |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | And these |
blob | commitdiff | raw | diff to current |
2008-05-08 |
w00t | Possible todo |
blob | commitdiff | raw | diff to current |
2008-05-08 |
w00t | Clarify a comment that confused me |
blob | commitdiff | raw | diff to current |
2008-05-05 |
peavey | fix some unitialised vectors and tidy up a bit. |
blob | commitdiff | raw | diff to current |
2008-05-04 |
peavey | converting m_d* done |
blob | commitdiff | raw | diff to current |
2008-04-04 |
brain | Add safety check for nonexistent server in receiving... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
aquanight | Commit -Wformat=2 -Wmissing-format-attributes, printf... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
brain | Wheeee for HUGE commits. Convert all numerics to WriteN... |
blob | commitdiff | raw | diff to current |
2008-03-21 |
brain | convert to new api |
blob | commitdiff | raw | diff to current |
2008-02-18 |
w00t | Phew. Fix a bunch of method sigs to stop warnings. |
blob | commitdiff | raw | diff to current |
2008-01-17 |
w00t | Remove a redundant method here, call the mode manager... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2007-11-09 |
brain | Roadmap item "Fix jointhrottle to not try 'throttle... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Remove Implements() method from every module. booya. |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Honking huge commit. Removal of DELETE() template that... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Convert all to new Attach() system. The Implements... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Again |
blob | commitdiff | raw | diff to current |
2007-10-27 |
brain | Dont echo the JOIN to the user whos speaking |
blob | commitdiff | raw | diff to current |
2007-10-27 |
brain | Whoops loused up a tweak |
blob | commitdiff | raw | diff to current |
2007-10-27 |
brain | Whoops backwards |
blob | commitdiff | raw | diff to current |
2007-10-27 |
brain | Now plays nice with m_invisible, and fix a bug which... |
blob | commitdiff | raw | diff to current |
2007-10-27 |
brain | Remove debug stuff |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Fix a pretty silly goof-up |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Whoops, change Implements to use it |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Add new event for this with gauranteed delivery of... |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Damnit! this should fix :p |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Whoops, ballsed up the nameslist generation :p |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Seems to work! Are you impressed, w00t? :p |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Might work might not. dont know yet |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Not complete yet, won't work! |
blob | commitdiff | raw | diff to current |
|