| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Convert m_alias and m_serverbots to FormatSubstitute | Daniel De Graaf | 2010-08-27 | 2 | -120/+86 |
| * | Add FormatSubstitute utility class | Daniel De Graaf | 2010-08-27 | 4 | -97/+60 |
| * | Promote PopulateInfoMap to core, it is moderately useful | Daniel De Graaf | 2010-08-27 | 6 | -23/+11 |
| * | Add some documentation about sqlauth and an example | Daniel De Graaf | 2010-08-27 | 1 | -1/+1 |
| * | Add m_sqlcommand - allow creating /COMMANDs that map to SQL queries | Daniel De Graaf | 2010-08-27 | 4 | -14/+194 |
| * | It is useful to register hooks that you implement | Daniel De Graaf | 2010-08-26 | 1 | -2/+2 |
| * | Allow users in the autoop list to apply the permitted mode/opflag changes to ... | Daniel De Graaf | 2010-08-26 | 3 | -41/+68 |
| * | Make /CBAN take glob patterns - thanks Majic for noticing | Jackmcbarn | 2010-08-26 | 1 | -1/+1 |
| * | Add CrashState for tracing basic call state when the stack is corrupt | Daniel De Graaf | 2010-08-25 | 2 | -2/+3 |
| * | Add umode +n - never autoop this user unless /UP is used | Jackmcbarn | 2010-08-25 | 1 | -4/+14 |
| * | Fix race condition in m_timedmodes | Jackmcbarn | 2010-08-25 | 1 | -1/+1 |
| * | Add thread terminator support | Daniel De Graaf | 2010-08-25 | 1 | -2/+8 |
| * | Use mysql_real_escape_string by postponing substitution until query time | Daniel De Graaf | 2010-08-24 | 1 | -53/+98 |
| * | Support module unloading while jobs are enqueued | Daniel De Graaf | 2010-08-24 | 1 | -22/+27 |
| * | Replace thread engine with job engine | Daniel De Graaf | 2010-08-24 | 1 | -152/+50 |
| * | Prevent using /TMODE to register channels over the limit | Jackmcbarn | 2010-08-24 | 1 | -1/+12 |
| * | Add options to config to recheck autoop upon logging in or changing host | Jackmcbarn | 2010-08-24 | 1 | -3/+14 |
| * | Recheck autoop lists upon account login | Jackmcbarn | 2010-08-24 | 1 | -2/+14 |
| * | Clarify GnuTLS error messages on files not found | Daniel De Graaf | 2010-08-23 | 1 | -1/+12 |
| * | Add support for tagging m_services_account logins | Daniel De Graaf | 2010-08-23 | 3 | -9/+61 |
| * | Fix unsafe iteration in m_chanregister GarbageCollect | Daniel De Graaf | 2010-08-22 | 1 | -6/+7 |
| * | Add m_clear, ircd-side /clear of listmodes or users | webczat | 2010-08-22 | 1 | -0/+204 |
| * | Show Membership metadata in channel /CHECK | Daniel De Graaf | 2010-08-22 | 1 | -10/+12 |
| * | Make m_chanregister not store +P-r channels in its database | Jackmcbarn | 2010-08-22 | 1 | -39/+17 |
| * | Remove "assign()" converter between irc::string and std::string | Daniel De Graaf | 2010-08-22 | 8 | -11/+11 |
| * | Prevent setting -r without having the ability to reset it once unset | Daniel De Graaf | 2010-08-22 | 1 | -5/+1 |
| * | Change channels/set-registration permission to only bypass +r value checks, n... | Daniel De Graaf | 2010-08-22 | 1 | -3/+0 |
| * | Remove incorrect check of <link:ipaddr> as allowmask | Daniel De Graaf | 2010-08-22 | 1 | -11/+3 |
| * | Clarify the configuration tag function names | Daniel De Graaf | 2010-08-22 | 42 | -56/+56 |
| * | Change modelist back to 2.0 definition to remove double-dereference in BanItem | Daniel De Graaf | 2010-08-21 | 6 | -15/+15 |
| * | Remove some unused hooks•••The conversion to named modes in 2.1 broke the OnDelBan hook, so remove
m_timedbans (the only user) since it has been deprecated by m_timedmodes.
The other hooks (OnAddMode and OnNumeric) have never been used.
| Daniel De Graaf | 2010-08-21 | 2 | -223/+55 |
| * | Change m_autoop to use OnPostJoin and add /UP command | Jackmcbarn | 2010-08-21 | 1 | -12/+45 |
| * | Remove testsuite, unused code | Daniel De Graaf | 2010-08-21 | 1 | -1/+0 |
| * | Fix crash in m_channames | Jackmcbarn | 2010-08-21 | 1 | -1/+1 |
| * | Correct some numerics | Daniel De Graaf | 2010-08-21 | 1 | -3/+3 |
| * | Add invite list and stats counters to /CHECK | Daniel De Graaf | 2010-08-21 | 1 | -6/+17 |
| * | Replace remaining Request users with dynamic_reference | Daniel De Graaf | 2010-08-21 | 12 | -983/+126 |
| * | Remove ConfigReader (deprecated interface) | Daniel De Graaf | 2010-08-21 | 29 | -109/+71 |
| * | Add per-user registration limit to m_chanregister | webczat | 2010-08-21 | 1 | -0/+30 |
| * | More config logging fixups | Daniel De Graaf | 2010-08-21 | 5 | -80/+48 |
| * | Move spanningtree config to <spanningtree> from various other places | Daniel De Graaf | 2010-08-21 | 1 | -15/+11 |
| * | Correctly report errors in m_filter config | Daniel De Graaf | 2010-08-21 | 1 | -9/+9 |
| * | Fix crash in opermotd caused by reading config prior to init | Daniel De Graaf | 2010-08-21 | 1 | -7/+8 |
| * | Fix crash when m_chanregister is initialized prior to permchannels | Daniel De Graaf | 2010-08-21 | 1 | -4/+16 |
| * | 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 | 74 | -315/+198 |
| * | Prevent changing +r when already set | webczat | 2010-08-21 | 1 | -0/+7 |
| * | Allow connect blocks to match the "servername" field in USER•••RFC 1459 specifies that the third parameter to USER is the name of the
server that the client is connecting to. While this is not set by all
clients, it is set by some, and could be used to alter MOTD or other
settings based on the DNS name used to connect to a server or network.
| Daniel De Graaf | 2010-08-20 | 1 | -0/+54 |
| * | Fix blockcaps error | Jackmcbarn | 2010-08-20 | 1 | -1/+1 |
| * | Don't display server-sourced changes to opflags | Daniel De Graaf | 2010-08-20 | 1 | -4/+6 |
| * | Fix m_autoop sync of opflags and extra send of mode changes | Daniel De Graaf | 2010-08-20 | 3 | -11/+18 |