root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1256 [1256] 4 days tswsl1989 Update debian packaging rules to depend on libreadline-dev (>=5) rather …
(edit) @1255 [1255] 4 days welshbyte Improve some 'not logged on' messages.
(edit) @1254 [1254] 11 months arthur Add mwpoll to the main deb package to prevent perms issues
(edit) @1253 [1253] 11 months arthur fix missing include
(edit) @1252 [1252] 12 months welshbyte Remove utterances of mudmode from docs
(edit) @1251 [1251] 12 months welshbyte Include locale.h to fix an error (which only triggers with optimizations …
(edit) @1250 [1250] 12 months arthur Let non-admins run the topic command, but not change it
(edit) @1249 [1249] 14 months arthur trap the empty string to clear the topic, shift to colour code 15
(edit) @1248 [1248] 14 months arthur Allow the setting and clearing of channel topics
(edit) @1247 [1247] 15 months tswsl1989 Prevent banned users from logging into the talker via the web client. …
(edit) @1246 [1246] 16 months dez Updates the gag help with the Hazelesque gag.
(edit) @1245 [1245] 16 months tswsl1989 Add Hazelesque gag
(edit) @1244 [1244] 18 months dez Adds link to Milliways etiquette on the login page
(edit) @1243 [1243] 18 months dez Tidies login box up
(edit) @1242 [1242] 18 months dez Fixes "Logout" button when a sucssite session exists.
(edit) @1241 [1241] 18 months dez Switches from table to absolute positioned layout.
(edit) @1240 [1240] 19 months dez Adds doctype to be standards compliant Some CSS changes to take account of …
(edit) @1239 [1239] 19 months dez Moves layout into a table to make resizing work properly
(edit) @1238 [1238] 19 months dez Alterations to widths to cope with long usernames
(edit) @1237 [1237] 19 months dez Fixes layout of Escape/Logout? buttons
(edit) @1236 [1236] 19 months dez Implements an internal who list so user colours remain consistent
(edit) @1235 [1235] 19 months dez Meant to commit this, not say.js (sigh)
(edit) @1234 [1234] 19 months dez Removes local logging by the PHP, which is redundant Corrects title of the …
(edit) @1233 [1233] 19 months dez Forces the use of HTTPS
(edit) @1232 [1232] 19 months dez Removes unnecessary title from talker page layout.
(edit) @1231 [1231] 19 months dez Switch to the poller at /var/lib64/mw/mwpoll done correctly.
(edit) @1230 [1230] 19 months dez Adds basic SUCSsite integration.
(edit) @1229 [1229] 19 months dez Sets location of mwpoll to its "grown up place"
(edit) @1228 [1228] 19 months arthur put the command socket in a grown up place
(edit) @1227 [1227] 19 months dez Adds who list support Adds sucssite authentication and user creation …
(edit) @1226 [1226] 19 months tswsl1989 Fix blank argument bug and return usage instructions on error
(edit) @1225 [1225] 20 months arthur add auto register users, adding the -a option expects a second line of …
(edit) @1224 [1224] 20 months arthur add sucssite session mode by calling into postgres, requires appropriate …
(edit) @1223 [1223] 20 months dez Strips newlines from output Makes bold colour detection conservative
(edit) @1222 [1222] 20 months dez Resolves bug in which inserting an escape char with a keypress part-way …
(edit) @1221 [1221] 20 months dez More faffing with padding Fixes the scrolling issue that was created by …
(edit) @1220 [1220] 20 months dez Removal of more width: 100%; padding: 5px; nastiness
(edit) @1219 [1219] 20 months dez Resolves width discrepancy on #textlist
(edit) @1218 [1218] 20 months dez Adds "Escape" button to allow web users to use colours Switches to using a …
(edit) @1217 [1217] 20 months tswsl1989 Improved rooms handling, with corrected message codes
(edit) @1216 [1216] 20 months dez Gives room changes the correct colour code
(edit) @1215 [1215] 20 months dez CSS tweaks Prevents poller passing invalid JSON if the mwpoll process is …
(edit) @1214 [1214] 20 months tswsl1989 Add support for changing room and sending messages to people with global …
(edit) @1213 [1213] 20 months dez Fixes styling of who list to use the same fixed width font as everything …
(edit) @1212 [1212] 20 months dez Moves message state handling into a select rather than using multiple if …
(edit) @1211 [1211] 20 months tswsl1989 Add co->authd in the appropriate place
(edit) @1210 [1210] 20 months tswsl1989 Add support for .sayto/.sa/.whisper from web client
(edit) @1209 [1209] 20 months dez Adds timestamp support
(edit) @1208 [1208] 20 months dez Introduces colour support; some colours need improving to make them more …
(edit) @1207 [1207] 20 months dez All users need the pid of other clients as a unique identifier. Who list …
(edit) @1206 [1206] 20 months dez Gives Windows a better fixed-width font choice Resolves js error when …
(edit) @1205 [1205] 20 months dez Removes extraneous comma which was preventing Web MW working in IE Removes …
(edit) @1204 [1204] 20 months dez Causes quit command to redirect, completing the logout
(edit) @1203 [1203] 20 months dez Removes debugging code accidentally left in startup.php
(edit) @1202 [1202] 20 months dez Corrects typo tmp -> tmo in say.js Adds smarty template calls to …
(edit) @1201 [1201] 20 months dez Fixes a bug with URI handling (couldn't cope with multiple URIs in one …
(edit) @1200 [1200] 20 months dez Who list is now sorted in alphabetical order
(edit) @1199 [1199] 20 months dez Adds rudimentary who-list updating (simply refetches the who list when a …
(edit) @1198 [1198] 20 months dez Adds a colon to shout messages to make them consistent
(edit) @1197 [1197] 20 months dez Makes variables used in functions local
(edit) @1196 [1196] 20 months dez Fixes the who list - had been broken by the missing var declaration
(edit) @1195 [1195] 20 months dez Stops flagg's whining about Web MW not working properly in Opera (by …
(edit) @1194 [1194] 20 months dez Adds clickable links Adds the who list (but doesn't keep it up to date …
(edit) @1193 [1193] 20 months arthur whoami command
(edit) @1192 [1192] 20 months psycodom Fixes a segv from the AUTOFREE_BUFFER when room # is invalid caused by …
(edit) @1191 [1191] 20 months dez Introduces command parser which treats text starting with ".", "!" or "/" …
(edit) @1190 [1190] 20 months tswsl1989 Server side support for emotes from webclient
(edit) @1189 [1189] 20 months dez Adds support for .who Narrows scope of table selector in CSS to prevent it …
(edit) @1188 [1188] 20 months dez Switches who list formatting to tabular format, closely matching output of …
(edit) @1187 [1187] 20 months dez Corrects username <div> addition to put the </div> inside the if statement
(edit) @1186 [1186] 20 months dez Replaces </br> with the rather more valid <br />
(edit) @1185 [1185] 20 months tswsl1989
(edit) @1184 [1184] 20 months dez Fix typo in MROD message
(edit) @1183 [1183] 20 months arthur add mrod and zod parsing, well it had to be done
(edit) @1182 [1182] 20 months arthur fix the who listing sender
(edit) @1181 [1181] 20 months arthur quick crude who listing in the chat window
(edit) @1180 [1180] 20 months arthur catch errors properly and allow the session to stop.
(edit) @1179 [1179] 20 months arthur frontend for use with mwpoll
(edit) @1178 [1178] 20 months arthur add who command, simplify string handling
(edit) @1177 [1177] 20 months arthur fix the json seperator for multiple items
(edit) @1176 [1176] 20 months arthur announce arrive/depart from web talker
(edit) @1175 [1175] 20 months arthur add channel and kick support
(edit) @1174 [1174] 20 months arthur working initial version
(edit) @1173 [1173] 20 months arthur listening works, talking doesnt.
(edit) @1172 [1172] 20 months arthur early stages of web client
(edit) @1171 [1171] 22 months cmckenna Updated the help text for !timeout (still referred to the long-gone …
(edit) @1170 [1170] 22 months arthur forgot to mod the hours when printing days
(edit) @1169 [1169] 22 months cmckenna Make .>> require raw and global privs (not just global). Fixes #55
(edit) @1168 [1168] 22 months dez Adds a SEE ALSO section to global help
(edit) @1167 [1167] 22 months dez Adds tab completion for emote variants, which resolves #52
(edit) @1166 [1166] 22 months dez Fixes linewrap error in emote introduced in last commit.
(edit) @1165 [1165] 22 months dez Adds missing reference to "had" in emote help.
(edit) @1164 [1164] 22 months dez Realigns emote help "NAME" entries into columns
(edit) @1163 [1163] 22 months dez Adds the missing lines to the emote synopsis
(edit) @1162 [1162] 22 months dez Updates emote help; makes all other references to it symlinks.
(edit) @1161 [1161] 22 months dez Adds .e'll and .e'd commands, resolving #43
(edit) @1160 [1160] 22 months welshbyte Include <unistd.h> in files.h
(edit) @1159 [1159] 22 months welshbyte - Change open_fifo() to open_incoming_fifo() - Add an open_outgoing_fifo() …
(edit) @1158 [1158] 22 months welshbyte Use <stdbool.h> instead of "bool.h"
(edit) @1157 [1157] 22 months welshbyte Remove some unused stuff from bb.h
Note: See TracRevisionLog for help on using the revision log.