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
|
b1ba1ec8ac
|
Made sepstream::GetToken less recursiveish
|
2013-06-01 21:58:08 -04: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
|
06bad31b18
|
Fix Channel::SetCorrectModes to never remove modes <= voice (currently secureops enforces everything, inclurding voice)
|
2013-05-28 22:17:22 -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
|
aabc217a6b
|
Fix /join 0
|
2013-05-20 23:45:41 -04:00 |
|
Adam
|
7aa02864d2
|
Mark service:channels as a "botchannel" and don't try to hold them on sync, as the client should always be in the channel
|
2013-05-19 01:11:55 -04:00 |
|
Adam
|
2a8202c832
|
Give botserv bots assigned by persist the same botmodes as normal bots, fix some typos, remove unused variable
|
2013-05-18 23:45:10 -04:00 |
|
Adam
|
be4a39ceb6
|
Fix desync when empty permanent channels are dropped on ircds that no have permanent channel mode
|
2013-05-18 15:47:26 -04:00 |
|
Adam
|
a3dc75c61c
|
Ignore define{} blocks defining directives to itself
|
2013-05-18 14:46:42 -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
|
3253455792
|
Tabify some stuff in config.cpp
|
2013-05-18 12:25:26 -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 |
|
DukePyrolator
|
4237d49d41
|
improved handling of mlocks and topiclocks on inspircd
|
2013-05-12 11:09:34 +02:00 |
|
Charles Kingsley
|
1c36de5ab1
|
Fix config to default prepend_channel true for fantasy
|
2013-05-11 17:13:01 +01:00 |
|
Adam
|
9384a4f088
|
Fix ChannelMode::CanSet
|
2013-05-10 16:17:24 -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
|
735f0ba6cf
|
Fix crash when we kill users because of a double free
|
2013-05-08 18:26:23 -04:00 |
|
Adam
|
5e7085130e
|
Fix reading multi line quotes from the conf with blank lines or lines with only whitespace
|
2013-05-08 10:12:31 -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
|
6859decfb8
|
Fix setting some default flags, reading fantasy blocks, and minusers setting being off by 1
|
2013-05-07 00:24:37 -04:00 |
|
Adam
|
c7f77b3b66
|
Fix a few issues with the poll socketengine
|
2013-05-06 23:48:18 -04:00 |
|
Adam
|
6578829fa6
|
Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too late, after the users server can be gone. Fix a couple other small things
|
2013-05-06 22:18:38 -04:00 |
|
Adam
|
ef06226521
|
Update the rest of modules.example.conf, default inspircd status modes to a sane rank incase they are prefixless, and 50 other things
|
2013-05-06 07:40:43 -04:00 |
|
DukePyrolator
|
223aa65cfa
|
removed an unused variable
|
2013-05-06 07:28:23 +02:00 |
|
Adam
|
fe54dfb37f
|
Don't forget to CloseHandle threads on win32, spotted by Attila
|
2013-05-05 23:47:45 -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
|
3e8752fe66
|
The default arguments are references to temporaries which fall out of scope once the function returns, so we can't use them. gcc is just nice. cronus sucks. also validate a few more config options
|
2013-05-05 20:38:57 -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
|
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
|
10b5b00db4
|
Dont check for noquit/quitstorm, check and be sure all users are gone regardless
|
2013-05-05 01:58:45 -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
|
16c124d34e
|
Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if users want them built they should copy or symlink them out of extras
|
2013-04-15 01:00:45 -05:00 |
|
Adam
|
f08dbced60
|
Allow assigning service bots via /invite
|
2013-04-14 17:39:01 -05:00 |
|
Adam
|
81483ae5e7
|
Fix build on Solaris
|
2013-04-13 06:05:17 +00:00 |
|
Adam
|
b405484fb9
|
Fix OSX buld and a warning in modulemanager.cpp
|
2013-04-12 17:19:29 -04:00 |
|
Adam
|
c56d72ba84
|
Remove more OPDEOP references
|
2013-04-11 02:28:36 -05:00 |
|
Adam
|
db4ed1cfaf
|
Merge chanserv saset and set back into one command since it no longer needs to be separated... replace chanserv/set privilege with chanserv/administration. Dont tell users to use 'help' for more help if there is no help.
|
2013-04-11 00:51:08 -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
|
b244c74479
|
Allow privilege descs to be read from the config to override the defaults
|
2013-04-09 14:51:39 -05:00 |
|