summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-01-13Add usermanager.cppw00t
2008-01-13I think (and Brain concurs) that B for blockcaps and P for permanent make a l...w00t
2008-01-10Add goodchan tags for m_denychans: Allows the use case of forbidding *warez*,...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-10Erase their quit count on banning (so they get another 10 or whatever attempt...w00t
2008-01-10Add m_quitban: Bans IPs that connect/disconnect more than X times per 3600 se...w00t
2008-01-10Implement <options:prefixpart|suffixpart|fixedpart>w00t
2008-01-10Add optional SAPART reason. No prefixing done yet.w00t
2008-01-10Register RLine factory on load, unregister it on unload.w00t
2008-01-10Fix bug in rline, xline derived class declared itself as xline type 'K' not 'R'brain
2008-01-09Fix some random crash due to my not knowing how to use STL *shrug*w00t
2008-01-09Correct a few things, and yay for code that randomly decides to work.w00t
2008-01-09Utterly untested RLINEw00t
2008-01-09Flesh this out a little more. Create our derived XLine and factory. Doesn't i...w00t
2008-01-09Add RLINE skeleton module to move it between PCs (I'm lazy :p)w00t
2008-01-09Fix for bug #464, taxonomy output spooled to target not to requestor, reporte...brain
2008-01-09Add OnExpireLine hook to xline db stuffw00t
2008-01-09Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti...w00t
2008-01-09Some quick credits updates.. nothing huge, just people that have been helpful...w00t
2008-01-09Fake lag on nick change, thanks pLaYaw00t
2008-01-09Remove useless debug from here (finished with it), and add some debug that ma...w00t
2008-01-09Fix bug in new XLine system (thanks Brain) - I don't know how I didn't spot t...w00t
2008-01-08Fix problem #2 (this means that xlinedb is essentially working and feature-co...w00t
2008-01-08Fix problem #1 by setting a lock on writes when we're reading. This means no ...w00t
2008-01-08xline.db reading. Two things I notice are funky in some way about this.. 1) d...w00t
2008-01-08Code to write xline.db.. reading is not yet handled.w00t
2008-01-08Very early on version of xline database module, doesn't yet physically store ...w00t
2008-01-08Fix careless compile error caused by forward port of patch earlier today.w00t
2008-01-08Forward port r8664: bind server sockets on /rehashw00t
2008-01-08Don't send 421 to unregistered clients, per RFC (thanks nenolod)w00t
2008-01-08Remove some debug on startupw00t
2008-01-07Correct typow00t
2008-01-07git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2...w00t
2008-01-07Second half of usercount fix..w00t
2008-01-07Fix up some usercounts stuff.. to be tested.w00t
2008-01-06Hopefully correct implementation of OnRawMode.. can someone pls check this fo...w00t
2008-01-06OnRawMode event makes a return: This was removed post 1.0 because it was incr...w00t
2008-01-0690% sure this fix will mean SHA256 works consistantly. Was a problem in SHA25...w00t
2008-01-06Permanent channels, currently conflicts with blockcaps (+P) and is untestedw00t
2008-01-06Basic core changes for permanent channels.w00t
2008-01-06Throw exception if trying to construct a duplicate channelw00t
2008-01-06Move CreateChannel to a constructor insteadw00t
2008-01-06Move channel creation to a seperate Channel::CreateChannel (y'know, perhaps t...w00t
2008-01-06Maybe BanCache works now?w00t
2008-01-06Back out rsquit: wasn't meant to be committed yet.w00t
2008-01-06Add removal of BanCache entries on XLINE add/del, so we avoid out of date res...w00t
2008-01-06Add bancache expiry stuff, currently records expire 60 seconds after creation...w00t
2008-01-05Fix a bug (snotices repeating constantly), and add a flush timer (1x5 seconds)w00t
2008-01-05Fix snomask stacking, still needs to flush all snomasks on a timer to avoid m...w00t
2008-01-05Snomask stacking: not yet working (crashes), and not quite finishedw00t