Sam Dodrill
4e6a065e62
help: denote that owner, admin and halfops can be disabled in the config
2013-11-10 00:24:53 -05:00
Kyle Johnson
6f979b5e43
Merge pull request #23 from Niichan/help-spellcheck
...
Fix many typos, spelling and grammatical errors in the helpfiles
2013-11-05 19:06:56 -08:00
Sam Dodrill
a95cbf8021
help/opers/c[primsg|notice]: +v
...
Remember, remember!
The fifth of November,
The Gunpowder treason and plot;
I know of no reason
Why the Gunpowder treason
Should ever be forgot!
Guy Fawkes and his companions
Did the scheme contrive,
To blow the King and Parliament
All up alive.
Threescore barrels, laid below,
To prove old England's overthrow.
But, by God's providence, him they catch,
With a dark lantern, lighting a match!
A stick and a stake
For King James's sake!
If you won't give me one,
I'll take two,
The better for me,
And the worse for you.
A rope, a rope, to hang the Pope,
A penn'orth of cheese to choke him,
A pint of beer to wash it down,
And a jolly good fire to burn him.
Holloa, boys! holloa, boys! make the bells ring!
Holloa, boys! holloa boys! God save the King!
Hip, hip, hooor-r-r-ray!
2013-11-05 19:03:27 -08:00
Sam Dodrill
e789385552
help: add Oxford comma to some lists
2013-11-05 18:31:51 -08:00
Sam Dodrill
a37b75466f
help: re-orgainize some things
2013-11-05 18:29:09 -08:00
Sam Dodrill
57d74e150e
Fix many typos, spelling and grammatical errors in the helpfiles
2013-11-05 18:05:09 -08:00
Kyle Johnson
86a53b8ed7
Merge pull request #21 from Niichan/master
...
help/cmode: add documentation on channel owner mode +y
2013-11-05 16:32:27 -08:00
Sam Dodrill
dc6bed417c
help/opers/cmode: fix small typo
2013-11-05 16:26:07 -08:00
Sam Dodrill
94d6de727e
help/cmode: add documentation on channel owner mode +y
2013-11-05 16:17:29 -08:00
Alex Iadicicco
68afaf72ac
Rename to elemental-ircd
2013-10-28 18:12:38 -07:00
Sam Dodrill
98fd1d5c44
ponychat-ircd 6.5.1
2013-10-10 11:02:22 -07:00
Sam Dodrill
2cfa339185
Explicitly allow channel admins to kick eachother
2013-10-10 10:55:42 -07:00
Sam Dodrill
203ace2494
ponychat-ircd 6.5
2013-10-10 09:54:50 -07:00
Sam Dodrill
7abfc13b92
Send away-notify on host change fake quit
2013-10-10 09:53:39 -07:00
Sam Dodrill
8a3ac022ae
ponychat-ircd-6.5-rc2
2013-10-09 22:30:08 -07:00
Sam Dodrill
6e14174c95
Disallow non-channel ops from kicking users
2013-10-09 13:13:51 -07:00
Sam Dodrill
de06cf5102
ponychat-ircd 6.5-rc
2013-10-08 13:07:23 -07:00
Sam Dodrill
ccf057bdd7
Revert "Nickname changes are a global SNOTE"
...
This reverts commit 3efbe7d9fa
.
2013-10-08 11:22:56 -07:00
Sam Dodrill
3efbe7d9fa
Nickname changes are a global SNOTE
2013-10-08 10:16:52 -07:00
Sam Dodrill
ffebe5d876
SASLFAIL SNOMASK is now global
2013-10-06 21:36:42 -07:00
Sam Dodrill
b98962e306
modules/m_post: remote rejection snote for HTTP proxies
2013-10-06 20:06:17 -07:00
Sam Dodrill
763e5c24b1
Revert "More spacing on a burst SJOIN"
...
Adding more spacing made it worse, revert.
This reverts commit 1ce8db9135
.
2013-10-06 19:36:21 -07:00
Sam Dodrill
1ce8db9135
More spacing on a burst SJOIN
2013-10-06 19:25:19 -07:00
Sam Dodrill
5a6a3ec287
Fix spacing on SJOIN
2013-10-06 19:14:48 -07:00
Sam Dodrill
afe4cb9104
Support ipv6 DNS blacklists
...
atheme/charybdis@0a1e77c27c
2013-10-06 07:53:17 -07:00
Sam Dodrill
143fdd4069
update CREDITS
2013-10-06 07:30:54 -07:00
Sam Dodrill
407504902e
Remove CHARSET=ascii from ISUPPORT
...
Merge of atheme/charybdis@e1a9785abe
2013-10-05 15:03:07 -07:00
Sam Dodrill
2fad91d915
More fixes for owner mode
2013-10-04 21:40:54 -07:00
Sam Dodrill
0814442111
away-notify and away rate limiting added
...
Referenced:
atheme/charybdis@c5bbc60375 : Add
away-notify client capability.
atheme/charybdis@d42e6915cf : Pace aways.
atheme/charybdis@725403fd7f : Don't end
the flood grace period with the first AWAY.
atheme/charybdis@dc0fd46236 : Ensure AWAY
pacing only affects local clients.
2013-10-04 21:32:00 -07:00
Sam Dodrill
ef6e8564e0
Merge branch 'ircd-spit-unreadable-config' into devel
2013-09-29 05:40:31 -07:00
Sam Dodrill
1659d99bac
Merge error notice on unreadable config file
...
This fix will help with initial setup among other things
2013-09-29 05:38:54 -07:00
Sam Dodrill
0d45b7860f
Merge account-notify and extended-join client capabilities
2013-09-29 05:24:52 -07:00
Sam Dodrill
bb0a7536e3
Merge branch 'failed-sasl-snomask' into devel
2013-09-28 20:52:08 -07:00
Sam Dodrill
61fe2694df
Merge branch 'defer-accept' into devel
2013-09-28 20:49:47 -07:00
Sam Dodrill
c141ed9307
Add defer_accept option to enable TCP_DEFER_ACCEPT
...
Merge: 6fb5e9636fa1fffc62e86561e7dcd734fa2ee53f
Add defer_accept option to enable TCP_DEFER_ACCEPT
Charybdis commits referenced:
atheme/charybdis@77cb59b
libratbox: add support for TCP_DEFER_ACCEPT on linux
atheme/charybdis@aa4737a
libratbox: make defer_accept optional.
atheme/charybdis@02270e9
Add listen::defer_accept option for controlling usage
of TCP_DEFER_ACCEPT option.
atheme/charybdis@797a29f
libratbox: Allow defer_accept on FreeBSD.
2013-09-28 20:47:02 -07:00
Sam Dodrill
3ed02190ef
Merge branch 'owner-mode' into devel
2013-09-28 20:39:55 -07:00
Sam Dodrill
38b53c2d0e
Merge branch 'devel' of github.com:PonyChat/ponychat-ircd into devel
2013-09-17 18:31:11 -07:00
Sam Dodrill
7f45233243
libratbox/openssl: Fix possible memory leak of certificate fingerprints
2013-09-17 18:26:12 -07:00
Sam Dodrill
1d878cec57
Documentation on +M clarified in helpfile and module source code
2013-09-17 18:26:12 -07:00
Sam Dodrill
b4bbdf7046
help/monitor: New helpfile
2013-09-17 18:26:12 -07:00
Sam Dodrill
355088a0ef
Merge branch 'documentation-fixes' into devel
2013-09-17 18:25:41 -07:00
Sam Dodrill
9302fb31b4
Update gitignore, remove cruft
2013-09-17 18:25:08 -07:00
Sam Dodrill
f0b84afaba
src/s_user: DNSBL hits are now global snomasks
...
Previously server notices for DNSBL hits only were locally broadcast. Now they are globally broadcast under SNOMASK r.
2013-09-17 18:24:50 -07:00
Sam Dodrill
25e7c22891
m_nick: Reject nicks with '~' in them, rather than cutting at the '~'
...
Merge of commit da2fc2cbdec471b516a2aa56ed9f3513da8df87c in master
The behavior of cutting at the first '~' is confusing at first, and
looks too much like a bug.
atheme/charybdis@96b89dce38
2013-09-17 17:43:52 -07:00
Sam Dodrill
5efee8cc5e
Update gitignore, remove cruft
...
Add OSX debug symbols to gitignore
Remove libratbox version file, it is automatically generated
2013-09-17 17:43:18 -07:00
Sam Dodrill
2681b86df2
Added snotes for failed SASL authentication attempts if need_sasl flag is set
...
Many thanks to Shockk for this patch.
References commits:
- 15dc12b76e76c6fa2ead773b6b40965223ad453f - Added snotes for failed SASL authentication attempts if need_sasl flag is set.
- febd2e2aca27f7f1acfc522f3fda65d8be067edc - Updated help/opers/snomask to add +S snomask.
2013-09-15 21:33:10 -07:00
Sam Dodrill
9e58efb6bc
Add OSX debug symbols to gitignore
2013-09-15 21:31:10 -07:00
Sam Dodrill
172deacb06
Finalize behavor of channel admins
...
Channel admins are able to kick channel admins
2013-09-13 19:52:30 -07:00
Sam Dodrill
df8e2d39e7
Fix desync when using OJOIN as channel founder
2013-09-13 17:07:58 -07:00
Sam Dodrill
7a2349e318
Update gitignore, remove cruft
2013-09-13 11:52:04 -07:00