summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Small thing, but check for IS_OPER(source) too, just in case someone crazy wr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6994 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-121-1/+2
* Opers cannot change the modes of others•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6993 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-121-1/+1
* Opers cannot change the modes of others•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6992 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-121-1/+1
* This catch doesn't need to be here. :o•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6991 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-121-11/+1
* We've had an IS_OPER macro for a long time. About time we started using it, m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6990 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-1213-28/+30
* Fix compile error.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6989 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-121-2/+3
* Make this use SendError rather than rolling it's own. Fun fact: this notice w...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6988 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-121-15/+1
* Remove the char junk here, use an std::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6987 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-121-13/+24
* Make sure we always use the correct index for the nickname (thanks djGrr)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6986 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-111-10/+7
* Remove some stuff deprecated since 1.0•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6985 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-12/+0
* Allow removal of client ports from the config file via rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6984 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-111-0/+38
* Thou shalt test compile before committing :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6983 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-111-1/+1
* Refactor port binding, warning not yet tested fully•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6982 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-118-153/+79
* (Pretend the last commit never happened.)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6981 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-0/+4
* Change the text of the 461 on invalid ident. Technically, this is correct, bu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6980 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-3/+1
* One of my XXXs done, tidy logic in here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6979 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-21/+28
* Last commit of that batch: Fix some returncodes (some stuff here really didn'...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6978 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-1111-5/+23
* Yes, and here too. I want these in seperatly so I can roll them back if I scr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6977 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-12/+12
* Logic cleanup here too.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6976 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-8/+13
* Opers haven't been able to change the modes of others since 1.0.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6975 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-4/+0
* Clear up logic a little here, check error conditions at the top, succeed at t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6974 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-7/+3
* Make the same (r6972) fix here.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6973 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-9/+3
* Remove duplication of conf loading code here. Just call rehash in constructor...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6972 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-14/+7
* Fix a slightly out of date comment (from before the days of the self commenti...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6971 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-111-3/+1
* Add <watch maxentries> and <silence maxentries>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6969 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-103-19/+57
* Attach ident and original username to the metadata of the user, so that it ca...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6968 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-101-0/+22
* Add m_taxonomy and api minor tweak to make it work, enable some modules for it.•••I have higher aims for this module, namely a neat fix for feature request in bug #285 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6967 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-1013-18/+153
* Patch by djGrrr to WHOIS to fix up another potential information leak, now re...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6966 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-1/+13
* Remove redundant if (), pointed out by djGrrr.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6965 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-6/+2
* Much thanks to djGrrr for being helpful. Give this a go.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6964 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-6/+7
* FIX: Don't show time for remote clients on /whois nick•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6963 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-2/+5
* I got very confused here.. let's fix this•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6962 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-18/+6
* Clarify some of the comments here..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6961 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-3/+6
* (will be tested like nowish): Modified version of djGrrr's patch to re-fix #286.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6960 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-16/+37
* I can do coding, me!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6959 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-101-1/+1
* Slightly modify WHO <port> p to allow a port range, e.g. "WHO 6660-6669,7000,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6958 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-101-1/+7
* Change some stuff around to make sure metadata/fmode comes after nick list if...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6957 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-101-8/+10
* remove EB metadata madness and make services people happy.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6956 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-104-1/+64
* Fix for bug #281, oper fail notices should be global•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6955 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-101-2/+19
* Add HiroP to contributors for being such a helpful little gubbins ;>. Congrad...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6954 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-0/+1
* Remove pointless debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6951 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-101-8/+0
* Remove a large portion of commented craq, and make this fit in better with th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6950 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-17/+8
* Update this to use the new copyright header•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6949 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-9/+4
* Add <stripcolor:allowchanops> to allow channel operators to bypass color stri...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6948 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-9/+20
* Fix typo in r6944, thanks HiroP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6946 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-1/+1
* If hidewhois is enabled, don't show idle time unless requested via remote /wh...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6945 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-2/+9
* Add warning notice to m_deaf, as setting it will make new users pretty confus...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6944 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-101-0/+1
* Fix duplicate End of /NAMES list from here.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6943 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-05-101-1/+0
* chanrec::UserList() gives out end of names numeric. So don't do it here. Fix ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6942 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-05-101-1/+0
* Comment what ive done, so that someone doesnt go 'oh thats a redundant data c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6941 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-102-0/+2