aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix ip because of network changeHEADmasterAndrea Lepori2020-04-293-4/+4
|
* typoAndrea Lepori2020-04-291-1/+1
|
* print ip to debugAndrea Lepori2020-04-291-0/+2
|
* add ip check in chat and joinAndrea Lepori2020-04-292-10/+14
|
* remove loggingAndrea Lepori2020-04-261-2/+0
|
* fixed strange localhost ipAndrea Lepori2020-04-261-2/+2
|
* remove save to file to logAndrea Lepori2020-04-261-4/+2
|
* test for whitelist localhostAndrea Lepori2020-04-261-1/+5
|
* rate limit not for localhost fixAndrea Lepori2020-04-241-3/+2
|
* no rate limit for localhostAndrea Lepori2020-04-241-1/+3
|
* typoAndrea Lepori2020-04-241-1/+1
|
* fix mod not rate limitedAndrea Lepori2020-04-241-1/+3
|
* remove rate limiter in join and chat for moderatorAndrea Lepori2020-04-242-2/+2
|
* remove check for multiple user with same nameAndrea Lepori2020-04-201-32/+0
|
* add basepath to use reverse proxyAndrea Lepori2020-04-201-664/+713
|
* add own nick to messageAndrea Lepori2020-04-191-1/+1
|
* remove unused code and fixesAndrea Lepori2020-04-191-57/+47
|
* add bridge command to send messages with different nicksAndrea Lepori2020-04-191-0/+133
|
* New Theme Requestmarzavec2020-04-032-0/+48
| | | | According to issue #101
* Merge pull request #100 from MinusGix/update_android_whitemarzavec2020-03-311-11/+10
|\ | | | | Update android white theme
| * Update android white themeMinusGix2020-03-311-11/+10
| |
* | Merge pull request #98 from MinusGix/BanMinormarzavec2020-03-162-0/+21
|\ \ | | | | | | More verbose ban event + UAC getUserDetails additions
| * | Make ban command broadcast information about user and bannerMinusGix2020-03-161-0/+4
| | |
| * | Add command to get information about users to broadcast to clientsMinusGix2020-03-161-0/+17
| | |
* | | Merge pull request #99 from MinusGix/joinToHashmarzavec2020-03-161-2/+2
|\ \ \ | |_|/ |/| | Switch accessed property to hash
| * | Switch accessed property to hashMinusGix2020-03-131-2/+2
|/ /
* | Merge pull request #97 from MinusGix/androidWhiteThememarzavec2020-03-132-0/+52
|\ \ | |/ |/| Add android-white theme
| * Add android-white themeMinusGix2020-03-132-0/+52
|/
* Protocol Updates and Bug Fixesmarzavec2020-03-1223-447/+558
|
* Merge pull request #96 from MinusGix/fixKickHashmarzavec2020-03-121-1/+1
|\ | | | | Make hash take the correct property
| * Make hash take the correct propertyMinusGix2020-03-121-1/+1
| |
* | Merge pull request #94 from MinusGix/joinPasswordmarzavec2020-03-121-2/+8
|\ \ | | | | | | Make password field available for use in join
| * | Make password field available for use in joinMinusGix2020-03-071-2/+8
| |/
* | Merge pull request #93 from MinusGix/inviteReworkmarzavec2020-03-122-34/+94
|\ \ | |/ |/| Abstract invite functions, and make dumb.js use them
| * Make dumb use abstracted invite functions rather than duplicating codeMinusGix2020-03-071-9/+12
| |
| * Extract invite code into utility functions for greater re-use and accessMinusGix2020-03-071-25/+82
|/
* Merge pull request #92 from MinusGix/tripInfomarzavec2020-03-065-5/+5
|\ | | | | Add trip to various commands that include nickname of moderator using…
| * Add trip to various commands that include nickname of moderator using themMinusGix2020-03-065-5/+5
|/
* Merge pull request #91 from MinusGix/levelRewordingmarzavec2020-03-064-4/+4
|\ | | | | Reword actions which are restricted on using against users of same level
| * Reword actions which are restricted on using against users of same levelMinusGix2020-03-064-4/+4
| |
* | Comments fixmarzavec2020-03-064-6/+12
| |
* | Merge pull request #90 from MinusGix/verifyNicknameMovemarzavec2020-03-065-12/+19
|\ \ | |/ |/| Deduplicate verifyNickname into a single importable function
| * Deduplicate verifyNickname into a single importable functionMinusGix2020-03-065-12/+19
|/
* Minor UAC tweaksmarzavec2020-03-0618-55/+108
| | | | Added an underscore to the uac info lib which prevents the server from attempting to use the file as a command module, allowing removal of the 'info' property and empty 'run' command
* Merge pull request #89 from MinusGix/nul_initial2marzavec2020-03-0616-45/+103
|\ | | | | Added UAC and numeric user levels
| * Move most uses of uType filtering to use UAC levelsMinusGix2020-03-0514-45/+64
| |
| * Make join apply UAC levels to sockets and userInfoMinusGix2020-03-051-0/+7
| |
| * Add UAC info file with levels and minor utility functionsMinusGix2020-03-051-0/+32
|/
* Merge pull request #85 from MinusGix/add_channel_invitemarzavec2020-02-191-4/+8
|\ | | | | Add ability to specify the channel that the invite command invites the user to
| * Fix usage of double-equals-comparison to triple-equalsMinusGix2020-02-181-1/+1
| |