summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Yes, Square Meater is a real cow breed. Only aussies would come up with ↵ v1.2.0b2Gravatar brain2008-10-191-1/+1
| | | | | | something so funny. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10679 e03df62e-2008-0410-955e-edbf42e46eb7
* Convert a number of modules to using privs.Gravatar w00t2008-10-183-3/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10676 e03df62e-2008-0410-955e-edbf42e46eb7
* Tie settings in mode and whowas to privs.Gravatar w00t2008-10-182-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10675 e03df62e-2008-0410-955e-edbf42e46eb7
* Tie a number of /who settings to servers/auspex and users/auspex respectively.Gravatar w00t2008-10-182-8/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10674 e03df62e-2008-0410-955e-edbf42e46eb7
* Tie display of realhost in USERHOST to users/auspex priv.Gravatar w00t2008-10-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10673 e03df62e-2008-0410-955e-edbf42e46eb7
* Tie /stats that aren't explicitly marked for users into servers/auspex.Gravatar w00t2008-10-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10672 e03df62e-2008-0410-955e-edbf42e46eb7
* Tie module version display to servers/auspex priv.Gravatar w00t2008-10-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10671 e03df62e-2008-0410-955e-edbf42e46eb7
* Add priv channels/high-join-limit.Gravatar w00t2008-10-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10670 e03df62e-2008-0410-955e-edbf42e46eb7
* Use servers/auspex and users/auspex privs where needed.Gravatar w00t2008-10-181-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10669 e03df62e-2008-0410-955e-edbf42e46eb7
* Implement channels/auspex priv for /names and /list.Gravatar w00t2008-10-183-20/+33
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10666 e03df62e-2008-0410-955e-edbf42e46eb7
* Make use of privs for PRIVMSG also.Gravatar w00t2008-10-181-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10663 e03df62e-2008-0410-955e-edbf42e46eb7
* Working privs implementation, and example usage in NOTICE for mass messaging.Gravatar w00t2008-10-184-12/+79
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10662 e03df62e-2008-0410-955e-edbf42e46eb7
* Migrate oper commands to an std::set, add a set for privs also. Change the ↵Gravatar w00t2008-10-182-3/+3
| | | | | | API a bit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10661 e03df62e-2008-0410-955e-edbf42e46eb7
* Add skeleton of HasPrivPermission.Gravatar w00t2008-10-182-0/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10660 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch from Namegduf to use established numerics for HELPOP instead of notices.Gravatar w00t2008-10-181-6/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10659 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't neglect calling User::CheckClass after SetClass, so that users don't ↵Gravatar w00t2008-10-171-0/+6
| | | | | | end up lingering with a NULL class if they shouldn't. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10656 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove space indenting. (Brain, *smack* :P)Gravatar w00t2008-10-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10655 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove the duplicate checking/disabled setting of <connect> craq, there is a ↵Gravatar w00t2008-10-172-51/+19
| | | | | | (better) way to do this, which is to hunt for a new connect class on all users once /rehash happens. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10654 e03df62e-2008-0410-955e-edbf42e46eb7
* Add notices on successful add or remove to callerid list.Gravatar w00t2008-10-171-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10653 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch from dz for bug #620, thanks.Gravatar aquanight2008-10-171-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10652 e03df62e-2008-0410-955e-edbf42e46eb7
* possible fix for bug #623, reported by MacGyver. Untested please test :DGravatar peavey2008-10-161-2/+34
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10651 e03df62e-2008-0410-955e-edbf42e46eb7
* Numerous fixes for m_dccallow - only the first banfile tag mattered, ↵Gravatar special2008-10-151-10/+18
| | | | | | improper behavior with no banfile tags, incorrect check for adding yourself to the dccallow list, and several cosmetic issues. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10646 e03df62e-2008-0410-955e-edbf42e46eb7
* m_ssl_openssl is sending log messages and calling itself m_ssl_gnutls..Gravatar special2008-10-151-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10645 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <hidechans:affectsopers>, allows networks to hide channels of a +I user ↵Gravatar w00t2008-10-151-10/+33
| | | | | | even from opers, for added privacy. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10644 e03df62e-2008-0410-955e-edbf42e46eb7
* Modify $copy macros in comments, fixes bug #617Gravatar brain2008-10-151-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10643 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove outdated TODOGravatar brain2008-10-141-2/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10641 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't send an override notice if no modes were actually applied, thanks Ankit.Gravatar w00t2008-10-131-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10640 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix messageflood not working (bug #615). Big thanks to dz.Gravatar w00t2008-10-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10636 e03df62e-2008-0410-955e-edbf42e46eb7
* Update comment that says we dont send simplemodes in FJOIN, we do now.Gravatar brain2008-10-101-7/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10635 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply patch from jmb, for bug #593. Snotices on override are now sent ↵Gravatar w00t2008-10-081-8/+1
| | | | | | regardless of noisy setting. Done in preparation for b2 sometime soon. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10633 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix memory leak in helpop config loading, thanks Macgyver.Gravatar w00t2008-10-081-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10631 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix crash caused by me being retarded.Gravatar w00t2008-10-081-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10630 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix: call OnRawSocketAccept for server connections. This isn't yet done in ↵Gravatar w00t2008-10-081-0/+2
| | | | | | an ideal fashion, but it should work for now. Fixes bug #616, reported by dz. Thanks. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10629 e03df62e-2008-0410-955e-edbf42e46eb7
* Some more safety checks to catch out invalid client introductions (e.g. from ↵Gravatar brain2008-10-051-2/+11
| | | | | | atheme when its too old (for some reason its no longer checking the protocol ID for this)) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10623 e03df62e-2008-0410-955e-edbf42e46eb7
* Header tidyups. Apart from module to module API stuff and external deps, ↵Gravatar brain2008-10-0419-74/+13
| | | | | | modules dont really need to include much but inspircd.h (and xline.h if they create new xline factories) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10622 e03df62e-2008-0410-955e-edbf42e46eb7
* We are including tons more than we need to here, its a mess :pGravatar brain2008-10-042-19/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10621 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #613 reported by Casey, m_regex_glob's parameters were back to ↵Gravatar brain2008-10-042-2/+4
| | | | | | front! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10620 e03df62e-2008-0410-955e-edbf42e46eb7
* Whooops! thanks psychonGravatar brain2008-10-031-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10619 e03df62e-2008-0410-955e-edbf42e46eb7
* Comments here tooGravatar brain2008-10-021-0/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10618 e03df62e-2008-0410-955e-edbf42e46eb7
* Mention ulines tooGravatar brain2008-10-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10617 e03df62e-2008-0410-955e-edbf42e46eb7
* Comment on potentially confusing codeGravatar brain2008-10-021-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10616 e03df62e-2008-0410-955e-edbf42e46eb7
* The module hook is kinda required.Gravatar brain2008-10-023-6/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10615 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #601Gravatar brain2008-10-025-3/+31
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10614 e03df62e-2008-0410-955e-edbf42e46eb7
* Some suggestions from jilles about handling unknown prefix errors, and some ↵Gravatar brain2008-09-302-6/+20
| | | | | | ideas of my own about handling unknown modes in client introduction to prevent leaving a desynched user on the source server git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10613 e03df62e-2008-0410-955e-edbf42e46eb7
* Make topic optional for permanent channels tags.Gravatar w00t2008-09-291-3/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10610 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix inverted logic in restrictchans that caused it to not play nice with ↵Gravatar w00t2008-09-291-4/+4
| | | | | | permchannels. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10609 e03df62e-2008-0410-955e-edbf42e46eb7
* Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines ↵Gravatar special2008-09-292-26/+13
| | | | | | and zlines on IPs affecting cgiirc users. Thanks to Saz|Laptop git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10607 e03df62e-2008-0410-955e-edbf42e46eb7
* I think this fixes the mode +k weirdness. Keys were never being set ↵Gravatar brain2008-09-291-1/+2
| | | | | | correctly in the channel data. gcc doesnt warn on cast from char* to bool. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10606 e03df62e-2008-0410-955e-edbf42e46eb7
* Suggested by nenolod, lets add this for thread signal safetyGravatar brain2008-09-281-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10605 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix <options:noservices> causing +o (and +q!) not being correctly given on ↵Gravatar aquanight2008-09-261-1/+1
| | | | | | channel create git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10604 e03df62e-2008-0410-955e-edbf42e46eb7