2008-01-04 |
w00t | Fix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p) |
tree | commitdiff |
2008-01-04 |
w00t | Remove non-portable code and replace with a debug call |
tree | commitdiff |
2008-01-04 |
w00t | Fix warning reported by owine, caused by SID changes. |
tree | commitdiff |
2008-01-04 |
w00t | Forward port r8629: Fix for bug #458 - servers going... |
tree | commitdiff |
2008-01-04 |
w00t | Back out previous patch disabling ADDLINE processing... |
tree | commitdiff |
2008-01-04 |
w00t | ADDLINE is broken, don't process it for now.. |
tree | commitdiff |
2008-01-03 |
om | Hopefully fix crashes on startup with some connect... |
tree | commitdiff |
2008-01-03 |
w00t | Minor tweak |
tree | commitdiff |
2008-01-03 |
w00t | SID generation should(?) now work again as well. NOTE... |
tree | commitdiff |
2008-01-03 |
w00t | Patch turning Config->sid from size_t to char **. This... |
tree | commitdiff |
2008-01-02 |
w00t | Update this to use the new oper call |
tree | commitdiff |
2008-01-02 |
w00t | Totally untested patch to add <oper:modes> support... |
tree | commitdiff |
2008-01-02 |
w00t | Add param 'opername' to event OnPostOper. This will... |
tree | commitdiff |
2008-01-02 |
w00t | m_clones: Only show the number of clones and IP for... |
tree | commitdiff |
2007-11-29 |
brain | The mysql worker thread only sleeps 50 nanosecs between... |
tree | commitdiff |
2007-11-18 |
brain | Now fetches page. Not the page you ask for, but meh :p |
tree | commitdiff |
2007-11-18 |
brain | Test framework connects now |
tree | commitdiff |
2007-11-18 |
brain | Half complete test framework |
tree | commitdiff |
2007-11-18 |
brain | First part of stuff for remote includes (this doesnt... |
tree | commitdiff |
2007-11-17 |
w00t | It compiles; ship it. |
tree | commitdiff |
2007-11-16 |
w00t | Correctly do the second setup of the fake client (AFTER... |
tree | commitdiff |
2007-11-16 |
w00t | Minor change: Add + to FMODE on creation of a new chann... |
tree | commitdiff |
2007-11-15 |
w00t | Add another BanCache stub. I'm not writing it yet as... |
tree | commitdiff |
2007-11-12 |
brain | Argh, i give up |
tree | commitdiff |
2007-11-12 |
brain | More craq |
tree | commitdiff |
2007-11-12 |
brain | Remove craq |
tree | commitdiff |
2007-11-12 |
brain | NOTE: our stuff for parsing multiple dns replies for... |
tree | commitdiff |
2007-11-11 |
brain | This works with multiple remote includes now except... |
tree | commitdiff |
2007-11-11 |
brain | Currently crashes with multiple layers of include.... |
tree | commitdiff |
2007-11-11 |
brain | Fix some dodgy destructor stuff |
tree | commitdiff |
2007-11-11 |
brain | Make sure we dont leak ram after loading files |
tree | commitdiff |
2007-11-11 |
brain | Handle non-200 HTTP status codes as error |
tree | commitdiff |
2007-11-11 |
brain | IT WORKS! |
tree | commitdiff |
2007-11-11 |
brain | No crash, now we just have to find out why it wont... |
tree | commitdiff |
2007-11-11 |
brain | Fixed all that, back to the crash we had before (yay?) |
tree | commitdiff |
2007-11-11 |
brain | This fixed. Initialise dns at the end of pass 1 before... |
tree | commitdiff |
2007-11-11 |
brain | Tidyups |
tree | commitdiff |
2007-11-11 |
brain | Ok, this works except for it wont resolve hosts before... |
tree | commitdiff |
2007-11-11 |
brain | Hmm |
tree | commitdiff |
2007-11-11 |
brain | m_http_client is crashy. will fix. |
tree | commitdiff |
2007-11-11 |
brain | Really should add this. |
tree | commitdiff |
2007-11-11 |
brain | Provide a facility for modules to flag a config file... |
tree | commitdiff |
2007-11-11 |
brain | More stuff incoming |
tree | commitdiff |
2007-11-11 |
brain | More stuff |
tree | commitdiff |
2007-11-11 |
brain | We need to initialize the user twice, and we need to... |
tree | commitdiff |
2007-11-11 |
brain | Take out some printf gunk |
tree | commitdiff |
2007-11-11 |
brain | Report failure to load configs |
tree | commitdiff |
2007-11-11 |
brain | Add a counter for errored files |
tree | commitdiff |
2007-11-11 |
brain | Whoops, make it pick up module-handled schemas correctly |
tree | commitdiff |
2007-11-11 |
brain | This works properly now. Files in the file:// schema... |
tree | commitdiff |
2007-11-11 |
brain | More stuff for this. Its starting to take shape a bit... |
tree | commitdiff |
2007-11-11 |
brain | Begin rethink on this. Warning, this WILL break your... |
tree | commitdiff |
2007-11-11 |
brain | In prep for remote includes, configuration reading... |
tree | commitdiff |
2007-11-11 |
brain | Implement roadmap item: "userrec::HasPermission ->... |
tree | commitdiff |
2007-11-10 |
brain | Fix owines crashes here too |
tree | commitdiff |
2007-11-10 |
brain | Fix crashes found by owine (usually on startup) |
tree | commitdiff |
2007-11-10 |
brain | m_spy no longer implements SPYNAMES, instead it overrid... |
tree | commitdiff |
2007-11-10 |
brain | SPYLIST is no longer required in 1.2, remove |
tree | commitdiff |
2007-11-10 |
brain | Allow eline/gline/kline/zline by nick |
tree | commitdiff |
2007-11-09 |
brain | Roadmap item "Fix jointhrottle to not try 'throttle... |
tree | commitdiff |
2007-11-09 |
brain | Same here, fix some minor memory leaks noticed by w00t |
tree | commitdiff |
2007-11-09 |
brain | We should probably UseInterface last, too |
tree | commitdiff |
2007-11-09 |
brain | Theres actually more to this. Before we throw, delete... |
tree | commitdiff |
2007-11-09 |
brain | Same fix here |
tree | commitdiff |
2007-11-05 |
brain | Rehash method added which frees unused memory from... |
tree | commitdiff |
2007-11-04 |
w00t | BanCache: Add a negative hit for an IP address upon... |
tree | commitdiff |
2007-11-04 |
brain | Fix the FIXME related to new module event and loading... |
tree | commitdiff |
2007-11-04 |
w00t | Integrate K/Gline into the bancache system by making... |
tree | commitdiff |
2007-11-04 |
brain | On failure to load a module, DetachAll on the module... |
tree | commitdiff |
2007-11-04 |
brain | Remove Implements() method from every module. booya. |
tree | commitdiff |
2007-11-04 |
brain | wtf at the line endings in this bag of spanners |
tree | commitdiff |
2007-11-04 |
brain | Fix these to use new hook system (u_listmode wasnt... |
tree | commitdiff |
2007-11-04 |
brain | Instead of a vector of vectors, use an array of vectors... |
tree | commitdiff |
2007-11-04 |
brain | Remove debug junk from ModuleManager::SetPriority |
tree | commitdiff |
2007-11-04 |
brain | Somehow, we missed one |
tree | commitdiff |
2007-11-04 |
brain | Fix non-POD passing |
tree | commitdiff |
2007-11-04 |
brain | Honking huge commit. Removal of DELETE() template that... |
tree | commitdiff |
2007-11-04 |
brain | Aaaand, the rest of it |
tree | commitdiff |
2007-11-04 |
brain | MODERR tidyups |
tree | commitdiff |
2007-11-04 |
brain | Fix the two FIXMEs |
tree | commitdiff |
2007-11-04 |
brain | Comments |
tree | commitdiff |
2007-11-04 |
brain | Change this, risking a crash otherwise |
tree | commitdiff |
2007-11-04 |
brain | Some more to fix still, modules probably wont load... |
tree | commitdiff |
2007-11-04 |
brain | Not yet tested: remove last vestiges of modules[] and... |
tree | commitdiff |
2007-11-04 |
brain | Remove our vectors of Module*/ircd_module*, replace... |
tree | commitdiff |
2007-11-04 |
brain | All done... i think. Just tidying up to be done, remova... |
tree | commitdiff |
2007-11-04 |
brain | Convert all to new Attach() system. The Implements... |
tree | commitdiff |
2007-11-04 |
brain | Extra debug logging |
tree | commitdiff |
2007-11-04 |
brain | This compiles, but note most modules are currently... |
tree | commitdiff |
2007-11-04 |
brain | More craq |
tree | commitdiff |
2007-11-04 |
brain | Again |
tree | commitdiff |
2007-11-04 |
brain | Another too |
tree | commitdiff |
2007-11-04 |
brain | Another |
tree | commitdiff |
2007-11-04 |
brain | For now, just fix the Priority Prioritize(). We might... |
tree | commitdiff |
2007-11-04 |
brain | Whoops and make it valid |
tree | commitdiff |
2007-11-04 |
brain | Fix this one too |
tree | commitdiff |
2007-11-04 |
brain | Fix this to compile |
tree | commitdiff |
2007-11-04 |
brain | Bring back Prioritize (needs to occur after module... |
tree | commitdiff |
2007-11-04 |
brain | Next part of Development/Hooking (see wiki) |
tree | commitdiff |
2007-11-04 |
brain | Development/Hooking in full swing now: WARNING, this... |
tree | commitdiff |
next |