Age | Commit message (Expand) | Author |
2014-06-17 | m_spanningtree Exchange public server version strings via SINFO instead of VE... | Attila Molnar |
2014-06-17 | m_spanningtree Send and receive full version strings via SINFO | Attila Molnar |
2014-06-17 | m_spanningtree Add TreeSocket::SendServerInfo() that sends all additional dat... | Attila Molnar |
2014-06-13 | m_spanningtree Change allocation of the specialized ProtocolInterface to be p... | Attila Molnar |
2014-06-11 | m_spanningtree Add CmdBuilder specialization for FJOIN | Attila Molnar |
2014-03-15 | Add UserManager::GetUsers() | Attila Molnar |
2014-03-14 | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2013-09-13 | Pass an interface to the OnSync hooks | attilamolnar |
2013-09-12 | Send ListModeBase modes implicitly on channel sync | attilamolnar |
2013-08-28 | m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ... | attilamolnar |
2013-08-27 | m_spanningtree Introduce command builders | attilamolnar |
2013-08-22 | m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G... | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-07-24 | m_spanningtree Change the type of TreeServer::ServerName to std::string | attilamolnar |
2013-07-19 | Seperate ModeReference into ChanModeReference and UserModeReference | attilamolnar |
2013-06-06 | Use InspIRCd::Format instead of snprintf(). | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-05-21 | Convert XLine::Displayable to return a std::string. | Peter Powell |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-05-16 | Allow spaces (and more) in oper types | attilamolnar |
2013-04-14 | Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a... | attilamolnar |
2013-04-13 | m_spanningtree Ignore hopcount in incoming SERVER command, always send 0 at b... | attilamolnar |
2013-04-13 | m_spanningtree Netburst: If a topic was ever set, send it even if it's empty | attilamolnar |
2013-04-13 | m_spanningtree Add channel timestamp to FTOPIC | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Netburst: Refactor SendChannelModes() | attilamolnar |
2013-04-12 | m_spanningtree Netburst: Rework SendFJoins() | attilamolnar |
2013-04-12 | m_spanningtree Netburst: Remove expiration check from SendXLines() | attilamolnar |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2012-10-07 | m_spanningtree Fix undefined behavior caused by referencing the returned buff... | attilamolnar |
2012-10-03 | m_spanningtree Netburst: Remove unused parameters and variables | attilamolnar |
2012-10-03 | m_spanningtree Netburst: Prefix SERVER and VERSION lines with SIDs instead of... | attilamolnar |
2012-10-02 | m_spanningtree Netburst: Remove unnecessary variables from DoBurst() | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-04 | Fix wrapping check so we waste slightly fewer lines in syncing ban lists via ... | danieldg |
2010-01-16 | Make CHANMODES/USERMODES split by spaces | danieldg |
2010-01-15 | Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |