summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.2.0a4+Angus (Yummeh!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9872 e03df62e-2008-0410-955e-edbf42e46eb7 v1.2.0a4Gravatar brain2008-06-081-1/+1
* Add module that allows hiding of MAP and LINKS as per ircu, e.g. ":server.nam...•••URL is configurable in the config file, blocks LINKS and MAP for non-opers. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9870 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-081-0/+59
* More useful error reporting that give closer line numbers, so long as you can...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9869 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-082-13/+20
* Config reader strictness: check for escape sequences (\" etc) outside of a qu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9868 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-081-0/+5
* Make checks more strict•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9867 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-081-4/+4
* Bitch when we find stray characters outside of a tag, this will track down a ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9866 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-081-0/+6
* Allow 0-9 in tag/key names, and special check for > and \n•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9865 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-081-2/+2
* Check in tag names too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9864 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-081-1/+7
* Check for invalid characters in keys, will catch config errors earlier and cl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9863 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-082-4/+10
* Fix #551•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9862 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-081-1/+1
* Remove this debug line, eliminating its pointless warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9858 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-1/+0
* And fix typo that came with it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9857 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-1/+1
* Fix bug from std::string porting, thanks ThunderHacker•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9856 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-062-2/+3
* Add patch for bug #549, conf file update from jackmcbarn•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9852 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-7/+63
* Whoops, remote users not being counted in map, fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9851 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-0/+1
* Abort on matchlist.length() > 450•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9850 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-2/+1
* Whoops eat command not allow it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9849 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-1/+1
* If we have > 10 matches to a command, abort and dont try and show the list. T...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9848 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-0/+7
* On ambiguous abbreviation, list all possibilities and eat the command (numeri...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9847 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-063-7/+29
* Remove excessive debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9846 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-5/+3
* m_abbreviation completed. :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9845 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-065-10/+26
* More spanningtree tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9844 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-2/+3
* Another here too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9843 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-1/+1
* Update a header i left out•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9842 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-062-3/+5
* Fix compile error•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9841 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-2/+4
* Allow changing of command string and parameter vector within OnPreCommand, al...•••Add basic skeleton module for it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9840 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-0618-17/+68
* Fix for bug #548 reported by jackmcbarn, away message not unsetting•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9837 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-031-1/+1
* ya, adding some stuff with DEV LEVEL ACCESS (sorry)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9834 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-06-031-0/+1
* Only prepare epoll for 25% of maxfds initially; it will grow beyond that as n...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9832 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-06-011-1/+2
* Remove limits on assigning of oper types. Theres no practical reason to restr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9831 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-012-2/+2
* Improve debug output on a few key methods of epoll socketengine, a must when ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9830 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-06-011-1/+11
* Fix warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9829 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-06-011-1/+2
* Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9827 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-017-31/+35
* Forward port r9825: Fix bug found by the atheme migration testing: +V should ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9826 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-311-4/+7
* and another rev bites the dust..thanks dz•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9824 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-311-1/+1
* fix. thanks jackmcbarn and special.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9823 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-311-1/+1
* make the +J msg a little more coherent •••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-311-1/+1
* removed duplicate quotes. Thanks jackmcbarn•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9821 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-291-6/+1
* fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9820 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-291-1/+1
* inspircd allows him to•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9819 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-291-1/+1
* If Chuck Norris and InspIRCd met in a dark alley, Chuck Norris would get his ...•••and lots more :D:D git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9818 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-291-0/+20
* Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9817 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-292-5/+5
* Finally get the headers right on this module.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9815 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-291-2/+12
* revert this 1 revision back, since it fell victim to collateral damage of the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9814 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-281-43/+89
* Fix error•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9812 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-261-2/+2
* Eliminate string joining craq•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9811 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-261-11/+2
* Dont increment maxmodes at finalisation, it isnt used in the same way•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9810 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-261-1/+0
* All the limits were one less than specified in the config, so now we postincr...•••This DOES mean that from a protocol perspective the figures look a little odd, but they always did. :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9809 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-252-0/+18
* Add parsing of <limits> tag and finish documenting it, make all the values ma...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9808 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-253-8/+20
* Example conf now with <limits> tag•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9807 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-251-0/+45