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