summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 1.1.16+Parmesan v1.1.16Gravatar brain2008-01-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8719 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport <goodchan>: Explicitly allow channels denied by <badchan>Gravatar w00t2008-01-111-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8698 e03df62e-2008-0410-955e-edbf42e46eb7
* Header update: 2007 -> 2008Gravatar w00t2008-01-10256-259/+259
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove some debug that got committed accidentallyGravatar w00t2008-01-101-3/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8688 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix inadvertant 1.2 -> 1.1 compile errorGravatar w00t2008-01-102-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8687 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport fix for bug #464 reported by JohnGravatar brain2008-01-091-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8679 e03df62e-2008-0410-955e-edbf42e46eb7
* Rebind server sockets on REHASH, closes bug #478Gravatar w00t2008-01-083-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8664 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8661: don't send 421 to unregistered clientsGravatar w00t2008-01-081-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8662 e03df62e-2008-0410-955e-edbf42e46eb7
* I swear I've fixed this 5 times now.. it's PERMANENT, USE A FUCKING ↵Gravatar w00t2008-01-071-1/+1
| | | | | | DICTIONARY :p http://dictionary.reference.com/browse/Permanent git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8658 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8651: SHA256 consistancy fix.Gravatar w00t2008-01-061-1/+19
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8652 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport 8634, fix for bug #464 reported by JohnGravatar brain2008-01-051-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8635 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #458: servers go missing on collision etc.Gravatar w00t2008-01-041-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8629 e03df62e-2008-0410-955e-edbf42e46eb7
* Manual backport of r8613: remove nuh mask from /clones outputGravatar w00t2008-01-021-11/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8614 e03df62e-2008-0410-955e-edbf42e46eb7
* The mysql worker thread only sleeps 50 nanosecs between cycles, this is not ↵Gravatar brain2007-11-291-1/+1
| | | | | | | | | enough to prevent it chomping on the CPU on most machines. 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
* Cracking bit of Wensleydale, Gromit! v1.1.15Gravatar brain2007-11-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8596 e03df62e-2008-0410-955e-edbf42e46eb7
* More fixes for owines bugsGravatar brain2007-11-101-6/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8560 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix crashbugs found by owineGravatar brain2007-11-101-4/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8558 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidy up some minor memory leaks that can result in mode handlers or some ↵Gravatar brain2007-11-099-10/+25
| | | | | | other memory items not being freed if the module throws in the constructor git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8550 e03df62e-2008-0410-955e-edbf42e46eb7
* Make AddMode the last thing the constructor does.Gravatar brain2007-11-091-3/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8546 e03df62e-2008-0410-955e-edbf42e46eb7
* Second (not mergable) part of #441 fixGravatar brain2007-11-031-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8481 e03df62e-2008-0410-955e-edbf42e46eb7
* Mergable part of bug #441 fixGravatar brain2007-11-033-3/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8480 e03df62e-2008-0410-955e-edbf42e46eb7
* same as 8453, and now i'm back to bed.Gravatar w00t2007-11-011-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8454 e03df62e-2008-0410-955e-edbf42e46eb7
* Add dz to stable tooGravatar brain2007-10-271-6/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8395 e03df62e-2008-0410-955e-edbf42e46eb7
* Who flags now count as a wildcard for searching for privacy reasons, fixes ↵Gravatar brain2007-10-271-1/+3
| | | | | | bug #444 reported by Smartys git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8391 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug in windows with backslash directory seperators in config path ↵Gravatar brain2007-10-271-9/+4
| | | | | | when used with <include> tag and a relative include path, reported by daurnimator git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8387 e03df62e-2008-0410-955e-edbf42e46eb7
* the minidump stuff is only available in 5.1 dbghelp.dll which is xp and ↵Gravatar brain2007-10-261-18/+1
| | | | | | above. we must remove this to retain 2k compatibility git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8370 e03df62e-2008-0410-955e-edbf42e46eb7
* svnmerge 8340: Theres no need to check the address of a stack declared array ↵Gravatar brain2007-10-241-1/+1
| | | | | | for NULL, thanks darix git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8341 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8310 by handGravatar w00t2007-10-231-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8311 e03df62e-2008-0410-955e-edbf42e46eb7
* Another.Gravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8292 e03df62e-2008-0410-955e-edbf42e46eb7
* Unimportant extra debugGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8291 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for potter :pGravatar brain2007-10-211-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8289 e03df62e-2008-0410-955e-edbf42e46eb7
* HmmGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8288 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot something!Gravatar brain2007-10-211-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8287 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed, i hope.Gravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8285 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra debuggingGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8284 e03df62e-2008-0410-955e-edbf42e46eb7
* Excess debugGravatar brain2007-10-211-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8283 e03df62e-2008-0410-955e-edbf42e46eb7
* Could it really be THIS simple?Gravatar brain2007-10-212-1/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8282 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot to commit the fix for thisGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8279 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix blank quits on failure to insert fd to not be blankGravatar brain2007-10-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8277 e03df62e-2008-0410-955e-edbf42e46eb7
* Minor tweak to avoid a storm of redundant read events. This isnt the fix, i ↵Gravatar brain2007-10-211-2/+3
| | | | | | dont think, but its needed anyway git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8275 e03df62e-2008-0410-955e-edbf42e46eb7
* Roll back to 1.1.12 socket engine as a testGravatar brain2007-10-213-24/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8274 e03df62e-2008-0410-955e-edbf42e46eb7
* Change how the socket engines work when you addfd on an fd that already exists.Gravatar brain2007-10-215-8/+5
| | | | | | | the only SANE outcome is that youve forgotten to DelFd, so it does this for you. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8270 e03df62e-2008-0410-955e-edbf42e46eb7
* 1.1.14+PepperJack release v1.1.14Gravatar brain2007-10-201-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8239 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix small memory leak (this cant theoretically happen anyway unless you ↵Gravatar brain2007-10-191-0/+1
| | | | | | remove a network interface while an ident is connecting, and then youll only leak 12 bytes) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8235 e03df62e-2008-0410-955e-edbf42e46eb7
* Oops, OnCheckReady being called after registration! This doesnt break the ↵Gravatar brain2007-10-181-2/+2
| | | | | | new m_ident, but it goes against spec git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8231 e03df62e-2008-0410-955e-edbf42e46eb7
* Make buildable on 1.1 (hard work!)Gravatar brain2007-10-181-7/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8230 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix typoGravatar brain2007-10-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8228 e03df62e-2008-0410-955e-edbf42e46eb7
* Socket engine tweaks, and new m_identGravatar brain2007-10-183-154/+235
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8227 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to stable, tooGravatar brain2007-10-141-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8199 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed for 1.1 tooGravatar brain2007-10-141-13/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8191 e03df62e-2008-0410-955e-edbf42e46eb7