This website requires JavaScript.
Explore
Help
Sign In
cyberpresidentvanellope
/
Bubberstation
Watch
1
Star
0
Fork
0
You've already forked Bubberstation
mirror of
https://github.com/Bubberstation/Bubberstation.git
synced
2026-06-06 22:59:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0ce01d1583d2000322a8a61a90d64a787dbc3409
Bubberstation
/
code
/
modules
/
admin
T
History
Aranclanos
0ce01d1583
Adding Linda.
2013-08-10 06:15:14 -03:00
..
DB ban
Added the ability to define the ip and computer id for a manual ban (in the banning panel). This is so mirroring bans or banning people who were not online during the round in progress does not require admins to spawn a mob, set their variables and then ban the mob.
2013-07-16 07:26:51 +02:00
permissionverbs
- Expands the maximum number of admin permission flags you can have from 16 to 31.
2013-07-22 19:22:47 +02:00
verbs
Adding Linda.
2013-08-10 06:15:14 -03:00
admin_investigate.dm
- Put the update IDE proc into process(), so it's more manageable.
2013-02-10 00:16:13 +00:00
admin_memo.dm
…
admin_ranks.dm
- Expands the maximum number of admin permission flags you can have from 16 to 31.
2013-07-22 19:22:47 +02:00
admin_verbs.dm
Adding Linda.
2013-08-10 06:15:14 -03:00
admin.dm
- When clients in the lobby are kicked at round end, only afk clients actually get kicked.
2013-08-07 18:09:38 +02:00
banappearance.dm
Admin bans
2013-04-03 23:28:24 +02:00
banjob.dm
- Moved access definitions for jobs to the job datum. In addition, I added an extra access definition: minimal_access and access. Minimal access is intended for servers with large populations. All jobs have the bare minimum access they need to survive. access, on the other hand, is a far more generous list of accesses, intended for servers with lower populations, where players are expected to do more than just the job they were assigned. Also for servers which don't want to allow people to hide in their own ultra secure departments, where no one can get to them.
2013-01-06 16:38:45 +00:00
create_mob.dm
…
create_object.dm
…
create_turf.dm
…
holder2.dm
- Expands the maximum number of admin permission flags you can have from 16 to 31.
2013-07-22 19:22:47 +02:00
IsBanned.dm
Admin bans
2013-04-03 23:28:24 +02:00
NewBan.dm
…
newbanjob.dm
…
player_notes.dm
Muting now uses uses a ckey in its href rather than a mob reference.
2013-03-31 23:06:56 +01:00
player_panel.dm
Merge pull request
#1082
from errorage/2013-08-07_clear_clients_from_lobby_at_round_end
2013-08-09 13:31:13 -07:00
topic.dm
Merge pull request
#1082
from errorage/2013-08-07_clear_clients_from_lobby_at_round_end
2013-08-09 13:31:13 -07:00
ToRban.dm
…