Adam
|
1773eef143
|
Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictprivmsg
|
2013-06-19 20:53:40 -04:00 |
|
KindOne
|
7704ee7107
|
Removed inspircd 1.1 reference from conf. Corrected a few spelling issues.
|
2013-06-19 20:07:15 -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 |
|
DukePyrolator
|
5695c9e079
|
fixed a typo in the last commit. sorry.
|
2013-06-18 08:01:36 +02:00 |
|
DukePyrolator
|
f92b0d6ea0
|
added support for hybrids new umode +S (client is connected via SSL/TLS)
|
2013-06-18 07:48:07 +02:00 |
|
DukePyrolator
|
fc527b464a
|
checking for ssl users when ajoining ssl only channels on inspircd, fixes 1466
|
2013-06-18 07:35:47 +02:00 |
|
Adam
|
a93b315bd3
|
Fix cidr::match with odd cidr ranges
|
2013-06-15 23:27:01 -04:00 |
|
DukePyrolator
|
5246424dc0
|
added an 'extras' script to enable/disable extra modules before compile
|
2013-06-15 07:11:50 +02:00 |
|
Adam
|
1316147a8c
|
Update Spanish translation, courtesy of Isaac Fontal
|
2013-06-15 00:09:25 +00:00 |
|
Adam
|
70319ab8be
|
Fix usestrictprivmsg /msg vs / logic
|
2013-06-13 20:50:59 -04:00 |
|
Adam
|
7dd358972a
|
Fix possible crash in Extensible::ExtensibleUnserialize if a null entry is in it
|
2013-06-12 02:33:30 +00: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 |
|
lethality
|
ebda113f44
|
Made the message for unconfirmed nicks relevant to the ns_register registration setting
|
2013-06-06 17:28:59 +01:00 |
|
lethality
|
6ab6eca0a6
|
fixed typo, though I doubt it affects anyone/anything
|
2013-06-05 20:56:16 +01: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
|
6f45d72497
|
Made m_mysql's Escape() function safe against escaping strings > BUFSIZE
|
2013-05-31 18:34:21 -04:00 |
|
Adam
|
f5c01bf617
|
Fix /hs waiting
|
2013-05-31 01:44:32 -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
|
576aaff3da
|
Don't compare system time to a users timestamp to determine when to collide with a user, if the time on services vs the ircd are different it does weird things
|
2013-05-28 21:07:07 -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
|
c21e8d9204
|
Fix webcpanel build
|
2013-05-26 19:34:58 -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
|
f2dee1e1d6
|
Update INSTALL and place some example link configurations in example.conf
|
2013-05-26 15:27:28 -04:00 |
|
Michael Wobst
|
968ef349d6
|
Update Hybrid protocol module for Hybrid 8.1
|
2013-05-25 15:47:56 -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 |
|
DukePyrolator
|
d82391e46d
|
made our database backup filenames more readable
|
2013-05-20 06:42:38 +02: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
|
879b310580
|
Fix Windows build
|
2013-05-18 00:27:03 -04:00 |
|
Adam
|
5ff3aa7209
|
Yet another variable shadowing error which only show on newer gcc versions
|
2013-05-17 23:45:02 -04:00 |
|
Adam
|
ca93122a68
|
You would think my compiler would at least warn me about this. but no.
|
2013-05-17 23:20:24 -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
|
934b584374
|
do not validate nicks from ulined servers. this also fixes bug #1521
|
2013-05-15 03:23:20 +02: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 |
|
Charles Kingsley
|
da948be089
|
Update botserv.example.conf for xop fantasy commands
|
2013-05-11 17:06:16 +01:00 |
|
Adam
|
9384a4f088
|
Fix ChannelMode::CanSet
|
2013-05-10 16:17:24 -04:00 |
|
Charles Kingsley
|
4d62c673fa
|
Fix typo in example.conf - thx rodr1go
|
2013-05-10 20:18:48 +01:00 |
|
Adam
|
7426b3b04a
|
Readd check for users.size() == 1 before holding channels
|
2013-05-08 20:53:28 -04:00 |
|