Age | Commit message (Expand) | Author |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-07-19 | Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U... | attilamolnar |
2013-07-19 | Seperate ModeReference into ChanModeReference and UserModeReference | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-06 | Use InspIRCd::Format instead of snprintf(). | Peter Powell |
2013-05-16 | Allow spaces (and more) in oper types | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
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 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Move member variables from User to LocalUser | attilamolnar |
2012-11-24 | m_check, m_namesx, m_timedbans Minor cleanup | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-06-12 | m_check: Include IP and gecos in host/IP-mask lookup results | Robby- |
2012-05-30 | Module description updates | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-10 | Fix incorrect check of mode permissions when displaying them | danieldg |
2010-02-06 | Add PROP command to m_namedmodes | danieldg |
2010-02-01 | Display allowed oper modes, commands, and permissions in /CHECK | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-05 | Show channel listmodes (+beIg) in /CHECK output | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-18 | Fix null dereference caused by tracking dummy | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-18 | Separate spy channels [jackmcbarn] | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | Make CHECK work remotely with optional second parameter | danieldg |
2009-09-02 | Add server IP to /CHECK output for local users | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Include untranslated user/channel metadata in CHECK output | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-09-01 | Show metadata keys and values in /CHECK output | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-05-24 | Make timestamp output in /CHECK consistent | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-27 | Add more information to /CHECK output | danieldg |