Age | Commit message (Expand) | Author |
2014-01-19 | Use FindNickOnly() in a few more places if a local user is performing an acti... | Attila Molnar |
2013-12-09 | Fix ACCEPT propagation bug when it got a nick prefixed with + | Daniel Vassdal |
2013-04-21 | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e... | attilamolnar |
2013-04-19 | m_callerid Allow messaging yourself while +g regardless of the ACCEPT list | attilamolnar |
2013-04-18 | m_callerid Ignore duplicate entries when unserializing callerid_data | attilamolnar |
2013-04-18 | m_callerid Fix bookkeeping error introduced when unserializing callerid_data | attilamolnar |
2012-12-16 | m_callerid Fix memory leak in CallerIDExtInfo::free() | attilamolnar |
2012-12-15 | Add a flag to Command that controls whether an empty last parameter is allowe... | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-19 | Change empty string assignments to .clear() or remove them entirely | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-07-06 | Updated the version lines on several modules. | Shawn Smith |
2012-07-01 | m_callerid, m_dccallow Use OnUserPostNick hook instead of OnUserPreNick | attilamolnar |
2012-07-01 | m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SI... | attilamolnar |
2012-07-01 | m_callerid Remove unused parameter | attilamolnar |
2012-07-01 | m_callerid Use std::find() where possible | attilamolnar |
2012-07-01 | m_callerid Remove redundant includes | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-12 | Fix sending null character on callerid metadata, which causes netsplits | danieldg |
2010-02-12 | Fix help text in helpop, route ACCEPT command to fix callerid | danieldg |
2010-01-17 | Move initialization that throws configuration exceptions to init() | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | 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-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | Remote user messaging fixes | 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 | MetaData rework | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-07-03 | Fix m_callerid message routing for remote users, destination got no notice of... | danieldg |
2009-06-30 | Fix +g messages being borked with multiple servers, fixes bug #880 | w00t |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-06 | Fix two compile errors found by Shawn | special |
2009-05-02 | Change making callerid significantly less expensive for quitting large amount... | w00t |
2009-05-02 | Minor cleanup: move RemoveFromAllAccepts() to a private class method | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |