| 
							
							
								 Siebrand Mazeland | e6d053ac41 | Update translator documentation. L10n/i18n updates.
Whitespace updates.
Break long lines in README files. | 2011-04-24 19:28:26 +02:00 |  | 
			
				
					| 
							
							
								 Siebrand Mazeland | 14456cbbb2 | Fix gettext domain for messages in plugins "_()" to "_m()". Some other i18n and L10n updates, too.
i18n/L10n review not complete. | 2011-03-30 22:31:23 +02:00 |  | 
			
				
					| 
							
							
								 Craig Andrews | a70cceaddd | send_confirmation_code -> sendConfirmationCode | 2010-09-03 17:50:28 -04:00 |  | 
			
				
					| 
							
							
								 Craig Andrews | f038eacca4 | enqueue_incoming_raw -> enqueueIncomingRaw | 2010-09-03 17:50:28 -04:00 |  | 
			
				
					| 
							
							
								 Craig Andrews | 6a848bcc8a | send_message -> sendMessage | 2010-09-03 17:50:28 -04:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | d2c72d8ae1 | Add an config option to change the ping interval | 2010-08-11 10:49:09 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | daa3fef96d | Added comment to show debugging toggle | 2010-08-11 10:42:11 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | e10ff3475b | Disabled debugging output | 2010-08-11 10:35:20 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 9da2368383 | Retry using the waiting queue so as to preserve message ordering | 2010-08-10 19:23:45 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 8005bdb421 | Reset message to non-delay type before requeuing | 2010-08-10 18:34:12 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 8e925927c6 | First commit of message throttling code | 2010-08-10 17:27:02 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 322e7c4e9f | Small reordering of code (cosmetic) | 2010-08-09 09:26:31 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 613ae551c6 | Set lastPing on connect | 2010-08-09 07:08:29 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | da61c8567c | Small cosmetic changes | 2010-08-07 17:29:13 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 7cd52847a5 | Added pinging to keep connection open | 2010-08-07 17:25:43 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 067633a608 | Added more commenting | 2010-08-07 16:32:17 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 1f3dbe1198 | Bot responds to channel commands via PM | 2010-08-05 10:48:41 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 65a741cce2 | Messages with new lines split at plugin stage for reliability | 2010-08-04 09:10:57 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 9b9a36e492 | Introduce error checking when calling handleEvents | 2010-07-28 11:56:15 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | dd882be803 | Merge in Phergie fixes and remove some whitespace | 2010-07-27 09:14:07 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 3c1d7d81cf | Remove some testing/debugging code | 2010-07-26 12:25:23 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 742b302739 | More Irc plugin work | 2010-07-26 11:13:00 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 2645133c43 | Use non-statusnet class | 2010-07-24 20:04:00 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 9f0eea69ff | Handle the case where confirmation is cancelled | 2010-07-24 07:54:09 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | c4640c50d3 | Lots more work - Implemented nickname checking | 2010-07-23 13:33:41 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | f818182a37 | Update classname in ircmanager too! | 2010-07-21 07:39:28 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 3cb51e182b | Rename Phergie_Plugin_Statusnet_Callback to Phergie_Plugin_StatusnetCallback | 2010-07-21 07:39:19 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 2e9da023c0 | Rename Phergie_ExtendedBot to Phergie_StatusnetBot | 2010-07-21 07:33:43 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | af5ecb88b1 | Corrected UTF8 to UTF-8 | 2010-07-21 05:21:37 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | a34e55e1a3 | Change default encoding to UTF-8 | 2010-07-20 11:32:09 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | efdf9b6d4e | Code now functional - lots of error checking and extras missing still though | 2010-07-20 11:16:59 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 2550971450 | ircmanager.php almost complete - Need to add exception catching | 2010-07-18 12:45:28 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 4c4dc65712 | Use original config class as readArray was added upstream | 2010-07-18 06:30:52 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 4a602eb4ba | Modified some config options | 2010-07-09 04:20:00 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | ba36fb2bfe | Lots more work on ircmanager.php | 2010-07-09 03:05:03 -07:00 |  | 
			
				
					| 
							
							
								 Luke Fitzgerald | 0ef7c5559f | Initial IRC plugin work | 2010-07-04 09:51:44 -07:00 |  |