index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
chat-server
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added transactions for chat events.
David Athay
2009-03-05
2
-3
/
+80
|
*
Made a lot of hard-coded values configuration options
Philipp Sehmisch
2009-02-24
2
-5
/
+7
|
*
Changed guild member permissions. Restricted players to owning only 1 guild.
David Athay
2009-01-27
7
-49
/
+143
|
*
Fix bug with removing players from guild
David Athay
2008-12-18
1
-7
/
+5
|
*
Updated Makefile.am and added missing include
Bjørn Lindeijer
2008-11-29
1
-0
/
+2
|
*
Fixed bug found by b_lindeijer
David Athay
2008-11-27
1
-2
/
+3
|
*
Separated out the handlers for guild and party
David Athay
2008-11-25
4
-500
/
+578
|
*
Fix crash where player is removed before hes left the party
David Athay
2008-11-24
1
-3
/
+5
|
*
Stop players inviting themselves to party
David Athay
2008-11-24
1
-0
/
+4
|
*
Change leader if leader leaves guild.
David Athay
2008-11-24
1
-0
/
+7
|
*
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
2008-11-16
15
-30
/
+1
|
*
Removed some DOS newlines from mixed files
Bjørn Lindeijer
2008-11-11
1
-23
/
+23
|
*
Forgot to save the files before committing, sorry.
David Athay
2008-11-04
1
-4
/
+4
|
*
Added notifiying party members when a player joins or leaves the party.
David Athay
2008-11-04
2
-0
/
+56
|
*
Added tables and statements to store and retrieve letters. Attachments not ↵
Andreas Habel
2008-11-03
2
-4
/
+27
|
|
|
|
functional as long as items not stored as individual items.
*
Fixed some compile warnings.
Bjørn Lindeijer
2008-10-21
1
-1
/
+1
|
*
Added communicating change of direction to clients.
David Athay
2008-10-15
1
-6
/
+20
|
*
Added post communication between chat and game servers.
David Athay
2008-09-19
2
-4
/
+128
|
*
Added postal system to chat server, and modified tick time.
David Athay
2008-09-18
2
-0
/
+211
|
*
Changed guilds to use character id.
David Athay
2008-08-18
6
-147
/
+133
|
*
Misc fixes with guild
David Athay
2008-08-18
2
-3
/
+5
|
*
Added permission levels to guilds, and operator permissions to channels.
David Athay
2008-08-13
9
-2
/
+224
|
*
fix crash from last commit, guild fixes, damage calculation fix
Roderic Morris
2008-07-28
2
-10
/
+7
|
*
Save guild member permissions to db
David Athay
2008-07-22
3
-3
/
+22
|
*
Add permissions to guild members
David Athay
2008-07-22
3
-29
/
+151
|
*
get rid of channel registering
Roderic Morris
2008-07-07
4
-80
/
+48
|
*
Added party support between account and game servers.
David Athay
2008-07-07
3
-4
/
+31
|
*
fix compile error, and improve guild related methods
Roderic Morris
2008-06-26
5
-25
/
+4
|
*
handle topic changing and guild events
Roderic Morris
2008-06-25
7
-48
/
+122
|
*
update chat packet defs, get rid of unused functions
Roderic Morris
2008-06-10
2
-88
/
+0
|
*
fix for listing and quitting channels
Roderic Morris
2008-06-10
1
-2
/
+6
|
*
stop storing channels in the db, send channel announcements
Roderic Morris
2008-06-03
3
-20
/
+14
|
*
Use guildmanager to add users to guilds so its stored in the db.
David Athay
2008-05-23
3
-15
/
+12
|
*
Fixed compilation with GCC 4.3 (patch by rodge).
Bjørn Lindeijer
2008-05-22
1
-0
/
+1
|
*
Added channel registration check to ensure that channel name is not in use
David Athay
2008-05-14
3
-1
/
+9
|
*
Added sending who accepted invite on invite response to client
David Athay
2008-04-28
1
-0
/
+1
|
*
Added more support for parties
David Athay
2008-04-22
2
-13
/
+121
|
*
Fixed some compiler errors/warnings.
Bjørn Lindeijer
2008-04-20
6
-8
/
+13
|
*
Remove channel when leader quits guild.
David Athay
2008-04-18
1
-0
/
+7
|
*
Fixed guilds not being removed when leader quits.
David Athay
2008-04-18
3
-10
/
+5
|
*
Added basic party support
David Athay
2008-04-17
2
-1
/
+25
|
*
Added handling creating and leaving
David Athay
2008-04-16
9
-52
/
+221
|
|
|
|
parties. Fixed up some of the private channel stuff that remained.
*
Fixed getting channel userlist
David Athay
2008-04-15
1
-7
/
+7
|
*
Fixed accepting guild invites, and added updating the guild member list when ↵
David Athay
2008-04-03
2
-1
/
+34
|
|
|
|
player joins
*
Restricted who can be invited to guilds
David Athay
2008-04-03
1
-2
/
+5
|
*
Fixed accepting guild invites
David Athay
2008-04-03
1
-2
/
+2
|
*
Consolidated public and private channels into one,
David Athay
2008-04-01
5
-101
/
+98
|
|
|
|
|
|
|
which also includes guild channels. Channels now have a joinable field, which is true for channels that are created by users, and false for guild channels. Chatting in guild channels now works, and non-guild members can no longer join guild channels
*
Fixed telling clients what guilds they are in after they reconnect
David Athay
2008-03-06
5
-23
/
+102
|
*
Fixed guild creation.
David Athay
2008-03-05
3
-35
/
+35
|
*
Work in Progress commit of guilds.
David Athay
2008-02-28
7
-114
/
+632
|
[prev]
[next]