| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | m_spanningtree Fix nick TS desync on SVSNICK•••Don't accept invalid timestamps
| Attila Molnar | 2013-12-15 | 3 | -3/+21 |
| | * | Fix m_override refusing to override modes if the user holds halfop or higher ... | Daniel Vassdal | 2013-12-14 | 1 | -1/+18 |
| | * | Fix ACCEPT propagation bug when it got a nick prefixed with +•••Fixes #696
Does not apply to 2.2 due to Attila's rewrite of the module
| Daniel Vassdal | 2013-12-09 | 1 | -0/+3 |
| | * | Use case insensitive comparison for server names for (auto)connects, issue #662 | Adam | 2013-11-09 | 2 | -4/+4 |
| | * | Fix parsing ADDLINE with expiration or creation dates past ~2038 probably | Adam | 2013-11-09 | 1 | -2/+6 |
| | * | Fix issue #657, fix sending FNAME with spaces | Adam | 2013-11-09 | 1 | -1/+1 |
| | * | Fix m_silence looking for maxentries in <showwhois> instead of <silence>.•••Fixes issue #644.
| Peter Powell | 2013-10-26 | 1 | -1/+1 |
| | * | Work around STB_GNU_UNIQUE symbols not allowing module unmap | attilamolnar | 2013-09-15 | 3 | -9/+12 |
| | * | m_httpd Close all open http sockets on unload | attilamolnar | 2013-09-09 | 1 | -7/+15 |
| | * | m_showwhois Require 2 parameters for WHOISNOTICE | attilamolnar | 2013-09-09 | 1 | -1/+1 |
| | * | Merge pull request #623 from ChrisTX/insp20+compilerfixes•••Improve support for rarely used compilers, EKOPath in this case. | Attila Molnar | 2013-09-04 | 2 | -2/+2 |
| | |\ |
|
| | | * | Improve support for rarely used compilers, EKOPath in this case. | ChrisTX | 2013-08-31 | 2 | -2/+2 |
| | * | | m_spanningtree Fix timestamp in AWAY | attilamolnar | 2013-08-31 | 1 | -1/+1 |
| | |/ |
|
| * | | m_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messages | Attila Molnar | 2014-01-21 | 1 | -1/+1 |
| * | | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ... | Adam | 2014-01-21 | 2 | -65/+123 |
| * | | Stop null checking pointers that are always valid | Attila Molnar | 2014-01-09 | 4 | -38/+23 |
| * | | Remove PreText()-like functions•••Do processing in OnUserPreMessage()
| Attila Molnar | 2014-01-08 | 4 | -40/+21 |
| * | | Read uline state in spanningtree; remove ConfigReader::ulines | Attila Molnar | 2014-01-08 | 2 | -4/+28 |
| * | | Automatically register and unregister mode watchers | Attila Molnar | 2014-01-06 | 3 | -34/+0 |
| * | | Unset all extensions and the topic when lowering TS on a channel | Attila Molnar | 2014-01-06 | 2 | -10/+39 |
| * | | m_deaf Simplify logic | Attila Molnar | 2014-01-06 | 1 | -19/+4 |
| * | | Move server description field from TreeServer into Server; remove OnGetServer... | Attila Molnar | 2014-01-05 | 4 | -25/+5 |
| * | | Introduce Server class•••- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
| Attila Molnar | 2014-01-05 | 39 | -87/+123 |
| * | | Remove useless ULine() checks | Attila Molnar | 2014-01-05 | 2 | -3/+3 |
| * | | m_spanningtree Remove vector from TreeServer::QuitUsers() | Attila Molnar | 2014-01-05 | 1 | -15/+10 |
| * | | Improve UserManager::QuitUser() and related code•••- Make operreason optional; NULL means same as quitreason
- Remove User::quietquit, it is now handled internally in spanningtree
- Send snotice about quitting remote users from spanningtree
| Attila Molnar | 2014-01-05 | 4 | -9/+25 |
| * | | Change type of snomask parameter to char in ProtocolInterface::SendSNONotice() | Attila Molnar | 2014-01-04 | 3 | -3/+3 |
| * | | Add functor that does strict weak ordering based on national_case_insensitive... | Attila Molnar | 2014-01-04 | 3 | -30/+30 |
| * | | Fix some Windows-related problems.•••- Fix an error relating to the unavailability of std::back_inserter.
- Fix loading configuration files when using relative paths.
- Fix two methods in hashcomp being exported twice.
- Remove some unimportant error messages.
| Peter Powell | 2014-01-04 | 1 | -1/+1 |
| * | | m_showwhois Update settings on rehash | Attila Molnar | 2013-12-19 | 1 | -1/+1 |
| * | | m_filter Remove ImplFilter and needless dynamic_cast | Attila Molnar | 2013-12-19 | 1 | -33/+18 |
| * | | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | Adam | 2013-12-19 | 5 | -657/+1176 |
| * | | Add m_showfile, remove cmd_rules | Attila Molnar | 2013-12-18 | 2 | -0/+179 |
| * | | m_auditorium Switch to SimpleChannelModeHandler | Attila Molnar | 2013-12-18 | 1 | -10/+2 |
| * | | m_spanningtree Fix clang warning and wrong operator in if | Attila Molnar | 2013-12-18 | 2 | -2/+2 |
| * | | Clean up CoreException•••- Remove default constructor
- Replace virtual functions returning C strings with functions returning const std::string refs
| Attila Molnar | 2013-12-18 | 8 | -10/+10 |
| * | | m_sakick Replace C string with C++ string | Attila Molnar | 2013-12-18 | 1 | -9/+1 |
| * | | Clean up error messages in a few SA commands | Attila Molnar | 2013-12-18 | 3 | -45/+18 |
| * | | Add a Flash Policy Daemon module | Daniel Vassdal | 2013-12-18 | 1 | -0/+158 |
| * | | Make various self contained methods static.•••- InspIRCd::IsValidMask
- InspIRCd::TimeString
| Peter Powell | 2013-12-15 | 9 | -12/+12 |
| * | | Remove some pointless code:•••- Remove the CHARSET entry from ISUPPORT.
CHARSET was removed in draft-brocklesby-irc-isupport-03 and we
always used the default value anyway. This has also been removed
in the latest version of Charybdis.
- Remove irc::sockets::satouser.
This helper method was longer than the code it replaced.
| Peter Powell | 2013-12-15 | 2 | -3/+3 |
| * | | Move stuff around a bit:•••- Create FileSystem class:
* Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite.
* Move ServerConfig::ExpandPath to FileSystem.
* Move ServerConfig::FileExists to FileSystem.
* Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem.
- Move FileReader to fileutils.cpp and fix documentation.
- Move UserManager::DoBackgroundUserStuff to usermanager.cpp.
| Peter Powell | 2013-12-15 | 1 | -1/+1 |
| * | | m_cap Convert capability names in CAP REQ to lowercase before processing them•••Requested in #686
| attilamolnar | 2013-11-21 | 1 | -0/+1 |
| * | | Fix a few issues•••- Rehash notices
- Modes in CAPAB
- GetTargetAndAction() not being static in m_callerid
- Loading custom configuration files using --config. (@SaberUK)
- ServerConfig::Read not using std::endl. (@SaberUK)
- Out of date comments in opers.conf.example, issue #624
| attilamolnar | 2013-11-21 | 2 | -2/+2 |
| * | | Allow multiple allowmasks in link blocks, #679 | Adam | 2013-11-21 | 2 | -4/+7 |
| * | | Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.•••Also, fix a bug where eval() caused compile errors.
| Peter Powell | 2013-11-18 | 1 | -3/+14 |
| * | | These two numerics are supposed to use SentText() as they can go to remote us... | Adam | 2013-11-12 | 2 | -3/+3 |
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam | 2013-11-12 | 73 | -240/+250 |
| * | | Remove redundant parameter.clear()s from mode handlers | attilamolnar | 2013-09-15 | 1 | -3/+0 |
| * | | m_services_account Remove OnDecodeMetaData handler•••Override StringExtItem::unserialize() instead
| attilamolnar | 2013-09-15 | 1 | -33/+34 |