| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | m_callerid Change CallerIdDataSet (wholistsme) to be a vector | Attila Molnar | 2014-12-10 | 1 | -3/+3 |
| * | | m_callerid Add typedefs for containers in callerid_data | Attila Molnar | 2014-12-10 | 1 | -6/+9 |
| * | | m_callerid Simplify code interacting with containers | Attila Molnar | 2014-12-10 | 1 | -12/+3 |
| * | | Add stdalgo::erase() and use it to simplify code | Attila Molnar | 2014-11-01 | 1 | -9/+2 |
| * | | Merge insp20 | Attila Molnar | 2014-07-25 | 1 | -1/+1 |
| |\| |
|
| | * | Correct the syntax messages of a few modules. | Robby- | 2014-04-12 | 1 | -1/+1 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -4/+9 |
| |\| |
|
| | * | Use FindNickOnly() in a few more places if a local user is performing an acti... | Attila Molnar | 2014-01-19 | 1 | -3/+14 |
| | * | Fix ACCEPT propagation bug when it got a nick prefixed with +•••Fixes #696
Does not apply to 2.2 due to Attila's rewrite of the module
| Daniel Vassdal | 2013-12-09 | 1 | -0/+3 |
| * | | Remove PreText()-like functions•••Do processing in OnUserPreMessage()
| Attila Molnar | 2014-01-08 | 1 | -9/+5 |
| * | | Fix a few issues•••- Rehash notices
- Modes in CAPAB
- GetTargetAndAction() not being static in m_callerid
- Loading custom configuration files using --config. (@SaberUK)
- ServerConfig::Read not using std::endl. (@SaberUK)
- Out of date comments in opers.conf.example, issue #624
| attilamolnar | 2013-11-21 | 1 | -1/+1 |
| * | | These two numerics are supposed to use SentText() as they can go to remote us... | Adam | 2013-11-12 | 1 | -2/+2 |
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam | 2013-11-12 | 1 | -11/+23 |
| * | | Automatically register ServiceProviders created by modules | attilamolnar | 2013-09-08 | 1 | -7/+0 |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -3/+1 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -3/+0 |
| * | | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
| Peter Powell | 2013-08-04 | 1 | -5/+5 |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar | 2013-07-01 | 1 | -1/+1 |
| * | | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar | 2013-06-13 | 1 | -1/+1 |
| * | | m_callerid Route ACCEPT to the server of the target user only, do not send ME...•••ACCEPTs coming from 2.0 servers with a list of uuids are broadcast, as before
| attilamolnar | 2013-06-12 | 1 | -53/+72 |
| * | | CommandParser::LoopCall() changes•••- Change function to be static, return a bool
- Do not filter duplicates when there are 2 lists (JOIN)
- Remove validation of 'extra' parameter, caller must pass either a valid index or -1
| attilamolnar | 2013-06-12 | 1 | -1/+1 |
| * | | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...•••All modules (except m_nonotice) that perform filtering on messages have common logic for handling PRIVMSGs and NOTICEs and most of them run the exact same code in both cases
| attilamolnar | 2013-05-20 | 1 | -10/+2 |
| * | | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
| Peter Powell | 2013-05-15 | 1 | -9/+9 |
| * | | Add method for writing server notices.•••This allows us to send a server notice to a user without worrying
about whether they are registered or not.
If a user receives a server notice and they are not registered
then the nickname field will contain an asterisk instead of their
nick name.
| Peter Powell | 2013-05-14 | 1 | -2/+2 |
| * | | Merge insp20 | attilamolnar | 2013-04-28 | 1 | -23/+37 |
| |\| |
|
| | * | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e... | attilamolnar | 2013-04-21 | 1 | -0/+11 |
| | * | m_callerid Allow messaging yourself while +g regardless of the ACCEPT list | attilamolnar | 2013-04-19 | 1 | -1/+1 |
| | * | m_callerid Ignore duplicate entries when unserializing callerid_data | attilamolnar | 2013-04-18 | 1 | -3/+5 |
| | * | m_callerid Fix bookkeeping error introduced when unserializing callerid_data•••This also fixes a memory leak that didn't occur naturally but was triggerable by remote servers
Thanks to @SimosNap for the report
| attilamolnar | 2013-04-18 | 1 | -22/+23 |
| * | | Convert ISUPPORT to use a map instead of a string. | Peter Powell | 2013-04-11 | 1 | -2/+2 |
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar | 2013-04-10 | 1 | -1/+1 |
| * | | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -7/+0 |
| |/ |
|
| * | m_callerid Fix memory leak in CallerIDExtInfo::free() | attilamolnar | 2012-12-16 | 1 | -0/+1 |
| * | Add a flag to Command that controls whether an empty last parameter is allowe... | attilamolnar | 2012-12-15 | 1 | -0/+1 |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |
| * | Change empty string assignments to .clear() or remove them entirely | attilamolnar | 2012-11-19 | 1 | -1/+1 |
| * | Remove usage of the deprecated ConfigReader | attilamolnar | 2012-11-12 | 1 | -5/+5 |
| * | Updated the version lines on several modules. | Shawn Smith | 2012-07-06 | 1 | -2/+2 |
| * | m_callerid, m_dccallow Use OnUserPostNick hook instead of OnUserPreNick | attilamolnar | 2012-07-01 | 1 | -3/+2 |
| * | m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SI... | attilamolnar | 2012-07-01 | 1 | -18/+9 |
| * | m_callerid Remove unused parameter | attilamolnar | 2012-07-01 | 1 | -19/+11 |
| * | m_callerid Use std::find() where possible | attilamolnar | 2012-07-01 | 1 | -16/+6 |
| * | m_callerid Remove redundant includes | attilamolnar | 2012-07-01 | 1 | -3/+0 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+17 |
| * | Fix sending null character on callerid metadata, which causes netsplits•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12440 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-12 | 1 | -1/+0 |
| * | Fix help text in helpop, route ACCEPT command to fix callerid•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12439 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-12 | 1 | -0/+5 |
| * | Move initialization that throws configuration exceptions to init()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12279 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-17 | 1 | -5/+7 |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2010-01-11 | 1 | -1/+1 |
| * | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11931 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-20 | 1 | -1/+1 |