Adam
|
36a465473e
|
Add IRCDMESSAGE_SOFT_LIMIT to MD handler
|
2016-01-02 16:38:25 -05:00 |
|
Adam
|
23a0ecd0c4
|
unreal4: add md handler, certfp support
|
2015-12-30 16:11:41 -05:00 |
|
Adam
|
601af1b0eb
|
Unreal 4 changes
|
2015-12-30 12:42:12 -05:00 |
|
Adam
|
fb2aae1b17
|
Copy unreal -> unreal4
|
2015-12-30 12:42:03 -05:00 |
|
Adam
|
ac984af11a
|
Move CanAdd() check to after mask sanitization as it will remove other entries that are considered "covered by" the new mask
|
2015-12-29 14:04:45 -05:00 |
|
Adam
|
d6cbd64621
|
Remove run-cc leftover
|
2015-12-29 14:04:04 -05:00 |
|
Adam
|
e6bdc5dddd
|
Merge pull request #141 from miwob/2.0+cmode_T_nonotice
Add support for channel mode +T to the ircd-hybrid protocol module
|
2015-12-29 12:57:09 -06:00 |
|
Adam
|
ba805e30b8
|
Include gecos in GetNUHMask
|
2015-12-29 13:53:44 -05:00 |
|
Adam
|
6e48b1d56f
|
Fix saset language reply
|
2015-12-28 17:45:44 -05:00 |
|
Michael Wobst
|
cd6401f628
|
Add support for channel mode +T to the ircd-hybrid protocol module
|
2015-12-26 13:29:18 +01:00 |
|
Adam
|
a25f94456d
|
Fix race with recovering and svsnicing nicknames. Wait for first svsnick to go through before issuing the second. Fixes users sometimes svsnick colliding when recovering nicknames.
|
2015-12-19 13:38:47 -05:00 |
|
Adam
|
b5228282e1
|
Merge commit '593ec34' into 2.0
|
2015-12-13 19:59:29 -05:00 |
|
Matt Ullman
|
593ec34ff7
|
os_akill: Sanity check AKILLing before modifing the akill list
|
2015-12-13 19:58:40 -05:00 |
|
Adam
|
7ce0eb219b
|
Fixup ecdd046c80 to compile
|
2015-12-13 19:52:50 -05:00 |
|
miwob
|
99282e65a6
|
hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the future ircd-hybrid will reject UID messages with invalid IP addresses
|
2015-12-13 19:48:22 -05:00 |
|
Adam
|
d07e60b3da
|
Merge pull request #136 from miwob/add+CanSQLineChannel
hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options
|
2015-12-13 18:46:14 -06:00 |
|
Adam
|
3da2cdb496
|
Only special case level -1 to everyone and not everything <0
|
2015-12-13 19:43:21 -05:00 |
|
Adam
|
ecdd046c80
|
Add some replacement tokens for akick reason and welcome notice
|
2015-12-13 19:37:24 -05:00 |
|
Adam
|
98b35dfab2
|
Document m_xmlrpc_main notice
|
2015-12-13 19:28:31 -05:00 |
|
Adam
|
56abaf8498
|
Add notice method to m_xmlrpc_main
|
2015-12-13 19:27:15 -05:00 |
|
Adam
|
5394f5433a
|
Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uid
|
2015-12-13 19:21:53 -05:00 |
|
Adam
|
c414433fae
|
Allow wildcard searching emails
|
2015-12-13 19:19:00 -05:00 |
|
Adam
|
16d08e57df
|
Fall back to account vhost in hs on/off
|
2015-12-13 19:14:44 -05:00 |
|
Adam
|
252a65af7e
|
Update LOG dir in anoperc
|
2015-12-08 14:06:08 -05:00 |
|
Adam
|
d40edcae69
|
null xline manager when removing so removexline doesn't get called
|
2015-11-05 20:50:10 -05:00 |
|
Adam
|
4c1cc0e05d
|
Cleanup after xlines if directly removed
|
2015-11-04 20:51:02 -05:00 |
|
Adam
|
80c332bc41
|
Fix logonnews to prioritize the newest entries if it can't show them all
|
2015-11-04 20:05:01 -05:00 |
|
miwob
|
5a25a3807b
|
hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options
|
2015-10-24 12:45:19 +02:00 |
|
Robby
|
27a2645ed3
|
Fix chanserv botmodes.
|
2015-09-25 02:40:28 +02:00 |
|
Adam
|
830361e97d
|
Check privilege name is valid in SetLevel
|
2015-09-24 17:22:44 -04:00 |
|
Adam
|
93a92bb73b
|
Clear regex xlines on unload, which happens on shutdown, even though they are perm modules
|
2015-09-23 14:55:28 -04:00 |
|
Robby
|
b9dc44ae9a
|
Update the dutch language file.
|
2015-09-18 06:04:42 +02:00 |
|
Robby
|
f52bbe22af
|
Update my email address.
|
2015-09-18 05:38:44 +02:00 |
|
Robby
|
96d7797134
|
Bold code 2 -> 002.
|
2015-09-18 05:25:20 +02:00 |
|
Robby
|
9810da9829
|
Fix some sentences to be more correct.
|
2015-09-18 04:53:49 +02:00 |
|
Adam
|
5692abb316
|
Don't prevent channel destruction because persist is set. Perm mode/a bot should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
|
2015-09-17 20:35:46 -04:00 |
|
Adam
|
2e65bd4012
|
Channel::DeleteUser delets the container
|
2015-09-17 12:31:02 -04:00 |
|
Adam
|
1ac4a1d9a5
|
Defer channel deletion until after i/o. There are some edge cases with events kicking users mid-event that can delete them.
|
2015-09-17 10:07:30 -04:00 |
|
Adam
|
8d13a355cd
|
Remove associated oper blocks in os_oper when accounts are deleted
|
2015-09-14 13:43:14 -04:00 |
|
Adam
|
8c4eec2b6e
|
Update topic lock help to reflect how it works
|
2015-09-14 12:39:59 -04:00 |
|
Adam
|
776207ba67
|
Don't allow suspended users to login to webcpanel
|
2015-09-14 12:35:26 -04:00 |
|
Adam
|
2f5e880e57
|
Don't update channel last used time from ns alist access check
|
2015-09-14 12:24:13 -04:00 |
|
Adam
|
94f781726e
|
Don't assign bots when persist is set if we aren't synced sinec we might not know of all modes
|
2015-09-11 14:54:48 -04:00 |
|
Adam
|
054c227df0
|
Merge pull request #120 from Alef-Burzmali/2.0+nobackupok
Fix db_flatfile to read the "nobackokay" setting
|
2015-09-06 16:12:22 -04:00 |
|
Adam
|
907e192aab
|
Merge pull request #126 from SaberUK/2.0+typos
Fix a ton of typos.
|
2015-09-06 16:11:50 -04:00 |
|
Adam
|
d6d0c883b0
|
Merge pull request #128 from SaberUK/2.0+destdir
Fix support for passing relative install paths to CMake.
|
2015-09-06 16:09:29 -04:00 |
|
Adam
|
7f4327e8ba
|
Merge pull request #129 from AlphaT3ch/placeholder
Placeholder left in French Translation
|
2015-09-06 16:08:17 -04:00 |
|
Adam
|
132932ffaf
|
Merge pull request #134 from retsofaj/2.0
Have CMake first check for libraries in any additional locations
|
2015-09-06 16:03:58 -04:00 |
|
Adam
|
c007b829f7
|
Don't unset modes which have no privilege associated with them
|
2015-09-06 16:01:43 -04:00 |
|
Robby
|
3b647b0740
|
When toggling NOEXPIRE for a nickname, show the actual nickname in addition to the account name.
|
2015-09-02 20:36:24 +02:00 |
|