Adam
|
8f5d786f0e
|
Cleanup ok if modules with pending identify requests are unloaded
|
2012-10-09 05:22:02 -04:00 |
|
Adam
|
1dacc648a0
|
Made the warnings given by cmake for not having
the dependencies for modules look less scary as
they confuse dumb people currently
|
2012-10-09 04:13:04 -04:00 |
|
Adam
|
3af786d4c9
|
Fix fantasy !help & give it its own help header, not ChanServ's
|
2012-10-08 20:58:47 -04:00 |
|
Adam
|
e57b470e83
|
Made fantasy commands configurable
|
2012-10-08 04:16:23 -04:00 |
|
Adam
|
b8b63ff115
|
Remove the asynchronous identifing hack and replace it with something better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify
|
2012-10-07 22:39:58 -04:00 |
|
Adam
|
0a111c1976
|
Fix compile from bda3b1fa3a
|
2012-10-07 02:13:14 -04:00 |
|
DukePyrolator
|
4b68f0447c
|
updated docs/LANGUAGE to point to the right directory where users should put module language files
|
2012-10-07 08:00:31 +02:00 |
|
Adam
|
31914b200b
|
Merge remote branch 'remotes/attila/1.9+addline' into 1.9
|
2012-10-07 01:46:44 -04:00 |
|
Adam
|
ebb3fca698
|
Release holds on a nick on identify, if there is one
|
2012-10-07 01:45:43 -04:00 |
|
Adam
|
7f72b466ac
|
Set sane default last_topic_setter and last_topic_time in the event an empty topic is locked right after registering a channel without previously being set
|
2012-10-07 01:29:49 -04:00 |
|
Adam
|
4751c735ec
|
Fixed module language file path
|
2012-10-06 22:54:52 -04:00 |
|
attilamolnar
|
bda3b1fa3a
|
InspIRCd: Make functions that send ADDLINE and DELLINE, call them from the rest of the module
|
2012-10-07 03:15:42 +02:00 |
|
Adam
|
4ec10d798b
|
Fixups and cleanup for the last few commits
|
2012-10-06 20:11:47 -04:00 |
|
attilamolnar
|
3dd21e4dcd
|
InspIRCd: Add support for server side topic locks using METADATA topiclock
|
2012-10-07 01:35:14 +02:00 |
|
attilamolnar
|
682d76835e
|
InspIRCd: Add support for sending detecting m_topiclock and sending SVSTOPIC when it is available
|
2012-10-07 01:33:49 +02:00 |
|
attilamolnar
|
42aa367f16
|
InspIRCd: Send channel METADATA using a dedicated function
|
2012-10-07 01:32:31 +02:00 |
|
attilamolnar
|
ec8a1bcc82
|
Add a config option for server side topic locks
|
2012-10-07 00:59:49 +02:00 |
|
attilamolnar
|
2d9541c4c8
|
Parse and store the spanningtree protocol version for InspIRCd
|
2012-10-06 02:18:48 -04:00 |
|
attilamolnar
|
e747ba6c26
|
InspIRCd: Add metadata handler to recognize when a module is loaded or unloaded on the ircd side and adjust our behavior accordingly
|
2012-10-06 02:06:23 -04:00 |
|
attilamolnar
|
4431a34987
|
InspIRCd: Allow METADATA handler to differentiate between user, channel and other/server metadata
|
2012-10-06 02:06:23 -04:00 |
|
attilamolnar
|
14d7de0cf3
|
InspIRCd: Remove has_svshold, use IRCDProto::CanSVSHold
|
2012-10-06 02:06:18 -04:00 |
|
Adam
|
cd28fdc192
|
Show the correct reciever nick when use strict privmsg is enabled
|
2012-10-06 01:01:45 -04:00 |
|
Adam
|
25fe9c7084
|
Do not process() socket engine on shutdown
|
2012-10-05 16:23:40 -04:00 |
|
lethality
|
94fc2ba9c9
|
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
|
2012-10-05 15:15:50 +01:00 |
|
lethality
|
2f87b8e430
|
Revert this strangeness I created ;)
|
2012-10-05 15:14:19 +01:00 |
|
Adam
|
eff61c7a97
|
Add an event for when nick or channel options are set
|
2012-10-05 05:03:55 -04:00 |
|
Adam
|
7c96227cd3
|
Use memcpy for Anope::Unhex not strcpy
|
2012-10-05 01:20:32 -04:00 |
|
lethality
|
dcfae6332e
|
Some minor fixes/typos
|
2012-10-03 21:22:03 +01:00 |
|
Adam
|
69437bb324
|
Fixed parsing squit (it has a reason)
|
2012-10-03 05:17:32 -04:00 |
|
Adam
|
7551245f57
|
Attempt #2 at silly topic ts thing, this is actually must cleaner
|
2012-10-02 23:30:31 -04:00 |
|
Adam
|
47bc551485
|
Revert "Fix topiclock on inspircd"
This reverts commit 87478187af.
|
2012-10-02 22:59:20 -04:00 |
|
Adam
|
87478187af
|
Fix topiclock on inspircd
|
2012-10-02 22:16:35 -04:00 |
|
Adam
|
7042223f2e
|
Somehow the kick handler got lost in the confusion. Send the topic time with ftopic on inspircd not the current time. Removed some unneeded protocol functions
|
2012-10-02 21:21:37 -04:00 |
|
Adam
|
93698f0d61
|
Added operserv/logsearch
|
2012-10-02 05:18:42 -04:00 |
|
Adam
|
f7aa837696
|
Don't unassociate accounts with users on nick changes
|
2012-10-02 01:30:35 -04:00 |
|
DukePyrolator
|
e1d1d18288
|
added an operserv/akill page to webcpanel
|
2012-10-02 05:36:31 +02:00 |
|
DukePyrolator
|
20a6f82753
|
modified the nickserv alist command to return nc->display instead of the parameter provided by the user
|
2012-10-02 05:35:44 +02:00 |
|
DukePyrolator
|
aec6cac8ca
|
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
|
2012-10-02 04:14:50 +02:00 |
|
DukePyrolator
|
ffca6a762d
|
fixed a small bug in the inspircd protocol modules
|
2012-10-02 04:11:52 +02:00 |
|
Adam
|
2d2ab4fec4
|
Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we are synced, and fixed ts checking in Channel::SetModesInternal
|
2012-10-01 21:26:41 -04:00 |
|
Adam
|
a434baed91
|
Allow modules to store data in their own databases.
|
2012-10-01 18:50:29 -04:00 |
|
Adam
|
f14a3dfb8a
|
Fix a few problems found by Cronusa and KindOne
|
2012-10-01 04:35:36 -04:00 |
|
Adam
|
b19a3af4db
|
Add networkinfo:chanlen config directive
|
2012-10-01 02:29:31 -04:00 |
|
Adam
|
89428a9d10
|
Cleanup of all of the protocol modules, rewrote message handling system to be a bit more C++ ish
|
2012-10-01 01:56:57 -04:00 |
|
Adam
|
b937d6310d
|
timestamp column is a special case too
|
2012-09-30 21:36:49 -04:00 |
|
Adam
|
ad37bc9639
|
Bug #1445 - Empty out columns in SQL we have no data for on
insert. This is caused from serialize() only setting a key on
certain conditions and otherwise doing nothing at all.
|
2012-09-30 20:30:27 -04:00 |
|
Adam
|
56df1abdd8
|
Place runtime module binaries in data/runtime instead of lib/ incase of a system wide install where lib/ is not writable
|
2012-09-30 20:30:27 -04:00 |
|
Adam
|
0ea5e57298
|
Use RTLD_NOW when loading modules to resolve all symbols immediately.
This prevents modules with unresolved symbols from loading instead
of loading and crashing later.
|
2012-09-30 20:30:27 -04:00 |
|
Adam
|
3838eb1f05
|
Add webpanel contributors to readme and remove todo since its way out of date and has nothing more in it we want
|
2012-09-30 20:30:27 -04:00 |
|
Adam
|
9ba7196881
|
Make CommandSource use references, sometimes we hold them for awhile
|
2012-09-30 20:30:27 -04:00 |
|