| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 10 | -12/+10 |
| * | modules: Copyright updates | Austin Ellis | 2017-10-29 | 3 | -8/+9 |
| * | BotServ/info: Tweak the output to make it consistent with the format of (Chan... | Ben C | 2017-10-12 | 1 | -21/+63 |
| * | BotServ/info: It should also mention SAYCALLER. | Ben C | 2017-10-12 | 1 | -0/+7 |
| * | BotServ/set_nobot: Add some additional checks, as well as HISTORY and VERBOSE... | Ben C | 2017-10-11 | 1 | -0/+41 |
| * | BotServ/set_saycaller: Fail. | Ben C | 2017-10-11 | 1 | -1/+1 |
| * | BotServ/set_saycaller: Add HISTORY and VERBOSE support. | Ben C | 2017-10-11 | 1 | -3/+31 |
| * | BotServ/set_*: Update copyright information. | Ben C | 2017-10-11 | 4 | -4/+12 |
| * | BotServ/set_*: Accept ON/1/TRUE and OFF/0/FALSE for all SET options. | Ben C | 2017-10-11 | 4 | -8/+8 |
| * | BotServ/set_saycaller: Add SET SAYCALLER command. Import Atheme commits 0b16... | Ben C | 2017-10-11 | 4 | -6/+133 |
| * | Prevent unverified users from registering groups, don't show BotServ bots in ... | Ben C | 2017-09-16 | 1 | -1/+1 |
| * | Import Atheme commit 4d7df1c | Ben C | 2017-08-26 | 1 | -2/+4 |
| * | Ignore CTCP messages that start with a space. - Atheme commit 8b71c9d | Ben C | 2017-08-18 | 1 | -1/+1 |
| * | botserv/main: One is not plural. | Ben C | 2016-04-09 | 1 | -2/+8 |
| * | operserv/info: Reorganize the display of some of the settings, and sort them ... | Ben C | 2016-04-08 | 1 | -0/+3 |
| * | From upstream - ChanServ set_pubacl module - kaniini | Ben C | 2014-10-19 | 1 | -1/+1 |
| * | botserv/main: do not load invalid usernames from database | William Pitcock | 2014-08-08 | 1 | -1/+5 |
| * | botserv/main: use is_valid_username() and trim usernames to USERLEN (closes #... | William Pitcock | 2014-08-08 | 1 | -4/+4 |
| * | libathemecore: add custom log target for service_t. this allows botserv bots... | William Pitcock | 2014-08-03 | 1 | -3/+3 |
| * | Cosmetic change to support help messages for subcommands (closes #359) | Alex Iadicicco | 2014-07-17 | 1 | -1/+1 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 3 | -4/+4 |
| * | botserv/main: fix using aliases with longname triggering form (closes #92) | William Pitcock | 2013-02-21 | 1 | -2/+5 |
| * | botserv/main: Suppress entrymsg after splits, like chanserv does. | Jilles Tjoelker | 2012-10-18 | 1 | -1/+2 |
| * | botserv/main: send out channel entry messages on channels which have botserv ... | William Pitcock | 2012-10-18 | 1 | -0/+9 |
| * | botserv/main: typo fix | William Pitcock | 2012-09-18 | 1 | -1/+1 |
| * | botserv/main: use is_valid_nick() (closes #41) | William Pitcock | 2012-09-18 | 1 | -4/+2 |
| * | botserv: monkeypatch notice() to rewrite the source from chanserv to the bots... | William Pitcock | 2012-08-05 | 1 | -3/+38 |
| * | botserv: add / to character blacklist. | William Pitcock | 2012-04-23 | 1 | -1/+1 |
| * | modules/*: replace config_options.time_format reference with TIME_FORMAT define•••POSIX requires that format strings be static.
| William Pitcock | 2012-03-02 | 1 | -1/+1 |
| * | botserv/info: ditto | William Pitcock | 2012-03-01 | 1 | -2/+2 |
| * | botserv/main: whitespace cleanup | William Pitcock | 2012-02-25 | 1 | -1/+1 |
| * | botserv/main: use MYCHAN_FROM() to speed up bot lookups | William Pitcock | 2012-02-25 | 1 | -9/+9 |
| * | botserv/main: kill vasprintf(). | William Pitcock | 2012-02-19 | 1 | -3/+2 |
| * | everything: use mowgli_strlcpy() and mowgli_strlcat().•••this removes any dependency on the non-standard C strlcat/strlcpy extension,
as mowgli provides a strlcpy/strlcat now.
| William Pitcock | 2011-08-30 | 1 | -7/+7 |
| * | botserv/bottalk: Move some function calls a bit further down so we know if th... | JD Horelick | 2011-08-07 | 1 | -2/+3 |
| * | botserv/bottalk: Display the channel in the log message. | JD Horelick | 2011-08-07 | 1 | -4/+5 |
| * | botserv: Make sure botserv bots join and inhabit before kicking a user on join.•••Put bs_join before cs_join and treat botserv channels as guarded channels
for the purposes of the restricted, akick and mlock +i checks.
If changets was not in use, this could cause crashes or chanserv joining
instead of botserv.
With this fix, it is no longer needed to refcount channel_t objects; also,
this fix prevents kick-rejoin loops.
| Jilles Tjoelker | 2011-07-29 | 1 | -1/+1 |
| * | botserv/main: fix typo | William Pitcock | 2011-05-21 | 1 | -1/+1 |
| * | botserv/main: override functors should also have assertion hits since they de... | William Pitcock | 2011-05-20 | 1 | -0/+20 |
| * | modules/*: chase API change in r6381. | William Pitcock | 2011-05-18 | 1 | -9/+5 |
| * | Make 'make install' depend properly upon things that need to be made | Stephen Bennett | 2011-03-12 | 1 | -4/+4 |
| * | Copy module name and unload capability from module headers into the module_t ... | Stephen Bennett | 2011-03-12 | 1 | -1/+1 |
| * | s/authorised/authorized/g for consistency :( | JD Horelick | 2011-03-08 | 1 | -3/+3 |
| * | Use the operserv_info hook in many of the modules that provide config options. | JD Horelick | 2011-02-18 | 1 | -1/+11 |
| * | Remove the logged-in check from most modules that have one as this is now in ... | JD Horelick | 2010-12-23 | 2 | -21/+3 |
| * | Add RPATH information to all of the modules if needed. | William Pitcock | 2010-12-22 | 1 | -1/+1 |
| * | Make the Atheme core a library and add a stub for the services executable. | William Pitcock | 2010-12-14 | 1 | -0/+2 |
| * | Supply intent information when performing module unload operations.•••There are presently two intents for unload operations, these are
MODULE_UNLOAD_INTENT_PERM which indicates a permanent unload, and
MODULE_UNLOAD_INTENT_RELOAD which indicates that a module is being
reloaded (usually for a code upgrade).
This allows the module to know when it should stash persistence data
using the mowgli.global_data classes or when it should just destroy
all data records.
| William Pitcock | 2010-12-03 | 9 | -9/+9 |
| * | Replace MODULE_USE_SYMBOL() with MODULE_TRY_REQUEST_SYMBOL(), part 2. | William Pitcock | 2010-11-28 | 4 | -7/+7 |
| * | Kill config_options.chan forever.•••It hasn't even been hooked up to anything since 5.1 so it was just a waste of code.
| JD Horelick | 2010-11-07 | 1 | -1/+1 |