- Jan 31, 2007
-
-
Justin Mitchell authored
-
- Oct 20, 2006
-
-
Steve Hill authored
- The "You must be registered" text is now displayed to unregistered users every time they log in instead of just when they're created. - Added a short quick-start help message after login so people know how to get to the talker.
-
- Oct 04, 2006
-
-
Justin Mitchell authored
-
- Oct 03, 2006
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- Sep 29, 2006
-
-
Justin Mitchell authored
-
- Sep 27, 2006
-
-
Justin Mitchell authored
-
- Sep 26, 2006
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- Jul 29, 2006
-
-
Peter Berry authored
-
- Jul 28, 2006
-
-
Peter Berry authored
-
Peter Berry authored
- fixed bugs on x86-64 caused by pid_t and long each being 64 bit (the former already fixed in newipc). .sayto now works again.
-
- Jun 09, 2006
-
-
Peter Berry authored
-
- May 04, 2006
-
-
Peter Berry authored
-
- Apr 30, 2006
-
-
Peter Berry authored
A hack to make messages work properly for now. A pid_t was being put in an int which was assumed to be 4 bytes long, then memcpy'd into a string. This patch forces it to be 4 bytes long by using a uint32_t. This might mean lossage with a 64 bit pid_t, in the very, very unlikely scenario that the pid is bigger than can be held in 32 bits. A proper fix would be to get enough x's to hold a pid_t however long that happens to be, but that would be Effort :)
-
- Apr 26, 2006
-
-
Peter Berry authored
-
Peter Berry authored
-
- Apr 04, 2006
-
-
Peter Berry authored
There is now an "ison" function, please use that instead of grovelling through the who file in future.
-
- Apr 03, 2006
-
-
Justin Mitchell authored
-
Unknown User authored
-
- Mar 24, 2006
-
-
Peter Berry authored
updated for 2.14.2
-
- Mar 23, 2006
-
-
Peter Berry authored
- Changed %d and %u, where they referred to size_t things, to %zu - Changed unsigned int to unsigned long int where it was the target type of a cast from a pointer These fix warnings when compiling on x86-64.
-
Peter Berry authored
mud rooms from /usr/local/lib/mw that never made it into cvs before
-
Peter Berry authored
fixed dumb bug where I tried to compile the wrong file
-
Peter Berry authored
- Moved the gag tables out of bork.h into a source file, so the executable now only has one copy. They're now const. - Now using gnu99, which people seem to have been coding to anyway, with GNU libc extensions - removed #define from iconv.c which the above made redundant - Optimisation flag is now in CFLAGS instead of DEFS (makes more sense there) Next step, check if it compiles on AMD64.
-
Peter Berry authored
add spaces
-
Chris Jones authored
*am am am*
-
- Feb 28, 2006
-
-
Peter Berry authored
fixed a bug in the jive gag where e.g. "I've" -> "AH''ve" (now "I've" -> "ah've")
-
- Dec 29, 2005
-
-
Peter Berry authored
fixed mismatched parens in credits
-
- Dec 02, 2005
-
-
Steve Hill authored
-
- Nov 29, 2005
-
-
Peter Berry authored
updated for new release
-
Justin Mitchell authored
expected, now catch that and start from the beginning instead
-
Justin Mitchell authored
-
- Nov 08, 2005
-
-
Peter Berry authored
oops, put "and" in the right place this time
-
Peter Berry authored
Added myself to credits()
-
- Oct 27, 2005
-
-
Peter Berry authored
oops, forgot changelog
-
Peter Berry authored
Fixed permissions for the colour directory (though the !colour command shouldn't really have used access() in the first place)
-
Peter Berry authored
updated for 2.14.1
-
Peter Berry authored
bumped up tweak version number
-
Peter Berry authored
- Fixed makefile bug stopping command.c being compiled when it changed - Added commands to change locale and character set, so bbs users can get sane terms RPMs coming soon
-