| Commit message (Expand) | Author | Age | Files | Lines |
| * | Track and inform modules of privset changes | Ed Kellett | 2021-03-01 | 1 | -0/+11 |
| * | Add a cap_change hook | Ed Kellett | 2020-10-24 | 1 | -0/+9 |
| * | Refactor common channel iteration | Ed Kellett | 2020-10-19 | 1 | -1/+2 |
| * | Use linear channel list comparisons | Ed Kellett | 2020-10-19 | 1 | -2/+9 |
| * | Merge pull request #327 from edk0/filter-quit•••filter quit messages | Aaron Jones | 2020-06-10 | 1 | -0/+7 |
| |\ |
|
| | * | Add client_quit hook | Ed Kellett | 2020-05-23 | 1 | -0/+7 |
| * | | Implement hook priorities | Ed Kellett | 2020-05-01 | 1 | -0/+11 |
| |/ |
|
| * | m_invite: Add hooks•••can_invite is called on the source server, can override channel access
invite is called on the target
| Ed Kellett | 2020-04-30 | 1 | -0/+1 |
| * | m_sasl: check if the agent is present after every client_exit•••When a server disconnects the client_exit hook will only be called once
but there could be multiple servers and clients behind that server.
After any client exits, check if the agent is still present.
| Simon Arlott | 2018-08-12 | 1 | -0/+1 |
| * | Use const hook data where possible•••core/m_nick.c: In function `change_remote_nick':
core/m_nick.c:745: warning: assignment discards qualifiers from pointer target type
| Simon Arlott | 2016-10-30 | 1 | -1/+1 |
| * | Add hook for when rehash is called.•••This will be used by the future alias module.
| Elizabeth Myers | 2016-04-06 | 1 | -0/+6 |
| * | Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao...
| Elizabeth Myers | 2016-03-06 | 1 | -2/+0 |
| * | hook: allow hook_data to have non-const arguments, add hook_cdata for argumen... | William Pitcock | 2016-02-20 | 1 | -1/+8 |
| * | send: implement linebuf_put_msgbuf() and msgbuf_build_from(), which build the... | William Pitcock | 2016-02-20 | 1 | -0/+1 |
| * | STATS: allow modules to override normal stats requests | William Pitcock | 2016-01-14 | 1 | -0/+1 |
| * | extensions/override: display mode-change string in override messages | William Pitcock | 2016-01-11 | 1 | -0/+1 |
| * | whois: add a hook allowing for ShowChannel() behaviour to be overridden for c... | William Pitcock | 2016-01-05 | 1 | -0/+2 |
| * | override: only engage override code if we're needing to authorize a WRITE to ... | William Pitcock | 2015-12-10 | 1 | -0/+1 |
| * | Implement kill-cancelling hook.•••With this comes an example module to block the killing of services.
NOTE: this will not cancel remote kills. Those are still accepted, per
the TS 6 specification.
| Elizabeth Myers | 2013-04-20 | 1 | -0/+1 |
| * | Add new conf_read_start and conf_read_end hooks. | Keith Buck | 2012-05-21 | 1 | -0/+2 |
| * | Call the privmsg_channel hook for part messages too. | Keith Buck | 2012-04-07 | 1 | -0/+1 |
| * | Add support for hookifying PRIVMSG/NOTICE.•••This will allow us to modularize message processing, e.g. having new modules to manipulate
channel and private messages in new ways.
Yes: it can be used to intercept messages, but such modules are already out in the wild for
charybdis anyway -- so this doesn't really change anything there.
If you are changing the text, then it is your responsibility to provide a pointer to a new
buffer. This buffer should be statically allocated and stored in your module's BSS segment.
We will not, and cannot, free your buffer in core, so dynamically allocated buffers will
cause a memory leak.
This will allow us to simplify m_message considerably, by moving channel mode logic out to
their own modules.
| William Pitcock | 2012-03-31 | 1 | -0/+26 |
| * | Extend hook_data_channel_activity moduledata with membership struct. | William Pitcock | 2010-12-06 | 1 | -0/+1 |
| * | can_kick hook, based on the ircd-seven one. | William Pitcock | 2009-04-20 | 1 | -0/+9 |
| * | Fix various compiler warnings. | Jilles Tjoelker | 2008-04-20 | 1 | -13/+13 |
| * | start making this compile | William Pitcock | 2008-04-01 | 1 | -1/+1 |
| * | [svn] - the new plan:••• + branches/release-2.1 -> 2.2 base
+ 3.0 -> branches/cxxconversion
+ backport some immediate 3.0 functionality for 2.2
+ other stuff
| nenolod | 2007-01-24 | 1 | -0/+94 |