Age | Commit message (Expand) | Author |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-16 | Update trivially-modifiable modules to handle tag messages. | Peter Powell |
2019-04-04 | Use a consistent naming scheme for operator privileges. | Peter Powell |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby |
2018-12-12 | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | Peter Powell |
2018-12-09 | Allow modules to check if a user is on a callerid accept list. | Peter Powell |
2018-12-09 | Raise the default max number of ACCEPT entries from 16 to 30. | Peter Powell |
2018-08-12 | Pass the Extensible container to ExtensionItem::free(). | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2018-04-16 | Use an oper priv instead of a config flag for overriding callerid. | Peter Powell |
2018-02-07 | Send the ACCEPT and KEYLEN ISUPPORT tokens. | Peter Powell |
2018-01-06 | Rework message handling. | Peter Powell |
2017-12-29 | Don't hardcode mode characters which are sent in 005 tokens. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-11-13 | Only subclass Simple{Channel,User}ModeHandler when necessary. | Peter Powell |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-09-03 | Convert a bunch of time-related config options to getDuration. | Peter Powell |
2016-02-25 | Add User::WriteRemoteNumeric() and switch code using SendText() to send numer... | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2016-02-22 | Merge insp20 | Attila Molnar |
2016-02-13 | m_callerid Free old extension data before unserializing the new data | Attila Molnar |
2015-12-07 | Remove some IS_SERVER() checks | Attila Molnar |
2015-06-03 | m_callerid Prioritize after other mods for the OnUserPreMessage hook | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2014-12-10 | m_callerid Change CallerIdDataSet (wholistsme) to be a vector | Attila Molnar |
2014-12-10 | m_callerid Add typedefs for containers in callerid_data | Attila Molnar |
2014-12-10 | m_callerid Simplify code interacting with containers | Attila Molnar |
2014-11-01 | Add stdalgo::erase() and use it to simplify code | Attila Molnar |
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 |