summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2008-01-05Add SnomaskManager::FlushSnotices() stubw00t
2008-01-05Fix for bug #464, thanks Johnbrain
2008-01-04Fix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)w00t
2008-01-04Remove non-portable code and replace with a debug callw00t
2008-01-04Fix warning reported by owine, caused by SID changes.w00t
2008-01-04Forward port r8629: Fix for bug #458 - servers going missing on collision etcw00t
2008-01-04Back out previous patch disabling ADDLINE processing. The problem is in the n...w00t
2008-01-04ADDLINE is broken, don't process it for now..w00t
2008-01-03Hopefully fix crashes on startup with some connect tags (I think when the las...om
2008-01-03Minor tweakw00t
2008-01-03SID generation should(?) now work again as well. NOTE: no error checking on S...w00t
2008-01-03Patch turning Config->sid from size_t to char **. This also undoes the total ...w00t
2008-01-02Update this to use the new oper callw00t
2008-01-02Totally untested patch to add <oper:modes> support. dz, test. Thanks ;pw00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2008-01-02m_clones: Only show the number of clones and IP for each entry over the limit...w00t
2007-11-29The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e...brain
2007-11-18Now fetches page. Not the page you ask for, but meh :pbrain
2007-11-18Test framework connects nowbrain
2007-11-18Half complete test frameworkbrain
2007-11-18First part of stuff for remote includes (this doesnt work yet)brain
2007-11-17It compiles; ship it.w00t