Commit Graph

  • e49324fcbc
    Document Logger Cerapter 2021-03-14 19:03:16 +0100
  • 535c05f3e2 Merge branch 'master' of https://github.com/AttorneyOnline/akashi in1tiate 2021-03-14 12:13:13 -0500
  • 2a8ed66c4f rework getClient into getClientsByIpid, alter /ban and /kick to report number of clients affected in1tiate 2021-03-14 12:11:18 -0500
  • ae0d308ec7 apparently ipids are different scatterflower 2021-03-14 12:01:27 -0500
  • c673339653 Add mute and unmute scatterflower 2021-03-14 08:21:58 -0500
  • 6f1d17f923
    Update README.md scatterflower 2021-03-13 13:57:58 -0600
  • 5368601b67 remove desu scatterflower 2021-03-13 13:40:37 -0600
  • fa72e87e34 fix ip bans and generally make it work correctly scatterflower 2021-03-13 13:33:47 -0600
  • 6a38e50c4f add ban durations (only works for hdid atm) scatterflower 2021-03-13 13:25:09 -0600
  • 243caf4292
    Add docuumentation to AreaData Cerapter 2021-03-13 16:35:58 +0100
  • bd5ff8d65e
    Document AOPacket, link docs for network protocol to relevant classes Cerapter 2021-03-13 15:22:06 +0100
  • 58ac797e78
    Document ConfigManager Cerapter 2021-03-13 15:09:56 +0100
  • f45099e47b implement tsu-like time parsing scatterflower 2021-03-13 05:10:36 -0600
  • 18f76d68ea fix crash from old music packets scatterflower 2021-03-13 03:17:46 -0600
  • 7a64521c40 Merge branch 'master' of https://github.com/AttorneyOnline/akashi in1tiate 2021-03-12 22:51:11 -0600
  • dd7daa0c88 fix /mods in1tiate 2021-03-12 22:48:44 -0600
  • e680bb9e07
    Merge pull request #29 from Salanto/GM-Command scatterflower 2021-03-12 15:18:51 -0600
  • 834f908d84 For real this time Salanto 2021-03-12 22:17:19 +0100
  • ed03666a2c Change permission, remove unused permission Salanto 2021-03-12 22:14:45 +0100
  • 2f1fff60a1
    Merge pull request #31 from Salanto/Fix#30 scatterflower 2021-03-12 15:13:10 -0600
  • 79d64e6153 Send music update to area instead of a single client Salanto 2021-03-12 22:12:33 +0100
  • b15660e81d
    Adjust Doxyfile, document Advertiser Cerapter 2021-03-12 20:38:11 +0100
  • cba5ef44ad
    Add Doxyfile Cerapter 2021-03-12 18:56:43 +0100
  • 69911835ee Wrong permission Salanto 2021-03-12 18:44:35 +0100
  • 56ef0d5958 Add /gm command Salanto 2021-03-12 18:41:21 +0100
  • a62b12fb7a fix area config reading based on sanitized name in1tiate 2021-03-12 05:01:31 -0600
  • 8b4929223c implement modchat in1tiate 2021-03-11 23:58:51 -0600
  • f43a498efa add /announce, change permission names for consistency in1tiate 2021-03-11 23:49:42 -0600
  • ed784ec74d
    Merge pull request #26 from Salanto/motd in1tiate 2021-03-11 21:46:20 -0600
  • 32c2d6a5e2
    Merge branch 'master' into motd in1tiate 2021-03-11 21:45:49 -0600
  • 027876a6ba
    Merge pull request #28 from AttorneyOnline/fix/characters-taken in1tiate 2021-03-11 21:44:44 -0600
  • 10109027fc
    Merge pull request #27 from AttorneyOnline/fix/spectator-arup in1tiate 2021-03-11 21:44:35 -0600
  • ee9ae6d7c6 rework characters_taken to be a QList<int> in1tiate 2021-03-11 20:09:04 -0600
  • d7870fd017 call arup in loadingDone instead of changeCharacter in1tiate 2021-03-11 19:31:33 -0600
  • f06537973b Make permission check work; allow changed MOTD to be longer than one word Salanto 2021-03-12 00:56:54 +0100
  • 06864e115a Make MODT editable - Part 1 Salanto 2021-03-12 00:44:27 +0100
  • 3e1f9825ca motd. Can't get simpler than that. Salanto 2021-03-11 22:42:47 +0100
  • eba21d9108
    Merge pull request #22 from AttorneyOnline/fix/area-sort scatterflower 2021-03-11 13:42:58 -0600
  • 325aeb5349
    Merge pull request #21 from AttorneyOnline/in1tiate/commands-uwu scatterflower 2021-03-11 13:42:48 -0600
  • b515407967 make ms port selection actually work?? scatterflower 2021-03-11 13:32:20 -0600
  • 9d10431da7 store a position in area config and sort areas numerically in1tiate 2021-03-11 09:57:41 -0600
  • e60f7e6796 update version string in1tiate 2021-03-11 05:29:46 -0600
  • 07a19fe8cd don't allow for locked areas with no cm in1tiate 2021-03-11 04:52:54 -0600
  • bd471eda00 switch to QRegularExpression for client version validation in1tiate 2021-03-11 04:32:41 -0600
  • 8c39d6ee35 finish implementing evidence mod scatterflower 2021-03-11 03:33:35 -0600
  • 7157d5410e vastly improve client version string validation in1tiate 2021-03-11 02:22:03 -0600
  • 1d4c1b8cda add all evidence mods EXCEPT hiddencm scatterflower 2021-03-11 02:05:38 -0600
  • 953426fea1 fix status in area list, replace number() with str literal in1tiate 2021-03-11 02:00:33 -0600
  • 5b328859cd
    Merge pull request #20 from AttorneyOnline/in1tiate/commands-uwu scatterflower 2021-03-11 00:32:41 -0600
  • ae338b1ac0 please compile before you commit, rose in1tiate 2021-03-10 21:02:59 -0600
  • 6aff469a8c send only x offset to old clients in1tiate 2021-03-10 20:56:07 -0600
  • d84c20784d add ~stop.mp3 checking in1tiate 2021-03-10 20:33:37 -0600
  • edbb531e88 add /pm, make changing pos send SP packet in1tiate 2021-03-10 20:29:17 -0600
  • d04fef0ded add currentmusic, define forcepos in aoclient.h in1tiate 2021-03-10 20:10:05 -0600
  • 30ffc94a10 add forcepos and check for nonexistent client in invite in1tiate 2021-03-10 19:59:35 -0600
  • 556fe9a0b1 improve arup function, add /status in1tiate 2021-03-10 19:39:46 -0600
  • a792c063ee add help command in1tiate 2021-03-10 18:47:22 -0600
  • b4817f1cb1
    Merge pull request #19 from AttorneyOnline/in1tiate/commands-uwu scatterflower 2021-03-10 04:55:40 -0600
  • 1510d19f5b add aliases for tsu commands in1tiate 2021-03-10 04:11:41 -0600
  • a78a560846
    Merge pull request #16 from AttorneyOnline/feature/iniswap_lock scatterflower 2021-03-10 03:51:26 -0600
  • f0d6b4eb53 add /mods in1tiate 2021-03-09 19:29:59 -0600
  • 49071e6936 add global chat toggle in1tiate 2021-03-09 18:40:58 -0600
  • d1918e50a9 add area_kick, switch, randomchar in1tiate 2021-03-09 18:09:28 -0600
  • 9985b7daf8 fix bounds checking, add /play in1tiate 2021-03-09 17:43:20 -0600
  • 7d87a7027f add bounds checking to /area and evidence in1tiate 2021-03-09 17:24:52 -0600
  • 483e89d5cf add /area in1tiate 2021-03-09 17:17:18 -0600
  • 0c9e432fab
    Merge branch 'master' into feature/net-auth in1tiate 2021-03-09 14:41:08 -0600
  • d2890e6e86 some fiddling in1tiate 2021-03-09 14:35:23 -0600
  • 2a9eb18c5e add net auth + desk mod validation update in1tiate 2021-03-09 14:24:03 -0600
  • 4ff32f099e
    Merge branch 'master' into feature/iniswap_lock scatterflower 2021-03-09 14:04:32 -0600
  • d0dbd41232
    Merge pull request #15 from AttorneyOnline/feature/dezalgo scatterflower 2021-03-09 14:03:48 -0600
  • 6bbe257aee
    Merge pull request #17 from AttorneyOnline/small-bits scatterflower 2021-03-09 14:03:32 -0600
  • 576b915828 send user id in hwid packet in1tiate 2021-03-09 13:40:01 -0600
  • 5d4a3700ed config bg lock, fail if modpass is empty in1tiate 2021-03-09 13:32:08 -0600
  • 1b3b710ace update config sample in1tiate 2021-03-09 13:24:11 -0600
  • 088b34064f add iniswap locking in1tiate 2021-03-09 13:23:32 -0600
  • 2c25fadc19 add dezalgo for IC and OOC chat in1tiate 2021-03-09 12:56:59 -0600
  • 505c729f7f
    Merge pull request #12 from AttorneyOnline/feature/timers scatterflower 2021-03-07 06:34:33 -0600
  • 89fda68278
    switch timers to CM-locked in1tiate 2021-03-06 11:00:36 -0600
  • 18efacb886 set timers when you join and change areas in1tiate 2021-03-06 00:41:10 -0600
  • 6cf135a975 it works! *evil laugh* in1tiate 2021-03-06 00:25:16 -0600
  • 2e3a16c9b0 send packet to show timer in1tiate 2021-03-06 00:16:39 -0600
  • e65caf2a59 probably initializing the timers would be a good idea in1tiate 2021-03-06 00:00:50 -0600
  • 49bad39ec1 nonfunctional initial commit in1tiate 2021-03-05 23:53:36 -0600
  • 7f9fa1d38c Update README scatterflower 2021-03-05 09:08:14 -0600
  • 6431032922
    Merge pull request #9 from AttorneyOnline/in1tiate/cming scatterflower 2021-03-05 08:46:30 -0600
  • 62b3f8647f
    move CM check before auth check in1tiate 2021-03-04 05:27:00 -0600
  • 3aa937f908
    fix indentation in1tiate 2021-03-04 05:25:23 -0600
  • f46eeeb94f
    Merge branch 'master' into in1tiate/cming in1tiate 2021-03-04 05:24:06 -0600
  • 02bb2c2d25
    Merge pull request #8 from Salanto/Rolling-Rocks scatterflower 2021-03-03 13:43:31 -0600
  • c5685a8a3b Missed some Salanto 2021-03-03 18:50:06 +0100
  • f2fe5227d6 Formatting if-else, Minor Nitpick Salanto 2021-03-03 18:36:20 +0100
  • 778153c94c Update sample config to include sample dice values Salanto 2021-03-03 17:30:51 +0100
  • 9267729459 Caplock enum, update variable name to reflect config name Salanto 2021-03-03 17:26:44 +0100
  • fb300e1b56 "heads" not "head" in1tiate 2021-03-03 01:56:26 -0600
  • 954e64831c fix some config shenanigans in1tiate 2021-03-03 01:44:41 -0600
  • e30a91e8f7 fix previously nonfunctional area protection in1tiate 2021-03-02 21:58:41 -0600
  • f607be2d6c fix crash in logger, add (nonfunctional) protected area flag in1tiate 2021-03-02 21:44:08 -0600
  • 0b024abe5c hook into ACL system for CM shenanigans in1tiate 2021-03-02 20:45:01 -0600
  • 10072aa9fc Corrected datatype in header and function Salanto 2021-03-03 01:49:10 +0100