summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add safelist:maxlisters which prevents more than x number of people doing a L...•••(as i've just noticed, 500 bots all doing LIST at once can severely lag your ircd) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6658 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-112-6/+28
* Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...•••Seems to test fine with 500 reet bots all listing at once. (doesnt lock up the ircd while listing them all any more, either, just lags a small amount) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6657 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-115-138/+72
* Fixed a crash with a malformed server-to-server NICK command, thanks dmb•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6656 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-03-111-1/+1
* Just comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6655 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-1/+71
* Remove debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6654 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-2/+0
* Comments only.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6653 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-114-22/+156
* Bump protocol revision•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6652 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-111-1/+1
* This now makes RemoveStatus remove *everything* as pointed out by jilles. Thi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-36/+5
* Add a TODO comment•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6650 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-0/+3
* Whoops, fix a silly bug i just introduced :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6649 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-1/+2
* Move FJOIN propogation above the FMODEs generated by winning an FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6648 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-5/+8
* Remove yet more debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6647 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-1/+0
* Remove debug code left in here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6646 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-6/+0
* Fix typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6645 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-10/+9
* HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour:•••(1) IF THEIRTS <= OURTS, ACCEPT MODE AND PASS ON (2) If THEIRTS > OURTS, drop the mode and DONT pass on. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6644 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-255/+4
* Fix the operator== for irc::string -> std::string to be const&, the lack of c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6643 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-103-6/+5
* Change mask variable to irc::string to allow for case insensitive removal/add...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6642 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-103-10/+9
* /who tidyup - needs QA'ing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6641 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-092-89/+50
* Apply <options:hidewhois> in /who results (bug #239); someone should clean up...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6640 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-03-091-3/+6
* compile error fix ahoy•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6639 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-081-1/+1
* Take away a uline specific check in fmode, which might explain why desyncs be...•••QA please test this with at least 2 insps and services and server syncs/splits, check for channel mode desyncs. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6638 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-081-8/+1
* Change options:notimesync to options:timesync -> reverse its meaning and defa...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6637 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-082-9/+8
* Update example conf - this needs documenting on the wiki (previous commit)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6636 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-081-0/+5
* option to allow announce of invites to channel (similar to unreal)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-084-3/+9
* Patch by satmd to support using IP addresses with cgiirc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6634 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-03-081-3/+22
* Fixes for snotice quit reasons•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6633 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-061-4/+5
* Fix on-rehash reloading of the lists... and why were we tokenizing the string...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6632 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-062-18/+22
* Fix for bug #237•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6631 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-062-2/+4
* This properly fixes options:hidebans and options:hidesplits by providing the ...•••There are default values on the oper_quit parameters through the entire source so that if oper_quit parameter is not given it defaults to the same as the user_quit git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6630 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-067-75/+78
* Klosterkrone? wtf kind of cheese is that. It best taste nice.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6628 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.2Gravatar brain2007-03-051-1/+1
* State that the channel is full, to avoid confusion•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6627 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-051-1/+1
* Return 1 not 0, we dont want two numerics. (thanks peavey)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6626 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-051-1/+1
* Change oper notice into a numeric to the user:•••%s :%s has a circular redirect (+L). Not following redirection to %s. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6625 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-051-2/+2
* Change openssl autoprompting to use pkg-config, so if you dont *have* pkg-con...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6624 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-041-3/+10
* Add xchat :IDENTIFY workaround to example conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6623 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-041-0/+7
* Allow for the cgiirc module to change the users host if it doesnt resolve•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6622 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-031-3/+7
* Add cgi:irc to the example conf, it was omitted for some reason•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6621 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-031-0/+24
* Fix double-dereference in CheckIdent and CheckPass which causes the values of...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6620 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-031-6/+6
* Minor tweak, return of OnUserRegister discarded in cmd_user (should not have ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6619 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-031-1/+4
* Fix m_services_account logout by allowing meta with empty data field. Tracker...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6618 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-032-2/+5
* Rebuild 005 on rehash. Tracker: bug #234•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6617 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-033-4/+6
* Do not perform redirect on chained channel links, tell user channel is full a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6616 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-03-021-0/+10