Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-16 | m_passforward: Don't forward password if the connect block required a ↵ | Googolplexed | |
password to connect | |||
2014-05-12 | Update core_stats.cpp | WindowsUser | |
Make this consistent with other "Permission Denied" errors. | |||
2014-05-10 | m_ldap: time out LDAP queries | Adam | |
Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronous library calls from blocking Fix memory leak of pending queries when m_ldap is unloaded | |||
2014-05-06 | Remove needless checks from Invitation::Find() | Attila Molnar | |
2014-05-06 | Document the Membership and the Invitation class | Attila Molnar | |
2014-04-26 | Add support for generating DANE TLSA records to genssl. | Peter Powell | |
2014-04-26 | Remove redundant IS_LOCAL() checks discovered by static asserts | Attila Molnar | |
2014-04-20 | Document parameters and return value for the OnNamesListItem() hook | Attila Molnar | |
2014-04-20 | Change the OnNamesListItem() hook to return ModResult | Attila Molnar | |
Return MOD_RES_DENY to exclude the user from the NAMES list | |||
2014-04-16 | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS | Attila Molnar | |
Throws a ProtocolException if the input is invalid | |||
2014-04-16 | m_spanningtree Throw an exception on protocol violations instead of ↵ | Attila Molnar | |
returning CMD_INVALID Catch CoreExceptions, log and close the link in OnDataReady() | |||
2014-04-14 | Remove WALLCHOPS and WALLVOICES ISUPPORT tokens | Attila Molnar | |
These tokens have been deprecated in favour of STATUSMSG for a long time | |||
2014-04-14 | core_lusers Don't capitalize "local users" and "global users" | Attila Molnar | |
2014-04-14 | m_sajoin, m_sapart Support a comma separated list of channels | Attila Molnar | |
Issue #818 | |||
2014-04-14 | m_sajoin Abort and report if the target user is already on the channel | Attila Molnar | |
Fixes issue #820 reported by @UselessOper | |||
2014-04-14 | m_spanningtree Fix routing of unicast messages | Attila Molnar | |
2014-04-11 | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>. | Peter Powell | |
Remove channels/high-join-limit privilege | |||
2014-04-11 | Implement support for numeric character references. | Peter Powell | |
2014-04-11 | Clean up a bunch of legacy code in the Poll socketengine. | Peter Powell | |
2014-04-11 | Remove various broken/useless features from the build system. | Peter Powell | |
- Removed support for changing the build directory using configure. This can still be set using make BUILDPATH=foo. - Removed support for SPLIT_CC builds. This is not documented anywhere and is quite useless as it doesn't work. - Remove STARTSCRIPT from configure; always install the perl helper. | |||
2014-04-11 | m_filter Allow exemption of messages sent to nicks specified in ↵ | Attila Molnar | |
<exemptfromfilter> tags Issue #655 | |||
2014-04-11 | Redirect the reader to filters.conf.example for advanced filter configuration | Attila Molnar | |
2014-04-11 | m_filter Rename config key used in exemptfromfilter from "channel" to ↵ | Attila Molnar | |
"target", but keep compatibility | |||
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 ↵ | Attila Molnar | |
the set | |||
2014-04-09 | m_services_account Remove now needless workaround added to 2.0 to display ↵ | Attila Molnar | |
the correct host when cgiirc users log in using SASL | |||
2014-04-09 | Fix m_cgiirc to set the user's host straight away when using WEBIRC. | md_5 | |
2014-04-09 | Avoid double Membership lookup in Channel::UserList() | Attila Molnar | |
The user is always inside if UserList() is called from ForceJoin() and the HasUser() result obtained in the /NAMES handler can be reused | |||
2014-04-09 | Move checks determining whether a user is allowed to view the NAMES list of ↵ | Attila Molnar | |
a channel from Channel::UserList() to cmd_names | |||
2014-04-09 | Eliminate usage of has_one in Channel::UserList() | Attila Molnar | |
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 ↵ | Attila Molnar | |
"hash/sha256" service provider | |||
2014-04-08 | m_spanningtree Remove the (now) undocumented disablehmac config option | Attila Molnar | |
2014-04-07 | Fix accessibility in intrusive_list_node and return value of operator-- in ↵ | Attila Molnar | |
intrusive_list | |||
2014-04-07 | Merge insp20 | Attila Molnar | |
2014-04-06 | Release 2.0.16 | Attila Molnar | |
2014-04-06 | Fix IPv6 address handling in 6aaf7047297b739377e7d509cb914f32447fb281 | Attila Molnar | |
2014-04-06 | Fix typo in helpop-full that prevented it from loading and other minor ↵ | Attila Molnar | |
helpop issues | |||
2014-04-04 | Fix snotice about disabled command usage being sent to the wrong snomask | Attila Molnar | |
2014-04-04 | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | Attila Molnar | |
2014-04-04 | Fix typos and update text in the configure script | Attila Molnar | |
Some of these were picked from #448 | |||
2014-04-04 | Major example configuration and helpop update | Attila Molnar | |
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this | |||
2014-04-03 | m_override Deduplicate code | Attila Molnar | |
2014-04-02 | Remove unused User::WriteCommonExcept() | Attila Molnar | |
WriteCommonRaw(msg, false) has similiar functionality with a std::string parameter | |||
2014-04-02 | Move User::SendAll() into core_privmsg | Attila Molnar | |
This functionality is only used by the PRIVMSG and NOTICE handlers | |||
2014-04-02 | Remove User::WriteTo() functions; use User::WriteFrom() instead | Attila Molnar | |
The removed functions were rarely used and all they did was to call User::WriteFrom() with swapped arguments. On call sites, WriteTo() hardly offers any readability improvement over WriteFrom(). | |||
2014-03-31 | Check if Membership::GetPrefixChar() returns 0 before appending it to a string | Attila Molnar | |
Spotted by @barosl | |||
2014-03-29 | Build coremods on Windows, add general support to the cmake script for ↵ | Attila Molnar | |
building modules consisting of multiple compilation units Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/ | |||
2014-03-28 | Convert the global list of dynamic reference pointers to an intrusively ↵ | Attila Molnar | |
linked list |