index
:
bounce4
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bouncer
/
ircserver.cpp
(
unfollow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-02-14
oh right, this thing has a name now
Treeki
1
-1
/
+1
2014-02-14
don't output handled messages to status window
Treeki
1
-3
/
+1
2014-01-28
implement server configuration loading/saving
Treeki
1
-0
/
+28
2014-01-27
add commands for changing IRCNetworkConfig data
Treeki
1
-4
/
+9
2014-01-27
add window closing for queries
Treeki
1
-0
/
+10
2014-01-26
add simple CTCP support
Treeki
1
-3
/
+83
2014-01-25
add query windows
Treeki
1
-4
/
+63
2014-01-25
add processing for the KICK irc message
Treeki
1
-1
/
+19
2014-01-25
add channel topic tracking
Treeki
1
-0
/
+57
2014-01-24
reverse the order of the user modes bitfield; top bit = highest power mode
Treeki
1
-4
/
+4
2014-01-24
show nick prefixes in client nicklist, sync modes correctly
Treeki
1
-0
/
+15
2014-01-23
move bouncer files into the bouncer directory
Treeki
1
-0
/
+0
2014-01-23
force user to leave channels when disconnected from server
Treeki
1
-0
/
+3
2014-01-23
add most of the state tracking for users within channels
Treeki
1
-5
/
+104
2014-01-23
initial bits for channel buffers, display join/privmsg in them
Treeki
1
-0
/
+244
2014-01-22
add window management, move hacky Python client over to PyQt5
Treeki
1
-7
/
+17
2014-01-21
make a bunch more things private/protected where appropriate
Treeki
1
-1
/
+1
2014-01-21
refactoring: add event handling functions to the Server/IRCServer interface
Treeki
1
-0
/
+28
2014-01-21
refactoring: add basic implementation of the IRCServer class
Treeki
1
-0
/
+9