Age | Commit message (Expand) | Author |
2014-08-30 | Move the intrusive list containers into the insp namespace | Attila Molnar |
2014-07-14 | Rename UserChanList to User::ChanList, remove UCListIter | Attila Molnar |
2014-07-03 | User::ChangeNick() cannot fail if the new nick is the uuid, document this and... | Attila Molnar |
2014-07-03 | Remove now needless User::ForceNickChange() | Attila Molnar |
2014-04-02 | Remove unused User::WriteCommonExcept() | Attila Molnar |
2014-04-02 | Move User::SendAll() into core_privmsg | Attila Molnar |
2014-04-02 | Remove User::WriteTo() functions; use User::WriteFrom() instead | Attila Molnar |
2014-03-03 | Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter | Attila Molnar |
2014-02-21 | Index Channel::modes and User::modes with the id of the mode instead of its l... | Attila Molnar |
2014-02-06 | Fix various cases of UUID exposure. | Peter Powell |
2014-01-24 | Convert InviteBase::invites to an intrusively linked list | Attila Molnar |
2014-01-24 | Convert LocalUserList to an intrusively linked list | Attila Molnar |
2014-01-05 | Move server description field from TreeServer into Server; remove OnGetServer... | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2014-01-05 | Improve UserManager::QuitUser() and related code | Attila Molnar |
2013-08-10 | Rename <connect:nouserdns> to <connect:resolvehostnames>. | Peter Powell |
2013-08-09 | Remove virtual User::GetClass() (but keep LocalUser::GetClass()) | attilamolnar |
2013-08-09 | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan... | attilamolnar |
2013-08-09 | Move host cycle logic into m_hostcycle | attilamolnar |
2013-07-19 | Get rid of enum UserModes and mark User::modes as private | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 3 | attilamolnar |
2013-07-19 | Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U... | attilamolnar |
2013-07-02 | Allow for skipping clone checking before DNS is complete. | Daniel Vassdal |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-06-21 | Fix Doxygen comments. | Peter Powell |
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-05-18 | Change the signature of User::ForceNickChange() to accept const std::string& ... | attilamolnar |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-27 | Move <performance:nouserdns> to <connect:nouserdns>. | Peter Powell |
2013-04-26 | Modularize DNS | Adam |
2013-04-13 | Remove the deprecated invite API | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-11 | Fix clang warning about IsOper() | attilamolnar |
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-03-11 | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | attilamolnar |
2012-12-05 | Change a few signed counter variables to unsigned so they roll over later | attilamolnar |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-03 | Change User::SetClientIP() to be virtual | attilamolnar |
2012-09-13 | Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dh... | attilamolnar |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-07-01 | Revert "users: add SetClientIP function for irc::sockets::sockaddrs type." | Robin Burchell |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-06-12 | users: add SetClientIP function for irc::sockets::sockaddrs type. | William Pitcock |