Age | Commit message (Expand) | Author |
2013-07-02 | Allow for skipping clone checking before DNS is complete. | Daniel Vassdal |
2013-06-06 | Convert User::SendText to use std::string. | Peter Powell |
2013-06-06 | Convert User::FormatNoticeMasks() to use std::string. | Peter Powell |
2013-06-06 | Replace some C string operations with the + operator. | Peter Powell |
2013-06-06 | Use InspIRCd::Format instead of snprintf(). | Peter Powell |
2013-06-06 | Compare to ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-06 | Reserve ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-05-24 | Cache mode list that is sent in the 004 numeric | attilamolnar |
2013-05-18 | Replaced vsnprintf with VAFORMAT pretty much everywhere. | Daniel Vassdal |
2013-05-18 | Get rid of the NICKForced extension | attilamolnar |
2013-05-16 | Workaround for std::list::size() having linear complexity on some implementat... | attilamolnar |
2013-05-16 | Get rid of strlcpy(), strlcat(), charlcat() and charremove() | attilamolnar |
2013-05-16 | Allow spaces (and more) in oper types | attilamolnar |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-27 | Move <performance:nouserdns> to <connect:nouserdns>. | Peter Powell |
2013-04-26 | Modularize DNS | Adam |
2013-04-21 | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e... | attilamolnar |
2013-04-19 | Immediately stop processing whenever we detect and handle a RecvQ overrun | attilamolnar |
2013-04-14 | Extract UID/SID generation logic into a new class: UIDGenerator | attilamolnar |
2013-04-13 | Remove the deprecated invite API | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-09 | Move most whois related code from the core into cmd_whois | attilamolnar |
2013-04-04 | Make cmd_whowas act like a module, remove special handling | attilamolnar |
2013-04-01 | Move member variables from User to LocalUser | attilamolnar |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2013-04-01 | Send LUSERS before MOTD | attilamolnar |
2013-04-01 | Remove legacy code, mostly related to 1.2 compatibility | attilamolnar |
2013-03-11 | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | attilamolnar |
2012-12-09 | Remove ServerLimits::Finalise(), it's completely wrong | attilamolnar |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-29 | Reorder local user initialization steps | attilamolnar |
2012-11-19 | Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand() | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-10-12 | Fix unregistered users getting global notices, also fix certain commands work... | attilamolnar |
2012-10-03 | Fix (d)host starting with ':' for some IPv6 clients | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-09-23 | Fix undefined behavior caused by referencing the returned buffer by std::stri... | attilamolnar |
2012-09-13 | Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dh... | attilamolnar |
2012-08-25 | Add a config option to enable/disable the welcome notice sent to clients afte... | attilamolnar |
2012-07-27 | Don't hard code the branch version. | Peter Powell |
2012-07-01 | Revert "users: add SetClientIP function for irc::sockets::sockaddrs type." | Robin Burchell |
2012-07-01 | Revert "users: LocalUser constructor should call SetClientIP() on itself" | Robin Burchell |
2012-07-01 | Revert "users: introduce OnSetClientIP hook." | Robin Burchell |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |