Commit Graph

214 Commits

Author SHA1 Message Date
Gunter Labes
9ad2774cd1 add /whisper support 2007-06-29 04:34:52 +00:00
Gunter Labes
a255a0c576 added a function to send to all but one user 2007-06-29 04:17:41 +00:00
David White
6915046927 fixed bug in wesnothd.pl which caused disconnections 2007-06-29 03:49:50 +00:00
Gunter Labes
2a3b1087eb add a missing return when the username is already in use 2007-06-29 02:25:53 +00:00
David White
782c899a7f added trailing \0 to send of packets sent, to conform with what Wesnoth does 2007-06-29 02:16:16 +00:00
Gunter Labes
a62bb8911f fixed username checking on login and sending correct errors 2007-06-28 20:21:13 +00:00
Gunter Labes
3f4be3cad5 a script to login to the multiplayer server and display/log the chat 2007-06-28 17:16:15 +00:00
John W. C. McNabb
34771e8164 added macro state to prevent macro related bugs.
Does NOT properly handle macros
2007-06-27 16:59:51 +00:00
Gunter Labes
c44ca531d1 small cosmetic tweak 2007-06-26 16:57:08 +00:00
David White
a1c9b8b13a added initial implementation of wesnothd.pl 2007-06-26 03:16:19 +00:00
Elias Pschernig
30b192a6b4 beatuifed --list output of campaigns_client.py somewhat 2007-06-24 20:28:20 +00:00
Elias Pschernig
b5d7fa07f8 Added -s --status -f --update options to campaigns_client.py,
and made it update local version info like Wesnoth itself.
2007-06-24 19:50:52 +00:00
Elias Pschernig
d04dcaf703 added the last update time to the campaign listing in campaigns_client.py,
added tabs, and removed the separator lines
2007-06-24 17:17:24 +00:00
Elias Pschernig
e4c13f5eb0 add the downloads and uploads counters to the campaign listing 2007-06-24 17:10:04 +00:00
Eric S. Raymond
999bc9f943 Fix a wrong fiielname. 2007-06-14 22:09:47 +00:00
Eric S. Raymond
15f631c558 Yet another bit of polishing. 2007-06-14 22:01:36 +00:00
Eric S. Raymond
b18d271fa6 Try a kluge to fix a minor complaint. 2007-06-14 21:44:37 +00:00
Eric S. Raymond
bc242070db Make sure the right directory test is in place. 2007-06-14 21:21:08 +00:00
Eric S. Raymond
aa8d530622 Another attempt at fulfilling Ivanovic's FR #9154. 2007-06-14 05:28:15 +00:00
Mark de Wever
91b52388ed fix a small typo 2007-06-09 17:29:40 +00:00
Elias Pschernig
d9c12066ea split utils/campaigns_client.py into a re-usable module plus a script 2007-06-02 15:35:20 +00:00
Elias Pschernig
cc2127ef40 reference wesnoth package also in CS script 2007-05-31 19:13:28 +00:00
Eric S. Raymond
8104997dbb We can now detect duplicates across the entire POTFILE.in set. 2007-05-30 22:38:15 +00:00
Eric S. Raymond
f0ce8db1a7 Add check for duplicates within files. 2007-05-30 22:22:50 +00:00
Eric S. Raymond
e2891ae661 This is a start on fulfilling ivanovic's FR #9154.
So far it only checks for mismatches between the set of .cpp files
under src and all stuff listed in the
po/{wesnoth,wesnoth-lib,wesnoth-editor}/POTFILES.in files.
2007-05-30 21:52:27 +00:00
Elias Pschernig
d586235841 fixed download option for raw packets from the campaign server 2007-05-26 11:32:38 +00:00
Elias Pschernig
f6dae2687f had forgotten campaign_passphrase.pl 2007-05-22 14:25:16 +00:00
Elias Pschernig
6913f04b4f Added --change-passphrase option to campaigns_client.py
and removed now unneeded campaign_passphrase.pl
2007-05-21 20:51:02 +00:00
Eric S. Raymond
42b9f173d9 Note a tool replacement and change the name to be a bit closer to the old one. 2007-05-21 20:27:21 +00:00
Eric S. Raymond
deae467105 We now have Python code that is more capable than these Perl impplementations. 2007-05-21 20:22:16 +00:00
Elias Pschernig
6dc7e610d9 Fixed a comment in the python campaign server client code. 2007-05-21 20:13:17 +00:00
Eric S. Raymond
f989fc5073 Move the Python campaign client out of its ghetto.
It will replace the Perl one as soon as allefant gets compressed
uploads working.
2007-05-21 08:06:19 +00:00
Elias Pschernig
1b8ea2f80f fixed two small bugs in the python campaign server client 2007-05-14 18:33:55 +00:00
Nils Kneuper
168e01c6b4 fixed a bug with the wescamp_import script...
...that led to not including the campaign.cfg file in the pot-updates
2007-05-12 00:08:44 +00:00
Eric S. Raymond
a3d35d0149 Move allefant's Python-based modules where they belong. 2007-05-07 14:27:02 +00:00
Eric S. Raymond
1a7cbc0f42 Fix a bug introduced by Emacs autmated line wrap. 2007-05-03 13:41:05 +00:00
Eric S. Raymond
096b56b50d Fix a minor glitch. 2007-05-03 13:34:09 +00:00
Elias Pschernig
cff5853752 Removed overly verbose output from campaign_server python script,
added -V script to still be verbose, and fixed encoded upload to the server.
2007-05-02 21:01:44 +00:00
Nils Kneuper
d7f90f618c fixed the script to not override vars that are used later on 2007-05-02 18:20:43 +00:00
Eric S. Raymond
6e9f8f4afc Fix a pathname glitch. 2007-05-02 18:09:14 +00:00
Eric S. Raymond
9f4c02a020 Fix quoting problem. 2007-05-02 17:48:19 +00:00
Eric S. Raymond
6e601aa4d2 Fix really stupid bug. 2007-05-02 17:43:59 +00:00
Eric S. Raymond
9a09db3134 change_textdomain gets a --dryrun option like upconvert. 2007-05-02 11:38:34 +00:00
Eric S. Raymond
2c25b3321b Fix a syntax error. 2007-05-02 11:19:51 +00:00
Eric S. Raymond
98d7f72ac9 Syntax is correct, now try (mildly dangerous) testing. 2007-05-02 11:00:37 +00:00
Eric S. Raymond
37941149ed Checkpoint before moving to pure shell. 2007-05-02 10:34:30 +00:00
Eric S. Raymond
90a91e6ed1 Fix a wrong usage message. 2007-05-02 02:47:24 +00:00
Eric S. Raymond
a5e3674d1e Fix some confusing naming. 2007-05-02 02:24:42 +00:00
Eric S. Raymond
7162f6854f Give the Python client the ability to download whole sets of campaigns...
...selected by a regular-expression name argument.
2007-05-02 02:01:59 +00:00
Eric S. Raymond
39ea75b4da -p option can now handle 1.2.x and 1.3.x as well as a port number. 2007-05-01 14:55:49 +00:00