aboutsummaryrefslogtreecommitdiffstats
path: root/server (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-29fix ip because of network changeHEADmasterAndrea Lepori3-4/+4
2020-04-29typoAndrea Lepori1-1/+1
2020-04-29print ip to debugAndrea Lepori1-0/+2
2020-04-29add ip check in chat and joinAndrea Lepori2-10/+14
2020-04-26remove loggingAndrea Lepori1-2/+0
2020-04-26fixed strange localhost ipAndrea Lepori1-2/+2
2020-04-26remove save to file to logAndrea Lepori1-4/+2
2020-04-26test for whitelist localhostAndrea Lepori1-1/+5
2020-04-24rate limit not for localhost fixAndrea Lepori1-3/+2
2020-04-24no rate limit for localhostAndrea Lepori1-1/+3
2020-04-24typoAndrea Lepori1-1/+1
2020-04-24fix mod not rate limitedAndrea Lepori1-1/+3
2020-04-24remove rate limiter in join and chat for moderatorAndrea Lepori2-2/+2
2020-04-20remove check for multiple user with same nameAndrea Lepori1-32/+0
2020-04-19add own nick to messageAndrea Lepori1-1/+1
2020-04-19remove unused code and fixesAndrea Lepori1-57/+47
2020-04-19add bridge command to send messages with different nicksAndrea Lepori1-0/+133
2020-03-16Make ban command broadcast information about user and bannerMinusGix1-0/+4
2020-03-16Add command to get information about users to broadcast to clientsMinusGix1-0/+17
2020-03-13Switch accessed property to hashMinusGix1-2/+2
2020-03-12Protocol Updates and Bug Fixesmarzavec15-55/+187
2020-03-12Make hash take the correct propertyMinusGix1-1/+1
2020-03-07Make password field available for use in joinMinusGix1-2/+8
2020-03-07Make dumb use abstracted invite functions rather than duplicating codeMinusGix1-9/+12
2020-03-07Extract invite code into utility functions for greater re-use and accessMinusGix1-25/+82
2020-03-06Add trip to various commands that include nickname of moderator using themMinusGix5-5/+5
2020-03-06Reword actions which are restricted on using against users of same levelMinusGix4-4/+4
2020-03-06Comments fixmarzavec4-6/+12
2020-03-06Deduplicate verifyNickname into a single importable functionMinusGix5-12/+19
2020-03-06Minor UAC tweaksmarzavec18-55/+108
2020-03-05Move most uses of uType filtering to use UAC levelsMinusGix14-45/+64
2020-03-05Make join apply UAC levels to sockets and userInfoMinusGix1-0/+7
2020-03-05Add UAC info file with levels and minor utility functionsMinusGix1-0/+32
2020-02-18Fix usage of double-equals-comparison to triple-equalsMinusGix1-1/+1
2020-02-17Add 'to' parameter to invite, specifies channelMinusGix1-4/+8
2020-01-21Let kick pass a channel argumentMinusGix1-16/+36
2019-12-02Package updatesmarzavec2-58/+58
2019-11-07Updated help.js, now uses markdownmarzavec1-16/+13
2019-11-07Minor bug fixesmarzavec9-12/+12
2019-11-07Syntax update and formatting tweaksmarzavec43-974/+1209
2019-10-12add trip to emotes (/me)Manuel Herrmann1-0/+3
2019-10-03Outgoing Hook Fix + Package Changesmarzavec1-2/+4
2019-05-03Update MainServer.jsMinusGix1-3/+7
2019-04-28Update ConfigManager.jsMinusGix1-1/+4
2019-04-28Update SetupWizard.jsMinusGix1-0/+6
2019-04-28Update CommandManager.jsMinusGix1-1/+11
2019-04-26Update CommandManager.jsMinusGix1-3/+3
2019-04-08refactoring 2 of 2marzavec31-182/+242
2019-03-19refactoring 1 of 2marzavec29-359/+404
2019-03-01Minor bug fix due to lib changemarzavec1-1/+1