Commit Graph

16 Commits

Author SHA1 Message Date
skull132
e4423761ef Admin & Staff adjustments (#2529)
Features:

 Removal of BOREALIS (python module) as it's not used.
 Removes ToR ban feature in lieu of IPIntel.
 New BOREALIS config to alert staff if server starts as hidden.
 Adminhelps now inform admins on discord if dibsed (when they were sent to discord anyways).
 Adds hub visibility to the server access control panel.
 Adds mirror ban spotting via ban panel. It now redirects to the linked ban if one is found.
 CCIAA now get alerted as to how many of them are online and active when receiving faxes and emergency messages via Discord.
 Removed unused C/C++ libraries. The socket_talk module is a generic UDP shipper, of which Arrow implemented a better version. lib nudge is not even compiled for use. lib_nudge module is uncompiled and no longer used, as we use cURL for the bot.
 Removed depracted APIs and config settings related to the previous point.
 Whitelisted jobs now appear properly in the job selection window as [WHITELISTED].
 Job ban reasons can now be viewed from player preferences window.
 Await admin approval for final CCIAA requests and implement. RIP CCIAA.
 Fix age bans for jobs and antags (dynamic ones, ofc).
 Implement https://forums.aurorastation.org/viewtopic.php?f=18&t=8283
2017-06-13 01:37:44 +03:00
skull132
87e041aa75 Merge remote-tracking branch 'bay12-upstream/master' into development 2016-10-07 00:58:39 +03:00
skull132
ff44a211fb discordbot_message.py
Credit to N3XIS over at VGStation13 for the majority of this script!
2016-02-16 17:36:53 +02:00
skull132
892e17abc3 Removing IRC Bot
Removes the python scripts for the IRC bot.
2016-02-16 13:22:02 +02:00
GinjaNinja32
73d1c356f9 dm.sh will again return error code on failure 2016-02-05 01:12:08 +00:00
GinjaNinja32
f8e73ef823 build log outputted during compilation rather than at end 2016-02-03 07:52:30 +00:00
PsiOmegaDelta
45966dd07e Print of build log. 2016-02-03 08:37:51 +01:00
PsiOmegaDelta
8ff6fade58 Makes Travis treat build warnings as errors.
The DM build script now outputs the build log to a file which can then be reviewed from .travis.yml.
2016-01-29 09:12:30 +01:00
Mloc
a8b2edc0a4 add dm.sh, a simple wrapper around DreamMaker
Signed-off-by: Mloc <colmohici@gmail.com>
2016-01-06 21:43:49 +00:00
BlueNexus
a816c563cf More PEP8 Compliance
I wouldn't have to do this if people would just write their python properly ;-;
2015-12-04 11:35:10 +00:00
Mloc-Argent
f10c7a90c0 Another tiny change to IRC nudge.
HTML entities are now unescaped so that they show up correctly on IRC.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-08-06 15:55:36 +01:00
Mloc-Argent
9a5a1dc82c Made IRCbot's password and host a config option.
Added a hook to send a message to the bot when a round starts.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-08-05 14:07:06 +01:00
Mloc-Argent
22823d633d Quickfix for IRCbot nudge
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-07-09 13:10:16 +01:00
Mloc
907d47e8aa Made ircbot_message.py use a password. 2013-07-03 15:45:24 +01:00
Mloc-Argent
c4bc5ca06e you saw /nothing/.
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-07-03 12:04:37 +01:00
Mloc-Argent
cf4bd39f6e Updated the linkage between the NanoTrasen IRC bot and the server.
- Server will now send adminhelps to the admin channel, with information if there is no admins online.
- Server will inform the admin channel if the last admin online logs out.
- When a round ends, the server will alert the main channel, supplying some statistics.
Additionally, laid the groundwork for an external scripts system.
This is fully configurable/togglable in the config.txt file.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-07-02 23:41:40 +01:00