Age | Commit message (Expand) | Author |
2014-06-11 | m_spanningtree Assign an id to new Memberships | Attila Molnar |
2014-06-11 | m_spanningtree Initialize membership ids on load | Attila Molnar |
2014-06-10 | Add channel TS to server-to-server INVITE to detect and drop unauthorized inv... | Attila Molnar |
2014-06-10 | m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions | Attila Molnar |
2014-06-10 | Use the iterator version of Channel::KickUser() in a few places | Attila Molnar |
2014-06-09 | m_remove Make the protected rank configurable instead of hardcoding it to 50000 | Attila Molnar |
2014-06-09 | m_remove Recognize /REMOVE <chan> <nick> | Attila Molnar |
2014-06-09 | m_remove Manually forward all REMOVE messages, turn FPART into REMOVE | Attila Molnar |
2014-06-07 | m_ssl_openssl Remove unused MAX_DESCRIPTORS define | Attila Molnar |
2014-06-07 | Fix harmless loop off-by-ones found by Moonlightning | satmd |
2014-06-07 | m_channames Remove temporary vector from ValidateChans() | Attila Molnar |
2014-06-07 | m_channames Call ValidateChans() from cull() on unload | Attila Molnar |
2014-06-06 | m_spanningtree Forward NICK messages when they cause a collision with the new... | Attila Molnar |
2014-06-06 | m_spanningtree Fix cleanup of connections when unloading a module that provid... | Attila Molnar |
2014-05-28 | m_ident Close the ident socket when the object is culled instead of using hooks | Attila Molnar |
2014-05-28 | m_ident Make use of the min parameter of ConfigTag::getInt() | Attila Molnar |
2014-05-28 | m_ident: Add an option to allow idents of users to still be prefixed with a '... | Robby- |
2014-05-26 | m_ssl_gnutls Don't include cap.h | Attila Molnar |
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar |
2014-05-23 | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell |
2014-05-21 | Update server.cpp | Dan Parsons |
2014-05-16 | m_passforward: Don't forward password if the connect block required a passwor... | Googolplexed |
2014-05-10 | m_ldap: time out LDAP queries | Adam |
2014-05-08 | Fix m_permchannels and m_xline_db on Windows | Adam |
2014-05-01 | m_cgiirc Call User::InvalidateCache() after changing host and dhost in OnChec... | Attila Molnar |
2014-04-29 | m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIES | Attila Molnar |
2014-04-26 | m_spanningtree Set the bursting flag in the FJOIN handler based on whether th... | Attila Molnar |
2014-04-26 | Remove redundant IS_LOCAL() checks discovered by static asserts | Attila Molnar |
2014-04-20 | Change the OnNamesListItem() hook to return ModResult | Attila Molnar |
2014-04-16 | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS | Attila Molnar |
2014-04-16 | m_spanningtree Throw an exception on protocol violations instead of returning... | Attila Molnar |
2014-04-14 | m_sajoin, m_sapart Support a comma separated list of channels | Attila Molnar |
2014-04-14 | m_sajoin Abort and report if the target user is already on the channel | Attila Molnar |
2014-04-14 | m_spanningtree Fix routing of unicast messages | Attila Molnar |
2014-04-13 | Change Windows libraries to be dynamically linked | Adam |
2014-04-13 | m_ssl_openssl Avoid Applink on Windows by calling PEM_read_bio_DHparams() ins... | Attila Molnar |
2014-04-13 | m_auditorium Handle NULL return from Channel::GetUser() in OnSendWhoLine() | Attila Molnar |
2014-04-13 | m_ojoin Remove pointless FindChan() call | Attila Molnar |
2014-04-12 | m_watch Be more strict when checking whether the watch list of a user is full | Attila Molnar |
2014-04-12 | Correct the syntax messages of a few modules. | Robby- |
2014-04-11 | m_filter Allow exemption of messages sent to nicks specified in <exemptfromfi... | Attila Molnar |
2014-04-11 | m_filter Rename config key used in exemptfromfilter from "channel" to "target... | Attila Molnar |
2014-04-11 | m_filter Rename exemptfromfilter field to exemptedchans, use std::set::count() | Attila Molnar |
2014-04-11 | m_filter Use case insensitive compare for exempted targets, add typedef for t... | Attila Molnar |
2014-04-09 | m_services_account Remove now needless workaround added to 2.0 to display the... | Attila Molnar |
2014-04-09 | Fix m_cgiirc to set the user's host straight away when using WEBIRC. | md_5 |
2014-04-08 | m_blockcaps Get rid of needless cast, use unsigned types | Attila Molnar |
2014-04-08 | m_blockcaps Simplify CTCP ACTION (/me) detection | Attila Molnar |
2014-04-08 | m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256... | Attila Molnar |
2014-04-08 | m_spanningtree Remove the (now) undocumented disablehmac config option | Attila Molnar |