2008-01-10 |
w00t | Add m_quitban: Bans IPs that connect/disconnect more... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
w00t | Document <options:prefixpart|suffixpart|fixedpart>... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
w00t | Implement <options:prefixpart|suffixpart|fixedpart> |
commit | commitdiff | tree | snapshot |
2008-01-10 |
w00t | Add optional SAPART reason. No prefixing done yet. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
w00t | Register RLine factory on load, unregister it on unload. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
brain | Fix bug in rline, xline derived class declared itself... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Fix some random crash due to my not knowing how to... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Correct a few things, and yay for code that randomly... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Utterly untested RLINE |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Flesh this out a little more. Create our derived XLine... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Add RLINE skeleton module to move it between PCs (I... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
brain | Fix for bug #464, taxonomy output spooled to target... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Add OnExpireLine hook to xline db stuff |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Add OnExpireLine(XLine *) hook, will be used in xline... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Some quick credits updates.. nothing huge, just people... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Fake lag on nick change, thanks pLaYa |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Remove useless debug from here (finished with it),... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
w00t | Fix bug in new XLine system (thanks Brain) - I don... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Fix problem #2 (this means that xlinedb is essentially... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Fix problem #1 by setting a lock on writes when we... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | xline.db reading. Two things I notice are funky in... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Code to write xline.db.. reading is not yet handled. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Very early on version of xline database module, doesn... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Fix careless compile error caused by forward port of... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Forward port r8664: bind server sockets on /rehash |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Don't send 421 to unregistered clients, per RFC (thanks... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
w00t | Remove some debug on startup |
commit | commitdiff | tree | snapshot |
2008-01-07 |
w00t | Correct typo |
commit | commitdiff | tree | snapshot |
2008-01-07 |
w00t | git-svn-id: http://svn.inspircd.org/repository/trunk... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
w00t | Second half of usercount fix.. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
w00t | Fix up some usercounts stuff.. to be tested. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Hopefully correct implementation of OnRawMode.. can... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | OnRawMode event makes a return: This was removed post... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | 90% sure this fix will mean SHA256 works consistantly... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Permanent channels, currently conflicts with blockcaps... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Basic core changes for permanent channels. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Throw exception if trying to construct a duplicate... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Move CreateChannel to a constructor instead |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Move channel creation to a seperate Channel::CreateChan... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Forward declaration isn't required here |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Add overridden constructor with specified time in secon... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Maybe BanCache works now? |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Back out rsquit: wasn't meant to be committed yet. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Add removal of BanCache entries on XLINE add/del, so... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
w00t | Add bancache expiry stuff, currently records expire... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
w00t | Fix a bug (snotices repeating constantly), and add... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
w00t | Fix snomask stacking, still needs to flush all snomasks... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
w00t | Snomask stacking: not yet working (crashes), and not... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
w00t | Add SnomaskManager::FlushSnotices() stub |
commit | commitdiff | tree | snapshot |
2008-01-05 |
brain | Fix for bug #464, thanks John |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | Fix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p) |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | Remove non-portable code and replace with a debug call |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | Fix warning reported by owine, caused by SID changes. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | Forward port r8629: Fix for bug #458 - servers going... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | Format the header a little better, add some stuff prepa... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | Back out previous patch disabling ADDLINE processing... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | ADDLINE is broken, don't process it for now.. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
w00t | Remove some stuff that isn't needed from here. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
om | Hopefully fix crashes on startup with some connect... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
w00t | Minor tweak |
commit | commitdiff | tree | snapshot |
2008-01-03 |
w00t | SID generation should(?) now work again as well. NOTE... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
w00t | Patch turning Config->sid from size_t to char **. This... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
w00t | Update this to use the new oper call |
commit | commitdiff | tree | snapshot |
2008-01-02 |
w00t | And update docs |
commit | commitdiff | tree | snapshot |
2008-01-02 |
w00t | Totally untested patch to add <oper:modes> support... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
w00t | Add param 'opername' to event OnPostOper. This will... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
w00t | m_clones: Only show the number of clones and IP for... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
w00t | Remove an unneeded forward declaration and typedef |
commit | commitdiff | tree | snapshot |
2007-11-29 |
brain | The mysql worker thread only sleeps 50 nanosecs between... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
brain | Now fetches page. Not the page you ask for, but meh :p |
commit | commitdiff | tree | snapshot |
2007-11-18 |
brain | Test framework connects now |
commit | commitdiff | tree | snapshot |
2007-11-18 |
brain | Half complete test framework |
commit | commitdiff | tree | snapshot |
2007-11-18 |
brain | First part of stuff for remote includes (this doesnt... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
w00t | It compiles; ship it. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
w00t | Correctly do the second setup of the fake client (AFTER... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
w00t | Minor change: Add + to FMODE on creation of a new chann... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
w00t | Add another BanCache stub. I'm not writing it yet as... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
brain | Argh, i give up |
commit | commitdiff | tree | snapshot |
2007-11-12 |
brain | More craq |
commit | commitdiff | tree | snapshot |
2007-11-12 |
brain | Remove craq |
commit | commitdiff | tree | snapshot |
2007-11-12 |
brain | NOTE: our stuff for parsing multiple dns replies for... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | This works with multiple remote includes now except... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Currently crashes with multiple layers of include.... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Fix some dodgy destructor stuff |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Make sure we dont leak ram after loading files |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Handle non-200 HTTP status codes as error |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | IT WORKS! |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | No crash, now we just have to find out why it wont... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Fixed all that, back to the crash we had before (yay?) |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | This fixed. Initialise dns at the end of pass 1 before... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Tidyups |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Ok, this works except for it wont resolve hosts before... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Hmm |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | m_http_client is crashy. will fix. |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Really should add this. |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Provide a facility for modules to flag a config file... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | More stuff incoming |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | More stuff |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | We need to initialize the user twice, and we need to... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
brain | Take out some printf gunk |
commit | commitdiff | tree | snapshot |
next |