2009-05-06 |
w00t | Remove FindDescriptor wrapper for GetRef, it doesn... |
blob | commitdiff | raw | diff to current |
2009-04-23 |
peavey | rollback r11326, we're going to make vc9 the officially... |
blob | commitdiff | raw | diff to current |
2009-04-23 |
brain | Heres the beef so far |
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-07 |
danieldg | Include explicit parameter list in ProtocolInterface... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
danieldg | Construct explicit parameter type list for MODE parameters |
blob | commitdiff | raw | diff to current |
2009-02-16 |
w00t | Remove redundant PriorityState, enum Priority does... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
brain | RARRR, 11111 is MEIN! :3 |
blob | commitdiff | raw | diff to current |
2009-02-14 |
peavey | Make glob patterns in module load work correctly. Fixes... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
peavey | Nuke trailing spaces |
blob | commitdiff | raw | diff to current |
2009-01-23 |
w00t | Remove an unused event. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-12-07 |
w00t | Move stuff to use ASCII map where required. |
blob | commitdiff | raw | diff to current |
2008-11-02 |
w00t | Forward-port: Fix an uninitialised variable in ConfigRe... |
blob | commitdiff | raw | diff to current |
2008-10-25 |
w00t | Use TargetTypeFlags instead of int in a few places. |
blob | commitdiff | raw | diff to current |
2008-10-02 |
brain | Fix for bug #601 |
blob | commitdiff | raw | diff to current |
2008-09-20 |
brain | Fix a rather nasty race condition revealed by my readin... |
blob | commitdiff | raw | diff to current |
2008-09-05 |
brain | mysql's windows build is utter hell to get working... |
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-08-22 |
w00t | Add OnSendSnotice(char &, std::string &, const std... |
blob | commitdiff | raw | diff to current |
2008-08-21 |
w00t | match() is no longer a function+no header, now a static... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
w00t | Remove last vestige of libircdfoo, by changing tag... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
w00t | Okay, and there's the working version of it. Extbans... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
w00t | Remove individual read buffers inside of BufferedSocket... |
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-26 |
brain | Yet another module priority shuffler fix from Phoenix... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
brain | Module priority 'shuffler' fix from Phoenix, bounds... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
brain | Module priority 'shuffler' suggestion from Phoenix... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
brain | Allow changing of command string and parameter vector... |
blob | commitdiff | raw | diff to current |
2008-05-18 |
brain | Remove .c_str()'s in match() calls that are no longer... |
blob | commitdiff | raw | diff to current |
2008-05-04 |
brain | Conversion of command handler params from "const char... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
brain | Merge in large patchset from GreenReaper, useful fixes... |
blob | commitdiff | raw | diff to current |
2008-04-18 |
brain | Apply patches to remove 200-odd dll limit on windows... |
blob | commitdiff | raw | diff to current |
2008-04-16 |
brain | Change that allows the m_override module to not announc... |
blob | commitdiff | raw | diff to current |
2008-04-04 |
w00t | Remove two useless methods, chanlog is b0rked at the... |
blob | commitdiff | raw | diff to current |
2008-04-03 |
brain | Change the 'is not within the modules dir' message... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
brain | Fixy |
blob | commitdiff | raw | diff to current |
2008-03-30 |
w00t | Change this return type to int from void. WHY didn... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
w00t | Merge OnCancelAway and OnSetAway, add param awaymsg... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Port bindings for gnutls now bind via ip:port, rather... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Add stuff so that modules can hook users by altering... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
brain | Add WriteNumeric() to User and OnNumeric module event... |
blob | commitdiff | raw | diff to current |
2008-03-21 |
brain | Add support for OnNamesListItem, discussed with w00t... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
brain | Fix the warnings that are worth fixing, ignore the... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
brain | Revert configure so that we can uh, actually compile. |
blob | commitdiff | raw | diff to current |
2008-02-24 |
brain | Rollback complete! Everyone please go through the code... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
brain | This segfaults atm. i'm working on it. |
blob | commitdiff | raw | diff to current |
2008-02-22 |
aquanight | Convert remaining InspIRCd::Log() calls to new logging... |
blob | commitdiff | raw | diff to current |
2008-02-21 |
brain | More test suite stuff |
blob | commitdiff | raw | diff to current |
2008-02-20 |
brain | Wheee, mass commit! this adds const stafety, throwing... |
blob | commitdiff | raw | diff to current |
2008-02-18 |
brain | Someone please help me fix the warnings in modules... |
blob | commitdiff | raw | diff to current |
2008-02-13 |
brain | Commit patch from danieldg that makes a ton of stuff... |
blob | commitdiff | raw | diff to current |
2008-02-08 |
aquanight | Support for /invite <user> <channel> <timeout> - if... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Clear up header insanity |
blob | commitdiff | raw | diff to current |
2008-02-02 |
aquanight | Make m_password_hash able to pick up hasher modules... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
w00t | Move some stuff to usermanager, remove a little header... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
aquanight | Change API OnOperCompare to OnPassCompare, password... |
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 |
2008-01-09 |
w00t | Add OnExpireLine(XLine *) hook, will be used in xline... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
w00t | Hopefully correct implementation of OnRawMode.. can... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
w00t | OnRawMode event makes a return: This was removed post... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
w00t | Permanent channels, currently conflicts with blockcaps... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
w00t | Add param 'opername' to event OnPostOper. This will... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
brain | More stuff incoming |
blob | commitdiff | raw | diff to current |
2007-11-11 |
brain | More stuff |
blob | commitdiff | raw | diff to current |
2007-11-11 |
brain | This works properly now. Files in the file:// schema... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
brain | In prep for remote includes, configuration reading... |
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 | On failure to load a module, DetachAll on the module... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Instead of a vector of vectors, use an array of vectors... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Remove debug junk from ModuleManager::SetPriority |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | MODERR tidyups |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Comments |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Change this, risking a crash otherwise |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Not yet tested: remove last vestiges of modules[] and... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Remove our vectors of Module*/ircd_module*, replace... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | All done... i think. Just tidying up to be done, remova... |
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 | Extra debug logging |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | This compiles, but note most modules are currently... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | More craq |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Bring back Prioritize (needs to occur after module... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Next part of Development/Hooking (see wiki) |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Development/Hooking in full swing now: WARNING, this... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Add EventHandlers structure for Development/Hooking |
blob | commitdiff | raw | diff to current |
2007-10-31 |
brain | Remove all the OnAddGLine, OnAddWhateverLine replace... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
w00t | - Tear out a useless load of XLine clutters that did... |
blob | commitdiff | raw | diff to current |
2007-10-26 |
brain | Whoops, must be const |
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-23 |
brain | More pedantic safety |
blob | commitdiff | raw | diff to current |
2007-10-22 |
brain | Remove the need for a bunch of the hard coded arrays... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
w00t | Move InspIRCd::IsValidMask() to helperfuncs.cpp |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | In the grand tradition of huge fucking commits: |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | class command_t -> class Command. Whey :D |
blob | commitdiff | raw | diff to current |
2007-10-14 |
brain | Another dodgy count fixed |
blob | commitdiff | raw | diff to current |
2007-10-14 |
brain | Fix the 'total of -1 modules have been loaded' due... |
blob | commitdiff | raw | diff to current |
2007-10-13 |
brain | Shut up, valgrind |
blob | commitdiff | raw | diff to current |
2007-09-25 |
brain | Fix for bug #415, affects only trunk (wish i'd known... |
blob | commitdiff | raw | diff to current |
2007-09-12 |
special | Renamed the needs_unsigned parameter of ConfigReader... |
blob | commitdiff | raw | diff to current |
next |