| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Publish an interface to m_flatfile_auth and allow it to be used without persi... | Jackmcbarn | 2010-09-23 | 2 | -92/+136 |
| * | Handle extension items and fix some minor bugs | Jackmcbarn | 2010-09-23 | 1 | -7/+56 |
| * | Implement I_OnUnloadModule | Jackmcbarn | 2010-09-23 | 1 | -1/+1 |
| * | Change m_flatfile_auth to derive its data storage class from Extensible, and ... | Jackmcbarn | 2010-09-23 | 1 | -62/+152 |
| * | Add ExtensibleType argument to ExtensionItem to identify item types | Daniel De Graaf | 2010-09-22 | 37 | -38/+39 |
| * | Set connect class if there is one | Jackmcbarn | 2010-09-22 | 1 | -0/+1 |
| * | Add m_flatfile_auth - currently has very basic functionality, but will be exp... | Jackmcbarn | 2010-09-22 | 1 | -0/+493 |
| * | Split m_cloaking into m_cloaking_12 and m_cloaking_20 | Daniel De Graaf | 2010-09-21 | 2 | -171/+451 |
| * | A zero return from gnutls_record_send is not an error | Daniel De Graaf | 2010-09-19 | 1 | -7/+1 |
| * | Add nickregistration_change event, remove user-accessible /NICKREGISTER command | Daniel De Graaf | 2010-09-18 | 2 | -87/+37 |
| * | SVSNICK should not translate nicks to UIDs | Daniel De Graaf | 2010-09-17 | 1 | -1/+1 |
| * | Fix denied nick change error numeric | Daniel De Graaf | 2010-09-12 | 1 | -2/+2 |
| * | Don't apply timestamp merges to nick unregistration | Daniel De Graaf | 2010-09-12 | 1 | -5/+5 |
| * | Add C++ wrappers to more GnuTLS objects; remove the need to specify certcount | Daniel De Graaf | 2010-09-12 | 1 | -48/+153 |
| * | Change spanningtree intercept of WHOIS to a DoWhois function in RemoteUser | Daniel De Graaf | 2010-09-12 | 5 | -63/+10 |
| * | Move RemoteUser into spanningtree | Daniel De Graaf | 2010-09-12 | 4 | -3/+29 |
| * | Move gnutls_dh_params into its own refcounted container object | Daniel De Graaf | 2010-09-11 | 1 | -19/+41 |
| * | Show opflags changes | Jackmcbarn | 2010-09-11 | 1 | -1/+5 |
| * | Fix crash on /opflags query | Daniel De Graaf | 2010-09-11 | 1 | -1/+2 |
| * | Remove some redundant checks for ULined clients | Daniel De Graaf | 2010-09-10 | 4 | -10/+5 |
| * | Fix namespace conflict in SQL modules causing crash in PURE_STATIC | Daniel De Graaf | 2010-09-10 | 3 | -0/+18 |
| * | Clean up incorrect comment and topic timestamp hack | Daniel De Graaf | 2010-09-06 | 1 | -14/+4 |
| * | Make m_channames use long mode names and block registered channels with inval... | Jackmcbarn | 2010-09-06 | 1 | -8/+7 |
| * | Enable gnutls_only on pre-2.2 GnuTLS | Daniel De Graaf | 2010-09-06 | 1 | -2/+2 |
| * | Fix compilation on old (pre-2.2) versions of GnuTLS | Daniel De Graaf | 2010-09-06 | 1 | -0/+12 |
| * | Enable COMP-DEFLATE by default so that SSL connections are compressed | Daniel De Graaf | 2010-09-06 | 1 | -1/+1 |
| * | Allow enabling private GnuTLS extensions such as LZO compression | Daniel De Graaf | 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"
| Daniel De Graaf | 2010-09-06 | 1 | -2/+10 |
| * | Remove redundant database feature from m_permchannels | Jackmcbarn | 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
| Jackmcbarn | 2010-09-06 | 7 | -154/+87 |
| * | Change m_passforward to use PopulateInfoMap | Daniel De Graaf | 2010-09-05 | 1 | -37/+7 |
| * | Initialize last_activity when +r is being set | Daniel De Graaf | 2010-09-05 | 1 | -0/+1 |
| * | A bit of cleanup | Daniel De Graaf | 2010-09-05 | 2 | -16/+23 |
| * | Document m_sql_channels and m_flatfile_channels | Daniel De Graaf | 2010-09-05 | 1 | -20/+39 |
| * | Break channel database read/write out of m_chanregister | Daniel De Graaf | 2010-09-05 | 3 | -566/+615 |
| * | Report location with config errors in m_cloaking | Daniel De Graaf | 2010-09-04 | 1 | -17/+15 |
| * | Fix crash in m_silence when provided with a bad pattern (bug #79) | Daniel De Graaf | 2010-09-04 | 1 | -8/+17 |
| * | Fix crash on matching j:@#chan ban when the user is not in the channel | Daniel De Graaf | 2010-09-04 | 1 | -1/+1 |
| * | Clean up CGI:IRC Extensibles•••This adds <cgiirc:name> and displays that name in /CHECK on a user.
| Daniel De Graaf | 2010-09-03 | 1 | -84/+83 |
| * | Fix resolved hostname not being changed when WEBIRC passes a hostname longer ... | Daniel De Graaf | 2010-09-03 | 1 | -17/+15 |
| * | Add nickregister.h | Daniel De Graaf | 2010-08-30 | 2 | -74/+143 |
| * | Add reverse-map to m_nickregister | Daniel De Graaf | 2010-08-30 | 1 | -23/+50 |
| * | Fix last_used not being updated on netburst | Daniel De Graaf | 2010-08-29 | 1 | -6/+17 |
| * | Fix tags sometimes being included in AccountEvent or dropped from METADATA | Daniel De Graaf | 2010-08-29 | 1 | -13/+22 |
| * | Add expiry and default parameters to m_nickregister | Daniel De Graaf | 2010-08-29 | 1 | -22/+70 |
| * | Add SQL support to m_chanregister | Daniel De Graaf | 2010-08-28 | 1 | -67/+226 |
| * | Avoid future bugs with Attach | Jackmcbarn | 2010-08-28 | 111 | -111/+111 |
| * | Fix missing hook registrations | Daniel De Graaf | 2010-08-28 | 3 | -6/+8 |
| * | Initial implementation of m_nickregister | Daniel De Graaf | 2010-08-28 | 1 | -0/+208 |
| * | Remove unused Implementation | Daniel De Graaf | 2010-08-28 | 1 | -2/+2 |