Age | Commit message (Expand) | Author |
2008-01-06 | Forward declaration isn't required here | w00t |
2008-01-06 | Add overridden constructor with specified time in seconds for bancache entry ... | w00t |
2008-01-06 | Maybe BanCache works now? | w00t |
2008-01-06 | Back out rsquit: wasn't meant to be committed yet. | w00t |
2008-01-06 | Add removal of BanCache entries on XLINE add/del, so we avoid out of date res... | w00t |
2008-01-06 | Add bancache expiry stuff, currently records expire 60 seconds after creation... | w00t |
2008-01-05 | Fix a bug (snotices repeating constantly), and add a flush timer (1x5 seconds) | w00t |
2008-01-05 | Fix snomask stacking, still needs to flush all snomasks on a timer to avoid m... | w00t |
2008-01-05 | Snomask stacking: not yet working (crashes), and not quite finished | w00t |
2008-01-05 | Add SnomaskManager::FlushSnotices() stub | w00t |
2008-01-05 | Fix for bug #464, thanks John | brain |
2008-01-04 | Fix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p) | w00t |
2008-01-04 | Remove non-portable code and replace with a debug call | w00t |
2008-01-04 | Fix warning reported by owine, caused by SID changes. | w00t |
2008-01-04 | Forward port r8629: Fix for bug #458 - servers going missing on collision etc | w00t |
2008-01-04 | Format the header a little better, add some stuff preparing for snomask compr... | w00t |
2008-01-04 | Back out previous patch disabling ADDLINE processing. The problem is in the n... | w00t |
2008-01-04 | ADDLINE is broken, don't process it for now.. | w00t |
2008-01-04 | Remove some stuff that isn't needed from here. | w00t |
2008-01-03 | Hopefully fix crashes on startup with some connect tags (I think when the las... | om |
2008-01-03 | Minor tweak | w00t |
2008-01-03 | SID generation should(?) now work again as well. NOTE: no error checking on S... | w00t |
2008-01-03 | Patch turning Config->sid from size_t to char **. This also undoes the total ... | w00t |
2008-01-02 | Update this to use the new oper call | w00t |
2008-01-02 | And update docs | w00t |
2008-01-02 | Totally untested patch to add <oper:modes> support. dz, test. Thanks ;p | w00t |
2008-01-02 | Add param 'opername' to event OnPostOper. This will help make a (slightly nic... | w00t |
2008-01-02 | m_clones: Only show the number of clones and IP for each entry over the limit... | w00t |
2007-12-30 | Remove an unneeded forward declaration and typedef | w00t |
2007-11-29 | The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e... | brain |
2007-11-18 | Now fetches page. Not the page you ask for, but meh :p | brain |
2007-11-18 | Test framework connects now | brain |
2007-11-18 | Half complete test framework | brain |
2007-11-18 | First part of stuff for remote includes (this doesnt work yet) | brain |
2007-11-17 | It compiles; ship it. | w00t |
2007-11-16 | Correctly do the second setup of the fake client (AFTER uid has been initiali... | w00t |
2007-11-16 | Minor change: Add + to FMODE on creation of a new channel. This makes all FMO... | w00t |
2007-11-15 | Add another BanCache stub. I'm not writing it yet as the storage of entries h... | w00t |
2007-11-12 | Argh, i give up | brain |
2007-11-12 | More craq | brain |
2007-11-12 | Remove craq | brain |
2007-11-12 | NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ... | brain |
2007-11-11 | This works with multiple remote includes now except it hangs when an include ... | brain |
2007-11-11 | Currently crashes with multiple layers of include. don't use this yet | brain |
2007-11-11 | Fix some dodgy destructor stuff | brain |
2007-11-11 | Make sure we dont leak ram after loading files | brain |
2007-11-11 | Handle non-200 HTTP status codes as error | brain |
2007-11-11 | IT WORKS! | brain |
2007-11-11 | No crash, now we just have to find out why it wont connect | brain |
2007-11-11 | Fixed all that, back to the crash we had before (yay?) | brain |