| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only write pidfile if we have parsed a valid configuration | 2011-07-17 | 1 | -23/+27 | |
| | | |||||
| * | Update copyright notices to 2011 | 2011-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Fix IPv6 test on Windows | 2011-04-19 | 1 | -1/+1 | |
| | | |||||
| * | Remove command_parse.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove threadengine.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove dns.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Fix bug #113 | 2010-12-23 | 1 | -1/+1 | |
| | | |||||
| * | Add const to some functions | 2010-12-01 | 1 | -1/+1 | |
| | | |||||
| * | A server without any <bind> blocks is useless. Check that instead. | 2010-09-11 | 1 | -4/+3 | |
| | | |||||
| * | Abort on empty configuration, since all core tags are now optional | 2010-09-11 | 1 | -1/+5 | |
| | | |||||
| * | Update m_flatfile_channels to be more robust | 2010-09-06 | 1 | -0/+1 | |
| | | | | | | | | Enable storage of registered channels without permanent channels, or vice versa Only set the dirty bit if a channel that is written to the database gets its mode or topic changed, rather than any channel or user Move NukeChannel to core and put announcets back in options Allow sending mode merges via the protocol interface | ||||
| * | Replace thread engine with job engine | 2010-08-24 | 1 | -3/+3 | |
| | | |||||
| * | Remove "assign()" converter between irc::string and std::string | 2010-08-22 | 1 | -3/+3 | |
| | | |||||
| * | Clarify the configuration tag function names | 2010-08-22 | 1 | -51/+51 | |
| | | |||||
| * | Replace remaining Request users with dynamic_reference | 2010-08-21 | 1 | -2/+2 | |
| | | |||||
| * | Remove some duplicate code | 2010-08-21 | 1 | -13/+0 | |
| | | |||||
| * | Change config reading hook for better error reporting | 2010-08-21 | 1 | -69/+98 | |
| | | | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. | ||||
| * | Set the server name to the system hostname by default | 2010-08-13 | 1 | -0/+6 | |
| | | |||||
| * | <performance:maxwho> is no longer used, remove from config | 2010-08-13 | 1 | -2/+0 | |
| | | |||||
| * | Remove duplicated settings now solely defined by the <connect> class | 2010-08-13 | 1 | -4/+0 | |
| | | |||||
| * | Remove Limits.Finalise(), doing this is completely incorrect | 2010-08-13 | 1 | -2/+0 | |
| | | |||||
| * | Change config format to use XML entities by default | 2010-08-08 | 1 | -1/+1 | |
| | | |||||
| * | Fix rehash message sending for remote rehashes | 2010-08-03 | 1 | -12/+10 | |
| | | |||||
| * | Don't repeat the Raw I/O log message on every rehash | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Change <security:operspywhois> to a tristate | 2010-08-03 | 1 | -2/+9 | |
| | | |||||
| * | Add RAWIO log level which is more verbose than DEBUG | 2010-08-03 | 1 | -5/+7 | |
| | | |||||
| * | Make /etc/resolv.conf reader slightly less stupid | 2010-08-03 | 1 | -2/+5 | |
| | | |||||
| * | Add <options:cyclehostsfromuser> to configure source for mode changes on ↵ | 2010-08-03 | 1 | -0/+1 | |
| | | | | | host cycle and autoop | ||||
| * | Complain when duplicate tags are found using ConfValue | 2010-08-03 | 1 | -3/+8 | |
| | | |||||
| * | Warn about duplicate <type> and <class> blocks | 2010-08-03 | 1 | -2/+5 | |
| | | |||||
| * | Change OperInfo to store oper/type/class together. | 2010-08-03 | 1 | -37/+4 | |
| | | | | | | This allows privelages to be granted using <oper:commands> or <type:commands> instead of requiring <class> blocks. | ||||
| * | Change connect class inheritance to use references, allows conn_umode and ↵ | 2010-08-03 | 1 | -61/+12 | |
| | | | | | conn_join to inherit | ||||
| * | Allow <oper:classes> to specify classes in addition to <type:classes> | 2010-08-03 | 1 | -0/+10 | |
| | | |||||
| * | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ↵ | 2010-08-03 | 1 | -1/+19 | |
| | | | | | specified | ||||
| * | Force granted prefixes like +o to be specified in <options:defaultmodes> | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Add <options:nameonlymodes> | 2010-08-03 | 1 | -1/+2 | |
| | | |||||
| * | Allow named modes to be disabled with <disabled:modes> | 2010-08-03 | 1 | -22/+35 | |
| | | |||||
| * | Remove SYSTEM and related sensitive information from the non-oper VERSION line | 2010-02-16 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12471 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Why are we wasting space on DieValue? | 2010-02-10 | 1 | -1/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12418 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move configuration examples to docs, remove automatic overwrite on make install | 2010-02-06 | 1 | -14/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12383 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Executable include for MOTD and more | 2010-02-02 | 1 | -30/+0 | |
| | | | | | | | | | This introduces an <execfiles> tag that reads files from the output of a command, in the same way as executable includes. The files specified here can also be used anywhere a file is used (opermotd, randquote, etc) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12354 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add OnSetConnectClass hook for use in adding requirements to connect classes ↵ | 2010-02-02 | 1 | -3/+0 | |
| | | | | | | | (such as requiressl) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12352 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Sort items in the 005 line | 2010-02-02 | 1 | -11/+12 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12351 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Update connect block matching on rehash to prefer names, show more useful ↵ | 2010-01-31 | 1 | -19/+29 | |
| | | | | | | | information in /STATS i git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12337 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow connect classes to be specified without an allow or deny mask | 2010-01-31 | 1 | -2/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12336 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove MaxWhoResults, replace with an increase of Penalty based on result ↵ | 2010-01-29 | 1 | -3/+0 | |
| | | | | | | | list size git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12325 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix type-based oper blocks not storing their names | 2010-01-18 | 1 | -0/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12298 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove excessive gettimeofday system calls | 2010-01-18 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Manual port of don't error on failed port bind commit. | 2010-01-16 | 1 | -1/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12274 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
