Adam
|
1773eef143
|
Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictprivmsg
|
2013-06-19 20:53:40 -04:00 |
|
Adam
|
5ac1e9175d
|
Set vhosts when users id to an account (and not a nick), add account arg to user ctor to ease handling users who connect already identified
|
2013-06-19 19:03:56 -04:00 |
|
Adam
|
d463ae3b1e
|
Allow users to change their language to english when the default language is not
|
2013-06-12 02:30:21 +00:00 |
|
Adam
|
9956da18e3
|
Move OnJoinChannel event to trigger after the user has completely joined and document it more about what you should and shouldnt do in it
|
2013-06-01 21:56:52 -04:00 |
|
Adam
|
b56e71ab14
|
Move CheckKick event to Channel and make os_forbid use it instead of kicking users in the join event, which does bad things
|
2013-06-01 14:55:45 -04:00 |
|
Adam
|
c5bc8fab32
|
Include <iterator> in services.h as now more than one file uses it
|
2013-05-28 13:51:23 -04:00 |
|
Adam
|
f6e2ebe145
|
Fixup last commit. We have events in log's destructor so we cant log messages from it, and this check in modulemanager is bogus/has a typo
|
2013-05-28 13:43:45 -04:00 |
|
Adam
|
37b3535543
|
Initially attach all modules to all events, and detach them as the events are run if they are not implemented per module
|
2013-05-27 19:36:37 -04:00 |
|
Adam
|
22658d63bd
|
Get rid of the remaining references in the core to specific services. Move more stuff out of the core to the proper modules.
|
2013-05-26 17:13:11 -04:00 |
|
Adam
|
d6640ed5ee
|
Give an error message when the configuration file ends with an unterminated block
|
2013-05-25 14:08:50 -04:00 |
|
Adam
|
14dc142a92
|
Add botserv bot usermode config option
|
2013-05-18 14:26:18 -04:00 |
|
Adam
|
51b7d53108
|
Add a config option for the default log bot
|
2013-05-18 13:08:26 -04:00 |
|
Adam
|
879b310580
|
Fix Windows build
|
2013-05-18 00:27:03 -04:00 |
|
Adam
|
2428264315
|
Add Redis database support
|
2013-05-17 23:04:18 -04:00 |
|
Adam
|
cc4a14b0ba
|
Removed some hard coded command names in help output
|
2013-05-17 22:53:55 -04:00 |
|
Adam
|
735e234c2c
|
Fixed some issues and desyncs with creating empty permanent channels on startup & dropping empty channels
|
2013-05-08 20:26:45 -04:00 |
|
Adam
|
9b07e163c0
|
Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way to test for a valid IP
|
2013-05-08 09:50:43 -04:00 |
|
Adam
|
3f5f84c92c
|
The const char* specialization of this no longer works
|
2013-05-05 21:18:47 -04:00 |
|
Adam
|
5b3f81ea78
|
That doesn't work either, just don't use references.
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
|
2013-05-05 21:05:43 -04:00 |
|
Adam
|
57c2b65f08
|
Move module header files to include/modules to fix naming conflicts with system headers
|
2013-05-05 03:30:08 -04:00 |
|
Adam
|
a118946e65
|
Fix Windows
|
2013-05-05 03:04:01 -04:00 |
|
Adam
|
ee2dcf11b8
|
Cache timeoutcheck and fix a typo in example.conf
|
2013-05-05 02:49:32 -04:00 |
|
Adam
|
e91de41278
|
Add an option to sepstream to allow it to return empty tokens if multiple separators are found in a row
|
2013-05-05 02:00:33 -04:00 |
|
Adam
|
2044b4d3ad
|
Cleanup of dns stuff based on stuff found making inspircd's module
|
2013-05-05 01:57:24 -04:00 |
|
Adam
|
1d0bb9b26b
|
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
|
2013-05-05 01:55:04 -04:00 |
|
Adam
|
f08dbced60
|
Allow assigning service bots via /invite
|
2013-04-14 17:39:01 -05:00 |
|
Adam
|
cb64d806c1
|
Remove the need for having to set syntax to "" for commands with no syntax
|
2013-04-11 00:20:24 -05:00 |
|
Adam
|
4f9b7874d6
|
Pass new config and the new config reader to the OnReload event, aswell as call it on module load on modules that hook to it
|
2013-04-11 00:08:28 -05:00 |
|
Adam
|
207c46c871
|
Move some of the modules in extras/ that arent really extra out of extras. Mark our modules as VENDOR and allow modules to have multple types.
|
2013-04-10 22:26:40 -05:00 |
|
Adam
|
b76b2e11c8
|
Made privilege names case insensitive
|
2013-04-09 14:48:24 -05:00 |
|
Adam
|
325b018ed0
|
Add a default method for user's SendModeInternal
|
2013-04-09 00:00:52 -05:00 |
|
Adam
|
0a3d27a91f
|
Made XOP privileges configurable
|
2013-04-08 23:37:42 -05:00 |
|
Adam
|
2eae82da5c
|
Check the channel secure option isn't set in ChannelInfo::AccessFor too
|
2013-04-08 01:01:27 -05:00 |
|
Adam
|
1a37e1c048
|
Made auto* chanserv privileges not hard coded.
Made cs_statusupdate not remove status on users if they still match other entries.
Move privilege descriptions out of the config
|
2013-04-08 00:19:07 -05:00 |
|
Adam
|
fb7fef7a84
|
Optimizations of much of the more commonly used code
|
2013-04-07 23:46:44 -05:00 |
|
Adam
|
36602224b8
|
Remove the runtime module directory on non-windows because we no longer overwrite modules on install without deleting them first
|
2013-04-06 19:34:35 -05:00 |
|
Adam
|
6e0dc0e210
|
Add networkinfo:modelistsize config option to set the max size of b/e/I lists
|
2013-03-31 00:43:11 -05:00 |
|
Adam
|
7e7556f064
|
Merge usefulness of Timer and CallBack classes into Timer, and fix it to really work
|
2013-03-30 23:39:43 -05:00 |
|
Adam
|
d23817604c
|
Add /bs set banexpire command to configure if/when botserv bans expire
|
2013-03-30 22:08:51 -05:00 |
|
Adam
|
f122f104c4
|
Merge remote branch 'attila/1.9+timermanager' into 1.9
|
2013-03-22 11:52:42 -05:00 |
|
attilamolnar
|
d5a453b663
|
Improve TimerManager
Instead of adding timers into a vector and sorting them every time a timer is added, use a multimap
|
2013-03-20 19:42:50 +01:00 |
|
Adam
|
6a0e4418f4
|
Check that channels still exist before nulling their ci pointer in channelinfos destructor
Change the persist setting on a channel to mean only that it is being
enforced ircd-side
|
2013-03-20 11:39:16 -05:00 |
|
Adam
|
1a0e6b0be3
|
Allow autokicking real names, extbans, and channels
|
2013-03-15 12:27:08 -05:00 |
|
Adam
|
1ff7a7c1f1
|
Refactor mask/entry code, allow full matching (against users real host/ip) if their displayed host is their real real host. Also match against cloaked host even if full matching is not being done
|
2013-03-13 14:40:49 -05:00 |
|
Adam
|
05223dbe6d
|
Identify requests hold command sources and users can disconnect between the request being dispatched and when it returns, so don't assume the source user pointer is always valid
|
2013-03-10 03:23:00 -05:00 |
|
Adam
|
91ad9d22ca
|
Fix Windows build
|
2013-03-01 00:57:24 -05:00 |
|
Adam
|
501503b7a5
|
On startup check all object types
|
2013-02-24 20:14:15 -05:00 |
|
Adam
|
da61734860
|
Made FindService less dumb and able to do aliases to aliases
|
2013-02-22 04:42:08 -05:00 |
|
Adam
|
32592987c8
|
Allow /os mode clear [all] to unset modes, similar to old clearmodes
|
2013-02-19 04:07:53 -05:00 |
|
Adam
|
d9c18a6072
|
Store hashes of the last commit instead of the last commit
|
2013-02-15 19:01:46 -05:00 |
|