Age | Commit message (Expand) | Author |
2008-01-19 | Initial implementation of callerid, provided by aquanight. Untested as of yet... | w00t |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-17 | Move a number of methods from class InspIRCd to class UserManager | w00t |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-13 | I think (and Brain concurs) that B for blockcaps and P for permanent make a l... | w00t |
2008-01-10 | Add goodchan tags for m_denychans: Allows the use case of forbidding *warez*,... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-10 | Erase their quit count on banning (so they get another 10 or whatever attempt... | w00t |
2008-01-10 | Add m_quitban: Bans IPs that connect/disconnect more than X times per 3600 se... | w00t |
2008-01-10 | Add optional SAPART reason. No prefixing done yet. | w00t |
2008-01-10 | Register RLine factory on load, unregister it on unload. | w00t |
2008-01-10 | Fix bug in rline, xline derived class declared itself as xline type 'K' not 'R' | brain |
2008-01-09 | Fix some random crash due to my not knowing how to use STL *shrug* | w00t |
2008-01-09 | Correct a few things, and yay for code that randomly decides to work. | w00t |
2008-01-09 | Utterly untested RLINE | w00t |
2008-01-09 | Flesh this out a little more. Create our derived XLine and factory. Doesn't i... | w00t |
2008-01-09 | Add RLINE skeleton module to move it between PCs (I'm lazy :p) | w00t |
2008-01-09 | Fix for bug #464, taxonomy output spooled to target not to requestor, reporte... | brain |
2008-01-09 | Add OnExpireLine hook to xline db stuff | w00t |
2008-01-09 | Remove useless debug from here (finished with it), and add some debug that ma... | w00t |
2008-01-08 | Fix problem #2 (this means that xlinedb is essentially working and feature-co... | w00t |
2008-01-08 | Fix problem #1 by setting a lock on writes when we're reading. This means no ... | w00t |
2008-01-08 | xline.db reading. Two things I notice are funky in some way about this.. 1) d... | w00t |
2008-01-08 | Code to write xline.db.. reading is not yet handled. | w00t |
2008-01-08 | Very early on version of xline database module, doesn't yet physically store ... | w00t |
2008-01-08 | Fix careless compile error caused by forward port of patch earlier today. | w00t |
2008-01-08 | Forward port r8664: bind server sockets on /rehash | w00t |
2008-01-07 | Correct typo | w00t |
2008-01-07 | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2... | w00t |
2008-01-07 | Second half of usercount fix.. | w00t |
2008-01-07 | Fix up some usercounts stuff.. to be tested. | w00t |
2008-01-06 | 90% sure this fix will mean SHA256 works consistantly. Was a problem in SHA25... | w00t |
2008-01-06 | Permanent channels, currently conflicts with blockcaps (+P) and is untested | w00t |
2008-01-06 | Basic core changes for permanent channels. | 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-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 | Forward port r8629: Fix for bug #458 - servers going missing on collision etc | 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-02 | Update this to use the new oper call | 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-11-29 | The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e... | brain |