summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Gorgonzola!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6756 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.5Gravatar brain2007-04-061-1/+1
* More information in error when a module cant be loaded•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6755 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-3/+3
* Change wording of message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6754 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-2/+2
* Fix params passed on /restart•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6753 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-19/+1
* Increase sleep delay to 20, to provide reading time for the message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6752 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-2/+2
* Missing newline•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6751 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-1/+1
* Add a facility to allow starting as root, bin/inspircd -runasroot•••if you actually specify this parameter, the daemon displays a huge warning in caps, then hangs for 5 secs to give you chance to ctrl+c if you made a mistake. If you dont ctrl+c it, it then starts normally. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6750 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-2/+18
* We had to roll our own time function because some craqsmoker thought having a...•••strftime. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6749 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-067-5/+16
* Show expiry times of glines, klines, qlines and elines as the time theyre due...•••Oh, and i hate C time formatting functions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6748 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-065-5/+14
* Check for people with lack of clue putting "!" in gline/kline/zline masks :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6747 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-063-2/+12
* Add <hostname:charmap> to example.conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6746 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-04-061-0/+10
* Fix bug #224 by refreshing the security ip cache every hour. The easier solut...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6745 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-067-0/+83
* Fix the previous commit better - always copy the null terminator (oops)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6744 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-3/+2
* Fix issue spotted by devious - if a value is defined and a later rehash clear...•••this means memcpy just returns immediately. Now if the string value is 0 in length we copy one byte instead (which just copies the null terminator) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6743 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-061-1/+3
* Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...•••It turned into a biggie :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6742 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-059-91/+40
* Fix for bug #216, m_cloaking now tries to cloak a larger amount of the hostna...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6741 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-051-1/+32
* Add 'silent' option to example conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6740 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-051-0/+3
* Add filter type 'silent', as requested in bug #235 reported by Casey.•••filter type silent for m_filter and m_filter_pcre does not notify opers, and just blocks the text. It does however tell the user their text was blocked and still log. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6739 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-051-10/+11
* Add support for <link:hidden> fixes feature request documented in bug #247 re...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6738 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-057-20/+50
* Add extra /map info (connection uptime, and lag time) to /MAP for opers. Adds...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6737 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-055-1/+34
* Add feature outlined in bug #192, give a notice showing cipher on connect to ...•••anyway, this would just be a silly vanity feature :p (admins know its working - people are connecting on the ssl port!) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6736 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-052-0/+10
* Before i was rudely interrupted by a FUCKING *RAM FAILURE*, i was going to co...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6735 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-041-1/+1
* If the user has a nick, use it in the numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6734 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-021-2/+2
* "NICK :" did nothing and said nothing. It now says erroneous nick and uses th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6733 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-021-0/+4
* A quick glance at ircu indicates that when an empty gecos is given in USER, i...•••sense. The RFC is unclear here. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6732 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-021-2/+2
* This needs some general QA-ing. Add support to new parser (introduced in 1.1)...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6731 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-027-15/+20
* Fixed a DNS timeout race condition that could result in a NOTICE AUTH message...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6730 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-04-022-3/+9
* The other half of special's LUSERS fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6729 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-021-1/+1
* Fixed numeric for one of the lusers messages (was 254, should've been 255)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6728 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-04-011-1/+1
* Add feature to this module which allows you to specify that an oper requires ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6727 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-011-18/+34
* Add -config parameter to bin/inspircd which allows a user to specify the conf...•••Note: This should really be a full pathname, and not a configuration file in the current directory. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6726 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-016-20/+30
* Add m_seenicks.so, adds snomasks +nN which show local and remote nick changes...•••Fix m_nonicks description to not say it's globops. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6725 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-013-1/+87
* Make it use the static text for the reason instead, i have a feeling clients ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6724 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-011-2/+2
* Add m_jumpserver, allows server forwarding with RPL_REDIR numeric 010. xchat ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6723 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-011-0/+188
* Add <options:fixedquit> and <options:suffixquit> to go along with the existin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6722 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-014-5/+31
* Tweak to numeric 378: is connecting from ident@host•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6721 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-03-311-2/+2
* Add macros IS_OPER() and IS_AWAY()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6720 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-311-0/+2
* hidechans: allow showing on self whois, QA, test if you're bored :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6719 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-03-301-1/+1
* Add extra stuff to LIST.•••Firstly allow RFC-specified >x and <x, and allow for glob matching to match the topic text, as well as the channel name git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6718 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-302-12/+59
* Make this available to all users•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6717 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-291-1/+1
* Add snomasks to /check on a user (QA, please test), also return CMD_LOCALONLY...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6716 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-03-291-1/+2
* Fix bug reported by darix where inspircd process returns 15 for successful st...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6715 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-262-1/+14
* 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