Adam
|
53b2bdfe5e
|
Use std::tr1::unordered_map for a few of the larger maps
|
2012-11-06 11:02:12 -05:00 |
|
Adam
|
1730bfb2bc
|
Send uids everywhere when setting modes on clients
|
2012-10-30 21:22:10 -04:00 |
|
Adam
|
b07928eea9
|
Clean up ngircd proto mod slightly, and send sqlines before introducing clients
|
2012-10-30 15:50:39 -04:00 |
|
Adam
|
1ef7480380
|
Fix inspircd mode message for channel modes. It never actually uses this, but other pseudoservers may send modes using this and not fmode (it has no timestamp)
|
2012-10-30 15:21:47 -04:00 |
|
Adam
|
e1dcf24c98
|
Add nickserv:modesonid config option to set what modes users get on identify
|
2012-10-26 17:30:41 -04:00 |
|
Adam
|
8fd3fc7c13
|
Add sasl support to unreal, inspircd
|
2012-10-26 10:46:19 -04:00 |
|
Adam
|
4fdc157f68
|
Better clarify signon vs timestamp and allow updating users timestamp to an ircd given value from NICK
|
2012-10-14 01:05:24 -04:00 |
|
Adam
|
4424abd15d
|
Add m_sql_oper
|
2012-10-13 00:37:10 -04:00 |
|
Adam
|
0a111c1976
|
Fix compile from bda3b1fa3a
|
2012-10-07 02:13:14 -04:00 |
|
Adam
|
31914b200b
|
Merge remote branch 'remotes/attila/1.9+addline' into 1.9
|
2012-10-07 01:46:44 -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
|
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
|
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
|
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 |
|
DukePyrolator
|
ffca6a762d
|
fixed a small bug in the inspircd protocol modules
|
2012-10-02 04:11:52 +02: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 |
|
Naram Qashat
|
38ad523f91
|
Fix a few oddball warnings that came up from clang, and also make it so webcpanel.so can be compiled under Mac OS X.
|
2012-09-24 15:54:49 -04:00 |
|
Adam
|
7e3b5bed50
|
Add chanserv/set/autoop, like nickserv/set/autoop but for channels
|
2012-09-07 23:44:15 -04:00 |
|
Adam
|
2370c16f1e
|
Fixed build from the previous merge
|
2012-04-24 16:02:07 -04:00 |
|
Adam
|
573e49a7ea
|
Reworked live SQL support yet again
|
2012-04-23 05:08:26 -04:00 |
|
DukePyrolator
|
deb5196101
|
Added Chanstats. It uses a new, improved database format and is not compatible with current phpdenora or magirc installations.
|
2012-04-08 12:43:34 +02:00 |
|
Adam
|
a5b9e235ae
|
Added chanserv:require config option to set which modes must be on all registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
|
2012-02-26 23:23:15 -05:00 |
|
Adam
|
83456f6040
|
Fixed akill setter and ids showing in akill reasons
|
2012-02-24 23:25:29 -05:00 |
|
Adam
|
3850b073dd
|
Added regex support for many commands, such as akill, sqline, snline,
all of the */list commands, etc.
Also extended the ability of akill to match a full nick!user@host and
real name of users.
|
2012-02-22 18:12:02 -05:00 |
|
Adam
|
b84e080463
|
Made our message sources actual clients/servers, and put in a few more default messages for very standard things (KICK etc)
|
2012-02-19 20:54:55 -05:00 |
|
Adam
|
ee5cd8493e
|
Use C++11's explicit override feature if available
|
2012-02-18 15:04:26 -05:00 |
|
Adam
|
f8245574dc
|
Fixed topic lock on inspircd
|
2012-01-08 18:14:07 -05:00 |
|
Adam
|
4204ece7a8
|
Updated Copyright to 2012
|
2012-01-02 21:28:24 -05:00 |
|
Adam
|
cef3eb78df
|
Remove send_cmd and replace it with a stringstream
|
2011-11-25 00:44:31 -05:00 |
|
Adam
|
97b9055f92
|
Remove xlines from the IRCd aswell as from our list when the clear command is used, and fixed adding timed Zlines to inspircd
|
2011-11-05 15:05:15 -04:00 |
|
Adam
|
5f0b9338dc
|
Set proper expirys on ZLines if the IRCd supports it
|
2011-11-05 00:11:49 -04:00 |
|
Adam
|
b14f5ea884
|
Fixed accidentally clearing botmodes when joins are sent
|
2011-10-26 16:52:00 -04:00 |
|
Adam
|
ddc3c2f38c
|
Added options:nonicknameownership config option
|
2011-10-14 12:20:07 -04:00 |
|
Adam
|
43201ead95
|
Fixed /os reload doing weird things to service channels, and allow setting modes by clients on burst
|
2011-09-19 18:35:40 -04:00 |
|
Adam
|
1478b5bbd7
|
Added chanserv/log
|
2011-09-10 02:06:29 -04:00 |
|
Adam
|
fa3b74a5b4
|
Fixed zlines to only add the xline host, fixed db_mysql's write function, and prevent adding multiple of the same nick to access lists
|
2011-08-20 00:50:26 -04:00 |
|
Adam
|
feee50e695
|
Allow bot usermodes to be configurable
|
2011-08-12 03:13:56 -04:00 |
|
Adam
|
42f954ff7d
|
Fixed reintroducing our clients if we disconnect and reconnect to the uplink
|
2011-08-02 22:39:14 -04:00 |
|
Adam
|
f858164dee
|
Rewrote how commands are handled within Anope.
This allows naming commands and having spaces within command names.
|
2011-07-14 02:31:12 -04:00 |
|
Adam
|
3ad93a31c9
|
Burst our channels with the uplink when we connect & fixed bug #1274
|
2011-06-02 14:59:34 -04:00 |
|
Adam
|
115f94bfc2
|
Made Anope able to process normally when disconnected from the uplink and not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
|
2011-05-21 04:57:27 -04:00 |
|
Adam
|
583954d3a1
|
Use module type to determine what type each module is instead of its location in the configuration file.
|
2011-05-16 04:09:32 -04:00 |
|
Adam
|
076ebafa1b
|
Moved some global functions to be member functions and misc cleanup
|
2011-05-16 04:07:56 -04:00 |
|
Adam
|
c8c23158a4
|
Moved the core pseudo clients out into their own modules
|
2011-05-16 04:06:17 -04:00 |
|