Age | Commit message (Expand) | Author |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-04-12 | Correct the syntax messages of a few modules. | Robby- |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-19 | Use FindNickOnly() in a few more places if a local user is performing an acti... | Attila Molnar |
2014-01-08 | Remove PreText()-like functions | Attila Molnar |
2013-12-09 | Fix ACCEPT propagation bug when it got a nick prefixed with + | Daniel Vassdal |
2013-11-21 | Fix a few issues | attilamolnar |
2013-11-12 | These two numerics are supposed to use SentText() as they can go to remote us... | Adam |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-06-13 | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar |
2013-06-12 | m_callerid Route ACCEPT to the server of the target user only, do not send ME... | attilamolnar |
2013-06-12 | CommandParser::LoopCall() changes | attilamolnar |
2013-05-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
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 |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | 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 |