Rapptz 
							
						 
					 
					
						
						
							
						
						0321558dec 
					 
					
						
						
							
							Handle case when guild owner somehow doesn't exist in permissions_for  
						
						
						
						
					 
					
						2017-03-15 23:13:28 -04:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						8daf411c72 
					 
					
						
						
							
							Add Messageable.ack  
						
						
						
						
					 
					
						2017-02-28 00:47:37 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						cbbc75cd8d 
					 
					
						
						
							
							Move purge and delete_messages from Messageable.  
						
						... 
						
						
						
						This is a breaking change. Move these two to TextChannel since the
other things that implement Messageable cannot reliably do bulk delete
actions in their respective channels. 
						
						
					 
					
						2017-02-26 21:16:20 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						0e8b260d45 
					 
					
						
						
							
							Fall back to single message delete in Messageable.purge  
						
						... 
						
						
						
						Also make it work on user accounts.
Fixes  #456 . 
						
						
					 
					
						2017-02-23 00:23:40 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						54f297c24f 
					 
					
						
						
							
							Fix NameError in GuildChannel.overwrites_for  
						
						
						
						
					 
					
						2017-02-17 22:10:12 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						8e654bd52a 
					 
					
						
						
							
							Add support for limit=None in Messageable.history.  
						
						... 
						
						
						
						Fixes  #480 . 
					
						2017-02-13 19:55:04 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						2abdbc70c2 
					 
					
						
						
							
							Implement utilities for AsyncIterator.  
						
						... 
						
						
						
						Closes  #473 . 
					
						2017-02-11 23:34:19 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						274e6af0dd 
					 
					
						
						
							
							Fix support for instant invites.  
						
						
						
						
					 
					
						2017-02-08 22:47:52 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						e77012f4d9 
					 
					
						
						
							
							Make all public is_ functions into methods instead of properties.  
						
						
						
						
					 
					
						2017-01-29 20:53:17 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						ff9f5749e1 
					 
					
						
						
							
							Update copyright year to 2017.  
						
						
						
						
					 
					
						2017-01-20 23:19:19 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						f4cadaf0cc 
					 
					
						
						
							
							Fix bug with GuildChannel.edit and Role.edit with positions.  
						
						... 
						
						
						
						I did not update the HTTP code for these two methods. 
						
						
					 
					
						2017-01-16 18:19:18 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						92dd519b1a 
					 
					
						
						
							
							Remove _get_guild_id from Messageable ABC.  
						
						
						
						
					 
					
						2017-01-14 19:22:26 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						33450cd1b6 
					 
					
						
						
							
							Fix documentation to properly use Messageable.send  
						
						
						
						
					 
					
						2017-01-13 20:35:44 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						b9b9d8c4d0 
					 
					
						
						
							
							Fix NameError inside Messageable.get_message  
						
						
						
						
					 
					
						2017-01-11 20:26:06 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						06ca518459 
					 
					
						
						
							
							Rename NoMoreMessages to NoMoreItems.  
						
						
						
						
					 
					
						2017-01-11 19:53:48 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						8c274139df 
					 
					
						
						
							
							Allow HistoryIterator to be flattened into a list.  
						
						
						
						
					 
					
						2017-01-11 19:04:52 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						6adfd633ea 
					 
					
						
						
							
							Allow Messageable.send to work with non-truthy types.  
						
						
						
						
					 
					
						2017-01-09 09:50:14 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						94655c77c0 
					 
					
						
						
							
							Fix Messageable.typing context manager.  
						
						
						
						
					 
					
						2017-01-03 20:24:42 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						d086b5421d 
					 
					
						
						
							
							Fix NameError when dealing with permission resolution.  
						
						
						
						
					 
					
						2017-01-03 20:17:59 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						7431a127cf 
					 
					
						
						
							
							Change Messageable channel getter to be a coroutine.  
						
						
						
						
					 
					
						2017-01-03 09:52:11 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						98b981848d 
					 
					
						
						
							
							Move message creation to a factory method inside ConnectionState.  
						
						
						
						
					 
					
						2017-01-03 09:52:10 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						d5b616fa11 
					 
					
						
						
							
							Rename MessageChannel abc to Messageable.  
						
						
						
						
					 
					
						2017-01-03 09:52:09 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						633eacc982 
					 
					
						
						
							
							Add permission overwrites to GuildChannel.  
						
						
						
						
					 
					
						2017-01-03 09:52:08 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						6709979831 
					 
					
						
						
							
							Move GuildChannel over to abc module.  
						
						
						
						
					 
					
						2017-01-03 09:52:08 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						4e175d36d3 
					 
					
						
						
							
							Add delete_after parameter to MessageChannel.send  
						
						
						
						
					 
					
						2017-01-03 09:52:04 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						79a49f9145 
					 
					
						
						
							
							Absolute import some circular dependencies to appease Python 3.4.  
						
						
						
						
					 
					
						2017-01-03 09:52:02 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						a1c81419b7 
					 
					
						
						
							
							Rename MessageChannel.send_message to send and unify interface.  
						
						... 
						
						
						
						This removes MessageChannel.upload. 
						
						
					 
					
						2017-01-03 09:52:01 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						c205eb3528 
					 
					
						
						
							
							Re-add support for embeds.  
						
						
						
						
					 
					
						2017-01-03 09:51:58 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						d1d54a468a 
					 
					
						
						
							
							Rename Server to Guild everywhere.  
						
						
						
						
					 
					
						2017-01-03 09:51:54 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						f33eaa4a61 
					 
					
						
						
							
							Stateful Message and remove Invite.xkcd since it is removed.  
						
						
						
						
					 
					
						2017-01-03 09:51:53 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						1070cf0735 
					 
					
						
						
							
							Add MessageChannel.typing context manager for prolonged typing.  
						
						
						
						
					 
					
						2017-01-03 09:51:52 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						53ab263125 
					 
					
						
						
							
							Split channel types.  
						
						... 
						
						
						
						This splits them into the following:
* DMChannel
* GroupChannel
* VoiceChannel
* TextChannel
This also makes the channels "stateful". 
						
						
					 
					
						2017-01-03 09:51:52 -05:00 
						 
				 
			
				
					
						
							
							
								Rapptz 
							
						 
					 
					
						
						
							
						
						b9dafe375f 
					 
					
						
						
							
							Add some basic ABCs.  
						
						
						
						
					 
					
						2017-01-03 09:51:50 -05:00