Denis M. (Phr33d0m)
cd49bb40c2
Use CDN for the rest of the .js files
2013-08-23 11:57:32 +02:00
n0kS Phr33d0m
5f006bf139
Fixed an incorrect layout, a couple of typos and a wrong form action
2013-08-23 08:42:45 +02:00
n0kS Phr33d0m
aaa12cc018
Use a local copy of the background image
2013-08-23 08:11:24 +02:00
n0kS Phr33d0m
2238db8338
Make the navbar brand a different font to distinguish it from the rest of the navbar links.
2013-08-23 08:06:47 +02:00
n0kS Phr33d0m
5c4414e4a5
Removed innecessary logo width, the img-responsive will take care of that.
2013-08-23 07:05:57 +02:00
n0kS Phr33d0m
6f9b77e336
Don't use an external svg logo anymore, but a local png one.
2013-08-23 07:04:09 +02:00
n0kS Phr33d0m
9793062007
Merge branch '1.9' of github.com:anope/anope into 1.9
2013-08-23 06:43:57 +02:00
n0kS Phr33d0m
f86dc247e5
Redesign body of the pages. Now they have a distiguished panel heading and panel body. Also added background colour to currently selected section.
2013-08-23 06:39:23 +02:00
Adam
5ac0c9a327
Fix previous commit
2013-08-22 17:33:16 -04:00
Adam
e8763d5b3c
Always set +o on users who have access for it, even if higher modes have a prefix
2013-08-22 01:48:17 -04:00
Adam
ce7a32a994
Do not have cs_access try to represent non levels access entries as levels access entries. Sometimes it cant accurately be done and it confuses people.
2013-08-22 01:13:28 -04:00
Adam
0c1cc08e28
Update readme more
2013-08-21 23:22:27 -04:00
Adam
e12e4e6956
Update readme
2013-08-21 23:20:05 -04:00
Adam
52535cf6fb
Merge pull request #19 from Phr33d0m/1.9
...
A completely rewritten Control Panel
2013-08-21 20:17:20 -07:00
n0kS Phr33d0m
121d0a6e5b
Fix a typo and remove unnecessary 'effects'
2013-08-22 03:27:29 +02:00
n0kS Phr33d0m
34535814e4
A completely rewritten Control Panel using some bootstrapping, jquery and lots of CSS
2013-08-22 02:37:43 +02:00
n0kS Phr33d0m
8bcc6840ce
Nuking the old design with fire
2013-08-22 02:36:01 +02:00
n0kS Phr33d0m
08d113332c
Fix incorrect GET method as we are submitting POST data
2013-08-22 02:32:04 +02:00
Adam
765943062e
Always require the registered channel mode is set. Comment out default config requiring "r" as some ircds use it for registered users only
2013-08-21 01:35:57 -04:00
Adam
17cca42d48
Make maxaliases=0 really mean no limit
2013-08-21 01:27:14 -04:00
Adam
760fdc4049
Fix not setting vhost on nickserv update
2013-08-18 14:42:59 -04:00
Adam
ead4aa7ed9
Fix 318 raw being sent for uids on ts6 ircds
2013-08-17 14:05:01 -04:00
Adam
65911dd1be
Replace some get calls on <bool> extenisble types with hasext
2013-08-14 19:50:08 -04:00
Adam
4abfdcbb9c
Do not default mlock +r, it is unnecessray and only clutters up the mlock list
2013-08-14 18:24:04 -04:00
Adam
de5c8c0d38
Fix some issues with suspend
2013-08-12 15:45:50 -04:00
Adam
8e011bbb78
Respond to remote whois on inspircd for users on us that aren't service bots
2013-08-12 15:44:28 -04:00
Adam
f15a9749f9
Use less strict valid ident checks on hybrid, unreal, and inspircd
2013-08-12 14:36:49 -04:00
Adam
f1956b039d
Remove channels from accesss lists when they expire/drop
2013-08-11 17:14:39 -04:00
Adam
53d5b7c29e
Fix chanserv opersonly setting
2013-08-11 16:04:10 -04:00
Adam
812cb04fde
Add DNS Notify support
2013-08-11 15:48:46 -04:00
Adam
1314d5b4f1
Fix cs_kee_pmodes default
2013-08-11 15:38:09 -04:00
Adam
490601de3a
Fix chghost on charybdis
2013-08-11 12:25:58 -04:00
Adam
c7aab50bff
Support DNS ANY query type
2013-08-10 23:28:58 -04:00
Adam
c507c78d5a
Do not have ratbox or plexus pull modes from hybrid, it is entirely too confusing. Also fix cs_mode config
2013-08-10 17:59:31 -04:00
Adam
58c05687bf
Add "simple seen" mode to cs_seen
2013-08-10 17:43:13 -04:00
Adam
f8cdcc65c6
Merge pull request #18 from fgsch/1.9
...
Add certificate fingerprint support for ngIRCd
2013-08-10 14:26:27 -07:00
Adam
10a918f9e1
Default some listmax config settings to 50
2013-08-10 12:33:27 -04:00
Adam
e4d1769a8b
Add os_info
2013-08-10 12:29:12 -04:00
Adam
7cd80a2131
Fix logging LOG_NORMAL logs in m_sqllog. Fix/add more compat extensible items to ChannelInfo::Unserialize
2013-08-08 03:03:57 +00:00
Federico G. Schwindt
9d6f88de39
Add certificate fingerprint support for ngIRCd
2013-08-07 23:44:58 +01:00
Adam
b93d650b1f
Revert "Shrink to fit module event vectors when modules are removed from them"
...
Sometimes the events call the function the event is in, which causes a resize
while the original function is iterating.
This reverts commit 7f1b5552dc .
2013-08-07 21:19:49 +00:00
Adam
c480695369
Fix db_sql to not remove objects when shutting down, as some modules that unload before it when shutting down remove their items then
2013-08-07 19:40:05 +00:00
Adam
7f1b5552dc
Shrink to fit module event vectors when modules are removed from them
2013-08-07 17:27:18 +00:00
Adam
4865a8cfff
Add m_sql_log
2013-08-07 16:44:35 +00:00
Adam
1efd289488
Fix inspircd jupe mess again, it wasn't working when juping servers that didn't already exist
2013-08-07 15:03:11 +00:00
Adam
83e4b183ea
Add keepmodes setting
2013-08-01 14:07:56 +00:00
Adam
1e625b6837
Use MessageSource as the source for many IRCDProto funcs
...
Keep track of what user modes are oper only/server only/etc
2013-08-01 13:39:35 +00:00
Adam
402c624e45
Move chanstats stuff to stats/
2013-07-29 12:02:40 +00:00
Adam
fde83f6564
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
2013-07-26 21:40:16 -04:00
Adam
f0f43cf426
Fix build on late versions of cmake 2.4
2013-07-26 12:57:36 -04:00