| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove some redundant checks for ULined clients | 2010-09-10 | 4 | -10/+5 | ||
| * | Fix namespace conflict in SQL modules causing crash in PURE_STATIC | 2010-09-10 | 3 | -0/+18 | ||
| * | Clean up incorrect comment and topic timestamp hack | 2010-09-06 | 1 | -14/+4 | ||
| * | Make m_channames use long mode names and block registered channels with inval... | 2010-09-06 | 1 | -8/+7 | ||
| * | Enable gnutls_only on pre-2.2 GnuTLS | 2010-09-06 | 1 | -2/+2 | ||
| * | Fix compilation on old (pre-2.2) versions of GnuTLS | 2010-09-06 | 1 | -0/+12 | ||
| * | Enable COMP-DEFLATE by default so that SSL connections are compressed | 2010-09-06 | 1 | -1/+1 | ||
| * | Allow enabling private GnuTLS extensions such as LZO compression | 2010-09-06 | 1 | -1/+7 | ||
| * | Allow GnuTLS cipher priorities to be set•••This adds <gnutls:prio> and <ssl_cert:prio> which allows you to enable or disable ciphers, key exchange methods, macs, and compression methods in SSL connections made using these certificates. Examples from gnutls_priority_init(3): "NORMAL:!AES-128-CBC" means normal ciphers except for AES-128. "EXPORT:!VERS-TLS1.0:+COMP-DEFLATE" means that export ciphers are enabled, TLS 1.0 is disabled, and libz compression enabled. "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL" | 2010-09-06 | 1 | -2/+10 | ||
| * | Remove redundant database feature from m_permchannels | 2010-09-06 | 1 | -106/+1 | ||
| * | 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 | 2010-09-06 | 7 | -154/+87 | ||
| * | Change m_passforward to use PopulateInfoMap | 2010-09-05 | 1 | -37/+7 | ||
| * | Initialize last_activity when +r is being set | 2010-09-05 | 1 | -0/+1 | ||
| * | A bit of cleanup | 2010-09-05 | 2 | -16/+23 | ||
| * | Document m_sql_channels and m_flatfile_channels | 2010-09-05 | 1 | -20/+39 | ||
| * | Break channel database read/write out of m_chanregister | 2010-09-05 | 3 | -566/+615 | ||
| * | Report location with config errors in m_cloaking | 2010-09-04 | 1 | -17/+15 | ||
| * | Fix crash in m_silence when provided with a bad pattern (bug #79) | 2010-09-04 | 1 | -8/+17 | ||
| * | Fix crash on matching j:@#chan ban when the user is not in the channel | 2010-09-04 | 1 | -1/+1 | ||
| * | Clean up CGI:IRC Extensibles•••This adds <cgiirc:name> and displays that name in /CHECK on a user. | 2010-09-03 | 1 | -84/+83 | ||
| * | Fix resolved hostname not being changed when WEBIRC passes a hostname longer ... | 2010-09-03 | 1 | -17/+15 | ||
| * | Add nickregister.h | 2010-08-30 | 2 | -74/+143 | ||
| * | Add reverse-map to m_nickregister | 2010-08-30 | 1 | -23/+50 | ||
| * | Fix last_used not being updated on netburst | 2010-08-29 | 1 | -6/+17 | ||
| * | Fix tags sometimes being included in AccountEvent or dropped from METADATA | 2010-08-29 | 1 | -13/+22 | ||
| * | Add expiry and default parameters to m_nickregister | 2010-08-29 | 1 | -22/+70 | ||
| * | Add SQL support to m_chanregister | 2010-08-28 | 1 | -67/+226 | ||
| * | Avoid future bugs with Attach | 2010-08-28 | 111 | -111/+111 | ||
| * | Fix missing hook registrations | 2010-08-28 | 3 | -6/+8 | ||
| * | Initial implementation of m_nickregister | 2010-08-28 | 1 | -0/+208 | ||
| * | Remove unused Implementation | 2010-08-28 | 1 | -2/+2 | ||
| * | Convert m_alias and m_serverbots to FormatSubstitute | 2010-08-27 | 2 | -120/+86 | ||
| * | Add FormatSubstitute utility class | 2010-08-27 | 4 | -97/+60 | ||
| * | Promote PopulateInfoMap to core, it is moderately useful | 2010-08-27 | 6 | -23/+11 | ||
| * | Add some documentation about sqlauth and an example | 2010-08-27 | 1 | -1/+1 | ||
| * | Add m_sqlcommand - allow creating /COMMANDs that map to SQL queries | 2010-08-27 | 4 | -14/+194 | ||
| * | It is useful to register hooks that you implement | 2010-08-26 | 1 | -2/+2 | ||
| * | Allow users in the autoop list to apply the permitted mode/opflag changes to ... | 2010-08-26 | 3 | -41/+68 | ||
| * | Make /CBAN take glob patterns - thanks Majic for noticing | 2010-08-26 | 1 | -1/+1 | ||
| * | Add CrashState for tracing basic call state when the stack is corrupt | 2010-08-25 | 2 | -2/+3 | ||
| * | Add umode +n - never autoop this user unless /UP is used | 2010-08-25 | 1 | -4/+14 | ||
| * | Fix race condition in m_timedmodes | 2010-08-25 | 1 | -1/+1 | ||
| * | Add thread terminator support | 2010-08-25 | 1 | -2/+8 | ||
| * | Use mysql_real_escape_string by postponing substitution until query time | 2010-08-24 | 1 | -53/+98 | ||
| * | Support module unloading while jobs are enqueued | 2010-08-24 | 1 | -22/+27 | ||
| * | Replace thread engine with job engine | 2010-08-24 | 1 | -152/+50 | ||
| * | Prevent using /TMODE to register channels over the limit | 2010-08-24 | 1 | -1/+12 | ||
| * | Add options to config to recheck autoop upon logging in or changing host | 2010-08-24 | 1 | -3/+14 | ||
| * | Recheck autoop lists upon account login | 2010-08-24 | 1 | -2/+14 | ||
| * | Clarify GnuTLS error messages on files not found | 2010-08-23 | 1 | -1/+12 | ||
