summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.1.4+Norvegia•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6713 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.4Gravatar brain2007-03-252-2/+1
* Remove excessive debugging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6712 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-251-8/+0
* Allow some commands to use a mask of * (this usually finds the 'root' server)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6711 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-251-8/+11
* Test stuff to fix remote stats brokage•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6710 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-243-3/+15
* Remove unused var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6709 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-241-2/+0
* Fix untidy debug output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6708 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-241-22/+4
* Fix two things: (1) log gets replaced by a user fd after restart causing debu...•••(2) restart failing due to segfault within libc (this is because some moron decided that stdin, stdout, and stderr should still be non-null if the files arent actually open!) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6707 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-243-13/+67
* m_showwhois now sends a message for remote whois as well•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6706 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-03-241-1/+14
* Check validity (length) of all NICK parameters to make sure we're not introdu...•••Normally, NICK parameters longer than allowed are weeded out by CAPAB but sending CAPAB is optional. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6705 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-241-11/+44
* Remove unused variable•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6704 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-241-1/+0
* Ident fixes, to make sure that if you dont get an ident reply you cant sneak ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6703 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-231-10/+10
* ident over ipv6 fixes, and fixes to inspsocket BindAddr which wasnt doing ipv...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6702 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-232-9/+14
* Tweak some stuff about•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6701 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-231-6/+6
* Fix small memory leak•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6700 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-231-0/+4
* Fix high-bandwidth stuff with inspsocket+ssl, and eagain•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6699 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-221-2/+2
* EAGAIN fixes for gnutls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6698 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-221-2/+20
* We're checking for non-null session->sess in VerifyCertificate now. theres ve...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6697 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-221-3/+2
* Some tweaks for gnutls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6696 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-222-3/+11
* More checks in IS_HSDONE event hook•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-222-0/+6
* Fix crashes in ipv6 ssl using gnutls, and crashes when linking ssl to non-ssl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6694 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-222-2/+2
* Update a notice on server already existing to be more clear•••- Update ModDesc for m_hidechans git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6693 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-03-202-2/+2
* Remove two pointless casts, and remove some space indenting (how does this ke...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6692 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-182-14/+14
* Change back to FMODE for channel mode changes from users•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6691 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-181-4/+7
* set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6690 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-1810-24/+17
* Abort link at +/- 300secs, warn at +/- 30 secs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6689 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-171-3/+7
* Remote /MODULES•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6688 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-165-47/+84
* Remove <options:timesync>, add <timesync enable="no" master="no"> ...and docu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6687 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-161-8/+22
* Now syncs with the master every 10 mins•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6686 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-161-2/+1
* Wtf, ive found the source of the drift, it adds the old delta to the new!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6685 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-162-2/+3
* Improve this to show time with and without delta, without the user having to ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6684 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-161-3/+6
* Different timesync, dont use yet•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6683 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-165-37/+28
* Optimise caps loop making it real neat. Thx Brain.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6682 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-161-4/+1
* Change wording of 404 numeric to reflect that it's minlen or more.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6681 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-161-1/+1
* Change the numeric text to match the new configuration. Tidyup comments and D...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6680 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-151-3/+1
* Add capsmap to m_blockcaps in example.conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-151-1/+7
* Add support for MAP of chars considered to be CAPS to config for better control.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6678 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-151-5/+13
* Seems netsplit.de changed hosts to echo940.server4you.de.•••Add this to the default securelist config. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6677 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-151-2/+3
* Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...•••Add SetOperQuit and GetOperQuit methods to userrec Add OPERQUIT command to protocol - bump protocol version All this is to properly allow hidebans etc to work properly git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6675 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-1522-22/+79
* Fixed hidebans behavior to not always be on as well; there are probablyother ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6674 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-03-151-8/+32
* Someone is getting slapped for this; the new hidesplits/hidebans behavior doe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6673 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-03-151-1/+6
* Fix blockcaps. Who on earth thought that percentage was x*100 / y ???•••Its (x/y)*100, muppets :p (also, you cant do floating point maths on integers) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6672 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-141-6/+6
* Fix /who thing that dmb spotted•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6671 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-131-2/+2
* Tag with 1.1.3 version name (StinkingBishop)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6669 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.3Gravatar brain2007-03-131-1/+1
* Make /stats P show 'secs' after idle times•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6667 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-121-1/+1
* cleanup indentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6664 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-111-25/+25
* Remove stray "Notice:" - text only change•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6663 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-1/+1
* Fix minor bug, number of users listing doesnt decrement if a user quits while...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6662 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-0/+1
* Fix malformed notice•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6661 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-1/+1
* Document OnBufferFlushed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6660 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-0/+7
* Remove debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6659 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-1/+0