summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Grrr!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8955 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.17Gravatar brain2008-02-171-1/+1
* Bring on the Gouda!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8953 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-171-1/+1
* Fix: trying to send out all lines in one hit is different from the way we do ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-161-20/+16
* Manually merge patch from danieldg, thanks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8927 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-131-1/+1
* Make select socketengine build onvs80•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8915 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-121-31/+35
* Fix oper quit messages (needed to be set to regular quit if empty) - same fix...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8910 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-121-3/+6
* .. this was broken, I'm kind of surprised nobody noticed it yesterday.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8909 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-121-1/+1
* Backport reworked culllist from 1.2: drastically improves performance when qu...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8905 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-117-210/+73
* Missed a bit.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8903 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-111-0/+1
* K|G|Z|ELine fix, from 8901•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8902 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-114-53/+76
* Don't declare a dupe InspIRCd *•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8897 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-111-1/+0
* Set FD_SETSIZE to 12000, this allows 12000 users per ircd rather than 64. I d...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8889 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-102-1/+4
* Commit stuff from fez that he couldnt get committed - fixes to make socketeng...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8888 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-103-5/+19
* Rewrite nick targeted bans to user@host or IP bans where necessary. I don't k...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8872 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-104-3/+45
* Backport r8866: make K|G|Z|ELine actually work with a nickname target (code w...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8867 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-103-19/+3
* Backport low risk memory leak fix to m_cgiirc (r8852)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8853 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-081-2/+2
* More tweaks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8840 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-051-1/+1
* This should work a bit better, voidzero. If someone had told me it was sepera...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8838 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-052-2/+2
* MODEACTION_ALLOW was being used instead of DENY, fixes bug #490•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-041-1/+1
* Probably fix a crash in randquote (it does for me), someone from QA please te...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8819 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-041-19/+2
* Backport r8810: minor FTOPIC desync fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8811 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-031-3/+4
* Backport r8786 from dz: closes bug #391•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8787 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-022-6/+12
* Merge in patches to fix bug #487, submitted by dz, thanks :)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8768 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-301-7/+12
* Craq removal service•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8767 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-291-1/+0
* Update SAMODE•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8764 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-291-1/+1
* Apply patch from bug #484 written by John. In 1.1 this applies without modifi...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8759 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-271-2/+6
* Check that exec() macros havent failed before commencing build•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8758 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-271-0/+1
* Backport: Fix for bug found by eLement, when an oper is on a notify list and ...•••due to the metadata not being correctly cleared from the user in m_watch OnUserQuit. Thanks :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8753 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-261-0/+5
* 1.1.16+Parmesan•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8719 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.16Gravatar brain2008-01-161-1/+1
* Backport <goodchan>: Explicitly allow channels denied by <badchan>•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8698 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-112-2/+17
* Header update: 2007 -> 2008•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-10365-368/+368
* Remove some debug that got committed accidentally•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8688 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-101-3/+0
* Fix inadvertant 1.2 -> 1.1 compile error•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8687 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-102-1/+4
* Backport fix for bug #464 reported by John•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-091-3/+3
* Rebind server sockets on REHASH, closes bug #478•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8664 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-083-2/+10
* Update conf (patch from bug #463, thanks John)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8663 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-081-120/+120
* Backport r8661: don't send 421 to unregistered clients•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8662 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-081-1/+1
* I swear I've fixed this 5 times now.. it's PERMANENT, USE A FUCKING DICTIONAR...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8658 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-071-1/+1
* Backport r8651: SHA256 consistancy fix.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8652 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-061-1/+19
* Backport 8634, fix for bug #464 reported by John•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-01-051-2/+1
* Fix for bug #458: servers go missing on collision etc.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8629 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-041-1/+2
* Manual backport of r8613: remove nuh mask from /clones output•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8614 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-021-11/+2
* A few other things for --disable-rpath`•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8611 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-12-092-1/+3
* Backport --disable-rpath configure option for package maintainers•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8610 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-12-091-24/+42
* The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e...•••Increase to 1000, fixes bugs noticed on forum by JulianD, thanks :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8606 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-291-1/+1
* Cracking bit of Wensleydale, Gromit!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8596 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.15Gravatar brain2007-11-151-1/+1
* More fixes for owines bugs•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8560 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-101-6/+5
* Fix crashbugs found by owine•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8558 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-101-4/+13
* Tidy up some minor memory leaks that can result in mode handlers or some othe...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8550 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-099-10/+25
* Make AddMode the last thing the constructor does.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-091-3/+2