Age | Commit message (Expand) | Author |
2013-03-24 | m_timedbans Notice halfops and above when a timed ban is placed | attilamolnar |
2013-03-15 | Modified m_timedbans to behave more like setting mode +b manually. | ShutterQuick |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-24 | m_check, m_namesx, m_timedbans Minor cleanup | attilamolnar |
2012-11-19 | Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand() | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-09-25 | Fix unsafe iteration in m_timedbans | Daniel De Graaf |
2010-09-18 | Fix global notice of timedban add and remove being sourced from all servers | Daniel De Graaf |
2010-02-10 | Fix TBAN not working if the banner is owner/protected | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-03 | Remove AllowHalfop item from server config | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-06-01 | This time it's actually compile tested | danieldg |
2009-06-01 | OK, it's more useful if this compiles... | danieldg |
2009-06-01 | Fix unsafe iteration pattern in m_timedbans - vector::erase invalidates all i... | danieldg |
2009-05-14 | Fix some incorrect STL iterations (using < end() instead of != end()) | special |
2009-03-18 | fix for bug #777 | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert channel banlist members to std::string | brain |
2008-05-19 | More done | brain |
2008-05-05 | parameters are already std::string no need to cast here | peavey |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-05 | oops, fix this one. | peavey |
2008-05-05 | Convert a few | peavey |
2008-04-23 | Fix from yesterday, properly fix timedbans, much neater | brain |
2008-04-22 | Break! ...no actually, take the break out :) | brain |
2008-04-21 | Remove the craqy self-restarting loop in trunk, and use proper safe iterators... | brain |
2008-04-21 | Patch to fix timedbans crash reported earlier today, thanks for the headsup w... | brain |
2008-04-04 | Change the function name because gcc is dumb :/ | brain |
2008-04-04 | A convenience function for ProtocolInterface::SendMode that just takes a stri... | brain |