| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Replace hardcoded mode letters, part 3 | 2013-07-19 | 1 | -7/+0 | ||
| | | | | | | | | | This changes most remaining User::IsModeSet() calls to use ModeReferences for modes that were created by other modules or the core | |||||
| * | | Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the ↵ | 2013-07-19 | 1 | -97/+0 | ||
| | | | | | | | | | User class to the snomask modehandler | |||||
| * | | Allow for skipping clone checking before DNS is complete. | 2013-07-02 | 1 | -13/+16 | ||
| | | | ||||||
| * | | Convert User::SendText to use std::string. | 2013-06-06 | 1 | -17/+10 | ||
| | | | ||||||
| * | | Convert User::FormatNoticeMasks() to use std::string. | 2013-06-06 | 1 | -6/+4 | ||
| | | | ||||||
| * | | Replace some C string operations with the + operator. | 2013-06-06 | 1 | -64/+8 | ||
| | | | ||||||
| * | | Use InspIRCd::Format instead of snprintf(). | 2013-06-06 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Compare to ServerLimits::MaxLine instead of MAXBUF. | 2013-06-06 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Reserve ServerLimits::MaxLine instead of MAXBUF. | 2013-06-06 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge insp20 | 2013-06-06 | 1 | -0/+3 | ||
| |\| | ||||||
| | * | Workaround for std::list::size() having linear complexity on some ↵ | 2013-05-16 | 1 | -0/+3 | ||
| | | | | | | | | | implementations | |||||
| * | | Cache mode list that is sent in the 004 numeric | 2013-05-24 | 1 | -4/+2 | ||
| | | | | | | | | | Deduplicate UserModeList(), ChannelModeList() and ParaModeList() code | |||||
| * | | Replaced vsnprintf with VAFORMAT pretty much everywhere. | 2013-05-18 | 1 | -75/+28 | ||
| | | | ||||||
| * | | Get rid of the NICKForced extension | 2013-05-18 | 1 | -10/+9 | ||
| | | | | | | | | | Don't run OnUserPreNick when the nick change is forced | |||||
| * | | Get rid of strlcpy(), strlcat(), charlcat() and charremove() | 2013-05-16 | 1 | -6/+5 | ||
| | | | ||||||
| * | | Allow spaces (and more) in oper types | 2013-05-16 | 1 | -4/+4 | ||
| | | | | | | | | | | | The spaces are converted to '_' characters in OPERTYPE for 2.0 servers Issue #533 suggested by @ankitkv | |||||
| * | | Replace some C-isms with C++-isms. | 2013-05-15 | 1 | -30/+17 | ||
| | | | | | | | | | | | | | * 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | |||||
| * | | Add method for writing server notices. | 2013-05-14 | 1 | -2/+7 | ||
| | | | | | | | | | | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | |||||
| * | | Merge insp20 | 2013-04-28 | 1 | -0/+9 | ||
| |\| | ||||||
| | * | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected ↵ | 2013-04-21 | 1 | -0/+8 | ||
| | | | | | | | | | errors in m_callerid | |||||
| | * | Immediately stop processing whenever we detect and handle a RecvQ overrun | 2013-04-19 | 1 | -0/+1 | ||
| | | | | | | | | | Thanks to @SimosNap for the report and cooperation | |||||
| * | | Move <performance:nouserdns> to <connect:nouserdns>. | 2013-04-27 | 1 | -2/+4 | ||
| | | | ||||||
| * | | Modularize DNS | 2013-04-26 | 1 | -21/+1 | ||
| | | | | | | | | | | | | | The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | |||||
| * | | Extract UID/SID generation logic into a new class: UIDGenerator | 2013-04-14 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Remove the deprecated invite API | 2013-04-13 | 1 | -25/+7 | ||
| | | | ||||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -14/+14 | ||
| | | | ||||||
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -6/+6 | ||
| | | | ||||||
| * | | Move most whois related code from the core into cmd_whois | 2013-04-09 | 1 | -55/+0 | ||
| | | | ||||||
| * | | Make cmd_whowas act like a module, remove special handling | 2013-04-04 | 1 | -13/+0 | ||
| | | | ||||||
| * | | Move member variables from User to LocalUser | 2013-04-01 | 1 | -4/+5 | ||
| | | | | | | | | | | | | | | | | | - idle_lastmsg - dns_done - quitting_sendq - exempt - lastping | |||||
| * | | Change User::GetIPString() to return const std::string& | 2013-04-01 | 1 | -10/+9 | ||
| | | | ||||||
| * | | Send LUSERS before MOTD | 2013-04-01 | 1 | -2/+2 | ||
| | | | | | | | | | Issue #399 | |||||
| * | | Remove legacy code, mostly related to 1.2 compatibility | 2013-04-01 | 1 | -2/+0 | ||
| |/ | ||||||
| * | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | 2013-03-11 | 1 | -5/+8 | ||
| | | ||||||
| * | Remove ServerLimits::Finalise(), it's completely wrong | 2012-12-09 | 1 | -1/+1 | ||
| | | | | | Truncate <limits:identmax>+1 long idents in User::ChangeIdent() | |||||
| * | Make LocalUserList an std::list | 2012-11-29 | 1 | -5/+6 | ||
| | | ||||||
| * | Add a typedef for LocalUserList | 2012-11-29 | 1 | -2/+2 | ||
| | | ||||||
| * | Reorder local user initialization steps | 2012-11-29 | 1 | -18/+4 | ||
| | | | | | | | OnSetUserIP hook now runs after the user has a connect class and the g/k/z lines were checked (ip only, no host at that point) Fixes #360 reported by @JDowny Allows #336 | |||||
| * | Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand() | 2012-11-19 | 1 | -2/+2 | ||
| | | ||||||
| * | Make better use of User::GetFullRealHost() | 2012-10-21 | 1 | -6/+6 | ||
| | | ||||||
| * | Fix unregistered users getting global notices, also fix certain commands ↵ | 2012-10-12 | 1 | -1/+2 | ||
| | | | | | working on unregistered users, spotted by @Adam- | |||||
| * | Fix (d)host starting with ':' for some IPv6 clients | 2012-10-03 | 1 | -1/+7 | ||
| | | ||||||
| * | Fix more undefined behavior caused by referencing the returned buffer by ↵ | 2012-09-30 | 1 | -1/+5 | ||
| | | | | | | | std::string::c_str() when the object is temporary See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88 | |||||
| * | Fix undefined behavior caused by referencing the returned buffer by ↵ | 2012-09-23 | 1 | -2/+4 | ||
| | | | | | | | | std::string::c_str() when the object is temporary Thanks to @ChrisTX for pointing this out Fixes #257 reported by @helloall | |||||
| * | Call OnUserSetIP() whenever the IP of a local user changes, set ↵ | 2012-09-13 | 1 | -2/+40 | ||
| | | | | | ident,host,dhost in LocalUser constructor | |||||
| * | Add a config option to enable/disable the welcome notice sent to clients ↵ | 2012-08-25 | 1 | -1/+2 | ||
| | | | | | | | after successful registration Fixes #284 reported by @hoggeh | |||||
| * | Don't hard code the branch version. | 2012-07-27 | 1 | -2/+2 | ||
| | | ||||||
| * | Revert "users: add SetClientIP function for irc::sockets::sockaddrs type." | 2012-07-01 | 1 | -13/+1 | ||
| | | | | | This reverts commit f0474272303ac9297f637ce956315518138bafff. | |||||
| * | Revert "users: LocalUser constructor should call SetClientIP() on itself" | 2012-07-01 | 1 | -2/+1 | ||
| | | | | | This reverts commit dca6a7821efbfd1e6c2987dfa1d2b9f72d1db1be. | |||||
