index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
IRCChannel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils.irc_lower and Utils.irc_equals take an IRCServer parameter
jesopo
2018-09-11
1
-2
/
+2
*
Respect RFC1459 casemapping rules
jesopo
2018-09-11
1
-2
/
+2
*
Add !topic and !topicappend in channel_op.py
jesopo
2018-09-06
1
-0
/
+2
*
Add Database.UserChannelSettings.find_all_by_setting
jesopo
2018-08-31
1
-0
/
+3
*
Refactor handling MODE in IRCLineHandler
jesopo
2018-08-30
1
-12
/
+13
*
modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging
•••
to be an object on the server object instead of an event call
jesopo
2018-08-28
1
-2
/
+5
*
Change the database to give channels and users ids and use those in the settings
•••
tables
jesopo
2018-08-19
1
-26
/
+24
*
Moved table-specific logic to their own "table" classes in Database.py
jesopo
2018-08-05
1
-10
/
+10
*
Add "user_channel_settings" table in Database.py, for settings per user per
•••
channel
jesopo
2018-08-05
1
-0
/
+16
*
Added addition "find" methods to Database.py, along with a "get all" for user
•••
settings to search without a nickname
jesopo
2018-08-03
1
-1
/
+4
*
Added a channel setting for banmask, added !unban
jesopo
2018-07-19
1
-0
/
+2
*
added more vertical whitespace to IRCChannel
jesopo
2018-07-15
1
-0
/
+4
*
skip !more's out/err, added a way to split messages from their prefixes for
•••
logging purposes
jesopo
2018-07-14
1
-2
/
+2
*
IRCChannel.modes isn't a list, "sever" -> "server"
jesopo
2018-07-02
1
-2
/
+2
*
server.mode_prefixes is a dictionary
jesopo
2018-07-02
1
-3
/
+4
*
Track user channel modes by user object, not nickname
jesopo
2018-07-02
1
-6
/
+21
*
Add get_user_status func to IRCChannel
jesopo
2017-01-27
1
-0
/
+7
*
Remove unnecessary uuid protection for IRCUser, add uuid for IRCChannel
Evelyn
2016-11-12
1
-0
/
+2
*
added a way for a command callback to neatly ask to only be available for peo...
jesopo
2016-04-18
1
-0
/
+7
*
changed code to avoid a crash when some ircd will show a mode being removed f...
jesopo
2016-04-10
1
-1
/
+1
*
tinkered with some modules and fixed a few bugs, also added the skeleton for ...
jesopo
2016-04-03
1
-0
/
+4
*
first commit.
jesopo
2016-03-29
1
-0
/
+64